Subversion Repositories

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

Rev 3 | Rev 5 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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