[Demudi-commits] r1556 - csound/trunk/debian

fsateler-guest at alioth.debian.org fsateler-guest at alioth.debian.org
Wed Aug 22 04:57:21 UTC 2007


Author: fsateler-guest
Date: 2007-08-22 04:57:14 +0000 (Wed, 22 Aug 2007)
New Revision: 1556

Modified:
   csound/trunk/debian/control
   csound/trunk/debian/rules
Log:
There is no csound-doc yet

Modified: csound/trunk/debian/control
===================================================================
--- csound/trunk/debian/control	2007-08-17 04:26:23 UTC (rev 1555)
+++ csound/trunk/debian/control	2007-08-22 04:57:14 UTC (rev 1556)
@@ -12,7 +12,6 @@
 Package: csound
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
-Suggests: csound-doc
 Description: powerful and versatile sound synthesis software
  Csound is a sound and music synthesis system. Drawing from over 450 signal
  processing modules, it can be used to model virtually any synthesizer or

Modified: csound/trunk/debian/rules
===================================================================
--- csound/trunk/debian/rules	2007-08-17 04:26:23 UTC (rev 1555)
+++ csound/trunk/debian/rules	2007-08-22 04:57:14 UTC (rev 1556)
@@ -72,18 +72,9 @@
 	dh_clean 
 
 install: install-indep install-arch
+# We don't have anything arch indep
 install-indep: build-indep
-	dh_testdir
-	dh_testroot
-	dh_clean -k -i 
-	dh_installdirs -i
 
-	# Add here commands to install the indep part of the package into
-	# debian/<package>-doc.
-	#INSTALLDOC#
-
-	dh_install -i
-
 install-arch: build-arch
 	dh_testdir
 	dh_testroot
@@ -140,13 +131,12 @@
 	dh_gencontrol
 	dh_md5sums
 	dh_builddeb
-# Build architecture independant packages using the common target.
+# We don't build any arch-indep packages
 binary-indep: build-indep install-indep
-	$(MAKE) -f debian/rules DH_OPTIONS=-i binary-common
 
-# Build architecture dependant packages using the common target.
+# Since we don't build anything arch-indep, we omit the DH_OPTIONS argument
 binary-arch: build-arch install-arch
-	$(MAKE) -f debian/rules DH_OPTIONS=-s binary-common
+	$(MAKE) -f debian/rules binary-common
 
 binary: binary-arch binary-indep
 .PHONY: build clean binary-indep binary-arch binary install install-indep install-arch




More information about the Demudi-commits mailing list