r49897 - in /trunk/libnet-twitter-perl/debian: changelog control libnet-twitter-perl.docs rules

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


Author: jawnsy-guest
Date: Sat Jan  2 01:40:46 2010
New Revision: 49897

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=49897
Log:
prepare for upload

Removed:
    trunk/libnet-twitter-perl/debian/libnet-twitter-perl.docs
Modified:
    trunk/libnet-twitter-perl/debian/changelog
    trunk/libnet-twitter-perl/debian/control
    trunk/libnet-twitter-perl/debian/rules

Modified: trunk/libnet-twitter-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-twitter-perl/debian/changelog?rev=49897&op=diff
==============================================================================
--- trunk/libnet-twitter-perl/debian/changelog (original)
+++ trunk/libnet-twitter-perl/debian/changelog Sat Jan  2 01:40:46 2010
@@ -1,3 +1,12 @@
+libnet-twitter-perl (2.10-1.1) UNRELEASED; urgency=low
+
+  * Taking over package (Closes: #544520)
+  * Use new short debhelper rules file
+  * Rewrite control description
+  * Standards-Version 3.8.3 (drop perl version dep)
+
+ -- Jonathan Yu <jawnsy at cpan.org>  Fri, 01 Jan 2010 20:38:32 -0500
+
 libnet-twitter-perl (2.10-1) unstable; urgency=low
 
   * Initial release (Closes: #518181)

Modified: trunk/libnet-twitter-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-twitter-perl/debian/control?rev=49897&op=diff
==============================================================================
--- trunk/libnet-twitter-perl/debian/control (original)
+++ trunk/libnet-twitter-perl/debian/control Sat Jan  2 01:40:46 2010
@@ -2,17 +2,23 @@
 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
+Build-Depends-Indep: perl, libjson-any-perl (>= 1.19), libwww-perl,
+ libtest-exception-perl, liburi-perl,
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Jonathan Yu <jawnsy at cpan.org>
+Standards-Version: 3.8.3
 Homepage: http://www.net-twitter.info/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libnet-twitter-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libnet-twitter-perl/
 
 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.
+ liburi-perl, libwww-perl
+Description: Perl interface to the Twitter social network
+ Net::Twitter is a Perl module that provides an interface to the Twitter.com
+ social networking site. This module allows you to set your status message
+ as well as review the messages from those you follow.
+ .
+ This package also contains Net::Identica, which is an API for the Twitter-
+ inspired social networking site, <URL:http://identi.ca>.

Modified: trunk/libnet-twitter-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-twitter-perl/debian/rules?rev=49897&op=diff
==============================================================================
--- trunk/libnet-twitter-perl/debian/rules (original)
+++ trunk/libnet-twitter-perl/debian/rules Sat Jan  2 01:40:46 2010
@@ -1,23 +1,4 @@
 #!/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




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