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

mogaal-guest at users.alioth.debian.org mogaal-guest at users.alioth.debian.org
Sun Sep 27 16:56:54 UTC 2009


Author: mogaal-guest
Date: Sun Sep 27 16:56:48 2009
New Revision: 44936

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=44936
Log:
* Add quilt to B-D.
* Remove executable bit of 956_dht.torrent.

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=44936&op=diff
==============================================================================
--- trunk/libnet-bittorrent-perl/debian/changelog (original)
+++ trunk/libnet-bittorrent-perl/debian/changelog Sun Sep 27 16:56:48 2009
@@ -5,21 +5,15 @@
     + maybe convert the TODO.pod into a text file?
       (in debian/rules, then install the text file, and remove it via
       debian/clean)
-  - debian/patches/01_fix-manpage-error.patch
-    + please refresh with the .quiltrc settings from
-      http://pkg-perl.alioth.debian.org/howto/quilt.html#tips_and_tricks
-    + please consider adapting the header more to DEP3
   - debian/control:
-    + quilt needs to be in Build-Depends (it's used in the clean target)
     + 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
       Test::Simple is in perl-modules; ah, but we need Test::More >= 0.8,
       so it's "perl-modules (>= 5.10.1) | libtest-simple-perl (>= 0.80)"
-    + what is libpod-readme-perl needed for?
     + remove the unversioned perl-modules from Depends
     + short description:
-      * the short description doesn't work as a noun phrase
+     OJO * the short description doesn't work as a noun phrase
 
     oh, and Scalar::Util 1.19 needs e.g. "perl-modules (>= 5.10) |
     libscalar-list-utils-perl (>= 1:1.19)"

Modified: trunk/libnet-bittorrent-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-bittorrent-perl/debian/control?rev=44936&op=diff
==============================================================================
--- trunk/libnet-bittorrent-perl/debian/control (original)
+++ trunk/libnet-bittorrent-perl/debian/control Sun Sep 27 16:56:48 2009
@@ -1,7 +1,7 @@
 Source: libnet-bittorrent-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7.0.50~)
+Build-Depends: debhelper (>= 7.0.50~), quilt, pod2text
 Build-Depends-Indep: perl, quilt (>= 0.46-7), perl-modules (>= 5.10.1) | libmodule-build-perl (>= 0.30), 
                      libtest-simple-perl, libtest-pod-perl, libtest-pod-coverage-perl, libdata-dump-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
@@ -15,7 +15,7 @@
 Architecture: all
 Depends: ${perl:Depends}, ${misc:Depends}
 Recommends: libdata-dump-perl
-Description: BitTorrent peer-to-peer protocol
+Description: BitTorrent Protocol implementation for distributed data exchange.
  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/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-bittorrent-perl/debian/rules?rev=44936&op=diff
==============================================================================
--- trunk/libnet-bittorrent-perl/debian/rules (original)
+++ trunk/libnet-bittorrent-perl/debian/rules Sun Sep 27 16:56:48 2009
@@ -7,4 +7,8 @@
 	dh_auto_install
 	chmod 644 debian/libnet-bittorrent-perl/usr/share/perl5/Net/BitTorrent/Notes.pod
 	mv $(CURDIR)/debian/libnet-bittorrent-perl/usr/bin/net-bittorrent.pl $(CURDIR)/debian/libnet-bittorrent-perl/usr/bin/net-bittorrent
+
+override_dh_fixperms:
+	dh_fixperms	
 	chmod -x $(CURDIR)/debian/libnet-bittorrent-perl/usr/share/doc/libnet-bittorrent-perl/examples/956_dht.torrent
+	mv $(CURDIR)/debian/libnet-bittorrent-perl/usr/share/man/man1/net-bittorrent.pl.1p.gz $(CURDIR)/debian/libnet-bittorrent-perl/usr/share/man/man1/net-bittorrent.1p.gz 




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