[dutch-svn] r141 - trunk/debian

Thijs Kinkhorst thijs at alioth.debian.org
Mon Aug 10 20:06:12 UTC 2009


Author: thijs
Date: 2009-08-10 20:06:12 +0000 (Mon, 10 Aug 2009)
New Revision: 141

Modified:
   trunk/debian/changelog
   trunk/debian/rules
Log:
Package would fail to build if not built from our source repository,
because the empty 'myspell' dir gets lost in dpkg's diff. Create it
in debian/rules.

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2009-07-31 21:35:48 UTC (rev 140)
+++ trunk/debian/changelog	2009-08-10 20:06:12 UTC (rev 141)
@@ -1,3 +1,11 @@
+dutch (1:1.10-2) unstable; urgency=low
+
+  * Package would fail to build if not built from our source repository,
+    because the empty 'myspell' dir gets lost in dpkg's diff. Create it
+    in debian/rules.
+
+ -- Thijs Kinkhorst <thijs at debian.org>  Mon, 10 Aug 2009 22:04:17 +0200
+
 dutch (1:1.10-1) unstable; urgency=low
 
   [ Thijs Kinkhorst ]

Modified: trunk/debian/rules
===================================================================
--- trunk/debian/rules	2009-07-31 21:35:48 UTC (rev 140)
+++ trunk/debian/rules	2009-08-10 20:06:12 UTC (rev 141)
@@ -9,6 +9,7 @@
 build: build-stamp
 build-stamp:
 	dh_testdir
+	mkdir -p myspell
 	chmod +x convert
 	./convert
 	touch build-stamp
@@ -26,6 +27,7 @@
 	-rm aspell/nl_affix.dat
 	-rm aspell/nl.cwl.gz aspell/nl.cwl aspell/nl.wl
 	-rm myspell/nl.dic myspell/nl.aff
+	-rmdir myspell
 	-rm ispell/dutch ispell/dutch.mwl*
 
 	dh_clean




More information about the pkg-dutch-commit mailing list