r24314 - in /trunk/libsms-send-perl/debian: ./ changelog compat control copyright rules watch

vdanjean at users.alioth.debian.org vdanjean at users.alioth.debian.org
Fri Aug 15 13:25:06 UTC 2008


Author: vdanjean
Date: Fri Aug 15 13:25:03 2008
New Revision: 24314

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=24314
Log:
[svn-inject] Applying Debian modifications to trunk

Added:
    trunk/libsms-send-perl/debian/
    trunk/libsms-send-perl/debian/changelog
    trunk/libsms-send-perl/debian/compat
    trunk/libsms-send-perl/debian/control
    trunk/libsms-send-perl/debian/copyright
    trunk/libsms-send-perl/debian/rules   (with props)
    trunk/libsms-send-perl/debian/watch

Added: trunk/libsms-send-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsms-send-perl/debian/changelog?rev=24314&op=file
==============================================================================
--- trunk/libsms-send-perl/debian/changelog (added)
+++ trunk/libsms-send-perl/debian/changelog Fri Aug 15 13:25:03 2008
@@ -1,0 +1,6 @@
+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 <vdanjean at debian.org>  Fri, 15 Aug 2008 15:23:28 +0200

Added: trunk/libsms-send-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsms-send-perl/debian/compat?rev=24314&op=file
==============================================================================
--- trunk/libsms-send-perl/debian/compat (added)
+++ trunk/libsms-send-perl/debian/compat Fri Aug 15 13:25:03 2008
@@ -1,0 +1,1 @@
+7

Added: trunk/libsms-send-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsms-send-perl/debian/control?rev=24314&op=file
==============================================================================
--- trunk/libsms-send-perl/debian/control (added)
+++ trunk/libsms-send-perl/debian/control Fri Aug 15 13:25:03 2008
@@ -1,0 +1,34 @@
+Source: libsms-send-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl (>= 5.6.10-12),
+ libtest-minimumversion-perl (>= 0.007),
+ libtest-pod-perl (>= 1.00),
+ libclass-adapter-perl (>= 1.00)
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Vincent Danjean <vdanjean at debian.org>
+Standards-Version: 3.8.0
+Homepage: http://search.cpan.org/dist/SMS-Send/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libsms-send-perl/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libsms-send-perl/
+
+Package: libsms-send-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}, libparams-util-perl (>= 0.14),
+ libclass-adapter-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).

Added: trunk/libsms-send-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsms-send-perl/debian/copyright?rev=24314&op=file
==============================================================================
--- trunk/libsms-send-perl/debian/copyright (added)
+++ trunk/libsms-send-perl/debian/copyright Fri Aug 15 13:25:03 2008
@@ -1,0 +1,22 @@
+This is the debian package for the SMS-Send module.
+It was created by Vincent Danjean <vdanjean at debian.org> using dh-make-perl.
+
+It was downloaded from http://search.cpan.org/dist/SMS-Send/
+
+The upstream author is: Adam Kennedy <adamk at cpan.org>
+
+Copyright (C) 2005-2007 Adam Kennedy
+
+This library is free software; you can redistribute it and/or modify
+it under the same terms as Perl itself, either Perl version 5.8.7 or,
+at your option, any later version of Perl 5 you may have available.
+
+Perl is distributed under either the Artistic licence or the GPL.
+The full text of the GPL is available on Debian systems in
+/usr/share/common-licenses/GPL
+The full text of the Artistic Licence is available on Debian systems in
+/usr/share/common-licenses/Artistic.
+
+
+The Debian packaging is (C) 2008, Vincent Danjean <vdanjean at debian.org> and
+is licensed under the same terms as the software itself (see above).

Added: trunk/libsms-send-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsms-send-perl/debian/rules?rev=24314&op=file
==============================================================================
--- trunk/libsms-send-perl/debian/rules (added)
+++ trunk/libsms-send-perl/debian/rules Fri Aug 15 13:25:03 2008
@@ -1,0 +1,26 @@
+#!/usr/bin/make -f
+
+# Needed to get all tests
+export AUTOMATED_TESTING=true
+
+build: build-stamp
+build-stamp:
+	dh build
+	touch $@
+
+clean:
+	dh $@
+
+install: install-stamp
+install-stamp: build-stamp
+	dh install
+	touch $@
+
+binary-arch:
+
+binary-indep: install
+	dh $@
+
+binary: binary-arch binary-indep
+
+.PHONY: binary binary-arch binary-indep install clean build

Propchange: trunk/libsms-send-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libsms-send-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsms-send-perl/debian/watch?rev=24314&op=file
==============================================================================
--- trunk/libsms-send-perl/debian/watch (added)
+++ trunk/libsms-send-perl/debian/watch Fri Aug 15 13:25:03 2008
@@ -1,0 +1,4 @@
+# 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)$




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