r44849 - in /trunk/libnet-bittorrent-perl/debian: changelog control libnet-bittorrent-perl.docs rules

mogaal-guest at users.alioth.debian.org mogaal-guest at users.alioth.debian.org
Sat Sep 26 14:49:10 UTC 2009


Author: mogaal-guest
Date: Sat Sep 26 14:48:24 2009
New Revision: 44849

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=44849
Log:
improved! not ready yet

Modified:
    trunk/libnet-bittorrent-perl/debian/changelog
    trunk/libnet-bittorrent-perl/debian/control
    trunk/libnet-bittorrent-perl/debian/libnet-bittorrent-perl.docs
    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=44849&op=diff
==============================================================================
--- trunk/libnet-bittorrent-perl/debian/changelog (original)
+++ trunk/libnet-bittorrent-perl/debian/changelog Sat Sep 26 14:48:24 2009
@@ -20,7 +20,6 @@
     -> http://pkg-perl.alioth.debian.org/copyright.html#artistic_license_2_0
   - debian/control:
     + quilt needs to be in Build-Depends (it's used in the clean target)
-    + we need quilt (>= 0.46-7) (for the --with quilt in debian/rules)
     + Module::Build: "perl-modules (>= 5.10.1) | libmodule-build-perl (>= 0.30)"
       (cf. also lintian's "versioned-dependency-satisfied-by-perl")
     + an unversioned build dep on libtest-simple-perl is useless, since
@@ -31,7 +30,6 @@
     + short description:
       * probably s/bitTorrent/BitTorrent/  
       * the short description doesn't work as a noun phrase
-    + stray comma after libtest-pod-coverage-perl
   - please check the build and runtime deps. there's more in META.yml, and
     during configure we see:
     * Optional prerequisite Math::Pari is not installed

Modified: trunk/libnet-bittorrent-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-bittorrent-perl/debian/control?rev=44849&op=diff
==============================================================================
--- trunk/libnet-bittorrent-perl/debian/control (original)
+++ trunk/libnet-bittorrent-perl/debian/control Sat Sep 26 14:48:24 2009
@@ -2,8 +2,8 @@
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7.0.50~)
-Build-Depends-Indep: perl, quilt, libmodule-build-perl (>= 0.30), libpod-readme-perl,
-                     libtest-simple-perl, libtest-pod-perl, libtest-pod-coverage-perl,
+Build-Depends-Indep: perl, quilt (>= 0.46-7), perl-modules (>= 5.10.1) | libmodule-build-perl (>= 0.30), 
+                     libpod-readme-perl, libtest-simple-perl, libtest-pod-perl, libtest-pod-coverage-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
@@ -14,7 +14,7 @@
 Package: libnet-bittorrent-perl
 Architecture: all
 Depends: ${perl:Depends}, ${misc:Depends}, perl-modules
-Description: bitTorrent peer-to-peer protocol
+Description: BitTorrent peer-to-peer protocol
  Net::BitTorrent is a class based implementation of the current
  BitTorrent Protocol Specification. Each "Net::BitTorrent" object is
  capable of handling several concurrent .torrent sessions.

Modified: trunk/libnet-bittorrent-perl/debian/libnet-bittorrent-perl.docs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-bittorrent-perl/debian/libnet-bittorrent-perl.docs?rev=44849&op=diff
==============================================================================
--- trunk/libnet-bittorrent-perl/debian/libnet-bittorrent-perl.docs (original)
+++ trunk/libnet-bittorrent-perl/debian/libnet-bittorrent-perl.docs Sat Sep 26 14:48:24 2009
@@ -1,2 +1,1 @@
-README
 TODO.pod

Modified: trunk/libnet-bittorrent-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-bittorrent-perl/debian/rules?rev=44849&op=diff
==============================================================================
--- trunk/libnet-bittorrent-perl/debian/rules (original)
+++ trunk/libnet-bittorrent-perl/debian/rules Sat Sep 26 14:48:24 2009
@@ -3,8 +3,8 @@
 %:
 	dh --with quilt $@
 
-override_dh_fixperms:
-	dh_fixperms
+override_dh_auto_install:
+	dh_auto_install
 	chmod 644 debian/libnet-bittorrent-perl/usr/share/perl5/Net/BitTorrent/Notes.pod
 	mv debian/libnet-bittorrent-perl/usr/bin/net-bittorrent.pl debian/libnet-bittorrent-perl/usr/bin/net-bittorrent
 	mv debian/libnet-bittorrent-perl/usr/share/man/man1/net-bittorrent.pl.1p.gz debian/libnet-bittorrent-perl/usr/share/man/man1/net-bittorrent.1p.gz




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