r45471 - in /trunk/libnet-bittorrent-perl/debian: changelog control rules

mogaal-guest at users.alioth.debian.org mogaal-guest at users.alioth.debian.org
Thu Oct 8 01:16:23 UTC 2009


Author: mogaal-guest
Date: Thu Oct  8 01:16:18 2009
New Revision: 45471

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=45471
Log:
Fixed mistakes! Now is ready

Modified:
    trunk/libnet-bittorrent-perl/debian/changelog
    trunk/libnet-bittorrent-perl/debian/control
    trunk/libnet-bittorrent-perl/debian/rules

Modified: trunk/libnet-bittorrent-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-bittorrent-perl/debian/changelog?rev=45471&op=diff
==============================================================================
--- trunk/libnet-bittorrent-perl/debian/changelog (original)
+++ trunk/libnet-bittorrent-perl/debian/changelog Thu Oct  8 01:16:18 2009
@@ -1,14 +1,5 @@
-libnet-bittorrent-perl (0.051-1) UNRELEASED; urgency=low
-
-  TODO:
-  - debian/control:
-    + there's still a single "libtest-simple-perl" although
-      "perl-modules (>= 5.10.1) | libtest-simple-perl (>= 0.80)" was added
-    + we probably need netbase in B-D-I since there are local network tests
-  - debian/rules (more QUESTIONS than TODO):
-    + why once "chmod 664" and then "chmod -x"?
-    + why the "-i" in "dh_installdocs -i"?
+libnet-bittorrent-perl (0.051-1) unstable; urgency=low
 
   * Initial Release (Closes: #546600).
 
- -- Alejandro Garrido Mota <garridomota at gmail.com>  Sun, 27 Sep 2009 15:01:35 -0430
+ -- Alejandro Garrido Mota <garridomota at gmail.com>  Wed, 07 Oct 2009 20:46:41 -0430

Modified: trunk/libnet-bittorrent-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-bittorrent-perl/debian/control?rev=45471&op=diff
==============================================================================
--- trunk/libnet-bittorrent-perl/debian/control (original)
+++ trunk/libnet-bittorrent-perl/debian/control Thu Oct  8 01:16:18 2009
@@ -4,8 +4,8 @@
 Build-Depends: debhelper (>= 7.0.50~), quilt (>= 0.46-7)
 Build-Depends-Indep: perl, perl-modules (>= 5.10.1) | libmodule-build-perl (>= 0.30), 
                      perl-modules (>= 5.10.1) | libtest-simple-perl (>= 0.80),
-                     perl-modules (>= 5.10) | libscalar-list-utils-perl (>= 1:1.19),,
-                     libtest-simple-perl, libtest-pod-perl, libtest-pod-coverage-perl, libdata-dump-perl
+                     perl-modules (>= 5.10) | libscalar-list-utils-perl (>= 1:1.19), netbase,
+                     libtest-pod-perl, libtest-pod-coverage-perl, libdata-dump-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Alejandro Garrido Mota <garridomota at gmail.com>
 Standards-Version: 3.8.3

Modified: trunk/libnet-bittorrent-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-bittorrent-perl/debian/rules?rev=45471&op=diff
==============================================================================
--- trunk/libnet-bittorrent-perl/debian/rules (original)
+++ trunk/libnet-bittorrent-perl/debian/rules Thu Oct  8 01:16:18 2009
@@ -11,10 +11,10 @@
 	mv $(TMP)/usr/share/man/man1/net-bittorrent.pl.1p $(TMP)/usr/share/man/man1/net-bittorrent.1p 
 
 override_dh_installdocs:
-	dh_installdocs -i
+	dh_installdocs
 	pod2text TODO.pod > $(TMP)/usr/share/doc/libnet-bittorrent-perl/TODO
 
 override_dh_fixperms:
 	dh_fixperms	
-	chmod 644 debian/libnet-bittorrent-perl/usr/share/perl5/Net/BitTorrent/Notes.pod
+	chmod -x debian/libnet-bittorrent-perl/usr/share/perl5/Net/BitTorrent/Notes.pod
 	chmod -x $(TMP)/usr/share/doc/libnet-bittorrent-perl/examples/956_dht.torrent




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