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 <[EMAIL PROTECTED]> Sun, 02 Mar 2008 12:33:21 +0100
+ [ Stephane Glondu ]
+ * Fix FTBFS if built twice in a row (Closes: #424323)
+
+ -- Stephane Glondu <[EMAIL PROTECTED]> 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 "{}" ";"
_______________________________________________
Pkg-ocaml-maint-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-ocaml-maint-commits