r45282 - in /trunk/libnet-smpp-perl/debian: changelog control rules

ghostbar at users.alioth.debian.org ghostbar at users.alioth.debian.org
Sat Oct 3 20:19:27 UTC 2009


Author: ghostbar
Date: Sat Oct  3 20:19:22 2009
New Revision: 45282

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=45282
Log:
dch -r, fixed debian/rules removing

Modified:
    trunk/libnet-smpp-perl/debian/changelog
    trunk/libnet-smpp-perl/debian/control
    trunk/libnet-smpp-perl/debian/rules

Modified: trunk/libnet-smpp-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-smpp-perl/debian/changelog?rev=45282&op=diff
==============================================================================
--- trunk/libnet-smpp-perl/debian/changelog (original)
+++ trunk/libnet-smpp-perl/debian/changelog Sat Oct  3 20:19:22 2009
@@ -1,10 +1,11 @@
-libnet-smpp-perl (1.12-1) UNRELEASED; urgency=low
+libnet-smpp-perl (1.12-1) unstable; urgency=low
 
   * New upstream release (Closes: #329638)
   * Added debian/watch file.
   * Added debian/libnet-smpp-perl.{docs,examples}
   * Upgraded debian/rules to dh7 and upgraded dependencies on debhelper as
-    well as debian/compat.
+    well as debian/compat and added override on debian/rules to remove *.pl
+    scripts that are examples.
   * Updated debian/copyright.
   * Added Debian Perl Group as Maintainer and added me as uploader. (Closes:
     #470585)
@@ -17,7 +18,7 @@
   * Added quilt and patches to fix bad path to perl on some scripts.
   * Added Vcs-* and Homepage fields on debian/control.
 
- -- Jose Luis Rivas <ghostbar at debian.org>  Fri, 02 Oct 2009 14:03:10 -0430
+ -- Jose Luis Rivas <ghostbar at debian.org>  Sat, 03 Oct 2009 15:37:25 -0430
 
 libnet-smpp-perl (1.03-1) unstable; urgency=low
 

Modified: trunk/libnet-smpp-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-smpp-perl/debian/control?rev=45282&op=diff
==============================================================================
--- trunk/libnet-smpp-perl/debian/control (original)
+++ trunk/libnet-smpp-perl/debian/control Sat Oct  3 20:19:22 2009
@@ -3,7 +3,7 @@
 Uploaders: Jose Luis Rivas <ghostbar at debian.org>
 Priority: optional
 Section: perl
-Build-Depends: debhelper (>= 7.0.8), perl, quilt (>= 0.46-7)
+Build-Depends: debhelper (>= 7.0.50), perl, quilt (>= 0.46-7)
 Standards-Version: 3.8.3
 Homepage: http://search.cpan.org/dist/Net-SMPP/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libnet-smpp-perl/

Modified: trunk/libnet-smpp-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-smpp-perl/debian/rules?rev=45282&op=diff
==============================================================================
--- trunk/libnet-smpp-perl/debian/rules (original)
+++ trunk/libnet-smpp-perl/debian/rules Sat Oct  3 20:19:22 2009
@@ -4,5 +4,5 @@
 	dh --with quilt $@
 
 override_dh_auto_install:
+	dh_auto_install
 	rm -f $(TMP)/usr/share/perl5/Net/*pl
-	dh_auto_install




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