r73039 - in /trunk/libmoose-perl/debian: changelog control rules

ghedo-guest at users.alioth.debian.org ghedo-guest at users.alioth.debian.org
Thu Apr 21 20:07:31 UTC 2011


Author: ghedo-guest
Date: Thu Apr 21 20:05:51 2011
New Revision: 73039

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=73039
Log:
* Do not install moose-outdated script
* Add libsuper-perl and libtest-leaktrace-perl to Build-Depends (used by test)

Modified:
    trunk/libmoose-perl/debian/changelog
    trunk/libmoose-perl/debian/control
    trunk/libmoose-perl/debian/rules

Modified: trunk/libmoose-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoose-perl/debian/changelog?rev=73039&op=diff
==============================================================================
--- trunk/libmoose-perl/debian/changelog (original)
+++ trunk/libmoose-perl/debian/changelog Thu Apr 21 20:05:51 2011
@@ -1,7 +1,4 @@
 libmoose-perl (2.0000-1) UNRELEASED; urgency=low
-
-  QUESTION: should we replace do-not-install-moose-outdated.patch by a simple
-  rm in debian/rules?
 
   [ Alessandro Ghedini ]
   * New upstream release
@@ -15,7 +12,8 @@
   * Update Conflicts in debian/control
   * Add API changes to debian/NEWS
   * Add fix-manpage-has-bad-whatis-entry-warnings patch
-  * Add do-not-install-moose-outdated patch
+  * Do not install moose-outdated script
+  * Add libsuper-perl and libtest-leaktrace-perl to Build-Depends (used by test)
 
   [ gregor herrmann ]
   * Set Standards-Version to 3.9.2 (no changes).

Modified: trunk/libmoose-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoose-perl/debian/control?rev=73039&op=diff
==============================================================================
--- trunk/libmoose-perl/debian/control (original)
+++ trunk/libmoose-perl/debian/control Thu Apr 21 20:05:51 2011
@@ -20,9 +20,11 @@
  libregexp-common-perl,
  libsub-exporter-perl (>= 0.980),
  libsub-name-perl (>= 0.05),
+ libsuper-perl,
  libtask-weaken-perl,
  libtest-deep-perl,
  libtest-fatal-perl,
+ libtest-leaktrace-perl,
  libtest-output-perl,
  libtest-requires-perl,
  libtest-warn-perl,

Modified: trunk/libmoose-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoose-perl/debian/rules?rev=73039&op=diff
==============================================================================
--- trunk/libmoose-perl/debian/rules (original)
+++ trunk/libmoose-perl/debian/rules Thu Apr 21 20:05:51 2011
@@ -2,3 +2,11 @@
 
 %:
 	dh $@
+
+# Do not install the moose-outdated script. It is only needed to
+# check for installed modules that conflicts with Moose, on Debian systems
+# this is already done by the maintainers of libmoose-perl (using the proper
+# fields in debian/control), hence there's no reason to get it installed.
+override_dh_auto_install:
+	dh_auto_install
+	rm -rf debian/libmoose-perl/usr/bin/




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