r10713 - in /trunk/libsub-uplevel-perl/debian: changelog rules

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Sun Dec 2 16:23:41 UTC 2007


Author: gregoa-guest
Date: Sun Dec  2 16:23:41 2007
New Revision: 10713

URL: http://svn.debian.org/wsvn/?sc=1&rev=10713
Log:
debian/rules:
  - Move tests to build target and enable additional tests.
  - Remove variable OPTMIMIZE, we don't compile anything.
  - Use DESTDIR and PREFIX for $(MAKE) install.

Modified:
    trunk/libsub-uplevel-perl/debian/changelog
    trunk/libsub-uplevel-perl/debian/rules

Modified: trunk/libsub-uplevel-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libsub-uplevel-perl/debian/changelog?rev=10713&op=diff
==============================================================================
--- trunk/libsub-uplevel-perl/debian/changelog (original)
+++ trunk/libsub-uplevel-perl/debian/changelog Sun Dec  2 16:23:41 2007
@@ -8,7 +8,10 @@
   * debian/copyright: update according to README.
   * Set debhelper compatibility level to 5.
   * Move perl from Build-Depends to Build-Depends-Indep.
-  * Move tests to build target and enable additional tests.
+  * debian/rules:
+    - Move tests to build target and enable additional tests.
+    - Remove variable OPTMIMIZE, we don't compile anything.
+    - Use DESTDIR and PREFIX for $(MAKE) install.
 
  -- gregor herrmann <gregor+debian at comodo.priv.at>  Sat, 01 Dec 2007 18:55:16 +0100
 

Modified: trunk/libsub-uplevel-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libsub-uplevel-perl/debian/rules?rev=10713&op=diff
==============================================================================
--- trunk/libsub-uplevel-perl/debian/rules (original)
+++ trunk/libsub-uplevel-perl/debian/rules Sun Dec  2 16:23:41 2007
@@ -31,7 +31,7 @@
 	dh_clean -k
 	dh_installdirs
 
-	$(MAKE) PREFIX=$(CURDIR)/debian/$(PACKAGE)/usr OPTIMIZE="-O2 -g -Wall" install
+	$(MAKE) DESTDIR=$(CURDIR)/debian/$(PACKAGE) PREFIX=/usr install
 	-find $(CURDIR)/debian -type d | xargs rmdir -p --ignore-fail-on-non-empty
 
 binary-arch:;




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