[Pkg-octave-commit] rev 273 - trunk/packages/octave/debian

Rafael Laboissiere rafael at costa.debian.org
Wed Sep 28 17:48:38 UTC 2005


Author: rafael
Date: 2005-09-28 17:48:38 +0000 (Wed, 28 Sep 2005)
New Revision: 273

Modified:
   trunk/packages/octave/debian/rules
Log:
Changed target helper-files to maintainer-scripts.  This indicates
clearly what the target is for.




Modified: trunk/packages/octave/debian/rules
===================================================================
--- trunk/packages/octave/debian/rules	2005-09-28 17:36:32 UTC (rev 272)
+++ trunk/packages/octave/debian/rules	2005-09-28 17:48:38 UTC (rev 273)
@@ -82,7 +82,7 @@
 maintainer-clean:
 	rm -f debian/control
 
-helper-files:
+maintainer-scripts:
 	for in in debian/in/PACKAGE* ; do \
 		out=`echo $$in | sed 's:/in/:/:;s/PACKAGE/$(PACKAGE)/'` ; \
 		sed 's/@VERSION@/$(version)/g;s/@PACKAGE@/$(PACKAGE)/g;s/@MAJOR@/$(major)/g' \
@@ -98,7 +98,7 @@
 build-stamp: configure make check
 	touch build-stamp
 
-configure: helper-files patch-stamp configure-stamp
+configure: maintainer-scripts patch-stamp configure-stamp
 configure-stamp:
 	dh_testdir
 
@@ -309,6 +309,6 @@
 source diff:
 	@echo >&2 'source and diff are obsolete - use dpkg-source -b'; false
 
-binary: install helper-files binary-arch binary-indep
+binary: install maintainer-scripts binary-arch binary-indep
 .PHONY: build clean make configure binary-indep binary-arch binary
 




More information about the Pkg-octave-commit mailing list