Subversion Repositories

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

Rev 6 | Rev 13 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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