r15890 - in /trunk/libbusiness-onlinepayment-openecho-perl/debian: changelog rules

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Thu Feb 28 15:58:48 UTC 2008


Author: gregoa-guest
Date: Thu Feb 28 15:58:47 2008
New Revision: 15890

URL: http://svn.debian.org/wsvn/?sc=1&rev=15890
Log:
debian/rules:
  - remove OPTIMIZE, this package is architecture independent
  - move dh_clean before make distclean
  - remove some comments and whitespace
  - use $@ for touching stamp-files
  - remove some commented out or unneeded dh_* calls

Modified:
    trunk/libbusiness-onlinepayment-openecho-perl/debian/changelog
    trunk/libbusiness-onlinepayment-openecho-perl/debian/rules

Modified: trunk/libbusiness-onlinepayment-openecho-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libbusiness-onlinepayment-openecho-perl/debian/changelog?rev=15890&op=diff
==============================================================================
--- trunk/libbusiness-onlinepayment-openecho-perl/debian/changelog (original)
+++ trunk/libbusiness-onlinepayment-openecho-perl/debian/changelog Thu Feb 28 15:58:47 2008
@@ -12,8 +12,14 @@
   * debian/rules: delete /usr/lib/perl5 only if it exists (closes: #467698).
   * Set Standards-Version to 3.7.3 (no changes).
   * Set debhelper compatibility level to 6.
+  * debian/rules:
+    - remove OPTIMIZE, this package is architecture independent
+    - move dh_clean before make distclean
+    - remove some comments and whitespace
+    - use $@ for touching stamp-files
+    - remove some commented out or unneeded dh_* calls
 
- -- gregor herrmann <gregor+debian at comodo.priv.at>  Thu, 28 Feb 2008 16:52:47 +0100
+ -- gregor herrmann <gregor+debian at comodo.priv.at>  Thu, 28 Feb 2008 16:53:27 +0100
 
 libbusiness-onlinepayment-openecho-perl (0.03-1) unstable; urgency=low
 

Modified: trunk/libbusiness-onlinepayment-openecho-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libbusiness-onlinepayment-openecho-perl/debian/rules?rev=15890&op=diff
==============================================================================
--- trunk/libbusiness-onlinepayment-openecho-perl/debian/rules (original)
+++ trunk/libbusiness-onlinepayment-openecho-perl/debian/rules Thu Feb 28 15:58:47 2008
@@ -23,31 +23,25 @@
 build-stamp:
 	dh_testdir
 
-	# Add commands to compile the package here
 	$(PERL) Makefile.PL INSTALLDIRS=vendor
-	$(MAKE) OPTIMIZE="-Wall -O2 -g"
+	$(MAKE)
+	#skipping test for now, the testing echo ID doesn't work anymore
+	#$(MAKE) test
 
-	touch build-stamp
+	touch $@
 
 clean:
 	dh_testdir
 	dh_testroot
 
-	# Add commands to clean up after the build process here
+	dh_clean build-stamp install-stamp
 	[ ! -f Makefile ] || $(MAKE) realclean
-
-	dh_clean build-stamp install-stamp
 
 install: build install-stamp
 install-stamp:
 	dh_testdir
 	dh_testroot
 	dh_clean -k
-
-	# Add commands to install the package into debian/$PACKAGE_NAME here
-	
-	#skipping test for now, the testing echo ID doesn't work anymore
-	#$(MAKE) test
 
 	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
 
@@ -56,7 +50,7 @@
 	# the dirs, we delete them from the deb:
 	[ ! -d $(TMP)/usr/lib/perl5 ] || rmdir --ignore-fail-on-non-empty --parents --verbose $(TMP)/usr/lib/perl5
 
-	touch install-stamp
+	touch $@
 
 binary-arch:
 # We have nothing to do by default.
@@ -64,14 +58,9 @@
 binary-indep: build install
 	dh_testdir
 	dh_testroot
-#	dh_installcron
-#	dh_installmenu
-#	dh_installexamples
 	dh_installdocs README TODO
 	dh_installchangelogs Changes
 	dh_perl
-	dh_link
-	dh_strip
 	dh_compress
 	dh_fixperms
 	dh_installdeb
@@ -79,7 +68,7 @@
 	dh_md5sums
 	dh_builddeb
 
-source diff:                                                                  
+source diff:
 	@echo >&2 'source and diff are obsolete - use dpkg-source -b'; false
 
 binary: binary-indep binary-arch




More information about the Pkg-perl-cvs-commits mailing list