[Debian-hebrew-package] r633 - /pkg/hspell/trunk/Makefile.in

kaplan at users.alioth.debian.org kaplan at users.alioth.debian.org
Sat Aug 11 22:09:05 UTC 2007


Author: kaplan
Date: Sat Aug 11 22:09:05 2007
New Revision: 633

URL: http://svn.debian.org/wsvn/debian-hebrew/?sc=1&rev=633
Log:
Removing strip command from the Makefile, as we already run dh_strip in 
debian/rules, which conforms to policy section 10.1 and honors
DEB_BUILD_OPTIONS=nostrip build option.
See Bug#437173: hspell: not handling nostrip

Modified:
    pkg/hspell/trunk/Makefile.in

Modified: pkg/hspell/trunk/Makefile.in
URL: http://svn.debian.org/wsvn/debian-hebrew/pkg/hspell/trunk/Makefile.in?rev=633&op=diff
==============================================================================
--- pkg/hspell/trunk/Makefile.in (original)
+++ pkg/hspell/trunk/Makefile.in Sat Aug 11 22:09:05 2007
@@ -90,7 +90,6 @@
 
 install: all
 	test -d $(DESTDIR)$(BIN) || mkdir -m 755 -p $(DESTDIR)$(BIN)
-	strip $(HSPELL_EXECUTABLE)
 	-rm -f $(DESTDIR)$(BIN)/$(HSPELL_EXECUTABLE)
 	cp $(HSPELL_EXECUTABLE) $(DESTDIR)$(BIN)/$(HSPELL_EXECUTABLE)
 	chmod 755 $(DESTDIR)$(BIN)/$(HSPELL_EXECUTABLE)




More information about the Debian-hebrew-package mailing list