r49894 - in /trunk/libnet-twitter-perl/debian: ./ changelog compat control copyright libnet-twitter-perl.docs libnet-twitter-perl.examples rules watch

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Sat Jan 2 01:33:56 UTC 2010


Author: jawnsy-guest
Date: Sat Jan  2 01:33:51 2010
New Revision: 49894

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

Added:
    trunk/libnet-twitter-perl/debian/
    trunk/libnet-twitter-perl/debian/changelog
    trunk/libnet-twitter-perl/debian/compat
    trunk/libnet-twitter-perl/debian/control
    trunk/libnet-twitter-perl/debian/copyright
    trunk/libnet-twitter-perl/debian/libnet-twitter-perl.docs
    trunk/libnet-twitter-perl/debian/libnet-twitter-perl.examples
    trunk/libnet-twitter-perl/debian/rules   (with props)
    trunk/libnet-twitter-perl/debian/watch

Added: trunk/libnet-twitter-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-twitter-perl/debian/changelog?rev=49894&op=file
==============================================================================
--- trunk/libnet-twitter-perl/debian/changelog (added)
+++ trunk/libnet-twitter-perl/debian/changelog Sat Jan  2 01:33:51 2010
@@ -1,0 +1,5 @@
+libnet-twitter-perl (2.10-1) unstable; urgency=low
+
+  * Initial release (Closes: #518181)
+
+ -- Decklin Foster <decklin at red-bean.com>  Thu, 12 Mar 2009 12:11:19 -0400

Added: trunk/libnet-twitter-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-twitter-perl/debian/compat?rev=49894&op=file
==============================================================================
--- trunk/libnet-twitter-perl/debian/compat (added)
+++ trunk/libnet-twitter-perl/debian/compat Sat Jan  2 01:33:51 2010
@@ -1,0 +1,1 @@
+7

Added: trunk/libnet-twitter-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-twitter-perl/debian/control?rev=49894&op=file
==============================================================================
--- trunk/libnet-twitter-perl/debian/control (added)
+++ trunk/libnet-twitter-perl/debian/control Sat Jan  2 01:33:51 2010
@@ -1,0 +1,18 @@
+Source: libnet-twitter-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: libjson-any-perl (>= 1.19), libtest-exception-perl,
+  liburi-perl, libwww-perl, perl (>= 5.6.0-12)
+Maintainer: Decklin Foster <decklin at red-bean.com>
+Standards-Version: 3.8.1
+Homepage: http://www.net-twitter.info/
+
+Package: libnet-twitter-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends}, libjson-any-perl (>= 1.19),
+  liburi-perl, libwww-perl
+Description: Perl interface to twitter.com
+ Twitter.com provides a web 2.0 type of ubiquitous presence. This
+ module allows you to set your status, as well as review the statuses
+ of your friends.

Added: trunk/libnet-twitter-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-twitter-perl/debian/copyright?rev=49894&op=file
==============================================================================
--- trunk/libnet-twitter-perl/debian/copyright (added)
+++ trunk/libnet-twitter-perl/debian/copyright Sat Jan  2 01:33:51 2010
@@ -1,0 +1,23 @@
+This package was debianized by Decklin Foster <decklin at red-bean.com> on
+Thu, 12 Mar 2009 12:11:19 -0400.
+
+It was downloaded from <http://search.cpan.org/dist/Net-Twitter/>.
+
+Upstream Author:
+
+    Chris Thompson <cpan at cthompson.com>
+
+Copyright:
+
+    Copyright (c) 2009, Chris Thompson <cpan at cthompson.com>
+
+License:
+
+    This module is free software; you can redistribute it and/or
+    modify it under the same terms as Perl itself.
+
+On Debian GNU/Linux systems, the complete text of the Artistic License
+can be found in `/usr/share/common-licenses/Artistic'.
+
+The Debian packaging is copyright 2009, Decklin Foster <decklin at red-bean.com>
+and is licensed under the GPL, see `/usr/share/common-licenses/GPL'.

Added: trunk/libnet-twitter-perl/debian/libnet-twitter-perl.docs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-twitter-perl/debian/libnet-twitter-perl.docs?rev=49894&op=file
==============================================================================
--- trunk/libnet-twitter-perl/debian/libnet-twitter-perl.docs (added)
+++ trunk/libnet-twitter-perl/debian/libnet-twitter-perl.docs Sat Jan  2 01:33:51 2010
@@ -1,0 +1,1 @@
+README

Added: trunk/libnet-twitter-perl/debian/libnet-twitter-perl.examples
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-twitter-perl/debian/libnet-twitter-perl.examples?rev=49894&op=file
==============================================================================
--- trunk/libnet-twitter-perl/debian/libnet-twitter-perl.examples (added)
+++ trunk/libnet-twitter-perl/debian/libnet-twitter-perl.examples Sat Jan  2 01:33:51 2010
@@ -1,0 +1,1 @@
+examples/*

Added: trunk/libnet-twitter-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-twitter-perl/debian/rules?rev=49894&op=file
==============================================================================
--- trunk/libnet-twitter-perl/debian/rules (added)
+++ trunk/libnet-twitter-perl/debian/rules Sat Jan  2 01:33:51 2010
@@ -1,0 +1,23 @@
+#!/usr/bin/make -f
+
+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/libnet-twitter-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libnet-twitter-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-twitter-perl/debian/watch?rev=49894&op=file
==============================================================================
--- trunk/libnet-twitter-perl/debian/watch (added)
+++ trunk/libnet-twitter-perl/debian/watch Sat Jan  2 01:33:51 2010
@@ -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/Net-Twitter/   .*/Net-Twitter-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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