Subversion Repositories

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

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