Subversion Repositories libtar

Compare Revisions

Ignore whitespace Rev 6 → Rev 5

/trunk/debian/libtar0.install
File deleted
/trunk/debian/control
3,23 → 3,21
Priority: optional
Maintainer: Magnus Holmgren <holmgren@debian.org>
Build-Depends: debhelper (>= 7), dh-autoreconf, autoconf, libtool
Standards-Version: 3.9.2
Standards-Version: 3.9.1
Homepage: http://www.feep.net/libtar/
 
Package: libtar-dev
Architecture: any
Section: libdevel
Depends: libtar0 (= ${binary:Version}), ${misc:Depends}
Description: C library for manipulating tar archives (development files)
Depends: libtar (= ${binary:Version}), ${misc:Depends}
Description: C library for manipulating tar archives
Contains static library, headers, example code and development manpages
for libtar
 
Package: libtar0
Package: libtar
Architecture: any
Section: libs
Depends: ${shlibs:Depends}, ${misc:Depends}
Replaces: libtar
Breaks: libtar
Provides: libtar
Description: C library for manipulating tar archives
libtar allows programs to create, extract and test tar archives.
It supports both the strict POSIX tar format and many of the commonly-used
/trunk/debian/changelog
1,14 → 1,3
libtar (1.2.11-8) unstable; urgency=low
 
* libtool.patch: Set SHELL to the configured shell in those Makefile.in
where libtool is used; otherwise libtool fails when /bin/sh is dash
but bash is expected (Closes: #621935).
* man_hyphen_minus.patch (new): Escape hyphens that should be minus
signs in man pages.
* Rename libtar as libtar0 to follow policy.
 
-- Magnus Holmgren <holmgren@debian.org> Sun, 24 Apr 2011 21:11:52 +0200
 
libtar (1.2.11-7) unstable; urgency=low
 
* New maintainer (Closes: #526618).
/trunk/debian/patches/man_hyphen_minus.patch
File deleted
/trunk/debian/patches/libtool.patch
39,17 → 39,8
prefix = @prefix@
exec_prefix = @exec_prefix@
bindir = @bindir@
@@ -14,6 +15,8 @@ PACKAGE_VERSION = @PACKAGE_VERSION@
@@ -23,6 +24,7 @@ MKDIR = @MKDIR@
@ENCAP_DEFS@
+SHELL = @SHELL@
+
### Installation programs and flags
INSTALL = @INSTALL@
INSTALL_PROGRAM = @INSTALL_PROGRAM@ -s
@@ -23,6 +26,7 @@ MKDIR = @MKDIR@
### Compiler and link options
CC = @CC@
+LIBTOOL = @LIBTOOL@
56,7 → 47,7
CPPFLAGS = -I. \
-I.. \
-I${srcdir} \
@@ -32,7 +36,7 @@ CPPFLAGS = -I. \
@@ -32,7 +34,7 @@ CPPFLAGS = -I. \
CFLAGS = @CFLAGS@
LDFLAGS = @LDFLAGS@
LIBS = @LIBS@
65,7 → 56,7
RANLIB = @RANLIB@
@SET_MAKE@
VPATH = @srcdir@:@top_srcdir@/compat:../listhash
@@ -40,24 +44,26 @@ VPATH = @srcdir@:@top_srcdir@/compat:..
@@ -40,24 +42,26 @@ VPATH = @srcdir@:@top_srcdir@/compat:..
### Makefile rules - no user-servicable parts below
105,7 → 96,7
DISTCLEANFILES = ../listhash/libtar_listhash.h \
../listhash/libtar_list.c \
@@ -68,24 +74,31 @@ all: ${ALL}
@@ -68,24 +72,31 @@ all: ${ALL}
.PHONY: clean distclean install
154,17 → 145,8
prefix = @prefix@
exec_prefix = @exec_prefix@
bindir = @bindir@
@@ -14,6 +15,8 @@ PACKAGE_VERSION = @PACKAGE_VERSION@
@@ -23,6 +24,7 @@ MKDIR = @MKDIR@
@ENCAP_DEFS@
+SHELL = @SHELL@
+
### Installation programs and flags
INSTALL = @INSTALL@
INSTALL_PROGRAM = @INSTALL_PROGRAM@ -s
@@ -23,6 +26,7 @@ MKDIR = @MKDIR@
### Compiler and link options
CC = @CC@
+LIBTOOL = @LIBTOOL@
171,7 → 153,7
CPPFLAGS = -I.. \
-I../lib \
-I../listhash \
@@ -31,7 +35,7 @@ CPPFLAGS = -I.. \
@@ -31,7 +33,7 @@ CPPFLAGS = -I.. \
@CPPFLAGS@
CFLAGS = @CFLAGS@
LDFLAGS = @LDFLAGS@
180,7 → 162,7
LIBOBJS = @LIBOBJS@
RANLIB = @RANLIB@
@SET_MAKE@
@@ -40,12 +44,12 @@ VPATH = @srcdir@
@@ -40,12 +42,12 @@ VPATH = @srcdir@
### Makefile rules - no user-servicable parts below
195,7 → 177,7
ALL = libtar
@@ -54,20 +58,20 @@ all: ${ALL}
@@ -54,20 +56,20 @@ all: ${ALL}
.PHONY: clean distclean install
libtar: ${LIBTAR_OBJS} ${LIBTAR_LIBS} ${LIBTAR_HDRS}
/trunk/debian/patches/series
3,4 → 3,3
memleak2.patch
#memleak.patch
bad_ptrtoint.patch
man_hyphen_minus.patch
/trunk/debian/libtar.install
0,0 → 1,0
usr/lib/lib*.so.*