Subversion Repositories libtar

Compare Revisions

Ignore whitespace Rev 44 → Rev 45

/trunk/debian/changelog
1,3 → 1,10
libtar (1.2.20-7) unstable; urgency=low
 
* no_strip.patch: make install must not strip binaries; it breaks cross
compilation and is against policy with regard to build options.
 
-- Magnus Holmgren <holmgren@debian.org> Tue, 11 Oct 2016 22:00:33 +0200
 
libtar (1.2.20-6) unstable; urgency=low
 
* Drop libtar/Makefile from examples, since it makes the build
/trunk/debian/patches/no_strip.patch
0,0 → 1,13
Description: make install must not strip binaries
 
--- a/lib/Makefile.in
+++ b/lib/Makefile.in
@@ -20,7 +20,7 @@ SHELL = @SHELL@
### Installation programs and flags
INSTALL = @INSTALL@
-INSTALL_PROGRAM = @INSTALL_PROGRAM@ -s
+INSTALL_PROGRAM = @INSTALL_PROGRAM@
INSTALL_DATA = @INSTALL_DATA@
LN_S = @LN_S@
MKDIR = @MKDIR@
/trunk/debian/patches/series
4,3 → 4,4
th_get_size-unsigned-int.patch
oldgnu_prefix.patch
testsuite.patch
no_strip.patch