[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Packages needing help



>gettext (0.10.35-11.0.0) our "install -s" dies when not a strippable binary

The patch below fixed this for me.  It also avoids a problem I had with gzip 
killing the build by issuing warnings.

>cdrecord () configures for about an hour with no apparent progress

I think it is actually going forward, just extremely slowly.  It takes rather 
a lot of `configure' iterations on my i386 box too.  I'll leave a build 
cooking here overnight to check.

p.

--- clean/gettext-0.10.35/debian/rules	Sun Jan  2 00:34:35 2000
+++ gettext-0.10.35/debian/rules	Sun Jan  2 00:28:15 2000
@@ -44,8 +44,7 @@
 		usr/share/emacs/site-lisp/$(package) \
 		usr/lib/emacsen-common/packages/install \
 		usr/lib/emacsen-common/packages/remove
-	$(MAKE) install prefix=`pwd`/debian/tmp/usr \
-		INSTALL_PROGRAM='install -c -s'
+	$(MAKE) install-strip prefix=`pwd`/debian/tmp/usr
 	cd debian && install -m 755 postinst prerm tmp/DEBIAN
 	cd debian && install -m 644 conffiles tmp/DEBIAN
 	install -m 644 debian/50gettext.el debian/tmp/etc/emacs/site-start.d
@@ -77,7 +76,7 @@
 	cp -p ChangeLog $(bdocdir)/changelog
 	cp -p debian/changelog $(bdocdir)/changelog.Debian
 	cd $(bdocdir) && gzip -9 changelog changelog.Debian
-	gzip -r9 debian/gettext-base/usr/man
+	-gzip -r9 debian/gettext-base/usr/man
 	dpkg-shlibdeps debian/gettext-base/usr/bin/*
 	dpkg-gencontrol -isp -pgettext-base -Pdebian/gettext-base
 	cd debian/gettext-base && md5sum `find * -type f ! -regex "DEBIAN/.*"` >DEBIAN/md5sums



Reply to: