Subversion Repositories

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

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

Rev 44 Rev 48
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.8
7
Standards-Version: 3.9.8
8
Homepage: http://www.feep.net/libtar/
8
Homepage: http://repo.or.cz/w/libtar.git
9
Vcs-Browser: http://svn.kibibyte.se/libtar
9
Vcs-Browser: http://svn.kibibyte.se/libtar
10
Vcs-Svn: svn://svn.kibibyte.se/libtar/trunk
10
Vcs-Svn: svn://svn.kibibyte.se/libtar/trunk
11
11
12
Package: libtar-dev
12
Package: libtar-dev
13
Architecture: any
13
Architecture: any
14
Section: libdevel
14
Section: libdevel
15
Depends: libtar0 (= ${binary:Version}), ${misc:Depends}
15
Depends: libtar0 (= ${binary:Version}), ${misc:Depends}
16
Description: C library for manipulating tar archives (development files)
16
Description: C library for manipulating tar archives (development files)
17
 Contains static library, headers, example code and development manpages
17
 Contains static library, headers, example code and development manpages
18
 for libtar
18
 for libtar
19
19
20
Package: libtar0
20
Package: libtar0
21
Architecture: any
21
Architecture: any
22
Depends: ${shlibs:Depends}, ${misc:Depends}
22
Depends: ${shlibs:Depends}, ${misc:Depends}
23
Replaces: libtar
23
Replaces: libtar
24
Breaks: libtar
24
Breaks: libtar
25
Provides: libtar
25
Provides: libtar
26
Description: C library for manipulating tar archives
26
Description: C library for manipulating tar archives
27
 libtar allows programs to create, extract and test tar archives.
27
 libtar allows programs to create, extract and test tar archives.
28
 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
29
 GNU extensions.
29
 GNU extensions.