r58476 - in /trunk/libnet-stomp-perl/debian: changelog rules

ansgar-guest at users.alioth.debian.org ansgar-guest at users.alioth.debian.org
Wed May 26 15:53:16 UTC 2010


Author: ansgar-guest
Date: Wed May 26 15:52:55 2010
New Revision: 58476

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=58476
Log:
debian/rules: Use Build.PL.

Modified:
    trunk/libnet-stomp-perl/debian/changelog
    trunk/libnet-stomp-perl/debian/rules

Modified: trunk/libnet-stomp-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-stomp-perl/debian/changelog?rev=58476&op=diff
==============================================================================
--- trunk/libnet-stomp-perl/debian/changelog (original)
+++ trunk/libnet-stomp-perl/debian/changelog Wed May 26 15:52:55 2010
@@ -12,6 +12,7 @@
   * New upstream release.
   * Install examples.
   * Use tiny debian/rules.
+  * debian/rules: Use Build.PL.
   * Use source format 3.0 (quilt).
   * debian/control: Mention "Perl module" in short description.
   * debian/control: Add perl (>= 5.10) as a preferred alternative to
@@ -22,7 +23,7 @@
   * Bump Standards-Version to 3.8.4.
   * Add myself to Uploaders.
 
- -- Ansgar Burchardt <ansgar at 43-1.org>  Wed, 26 May 2010 20:26:32 +0900
+ -- Ansgar Burchardt <ansgar at 43-1.org>  Thu, 27 May 2010 00:51:33 +0900
 
 libnet-stomp-perl (0.34-1) unstable; urgency=low
 

Modified: trunk/libnet-stomp-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-stomp-perl/debian/rules?rev=58476&op=diff
==============================================================================
--- trunk/libnet-stomp-perl/debian/rules (original)
+++ trunk/libnet-stomp-perl/debian/rules Wed May 26 15:52:55 2010
@@ -4,7 +4,7 @@
 TMP     := $(CURDIR)/debian/$(PACKAGE)
 
 %:
-	dh $@
+	dh --buildsystem=perl_build $@
 
 override_dh_installexamples:
 	dh_installexamples




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