Subversion Repositories

?revision_form?Rev ?revision_input??revision_submit??revision_endform?

Rev 5 | Rev 12 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
3 magnus 1
Source: libtar
2
Section: libs
3
Priority: optional
5 magnus 4
Maintainer: Magnus Holmgren <holmgren@debian.org>
5
Build-Depends: debhelper (>= 7), dh-autoreconf, autoconf, libtool
6 magnus 6
Standards-Version: 3.9.2
5 magnus 7
Homepage: http://www.feep.net/libtar/
3 magnus 8
 
9
Package: libtar-dev
10
Architecture: any
11
Section: libdevel
6 magnus 12
Depends: libtar0 (= ${binary:Version}), ${misc:Depends}
13
Description: C library for manipulating tar archives (development files)
3 magnus 14
 Contains static library, headers, example code and development manpages
15
 for libtar
16
 
6 magnus 17
Package: libtar0
3 magnus 18
Architecture: any
5 magnus 19
Depends: ${shlibs:Depends}, ${misc:Depends}
6 magnus 20
Replaces: libtar
21
Breaks: libtar
22
Provides: libtar
3 magnus 23
Description: C library for manipulating tar archives
24
 libtar allows programs to create, extract and test tar archives.
25
 It supports both the strict POSIX tar format and many of the commonly-used
26
 GNU extensions.