[Pkg-ocaml-maint-commits] r2368 - trunk/packages/ocaml/trunk/debian

Samuel Mimram smimram at costa.debian.org
Wed Jan 4 19:56:26 UTC 2006


Author: smimram
Date: 2006-01-04 19:56:25 +0000 (Wed, 04 Jan 2006)
New Revision: 2368

Modified:
   trunk/packages/ocaml/trunk/debian/rules
Log:
Cosmetic cleanup of the rules.

Modified: trunk/packages/ocaml/trunk/debian/rules
===================================================================
--- trunk/packages/ocaml/trunk/debian/rules	2006-01-04 19:52:25 UTC (rev 2367)
+++ trunk/packages/ocaml/trunk/debian/rules	2006-01-04 19:56:25 UTC (rev 2368)
@@ -155,7 +155,7 @@
 	dh_clean -k -a
 	dh_installdirs -a
 
-	# Add here commands to install the arch part of the package into 
+	# Add here commands to install the arch part of the package into
 	# debian/tmp.
 	#$(MAKE) install prefix=$(CURDIR)/debian/ocaml/usr
 
@@ -236,8 +236,7 @@
 	dh_install -a
 
 # Must not depend on anything. This is to be called by
-# binary-arch/binary-multi
-# in another 'make' thread.
+# binary-arch/binary-multi in another 'make' thread.
 binary-common:
 	dh_testdir
 	dh_testroot
@@ -247,21 +246,12 @@
 	-find debian/ocaml -type f -name .cvsignore -exec rm -rf {} \;
 	dh_installexamples
 	dh_installmenu
-#	dh_installdebconf	
-#	dh_installlogrotate	
 	dh_installemacsen
-#	dh_installpam
-#	dh_installmime
-#	dh_installinit
-#	dh_installcron
-#	dh_installinfo
 	dh_installman
 	dh_link
 	dh_strip
-	dh_compress 
+	dh_compress
 	dh_fixperms
-#	dh_perl
-#	dh_python
 	dh_makeshlibs
 	dh_installdeb
 
@@ -290,7 +280,7 @@
 	dh_gencontrol -pocaml -- -VF:OCamlABI="$(OCAMLABI)"
 	dh_gencontrol -pocaml-base-nox -- -VF:OCamlABI="$(OCAMLABI)"
 	dh_gencontrol -pocaml-base -- -VF:OCamlABI="$(OCAMLABI)"
-	dh_gencontrol -pocaml-source -- -VF:OCamlABI="$(OCAMLABI)" 
+	dh_gencontrol -pocaml-source -- -VF:OCamlABI="$(OCAMLABI)"
 	dh_gencontrol -pocaml-interp -- -VF:OCamlABI="$(OCAMLABI)"
 	dh_gencontrol -pocaml-compiler-libs -- -VF:OCamlABI="$(OCAMLABI)"
 	dh_md5sums -s




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