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

Thomas Petazzoni tpetazzo-guest@costa.debian.org
Fri, 15 Apr 2005 20:58:51 +0000


Author: tpetazzo-guest
Date: 2005-04-15 20:58:51 +0000 (Fri, 15 Apr 2005)
New Revision: 1267

Modified:
   trunk/packages/cduce/trunk/debian/rules
Log:
Replace ?\194?\171binary?\194?\187 target by ?\194?\171binary-arch?\194?\187 target, and add an empty ?\194?\171binary-indep?\194?\187 target, in order to fix buildd compilation issues.


Modified: trunk/packages/cduce/trunk/debian/rules
===================================================================
--- trunk/packages/cduce/trunk/debian/rules	2005-04-14 09:49:01 UTC (rev 1266)
+++ trunk/packages/cduce/trunk/debian/rules	2005-04-15 20:58:51 UTC (rev 1267)
@@ -61,7 +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: build install
+binary-arch: build install
 	dh_testdir
 	dh_testroot
 	dh_installchangelogs CHANGES
@@ -79,4 +79,6 @@
 	dh_md5sums
 	dh_builddeb
 
+binary-indep:
+
 .PHONY: build clean binary-indep binary-arch binary install install-indep install-arch