Subversion Repositories

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

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

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