[Pkg-ocaml-maint-commits] r4971 - in /trunk/packages/pcre-ocaml/trunk/debian: changelog rules
zack at users.alioth.debian.org
zack at users.alioth.debian.org
Sat Dec 29 21:42:15 UTC 2007
Author: zack
Date: Sat Dec 29 21:42:14 2007
New Revision: 4971
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=4971
Log:
* debian/rules: remove unneeded win32 .bat file (make_win32_cloc.bat), it
was useless and its removal makes lintian happy
Modified:
trunk/packages/pcre-ocaml/trunk/debian/changelog
trunk/packages/pcre-ocaml/trunk/debian/rules
Modified: trunk/packages/pcre-ocaml/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/pcre-ocaml/trunk/debian/changelog?rev=4971&op=diff
==============================================================================
--- trunk/packages/pcre-ocaml/trunk/debian/changelog (original)
+++ trunk/packages/pcre-ocaml/trunk/debian/changelog Sat Dec 29 21:42:14 2007
@@ -1,11 +1,13 @@
-pcre-ocaml (5.12.2-3) UNRELEASED; urgency=low
+pcre-ocaml (5.12.2-3) unstable; urgency=low
* add Homepage field to debian/control
* update standards-version, no changes needed
* setting me as an uploader, d-o-m as the maintainer
* debian/patches: added patch descriptions for build.dpatch and fpic.dpatch
-
- -- Stefano Zacchiroli <zack at debian.org> Fri, 21 Sep 2007 13:51:46 +0200
+ * debian/rules: remove unneeded win32 .bat file (make_win32_cloc.bat), it
+ was useless and its removal makes lintian happy
+
+ -- Stefano Zacchiroli <zack at debian.org> Sat, 29 Dec 2007 22:32:54 +0100
pcre-ocaml (5.12.2-2) unstable; urgency=low
Modified: trunk/packages/pcre-ocaml/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/pcre-ocaml/trunk/debian/rules?rev=4971&op=diff
==============================================================================
--- trunk/packages/pcre-ocaml/trunk/debian/rules (original)
+++ trunk/packages/pcre-ocaml/trunk/debian/rules Sat Dec 29 21:42:14 2007
@@ -17,3 +17,5 @@
DEB_MAKE_INSTALL_TARGET = install DESTDIR=$(DESTDIR)
endif
+build/$(PKGNAME)::
+ rm -f examples/cloc/make_win32_cloc.bat
More information about the Pkg-ocaml-maint-commits
mailing list