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

enrico at users.alioth.debian.org enrico at users.alioth.debian.org
Thu Nov 16 15:28:34 CET 2006


Author: enrico
Date: Thu Nov 16 15:28:34 2006
New Revision: 3346

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=3346
Log:
Remove compiled grammar at make clean stage

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=3346&op=diff
==============================================================================
--- trunk/packages/polygen/trunk/debian/changelog (original)
+++ trunk/packages/polygen/trunk/debian/changelog Thu Nov 16 15:28:34 2006
@@ -1,8 +1,9 @@
 polygen (1.0.6.ds2-2) UNRELEASED; urgency=low
 
-  * Fixed a bashism in the makefile.  Closes: #396902.
+  * Fixed a bashism in the makefile.  Closes: bug#396902.
+  * Remove compiled grammar in debian/rules clean.  Closes: bug#397960.
 
- -- Enrico Zini <enrico at debian.org>  Thu, 16 Nov 2006 15:24:31 +0100
+ -- Enrico Zini <enrico at debian.org>  Thu, 16 Nov 2006 15:27:22 +0100
 
 polygen (1.0.6.ds2-1) unstable; urgency=low
 

Modified: trunk/packages/polygen/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/polygen/trunk/debian/rules?rev=3346&op=diff
==============================================================================
--- trunk/packages/polygen/trunk/debian/rules (original)
+++ trunk/packages/polygen/trunk/debian/rules Thu Nov 16 15:28:34 2006
@@ -64,3 +64,4 @@
 
 clean::
 	rm -f debian/man.grm.o polygen.1 polygen-data.6 debian/polyfind.1
+	find $(POLYGEN_BASE)/grm/ -name \*.grm.o -exec rm "{}" ";"




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