[Debian-hebrew-package] r787 - in /pkg/hspell/trunk/debian: changelog rules

tzafrir at users.alioth.debian.org tzafrir at users.alioth.debian.org
Fri Apr 2 23:31:46 UTC 2010


Author: tzafrir
Date: Fri Apr  2 23:31:46 2010
New Revision: 787

URL: http://svn.debian.org/wsvn/debian-hebrew/?sc=1&rev=787
Log:
Don't include the config.{status,sub} we add.n the source. 

Modified:
    pkg/hspell/trunk/debian/changelog
    pkg/hspell/trunk/debian/rules

Modified: pkg/hspell/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-hebrew/pkg/hspell/trunk/debian/changelog?rev=787&op=diff
==============================================================================
--- pkg/hspell/trunk/debian/changelog (original)
+++ pkg/hspell/trunk/debian/changelog Fri Apr  2 23:31:46 2010
@@ -4,8 +4,9 @@
   * A watch file. 
   * copyright: different license for tclHash.[ch] . 
   * Simpler homepage. 
+  * Don't include the config.{status,sub} we add.n the source. 
 
- -- Tzafrir Cohen <tzafrir at debian.org>  Sat, 03 Apr 2010 02:00:36 +0300
+ -- Tzafrir Cohen <tzafrir at debian.org>  Sat, 03 Apr 2010 02:30:46 +0300
 
 hspell (1.0-5) UNRELEASED; urgency=low
 

Modified: pkg/hspell/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-hebrew/pkg/hspell/trunk/debian/rules?rev=787&op=diff
==============================================================================
--- pkg/hspell/trunk/debian/rules (original)
+++ pkg/hspell/trunk/debian/rules Fri Apr  2 23:31:46 2010
@@ -42,7 +42,12 @@
 build-arch: build-arch-stamp
 build-arch-stamp:  config.status
 
-	# Add here commands to compile the arch part of the package.
+ifneq "$(wildcard /usr/share/misc/config.sub)" ""
+	cp -f /usr/share/misc/config.sub config.sub
+endif
+ifneq "$(wildcard /usr/share/misc/config.guess)" ""
+	cp -f /usr/share/misc/config.guess config.guess
+endif
 	$(MAKE) 
 	touch build-arch-stamp
 
@@ -58,15 +63,10 @@
 	dh_testdir
 	dh_testroot
 	rm -f build-arch-stamp build-indep-stamp #CONFIGURE-STAMP#
+	rm -f config.guess config.sub
 
 	# Add here commands to clean up after the build process.
 	[ ! -f Makefile ] || $(MAKE) distclean
-ifneq "$(wildcard /usr/share/misc/config.sub)" ""
-	cp -f /usr/share/misc/config.sub config.sub
-endif
-ifneq "$(wildcard /usr/share/misc/config.guess)" ""
-	cp -f /usr/share/misc/config.guess config.guess
-endif
 
 	dh_clean *.dic *.aff
 




More information about the Debian-hebrew-package mailing list