r12257 - in /trunk/libmodule-versions-report-perl/debian: changelog copyright rules watch

ghostbar-guest at users.alioth.debian.org ghostbar-guest at users.alioth.debian.org
Wed Jan 9 01:07:56 UTC 2008


Author: ghostbar-guest
Date: Wed Jan  9 01:07:56 2008
New Revision: 12257

URL: http://svn.debian.org/wsvn/?sc=1&rev=12257
Log:
debian/changelog:closing the bug of the typo already fixed by rmayorga (#439275)
debian/rules: `touch $@' instead of `touch *-stamp'
debian/copyright: fixed formatting
debian/watch: now is dist-based
ready to be uploaded

Modified:
    trunk/libmodule-versions-report-perl/debian/changelog
    trunk/libmodule-versions-report-perl/debian/copyright
    trunk/libmodule-versions-report-perl/debian/rules
    trunk/libmodule-versions-report-perl/debian/watch

Modified: trunk/libmodule-versions-report-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libmodule-versions-report-perl/debian/changelog?rev=12257&op=diff
==============================================================================
--- trunk/libmodule-versions-report-perl/debian/changelog (original)
+++ trunk/libmodule-versions-report-perl/debian/changelog Wed Jan  9 01:07:56 2008
@@ -1,10 +1,17 @@
-libmodule-versions-report-perl (1.03-2) UNRELEASED; urgency=low
+libmodule-versions-report-perl (1.03-2) unstable; urgency=low
 
+  [ gregor herrmann ]
   * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
     field (source stanza); Homepage field (source stanza). Removed: XS-
     Vcs-Svn fields.
 
- -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:30:45 +0200
+  [ Jose Luis Rivas ]
+  * Typo fixed by René Mayorga (Closes: #439275)
+  * debian/rules: `touch $@' instead of `touch *-stamp'
+  * debian/copyright: fixed formatting
+  * debian/watch: now is dist-based.
+
+ -- Jose Luis Rivas <ghostbar38 at gmail.com>  Tue, 08 Jan 2008 20:36:51 -0430
 
 libmodule-versions-report-perl (1.03-1) unstable; urgency=low
 

Modified: trunk/libmodule-versions-report-perl/debian/copyright
URL: http://svn.debian.org/wsvn/trunk/libmodule-versions-report-perl/debian/copyright?rev=12257&op=diff
==============================================================================
--- trunk/libmodule-versions-report-perl/debian/copyright (original)
+++ trunk/libmodule-versions-report-perl/debian/copyright Wed Jan  9 01:07:56 2008
@@ -3,15 +3,19 @@
 
 It was downloaded from http://search.cpan.org/CPAN/authors/id/S/SB/SBURKE/
 
-Author: Sean M. Burke <sburke at cpan.org>
+Author: 
+
+    Sean M. Burke <sburke at cpan.org>
 
 Copyright:
 
-   Copyright 2001-2003, Sean M. Burke <sburke at cpan.org>, all rights
-   reserved.  This program is free software; you can redistribute it
-   and/or modify it under the same terms as Perl itself.
+     Copyright 2001-2003, Sean M. Burke <sburke at cpan.org>, all rights
+     reserved.  This program is free software; you can redistribute it
+     and/or modify it under the same terms as Perl itself.
 
-Perl is distributed under your choice of the GNU General Public License or
-the Artistic License.  On Debian GNU/Linux systems, the complete text of the
-GNU General Public License can be found in `/usr/share/common-licenses/GPL'
-and the Artistic Licence in `/usr/share/common-licenses/Artistic'.
+License:
+
+    Perl is distributed under your choice of the GNU General Public License or
+    the Artistic License.  On Debian GNU/Linux systems, the complete text of the
+    GNU General Public License can be found in `/usr/share/common-licenses/GPL'
+    and the Artistic Licence in `/usr/share/common-licenses/Artistic'.

Modified: trunk/libmodule-versions-report-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libmodule-versions-report-perl/debian/rules?rev=12257&op=diff
==============================================================================
--- trunk/libmodule-versions-report-perl/debian/rules (original)
+++ trunk/libmodule-versions-report-perl/debian/rules Wed Jan  9 01:07:56 2008
@@ -17,7 +17,7 @@
 
 	$(PERL) Makefile.PL verbose INSTALLDIRS=vendor
 
-	touch configure-stamp
+	touch $@
 
 build: build-stamp
 build-stamp: configure-stamp
@@ -26,7 +26,7 @@
 	$(MAKE)
 	$(MAKE) test
 
-	touch build-stamp
+	touch $@
 
 clean:
 	dh_testdir

Modified: trunk/libmodule-versions-report-perl/debian/watch
URL: http://svn.debian.org/wsvn/trunk/libmodule-versions-report-perl/debian/watch?rev=12257&op=diff
==============================================================================
--- trunk/libmodule-versions-report-perl/debian/watch (original)
+++ trunk/libmodule-versions-report-perl/debian/watch Wed Jan  9 01:07:56 2008
@@ -1,2 +1,2 @@
 version=3
-http://www.cpan.org/modules/by-module/Module/Module-Versions-Report-(\d+\.\d+)\.tar\.gz
+http://search.cpan.org/dist/Module-Versions-Report/ .*/Module-Versions-Report-(\d+\.\d+)\.tar\.gz




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