[Pkg-ocaml-maint-commits] r5266 - in /trunk/packages/polygen/trunk/debian: changelog rules

glondu-guest at users.alioth.debian.org glondu-guest at users.alioth.debian.org
Mon Mar 3 10:39:12 UTC 2008


Author: glondu-guest
Date: Mon Mar  3 10:39:12 2008
New Revision: 5266

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=5266
Log:
Fix FTBFS if built twice in a row (Closes: #424323)

Modified:
    trunk/packages/polygen/trunk/debian/changelog
    trunk/packages/polygen/trunk/debian/rules

Modified: trunk/packages/polygen/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/polygen/trunk/debian/changelog?rev=5266&op=diff
==============================================================================
--- trunk/packages/polygen/trunk/debian/changelog (original)
+++ trunk/packages/polygen/trunk/debian/changelog Mon Mar  3 10:39:12 2008
@@ -1,8 +1,12 @@
 polygen (1.0.6.ds2-5) UNRELEASED; urgency=low
 
+  [ Stefano Zacchiroli ]
   * NOT RELEASED YET
 
- -- Stefano Zacchiroli <zack at debian.org>  Sun, 02 Mar 2008 12:33:21 +0100
+  [ Stephane Glondu ]
+  * Fix FTBFS if built twice in a row (Closes: #424323)
+
+ -- Stephane Glondu <steph at glondu.net>  Mon, 03 Mar 2008 11:38:29 +0100
 
 polygen (1.0.6.ds2-4) unstable; urgency=medium
 

Modified: trunk/packages/polygen/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/polygen/trunk/debian/rules?rev=5266&op=diff
==============================================================================
--- trunk/packages/polygen/trunk/debian/rules (original)
+++ trunk/packages/polygen/trunk/debian/rules Mon Mar  3 10:39:12 2008
@@ -60,5 +60,5 @@
 	debian/install-grammars $(POLYGEN_BASE)/grm/fra debian/$(cdbs_curpkg)/usr/share/polygen/fra
 
 clean::
-	rm -f debian/man.grm.o polygen.1 polygen-data.6 debian/polyfind.1
+	rm -f debian/man.grm.o polygen.1 polygen-data.6 debian/polyfind.1 src/polygen
 	find $(POLYGEN_BASE)/grm/ -name \*.grm.o -exec rm "{}" ";"




More information about the Pkg-ocaml-maint-commits mailing list