r15865 - in /trunk/libauthen-simple-net-perl/debian: changelog rules

xaviero-guest at users.alioth.debian.org xaviero-guest at users.alioth.debian.org
Thu Feb 28 12:49:21 UTC 2008


Author: xaviero-guest
Date: Thu Feb 28 12:49:20 2008
New Revision: 15865

URL: http://svn.debian.org/wsvn/?sc=1&rev=15865
Log:
  * debian/rules:
    - remove OPTIMIZE, this package is still arch:all
    - let install-stamp depend on build-stamp
    - install upstream changelog
    - don't install README anymore, it's just the text version of the POD
      documentation

Modified:
    trunk/libauthen-simple-net-perl/debian/changelog
    trunk/libauthen-simple-net-perl/debian/rules

Modified: trunk/libauthen-simple-net-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libauthen-simple-net-perl/debian/changelog?rev=15865&op=diff
==============================================================================
--- trunk/libauthen-simple-net-perl/debian/changelog (original)
+++ trunk/libauthen-simple-net-perl/debian/changelog Thu Feb 28 12:49:20 2008
@@ -3,6 +3,12 @@
   * Re-add me as uploader.
   * Add XS-DM-Upload-Allowed: yes.
   * debian/watch: use dist-based URL.
+  * debian/rules:
+    - remove OPTIMIZE, this package is still arch:all
+    - let install-stamp depend on build-stamp
+    - install upstream changelog
+    - don't install README anymore, it's just the text version of the POD
+      documentation
 
  -- Xavier Oswald <x.oswald at free.fr>  Tue, 26 Feb 2008 23:53:10 +0100
 

Modified: trunk/libauthen-simple-net-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libauthen-simple-net-perl/debian/rules?rev=15865&op=diff
==============================================================================
--- trunk/libauthen-simple-net-perl/debian/rules (original)
+++ trunk/libauthen-simple-net-perl/debian/rules Thu Feb 28 12:49:20 2008
@@ -11,11 +11,11 @@
 build-stamp:
 	dh_testdir
 	$(PERL) Makefile.PL INSTALLDIRS=vendor
-	$(MAKE) OPTIMIZE="-O2 -g -Wall"
+	$(MAKE)
 	touch $@
 
 install: install-stamp
-install-stamp: build
+install-stamp: build-stamp
 	dh_testdir
 	dh_testroot
 	TEST_POD=1 $(MAKE) test
@@ -29,11 +29,15 @@
 	[ ! -f Makefile ] || $(MAKE) realclean
 	dh_clean build-stamp install-stamp 
 
+binary-arch: build install
+
+binary: binary-indep binary-arch
+
 binary-indep: build install
 	dh_testdir
 	dh_testroot
-	dh_installdocs README
-	dh_installchangelogs
+	dh_installdocs
+	dh_installchangelogs Changes
 	dh_compress
 	dh_fixperms
 	dh_strip
@@ -44,8 +48,4 @@
 	dh_builddeb
 
 binary: binary-indep binary-arch
-
-binary-arch: build install
-
-binary: binary-indep binary-arch
 .PHONY: binary clean ibinary-indep binary-arch build clean install




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