r53717 - in /trunk/libnet-smpp-perl/debian: README.source changelog control rules source/ source/format

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sat Mar 6 17:10:34 UTC 2010


Author: gregoa
Date: Sat Mar  6 17:10:18 2010
New Revision: 53717

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=53717
Log:
* Convert to source format 3.0 (quilt).
* Add /me to Uploaders.
* Set Standards-Version to 3.8.4 (no changes).
* debian/control: lowecase short description, mention module name in long
  description.

Added:
    trunk/libnet-smpp-perl/debian/source/
    trunk/libnet-smpp-perl/debian/source/format
Removed:
    trunk/libnet-smpp-perl/debian/README.source
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=53717&op=diff
==============================================================================
--- trunk/libnet-smpp-perl/debian/changelog (original)
+++ trunk/libnet-smpp-perl/debian/changelog Sat Mar  6 17:10:18 2010
@@ -3,6 +3,11 @@
   * New upstream release.
   * Refresh patch.
   * debian/copyright: update formatting and years of upstream copyright.
+  * Convert to source format 3.0 (quilt).
+  * Add /me to Uploaders.
+  * Set Standards-Version to 3.8.4 (no changes).
+  * debian/control: lowecase short description, mention module name in long
+    description.
 
  -- gregor herrmann <gregoa at debian.org>  Sat, 06 Mar 2010 18:02:05 +0100
 

Modified: trunk/libnet-smpp-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-smpp-perl/debian/control?rev=53717&op=diff
==============================================================================
--- trunk/libnet-smpp-perl/debian/control (original)
+++ trunk/libnet-smpp-perl/debian/control Sat Mar  6 17:10:18 2010
@@ -1,10 +1,11 @@
 Source: libnet-smpp-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Jose Luis Rivas <ghostbar at debian.org>
+Uploaders: Jose Luis Rivas <ghostbar at debian.org>,
+ gregor herrmann <gregoa at debian.org>
 Priority: optional
 Section: perl
-Build-Depends: debhelper (>= 7.0.50), perl, quilt (>= 0.46-7)
-Standards-Version: 3.8.3
+Build-Depends: debhelper (>= 7.0.50), perl
+Standards-Version: 3.8.4
 Homepage: http://search.cpan.org/dist/Net-SMPP/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libnet-smpp-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libnet-smpp-perl/
@@ -14,8 +15,8 @@
 Priority: optional
 Section: perl
 Depends: ${misc:Depends}, ${perl:Depends}
-Description: Implementation of Short Message Peer to Peer protocol over TCP
- Implements Short Message Peer to Peer protocol, which is frequently used to 
- pass short messages between mobile operators implementing short message 
- service (SMS). This is applicable to both european GSM and american CDMA/TDMA 
- systems.
+Description: implementation of Short Message Peer to Peer protocol over TCP
+ Net::SMPP implements Short Message Peer to Peer protocol, which is frequently
+ used to pass short messages between mobile operators implementing short
+ message service (SMS). This is applicable to both european GSM and american
+ CDMA/TDMA systems.

Modified: trunk/libnet-smpp-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-smpp-perl/debian/rules?rev=53717&op=diff
==============================================================================
--- trunk/libnet-smpp-perl/debian/rules (original)
+++ trunk/libnet-smpp-perl/debian/rules Sat Mar  6 17:10:18 2010
@@ -1,7 +1,9 @@
 #!/usr/bin/make -f
+
 TMP=$(CURDIR)/debian/libnet-smpp-perl
+
 %:
-	dh --with quilt $@
+	dh $@
 
 override_dh_auto_install:
 	dh_auto_install

Added: trunk/libnet-smpp-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-smpp-perl/debian/source/format?rev=53717&op=file
==============================================================================
--- trunk/libnet-smpp-perl/debian/source/format (added)
+++ trunk/libnet-smpp-perl/debian/source/format Sat Mar  6 17:10:18 2010
@@ -1,0 +1,1 @@
+3.0 (quilt)




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