[Pkg-ocaml-maint-commits] r3938 - in /trunk/packages/bibtex2html/trunk/debian: changelog rules

treinen at users.alioth.debian.org treinen at users.alioth.debian.org
Sat Jul 7 08:40:01 UTC 2007


Author: treinen
Date: Sat Jul  7 08:40:00 2007
New Revision: 3938

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=3938
Log:
bibtex2html 1.86-3 for ocaml 3.10

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

Modified: trunk/packages/bibtex2html/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/bibtex2html/trunk/debian/changelog?rev=3938&op=diff
==============================================================================
--- trunk/packages/bibtex2html/trunk/debian/changelog (original)
+++ trunk/packages/bibtex2html/trunk/debian/changelog Sat Jul  7 08:40:00 2007
@@ -1,3 +1,10 @@
+bibtex2html (1.86-3) experimental; urgency=low
+
+  * Rebuild for ocaml 3.10
+  * target "clean" in debian/rules: test for existence of Makefile
+
+ -- Ralf Treinen <treinen at debian.org>  Sat, 07 Jul 2007 10:37:53 +0200
+
 bibtex2html (1.86-2) unstable; urgency=low
 
   * Remove tetex from dependencies.

Modified: trunk/packages/bibtex2html/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/bibtex2html/trunk/debian/rules?rev=3938&op=diff
==============================================================================
--- trunk/packages/bibtex2html/trunk/debian/rules (original)
+++ trunk/packages/bibtex2html/trunk/debian/rules Sat Jul  7 08:40:00 2007
@@ -24,7 +24,7 @@
 clean: unpatch
 	dh_testdir
 	dh_testroot
-	-$(MAKE) dist-clean
+	if [ -e Makefile ]; then $(MAKE) dist-clean; fi
 	-rm config.{status,cache,log}
 	dh_clean
 




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