[Pkg-ocaml-maint-commits] r1268 - trunk/packages/cduce/trunk/debian

Stefano Zacchiroli zack@costa.debian.org
Fri, 15 Apr 2005 21:56:52 +0000


Author: zack
Date: 2005-04-15 21:56:52 +0000 (Fri, 15 Apr 2005)
New Revision: 1268

Modified:
   trunk/packages/cduce/trunk/debian/changelog
   trunk/packages/cduce/trunk/debian/rules
Log:
added binary-arch target to debian/rules, debian version 0.3.2-2


Modified: trunk/packages/cduce/trunk/debian/changelog
===================================================================
--- trunk/packages/cduce/trunk/debian/changelog	2005-04-15 20:58:51 UTC (rev 1267)
+++ trunk/packages/cduce/trunk/debian/changelog	2005-04-15 21:56:52 UTC (rev 1268)
@@ -1,3 +1,10 @@
+cduce (0.3.2-2) unstable; urgency=low
+
+  * debian/rules
+    - added binary-arch target (fixed FTBFS on buildd)
+
+ -- Thomas Petazzoni <thomas.petazzoni@enix.org>  Fri, 15 Apr 2005 23:47:44 +0200
+
 cduce (0.3.2-1) unstable; urgency=low
 
   * Initial Release (Closes: Bug#302993).

Modified: trunk/packages/cduce/trunk/debian/rules
===================================================================
--- trunk/packages/cduce/trunk/debian/rules	2005-04-15 20:58:51 UTC (rev 1267)
+++ trunk/packages/cduce/trunk/debian/rules	2005-04-15 21:56:52 UTC (rev 1268)
@@ -61,6 +61,7 @@
 	# README, LICENSE, and so on. We don't want these. Let's hack.
 	find $(DOCDIR) -maxdepth 1 -not -name "*.html" -not -name "img" -exec rm {} \;
 
+binary: binary-arch
 binary-arch: build install
 	dh_testdir
 	dh_testroot
@@ -79,6 +80,4 @@
 	dh_md5sums
 	dh_builddeb
 
-binary-indep:
-
 .PHONY: build clean binary-indep binary-arch binary install install-indep install-arch