r44848 - /trunk/libnet-bittorrent-perl/debian/changelog

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sat Sep 26 14:09:02 UTC 2009


Author: gregoa
Date: Sat Sep 26 14:08:45 2009
New Revision: 44848

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=44848
Log:
back to UNRELEASED, TODO added to changelog

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

Modified: trunk/libnet-bittorrent-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-bittorrent-perl/debian/changelog?rev=44848&op=diff
==============================================================================
--- trunk/libnet-bittorrent-perl/debian/changelog (original)
+++ trunk/libnet-bittorrent-perl/debian/changelog Sat Sep 26 14:08:45 2009
@@ -1,4 +1,49 @@
-libnet-bittorrent-perl (0.051-1) unstable; urgency=low
+libnet-bittorrent-perl (0.051-1) UNRELEASED; urgency=low
+
+  TODO:
+  - debian/rules:
+    + it's a bit strange to see the mv'ing of net-bittorrent* in
+      override_dh_fixperms, override_dh_auto_install would seem more appropriate
+  - debian/libnet-bittorrent-perl.docs
+    + remove the README, it's just a text version of the POD
+    + 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
+  - ./tatoeba/*: these seem to be examples, please consider installing them via
+    debian/libnet-bittorrent-perl.examples
+  - debian/copyright: this module is distributed under Artistic _2_, and not
+    Artistic, and /usr/share/common-licenses/Artistic is Artistic _1_
+    -> 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
+      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:
+      * 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
+    * Optional prerequisite Data::Dump is not installed
+    * Optional prerequisite Math::BigInt::Pari is not installed
+    at least libdata-dump-perl in Build-Depends-Indep and Recommends might be
+    appropriate
+
+    oh, and Scalar::Util 1.19 needs e.g. "perl-modules (>= 5.10) |
+    libscalar-list-utils-perl (>= 1:1.19)"
+    (I haven't checked the others. dh-make-perl --refresh might also help)
+  
 
   * Initial Release (Closes: #546600).
 




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