r45259 - in /trunk/libnet-smpp-perl/debian: README.source changelog control copyright examples patches/ patches/01_wrong-path-for-interpreter.patch patches/series rules

ghostbar at users.alioth.debian.org ghostbar at users.alioth.debian.org
Sat Oct 3 04:32:39 UTC 2009


Author: ghostbar
Date: Sat Oct  3 04:32:32 2009
New Revision: 45259

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=45259
Log:
Added quilt and patches to fix wrong path for perl from some scripts
Added README.source

Added:
    trunk/libnet-smpp-perl/debian/README.source
    trunk/libnet-smpp-perl/debian/patches/
    trunk/libnet-smpp-perl/debian/patches/01_wrong-path-for-interpreter.patch
    trunk/libnet-smpp-perl/debian/patches/series
Removed:
    trunk/libnet-smpp-perl/debian/examples
Modified:
    trunk/libnet-smpp-perl/debian/changelog
    trunk/libnet-smpp-perl/debian/control
    trunk/libnet-smpp-perl/debian/copyright
    trunk/libnet-smpp-perl/debian/rules

Added: trunk/libnet-smpp-perl/debian/README.source
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-smpp-perl/debian/README.source?rev=45259&op=file
==============================================================================
--- trunk/libnet-smpp-perl/debian/README.source (added)
+++ trunk/libnet-smpp-perl/debian/README.source Sat Oct  3 04:32:32 2009
@@ -1,0 +1,5 @@
+This package uses quilt to manage all modifications to the upstream
+source.  Changes are stored in the source package as diffs in
+debian/patches and applied during the build.
+
+See /usr/share/doc/quilt/README.source for a detailed explanation.

Modified: trunk/libnet-smpp-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-smpp-perl/debian/changelog?rev=45259&op=diff
==============================================================================
--- trunk/libnet-smpp-perl/debian/changelog (original)
+++ trunk/libnet-smpp-perl/debian/changelog Sat Oct  3 04:32:32 2009
@@ -1,12 +1,19 @@
 libnet-smpp-perl (1.12-1) UNRELEASED; urgency=low
 
-  * New upstream release
+  * 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.
   * Updated debian/copyright.
-  * Added Debian Perl Group as Maintainer and added me as uploader.
+  * Added Debian Perl Group as Maintainer and added me as uploader. (Closes:
+    #470585)
+  * Bumped Standards-Version to 3.8.3, thus removed versioned dependency on
+    perl >= 5.6.0-16.
+  * Removed name of the package on short-description and update
+    long-description.
+  * Add debian/README.source to document quilt usage, as required by
+    Debian Policy since 3.8.0.
 
  -- Jose Luis Rivas <ghostbar at debian.org>  Fri, 02 Oct 2009 14:03:10 -0430
 

Modified: trunk/libnet-smpp-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-smpp-perl/debian/control?rev=45259&op=diff
==============================================================================
--- trunk/libnet-smpp-perl/debian/control (original)
+++ trunk/libnet-smpp-perl/debian/control Sat Oct  3 04:32:32 2009
@@ -3,18 +3,16 @@
 Uploaders: Jose Luis Rivas <ghostbar at debian.org>
 Priority: optional
 Section: perl
-Build-Depends: debhelper (>= 7), perl (>= 5.6.0-16)
-Standards-Version: 3.6.1
+Build-Depends: debhelper (>= 7.0.8), perl, quilt (>= 0.46-7)
+Standards-Version: 3.8.3
 
 Package: libnet-smpp-perl
 Architecture: all
 Priority: optional
 Section: perl
 Depends: ${misc:Depends}, ${perl:Depends}
-Description: Net::SMPP is an implementation of Short Message Peer to Peer protocol over TCP
- SMPP is frequently used in the telecoms and mobile operator world to
- pass short messages between systems that implement the short message
- service (SMS). It is applicable to both european GSM and american CDMA
- based systems. The SMPP protocol is documented at www.smpp.org. This
- module aims at fully implementing version 3.4 of the protocol. This
- module also implements 4.0 and aims to support it fully as well.
+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.

Modified: trunk/libnet-smpp-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-smpp-perl/debian/copyright?rev=45259&op=diff
==============================================================================
--- trunk/libnet-smpp-perl/debian/copyright (original)
+++ trunk/libnet-smpp-perl/debian/copyright Sat Oct  3 04:32:32 2009
@@ -11,7 +11,8 @@
     on dh-make-perl.
 
 Files: *
-Copyright: Sampo Kellomaki <sampo at symlabs.com>
+Copyright: 2001, Sampo Kellomaki <sampo at symlabs.com>
+ Portions 2001-2005, Symlabs <symlabs at symlabs.com>
 License-Alias: perl
 License: Artistic | GPL-1+
 

Added: trunk/libnet-smpp-perl/debian/patches/01_wrong-path-for-interpreter.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-smpp-perl/debian/patches/01_wrong-path-for-interpreter.patch?rev=45259&op=file
==============================================================================
--- trunk/libnet-smpp-perl/debian/patches/01_wrong-path-for-interpreter.patch (added)
+++ trunk/libnet-smpp-perl/debian/patches/01_wrong-path-for-interpreter.patch Sat Oct  3 04:32:32 2009
@@ -1,0 +1,46 @@
+diff -upr svn/bind-hammer.pl b/bind-hammer.pl
+--- svn/bind-hammer.pl	2009-10-02 13:55:36.000000000 -0430
++++ b/bind-hammer.pl	2009-10-02 23:43:56.000000000 -0430
+@@ -1,4 +1,4 @@
+-#!/apps/perl/std/bin/perl
++#!/usr/bin/perl
+ #
+ # Copyright (c) 2001 SymLABS <symlabs at symlabs.com>, All Rights Reserved.
+ # See README for license. NO WARRANTY.
+Only in svn/debian: patches
+diff -upr svn/esme-hammer.pl b/esme-hammer.pl
+--- svn/esme-hammer.pl	2009-10-02 13:55:36.000000000 -0430
++++ b/esme-hammer.pl	2009-10-02 23:44:07.000000000 -0430
+@@ -1,4 +1,4 @@
+-#!/apps/perl/std/bin/perl
++#!/usr/bin/perl
+ #
+ # Copyright (c) 2001 SymLABS <symlabs at symlabs.com>, All Rights Reserved.
+ # See README for license. NO WARRANTY.
+diff -upr svn/esme.pl b/esme.pl
+--- svn/esme.pl	2009-10-02 13:55:36.000000000 -0430
++++ b/esme.pl	2009-10-02 23:44:17.000000000 -0430
+@@ -1,4 +1,4 @@
+-#!/apps/perl/std/bin/perl
++#!/usr/bin/perl
+ #
+ # Copyright (c) 2001 SymLABS <symlabs at symlabs.com>, All Rights Reserved.
+ # See README for license. NO WARRANTY.
+diff -upr svn/esme-rec.pl b/esme-rec.pl
+--- svn/esme-rec.pl	2009-10-02 13:55:36.000000000 -0430
++++ b/esme-rec.pl	2009-10-02 23:44:28.000000000 -0430
+@@ -1,4 +1,4 @@
+-#!/apps/perl/std/bin/perl
++#!/usr/bin/perl
+ #
+ # Copyright (c) 2001 SymLABS <symlabs at symlabs.com>, All Rights Reserved.
+ # See README for license. NO WARRANTY.
+diff -upr svn/smsc.pl b/smsc.pl
+--- svn/smsc.pl	2009-10-02 14:02:53.000000000 -0430
++++ b/smsc.pl	2009-10-02 23:44:44.000000000 -0430
+@@ -1,4 +1,4 @@
+-#!/apps/perl/std/bin/perl
++#!/usr/bin/perl
+ #
+ # Copyright (c) 2001 SymLABS <symlabs at symlabs.com>, All Rights Reserved.
+ # See README for license. NO WARRANTY.

Added: trunk/libnet-smpp-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-smpp-perl/debian/patches/series?rev=45259&op=file
==============================================================================
--- trunk/libnet-smpp-perl/debian/patches/series (added)
+++ trunk/libnet-smpp-perl/debian/patches/series Sat Oct  3 04:32:32 2009
@@ -1,0 +1,1 @@
+01_wrong-path-for-interpreter.patch

Modified: trunk/libnet-smpp-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-smpp-perl/debian/rules?rev=45259&op=diff
==============================================================================
--- trunk/libnet-smpp-perl/debian/rules (original)
+++ trunk/libnet-smpp-perl/debian/rules Sat Oct  3 04:32:32 2009
@@ -1,4 +1,4 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@
+	dh --with quilt $@




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