[Pkg-ocaml-maint-commits] r4535 - in /trunk/packages/pagodacf/trunk/debian: changelog control rules

smimram at users.alioth.debian.org smimram at users.alioth.debian.org
Tue Sep 18 22:19:34 UTC 2007


Author: smimram
Date: Tue Sep 18 22:19:34 2007
New Revision: 4535

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=4535
Log:
Some more small fixes.

Modified:
    trunk/packages/pagodacf/trunk/debian/changelog
    trunk/packages/pagodacf/trunk/debian/control
    trunk/packages/pagodacf/trunk/debian/rules

Modified: trunk/packages/pagodacf/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/pagodacf/trunk/debian/changelog?rev=4535&op=diff
==============================================================================
--- trunk/packages/pagodacf/trunk/debian/changelog (original)
+++ trunk/packages/pagodacf/trunk/debian/changelog Tue Sep 18 22:19:34 2007
@@ -3,8 +3,10 @@
   * Rebuild with OCaml 3.10.
   * Added scan_parser.dpatch to fix the FTBFS with OCaml 3.10,
     closes: #441645.
+  * Make the package binNMUable.
+  * Don't ignore errors on clean.
 
- -- Samuel Mimram <smimram at debian.org>  Tue, 18 Sep 2007 22:13:17 +0000
+ -- Samuel Mimram <smimram at debian.org>  Tue, 18 Sep 2007 22:18:45 +0000
 
 pagodacf (0.8-1) unstable; urgency=low
 

Modified: trunk/packages/pagodacf/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/pagodacf/trunk/debian/control?rev=4535&op=diff
==============================================================================
--- trunk/packages/pagodacf/trunk/debian/control (original)
+++ trunk/packages/pagodacf/trunk/debian/control Tue Sep 18 22:19:34 2007
@@ -11,7 +11,7 @@
 Package: libcf-ocaml-dev
 Section: libdevel
 Architecture: any
-Depends: ocaml-nox-${F:OCamlABI}, libcf-ocaml (= ${Source-Version})
+Depends: ocaml-nox-${F:OCamlABI}, libcf-ocaml (= ${binary:Version})
 Description: OCaml library with miscellaneous utility functions
  The pagoda core foundation OCaml library provides various modules. Some of
  the highlighted features include:

Modified: trunk/packages/pagodacf/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/pagodacf/trunk/debian/rules?rev=4535&op=diff
==============================================================================
--- trunk/packages/pagodacf/trunk/debian/rules (original)
+++ trunk/packages/pagodacf/trunk/debian/rules Tue Sep 18 22:19:34 2007
@@ -35,7 +35,7 @@
 	dh_testroot
 	rm -f build-stamp
 
-	-$(MAKE) clean
+	$(MAKE) clean
 	rm -f .depend .DS_Store
 	rm -rf $(TMPDIR) doc html
 




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