r7651 - in /trunk/libwordnet-querydata-perl/debian: changelog rules

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Mon Sep 17 12:10:22 UTC 2007


Author: dmn
Date: Mon Sep 17 12:10:22 2007
New Revision: 7651

URL: http://svn.debian.org/wsvn/?sc=1&rev=7651
Log:
* Cleaned up debian/rules
  + Drop unneeded OPTIMIZE="..."
  + Drop unneeded dh_* calls
  + Move dh_clean $stamp_files before distclean
  + Move test suite from install to build target

Modified:
    trunk/libwordnet-querydata-perl/debian/changelog
    trunk/libwordnet-querydata-perl/debian/rules

Modified: trunk/libwordnet-querydata-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libwordnet-querydata-perl/debian/changelog?rev=7651&op=diff
==============================================================================
--- trunk/libwordnet-querydata-perl/debian/changelog (original)
+++ trunk/libwordnet-querydata-perl/debian/changelog Mon Sep 17 12:10:22 2007
@@ -1,12 +1,20 @@
 libwordnet-querydata-perl (1.46-1) UNRELEASED; urgency=low
 
+  [ gregor herrmann ]
   * New upstream release.
   * Separate Build-Depends and Build-Depends-Indep.
   * Add wordnet-base to build dependencies.
   * Extend debian/copyright.
   * Set WNHOME and WNSEARCHDIR in debian/rules.
 
- -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 28 Aug 2007 00:10:49 +0200
+  [ Damyan Ivanov ]
+  * Cleaned up debian/rules
+    + Drop unneeded OPTIMIZE="..."
+    + Drop unneeded dh_* calls
+    + Move dh_clean $stamp_files before distclean
+    + Move test suite from install to build target
+
+ -- Damyan Ivanov <dmn at debian.org>  Mon, 17 Sep 2007 15:09:19 +0300
 
 libwordnet-querydata-perl (1.45-1) unstable; urgency=low
 

Modified: trunk/libwordnet-querydata-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libwordnet-querydata-perl/debian/rules?rev=7651&op=diff
==============================================================================
--- trunk/libwordnet-querydata-perl/debian/rules (original)
+++ trunk/libwordnet-querydata-perl/debian/rules Mon Sep 17 12:10:22 2007
@@ -28,7 +28,8 @@
 
 	# Add commands to compile the package here
 	$(PERL) Makefile.PL INSTALLDIRS=vendor
-	$(MAKE) OPTIMIZE="-Wall -O2 -g"
+	$(MAKE)
+	$(MAKE) test
 
 	touch build-stamp
 
@@ -36,10 +37,10 @@
 	dh_testdir
 	dh_testroot
 
+	dh_clean build-stamp install-stamp
+
 	# Add commands to clean up after the build process here
 	[ ! -f Makefile ] || $(MAKE) realclean
-
-	dh_clean build-stamp install-stamp
 
 install: build install-stamp
 install-stamp:
@@ -48,7 +49,6 @@
 	dh_clean -k
 
 	# Add commands to install the package into debian/$PACKAGE_NAME here
-	$(MAKE) test
 	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
 
 	# As this is a architecture independent package, we are not
@@ -64,14 +64,10 @@
 binary-indep: build install
 	dh_testdir
 	dh_testroot
-#	dh_installcron
-#	dh_installmenu
 #	dh_installexamples
 	dh_installdocs README
 	dh_installchangelogs ChangeLog
 	dh_perl
-	dh_link
-	dh_strip
 	dh_compress
 	dh_fixperms
 	dh_installdeb




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