Subversion Repositories

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

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