r6971 - in /trunk/libnet-amazon-s3-perl/debian: changelog rules

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Mon Aug 20 07:13:10 UTC 2007


Author: dmn
Date: Mon Aug 20 07:13:10 2007
New Revision: 6971

URL: http://svn.debian.org/wsvn/?sc=1&rev=6971
Log:
* Upstream switched from Module-Build to MakeMaker. Follow-up in
  debian/rules
  Clarified commends, dropped obsolete source and diff targets

Modified:
    trunk/libnet-amazon-s3-perl/debian/changelog
    trunk/libnet-amazon-s3-perl/debian/rules

Modified: trunk/libnet-amazon-s3-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libnet-amazon-s3-perl/debian/changelog?rev=6971&op=diff
==============================================================================
--- trunk/libnet-amazon-s3-perl/debian/changelog (original)
+++ trunk/libnet-amazon-s3-perl/debian/changelog Mon Aug 20 07:13:10 2007
@@ -1,8 +1,11 @@
-libnet-amazon-s3-perl (0.39) UNRELEASED; urgency=low
+libnet-amazon-s3-perl (0.39-1) UNRELEASED; urgency=low
 
   * New upstream release
+  * Upstream switched from Module-Build to MakeMaker. Follow-up in
+    debian/rules
+    Clarified commends, dropped obsolete source and diff targets
 
- -- Damyan Ivanov <dmn at debian.org>  Mon, 20 Aug 2007 09:38:48 +0300
+ -- Damyan Ivanov <dmn at debian.org>  Mon, 20 Aug 2007 10:12:24 +0300
 
 libnet-amazon-s3-perl (0.38-1) unstable; urgency=low
 

Modified: trunk/libnet-amazon-s3-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libnet-amazon-s3-perl/debian/rules?rev=6971&op=diff
==============================================================================
--- trunk/libnet-amazon-s3-perl/debian/rules (original)
+++ trunk/libnet-amazon-s3-perl/debian/rules Mon Aug 20 07:13:10 2007
@@ -25,15 +25,16 @@
 build: build-stamp
 build-stamp:
 	dh_testdir
-	$(PERL) Build.PL installdirs=vendor
-	OPTIMIZE="-Wall -O2 -g" $(PERL) Build
+	$(PERL) Makefile.PL installdirs=vendor
+	$(MAKE)
+	$(MAKE) test
 	touch build-stamp
 
 clean:
 	dh_testdir
 	dh_testroot
 	rm -f Build
-	[ ! -f Build ] || $(PERL) Build distclean
+	[ ! -f Makefile ] || $(MAKE) distclean
 	dh_clean build-stamp install-stamp
 
 install: build install-stamp
@@ -41,12 +42,11 @@
 	dh_testdir
 	dh_testroot
 	dh_clean -k
-	$(PERL) Build test
-	$(PERL) Build install destdir=$(TMP)
+	$(MAKE) install destdir=$(TMP)
 	touch install-stamp
 
 binary-arch:
-# We have nothing to do by default.
+# We have nothing to do as this is arch-indep package
 
 binary-indep: build install
 	dh_testdir
@@ -62,8 +62,5 @@
 	dh_md5sums
 	dh_builddeb
 
-source diff:                                                                  
-	@echo >&2 'source and diff are obsolete - use dpkg-source -b'; false
-
 binary: binary-indep binary-arch
 .PHONY: build clean binary-indep binary-arch binary




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