[Pkg-ocaml-maint-commits] r4757 - in /trunk/packages/findlib/trunk/debian: changelog rules

zack at users.alioth.debian.org zack at users.alioth.debian.org
Sat Nov 17 16:52:18 UTC 2007


Author: zack
Date: Sat Nov 17 16:52:17 2007
New Revision: 4757

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=4757
Log:
  - add support for CamlP4 3.10 (with improved META setting for it)
* debian/rules:
  - remove a no longer needed hook for getting rid of 0-sized timestamps

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

Modified: trunk/packages/findlib/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/findlib/trunk/debian/changelog?rev=4757&op=diff
==============================================================================
--- trunk/packages/findlib/trunk/debian/changelog (original)
+++ trunk/packages/findlib/trunk/debian/changelog Sat Nov 17 16:52:17 2007
@@ -1,11 +1,14 @@
-findlib (1.2.1-1) UNRELEASED; urgency=low
+findlib (1.2.1-1) unstable; urgency=low
 
   * new upstream release (closes: #450933)
+    - add support for CamlP4 3.10 (with improved META setting for it)
     - remove patches from debian/patches/: usr_bin_install.dpatch (integrated
       upstream), site_lib_metas.dpatch (no longer needed)
   * add Homepage field to debian/control
-
- -- Stefano Zacchiroli <zack at debian.org>  Sat, 17 Nov 2007 17:17:58 +0100
+  * debian/rules:
+    - remove a no longer needed hook for getting rid of 0-sized timestamps
+
+ -- Stefano Zacchiroli <zack at debian.org>  Sat, 17 Nov 2007 17:49:47 +0100
 
 findlib (1.1.2pl1-4) unstable; urgency=low
 

Modified: trunk/packages/findlib/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/findlib/trunk/debian/rules?rev=4757&op=diff
==============================================================================
--- trunk/packages/findlib/trunk/debian/rules (original)
+++ trunk/packages/findlib/trunk/debian/rules Sat Nov 17 16:52:17 2007
@@ -35,6 +35,3 @@
 	    $(CURDIR)/debian/tmp$(OCAML_STDLIB_DIR)/METAS/META.$$p; \
 	  rmdir $(CURDIR)/debian/tmp$(OCAML_STDLIB_DIR)/$$p/; \
 	done
-binary-install/$(PKGNAME)::
-	# rm 0 sized upstream timestamps
-	find debian/$(PKGNAME)/usr/share/doc -name TIMESTAMP -exec rm {} \;




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