[Pkg-ocaml-maint-commits] r3895 - in /trunk/packages/hevea/trunk/debian: NEWS changelog examples/bibtex/rewriting.bib rules

treinen at users.alioth.debian.org treinen at users.alioth.debian.org
Wed Jul 4 17:22:46 UTC 2007


Author: treinen
Date: Wed Jul  4 17:22:45 2007
New Revision: 3895

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=3895
Log:
hevea 1.09-4 (for ocaml 3-10)

Modified:
    trunk/packages/hevea/trunk/debian/NEWS
    trunk/packages/hevea/trunk/debian/changelog
    trunk/packages/hevea/trunk/debian/examples/bibtex/rewriting.bib
    trunk/packages/hevea/trunk/debian/rules

Modified: trunk/packages/hevea/trunk/debian/NEWS
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/hevea/trunk/debian/NEWS?rev=3895&op=diff
==============================================================================
--- trunk/packages/hevea/trunk/debian/NEWS (original)
+++ trunk/packages/hevea/trunk/debian/NEWS Wed Jul  4 17:22:45 2007
@@ -11,4 +11,4 @@
 
   * The following options are now depreciated: "-francais" and "-symbol".
 
-  -- Ralf Treinen <treinen at debian.org>  Wed, 03 Jan 2007 09:14:42 +0100
+  -- Ralf Treinen <treinen at debian.org>  Wed, 03 Jan 2007 09:14:42 +0100

Modified: trunk/packages/hevea/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/hevea/trunk/debian/changelog?rev=3895&op=diff
==============================================================================
--- trunk/packages/hevea/trunk/debian/changelog (original)
+++ trunk/packages/hevea/trunk/debian/changelog Wed Jul  4 17:22:45 2007
@@ -1,11 +1,13 @@
-hevea (1.09-4) UNRELEASED; urgency=low
-
+hevea (1.09-4) experimental; urgency=low
+
+  * Rebuild for ocaml-3.10.
   * Use dh_installtex instead of hand-rolled post{inst,rm}. Build-depends
     on tex-common.
   * Lowered priority to extra as package depends on gs, which is of
     priority extra.
-
- --
+  * Do not ignore errors of "make clean" in "clean" target of debian/rules.
+
+ -- Ralf Treinen <treinen at debian.org>  Wed, 04 Jul 2007 17:40:09 +0200
 
 hevea (1.09-3) unstable; urgency=low
 

Modified: trunk/packages/hevea/trunk/debian/examples/bibtex/rewriting.bib
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/hevea/trunk/debian/examples/bibtex/rewriting.bib?rev=3895&op=diff
==============================================================================
--- trunk/packages/hevea/trunk/debian/examples/bibtex/rewriting.bib (original)
+++ trunk/packages/hevea/trunk/debian/examples/bibtex/rewriting.bib Wed Jul  4 17:22:45 2007
@@ -197,4 +197,4 @@
   month         = jul,
   year          = 2000,
   address       = "Norwich, UK"
-}
+}

Modified: trunk/packages/hevea/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/hevea/trunk/debian/rules?rev=3895&op=diff
==============================================================================
--- trunk/packages/hevea/trunk/debian/rules (original)
+++ trunk/packages/hevea/trunk/debian/rules Wed Jul  4 17:22:45 2007
@@ -16,8 +16,8 @@
 clean: unpatch
 	dh_testdir
 	dh_testroot
-	-$(MAKE) clean
-	-(cd debian/examples; $(MAKE) clean)
+	$(MAKE) clean
+	(cd debian/examples; $(MAKE) clean)
 	-rm .cvsignore
 	dh_clean
 




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