r40712 - in /trunk/libwebservice-youtube-perl/debian: changelog control copyright rules

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Sat Jul 25 04:49:43 UTC 2009


Author: jawnsy-guest
Date: Sat Jul 25 04:49:30 2009
New Revision: 40712

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=40712
Log:
* Updated to the new short rules format
* Added myself to Copyright and Uploaders
* Rewrote description, formatting changes

Modified:
    trunk/libwebservice-youtube-perl/debian/changelog
    trunk/libwebservice-youtube-perl/debian/control
    trunk/libwebservice-youtube-perl/debian/copyright
    trunk/libwebservice-youtube-perl/debian/rules

Modified: trunk/libwebservice-youtube-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwebservice-youtube-perl/debian/changelog?rev=40712&op=diff
==============================================================================
--- trunk/libwebservice-youtube-perl/debian/changelog (original)
+++ trunk/libwebservice-youtube-perl/debian/changelog Sat Jul 25 04:49:30 2009
@@ -1,8 +1,13 @@
 libwebservice-youtube-perl (1.0.3-2) UNRELEASED; urgency=low
 
+  * Updated to the new short rules format
+  * Added myself to Copyright and Uploaders
+  * Rewrote description, formatting changes
+
+  [ Nathan Handler ]
   * debian/watch: Update to ignore development releases.
 
- -- Nathan Handler <nhandler at ubuntu.com>  Sat, 06 Jun 2009 01:38:03 +0000
+ -- Jonathan Yu <frequency at cpan.org>  Fri, 24 Jul 2009 20:49:49 -0400
 
 libwebservice-youtube-perl (1.0.3-1) unstable; urgency=low
 

Modified: trunk/libwebservice-youtube-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwebservice-youtube-perl/debian/control?rev=40712&op=diff
==============================================================================
--- trunk/libwebservice-youtube-perl/debian/control (original)
+++ trunk/libwebservice-youtube-perl/debian/control Sat Jul 25 04:49:30 2009
@@ -5,22 +5,19 @@
 Uploaders: Rene Mayorga <rmayorga at debian.org>,
  gregor herrmann <gregoa at debian.org>
 Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: perl (>=5.6.0-16), libversion-perl, 
- libclass-accessor-perl, libwww-perl, liburi-perl, libxml-simple-perl,
- libtest-pod-coverage-perl, libtest-pod-perl, libtest-perl-critic-perl
-Standards-Version: 3.8.0
+Build-Depends-Indep: perl (>=5.6.0-16), libversion-perl, libxml-simple-perl,
+ libclass-accessor-perl, libwww-perl, liburi-perl, libtest-pod-coverage-perl,
+ libtest-pod-perl, libtest-perl-critic-perl
+Standards-Version: 3.8.2
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libwebservice-youtube-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libwebservice-youtube-perl/
 Homepage: http://search.cpan.org/dist/WebService-YouTube/
 
 Package: libwebservice-youtube-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, libversion-perl, liburi-perl,
- libwww-perl, libxml-simple-perl, libclass-accessor-perl
+Depends: ${misc:Depends}, ${perl:Depends}, libversion-perl, libxml-simple-perl,
+ liburi-perl, libwww-perl, libclass-accessor-perl
 Description: Perl module that provides an interface to YouTube services 
- WebService::Youtube provides a Perl interface to YouTube API and YouTube RSS
- services. This module support only the Legacy API and does not support the
- YouTube Data API based on the Google data protocol.
- .
- See the YouTube Data API Overview for details:
- <http://code.google.com/apis/youtube/overview.html>
+ WebService::YouTube provides a Perl interface to YouTube programming interface
+ and corresponding RSS services. This module only supports the Legacy API, not
+ the Data API based on the Google data protocol.

Modified: trunk/libwebservice-youtube-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwebservice-youtube-perl/debian/copyright?rev=40712&op=diff
==============================================================================
--- trunk/libwebservice-youtube-perl/debian/copyright (original)
+++ trunk/libwebservice-youtube-perl/debian/copyright Sat Jul 25 04:49:30 2009
@@ -9,14 +9,17 @@
 License-Alias: Perl
 License: Artistic | GPL-1+
 
-Files: inc/*
-Copyright: Copyright 2002 - 2008 by Brian Ingerson, Audrey Tang and Adam Kennedy
+Files: debian/*
+Copyright: 2009, Jonathan Yu <frequency at cpan.org>
+ 2007-2009, Rene Mayorga <rmayorga at debian.org>
+ 2008-2009, gregor herrmann <gregoa at debian.org>
 License: Artistic | GPL-1+
 
-Files: debian/*
-Copyright: 
- 2007-2009, Rene Mayorga <rmayorga at debian.org>
- 2008-2009, gregor herrmann <gregoa at debian.org>
+Files: inc/Module/*
+Copyright: 2002-2009, Adam Kennedy <adamk at cpan.org>
+ 2002-2009, Audrey Tang <autrijus at autrijus.org>
+ 2002-2009, Brian Ingerson <ingy at cpan.org>
+License-Alias: Perl
 License: Artistic | GPL-1+
 
 License: Artistic

Modified: trunk/libwebservice-youtube-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwebservice-youtube-perl/debian/rules?rev=40712&op=diff
==============================================================================
--- trunk/libwebservice-youtube-perl/debian/rules (original)
+++ trunk/libwebservice-youtube-perl/debian/rules Sat Jul 25 04:49:30 2009
@@ -1,23 +1,7 @@
 #!/usr/bin/make -f
 
-build: build-stamp
-build-stamp:
-	TEST_POD=1 TEST_CRITIC=1 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
+override_dh_auto_test:
+	TEST_POD=1 TEST_CRITIC=1 dh_auto_test




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