debian/0000755000000000000000000000000011740135473007173 5ustar debian/rules0000755000000000000000000000003711740135473010253 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000272711740135473010606 0ustar Source: libsms-send-perl Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl, libclass-adapter-perl, libparams-util-perl (>= 1.00), Maintainer: Debian Perl Group Uploaders: Vincent Danjean , gregor herrmann , Florian Schlichting Standards-Version: 3.9.3 Homepage: http://search.cpan.org/dist/SMS-Send/ Vcs-Git: git://git.debian.org/pkg-perl/packages/libsms-send-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libsms-send-perl.git Package: libsms-send-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, libclass-adapter-perl, libparams-util-perl (>= 1.00) Description: driver-based API for sending SMS messages The SMS::Send perl module is intended to provide a driver-based single API for sending SMS and MMS messages. The intent is to provide a single API against which to write the code to send an SMS message. . At the same time, the intent is to remove the limits of some of the previous attempts at this sort of API, like "must be free internet-based SMS services". . SMS::Send drivers are installed separately, and might use the web, email or physical SMS hardware. It could be a free or paid. The details shouldn't matter. . You should not have to care how it is actually sent, only that it has been sent (although some drivers may not be able to provide certainty). debian/source/0000755000000000000000000000000011740135473010473 5ustar debian/source/format0000644000000000000000000000001311740135473011700 0ustar 3.0 (quilt)debian/changelog0000644000000000000000000000316311740135473011050 0ustar libsms-send-perl (1.06-1) unstable; urgency=low [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ Harlan Lieberman-Berg ] * New upstream version (1.06). * Remove unnecessary README.source describing dquilt. * Bump d/compat to 8. * Cleaned up d/copyright for DEP-5 compliance. * Add d/source/format * Change dependencies around a bit. * Use dh for everything in d/rules. * Remove unnecessary patch. * Add patch to correct minor manpage misspelling. [ Florian Schlichting ] * Fix various TODO items. * Remove version from Perl and Class::Adapter (build) dependencies. * Bump years of upstream copyright. * Bump Standards-Version to 3.9.3 (use copyright-format 1.0). * Add myself to Uploaders and copyright. -- Florian Schlichting Sat, 07 Apr 2012 23:31:52 +0200 libsms-send-perl (0.05-2) unstable; urgency=low * debian/control: Changed: Switched Vcs-Browser field to ViewSVN (source stanza). * Add patch require_perl.patch that bumps the required perl version in META.yml, thanks to Marco Rodrigues for the bug report (closes: #521580). * Add /me to Uploaders. * Set Standards-Version to 3.8.1 (no changes). * debian/copyright: switch to new format. -- gregor herrmann Sat, 28 Mar 2009 19:45:53 +0100 libsms-send-perl (0.05-1) unstable; urgency=low * Initial release. (Closes: #495218: ITP: libsms-send-perl -- Driver- based API for sending SMS messages) -- Vincent Danjean Fri, 15 Aug 2008 15:23:28 +0200 debian/compat0000644000000000000000000000000211740135473010371 0ustar 8 debian/patches/0000755000000000000000000000000011740135473010622 5ustar debian/patches/fix-spelling.patch0000644000000000000000000000116311740135473014245 0ustar Subject: Fix minor manpage spelling error. Author: Harlan Lieberman-Berg Bug: https://rt.cpan.org/Public/Bug/Display.html?id=72363 --- a/lib/SMS/Send.pm +++ b/lib/SMS/Send.pm @@ -36,7 +36,7 @@ At the same time, the intent is to remove the limits of some of the previous attempts at this sort of API, like "must be free internet-based SMS services". -C drivers are installed seperately, and might use the web, email or +C drivers are installed separately, and might use the web, email or physical SMS hardware. It could be a free or paid. The details shouldn't matter. debian/patches/series0000644000000000000000000000002411740135473012033 0ustar fix-spelling.patch debian/copyright0000644000000000000000000000250111740135473011124 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: SMS-Send Upstream-Contact: Adam Kennedy Source: http://search.cpan.org/dist/SMS-Send/ Files: * Copyright: 2005-2011, Adam Kennedy License: Artistic or GPL-1+ Files: inc/Module/* Copyright: 2002-2011, Adam Kennedy 2002-2011, Audrey Tang 2002-2011, Brian Ingerson License: Artistic or GPL-1+ Files: debian/* Copyright: 2008, 2009, gregor herrmann 2008, Vincent Danjean 2012, Florian Schlichting 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/watch0000644000000000000000000000034411740135473010225 0ustar # format version number, currently 3; this line is compulsory! version=3 # URL to the package page followed by a regex to search http://search.cpan.org/dist/SMS-Send/ .*/SMS-Send-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$