debian/0000755000000000000000000000000011574664607007206 5ustar debian/control0000644000000000000000000000171211574660135010602 0ustar Source: libnet-smpp-perl Maintainer: Debian Perl Group Uploaders: Jose Luis Rivas , gregor herrmann , Franck Joncourt , Nicholas Bamber Priority: optional Section: perl Build-Depends: debhelper (>= 7.0.50~), perl Standards-Version: 3.9.2 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/ Package: libnet-smpp-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} 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. debian/libnet-smpp-perl.examples0000644000000000000000000000011111261641013014104 0ustar bind-hammer.pl esme-hammer.pl esme.pl esme-rec.pl sendmessage.pl smsc.pl debian/libnet-smpp-perl.docs0000644000000000000000000000000711261472335013233 0ustar README debian/copyright0000644000000000000000000000240711574664522011140 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 Maintainer: Sampo Kellomaki Source: http://search.cpan.org/dist/Net-SMPP/ Name: Net-SMPP Files: * Copyright: 2001-2011, Sampo Kellomaki Portions Copyright (c) 2001-2005, Symlabs License: Artistic or GPL-1+ Files: debian/* Copyright: 2004, Andres Seco Hernandez 2009, Jose Luis Rivas 2010, Franck Joncourt 2010-2011, Nicholas Bamber 2010-2011, gregor herrmann License: Artistic or GPL-1+ License: Artistic This program is free software; you can redistribute it and/or modify it under the terms of the Artistic License, which comes with Perl. . On Debian systems, the complete text of the Artistic License can be found in `/usr/share/common-licenses/Artistic'. License: GPL-1+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 1, or (at your option) any later version. . On Debian systems, the complete text of version 1 of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-1'. debian/watch0000644000000000000000000000012411261472335010220 0ustar version=3 http://search.cpan.org/dist/Net-SMPP/ \ .*/Net-SMPP-(\d.+).tar.gz debian/compat0000644000000000000000000000000211261472335010370 0ustar 7 debian/changelog0000644000000000000000000000543511574664540011063 0ustar libnet-smpp-perl (1.19-1) unstable; urgency=low [ Nicholas Bamber ] * New upstream release * Raised standards version to 3.9.2 [ gregor herrmann ] * Update years of upstream and packaging copyright. -- Nicholas Bamber Sat, 11 Jun 2011 10:55:26 +0100 libnet-smpp-perl (1.18-1) unstable; urgency=low * Adding myself to Uploaders * New upstream release * Upped standards version to 3.9.1 * Checked dependencies * Refreshed copyright -- Nicholas Bamber Fri, 31 Dec 2010 13:10:25 +0000 libnet-smpp-perl (1.14-1) unstable; urgency=low * New upstream release. + Removed applied fix-FTBFS-missing-bracket.patch patch. + Removed applied 01_wrong-path-for-interpreter.patch patch. * Bumped up Standards-Version to 3.9.0 (no changes). * Refreshed years for copyright holders in d.copyright. * Added /me as Uploaders (Updated both d.control and d.copyright). -- Franck Joncourt Tue, 06 Jul 2010 23:00:47 +0200 libnet-smpp-perl (1.13-1) unstable; urgency=low [ gregor herrmann ] * 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. [ Salvatore Bonaccorso ] * Add fix-FTBFS-missing-bracket.patch to prevent FTBFS due to a missing bracket in SMPP.pm. * debian/control: Remove Priority and Section fields from the binary package stanza. -- gregor herrmann Sat, 06 Mar 2010 18:02:05 +0100 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 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) * 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. * Added quilt and patches to fix bad path to perl on some scripts. * Added Vcs-* and Homepage fields on debian/control. -- Jose Luis Rivas Sat, 03 Oct 2009 15:37:25 -0430 libnet-smpp-perl (1.03-1) unstable; urgency=low * Initial debianization. Closes: #277721 -- Andres Seco Hernandez Fri, 22 Oct 2004 01:37:11 +0200 debian/source/0000755000000000000000000000000011574664607010506 5ustar debian/source/format0000644000000000000000000000001411344506006011673 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000022711344506026010250 0ustar #!/usr/bin/make -f TMP=$(CURDIR)/debian/libnet-smpp-perl %: dh $@ override_dh_auto_install: dh_auto_install rm -f $(TMP)/usr/share/perl5/Net/*pl