r42538 - in /trunk/libpoex-role-sessioninstantiation-perl/debian: changelog control rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sun Aug 23 15:00:37 UTC 2009


Author: gregoa
Date: Sun Aug 23 15:00:30 2009
New Revision: 42538

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=42538
Log:
WAITS-FOR: libmoosex-declare-perl 0.26 # waits for libmoosex-method-signatures-perl 
WAITS-FOR: libpoex-types-perl 0.091420 # not yet ITP'd
* debian/control:
  - remove build dependency on libmodule-build-perl
  - bump versioned build and runtime dependencies on libmoosex-declare-perl
    and libpoe-perl
  - new build dependency libtest-simple-perl
  - new build and runtime dependency libpoex-types-perl
* Activate pod-syntax test (debian/{rules,control}); pod-coverage test would
  need Pod::Coverage::TrustPod.

Modified:
    trunk/libpoex-role-sessioninstantiation-perl/debian/changelog
    trunk/libpoex-role-sessioninstantiation-perl/debian/control
    trunk/libpoex-role-sessioninstantiation-perl/debian/rules

Modified: trunk/libpoex-role-sessioninstantiation-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoex-role-sessioninstantiation-perl/debian/changelog?rev=42538&op=diff
==============================================================================
--- trunk/libpoex-role-sessioninstantiation-perl/debian/changelog (original)
+++ trunk/libpoex-role-sessioninstantiation-perl/debian/changelog Sun Aug 23 15:00:30 2009
@@ -1,4 +1,7 @@
 libpoex-role-sessioninstantiation-perl (0.092280-1) UNRELEASED; urgency=low
+
+  WAITS-FOR: libmoosex-declare-perl 0.26 # waits for libmoosex-method-signatures-perl 
+  WAITS-FOR: libpoex-types-perl 0.091420 # not yet ITP'd
 
   [ Nathan Handler ]
   * debian/watch: Update to ignore development releases.
@@ -10,6 +13,14 @@
 
   [ gregor herrmann ]
   * New upstream release.
+  * debian/control:
+    - remove build dependency on libmodule-build-perl
+    - bump versioned build and runtime dependencies on libmoosex-declare-perl
+      and libpoe-perl
+    - new build dependency libtest-simple-perl
+    - new build and runtime dependency libpoex-types-perl
+  * Activate pod-syntax test (debian/{rules,control}); pod-coverage test would
+    need Pod::Coverage::TrustPod.
 
  -- gregor herrmann <gregoa at debian.org>  Sun, 23 Aug 2009 16:43:35 +0200
 

Modified: trunk/libpoex-role-sessioninstantiation-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoex-role-sessioninstantiation-perl/debian/control?rev=42538&op=diff
==============================================================================
--- trunk/libpoex-role-sessioninstantiation-perl/debian/control (original)
+++ trunk/libpoex-role-sessioninstantiation-perl/debian/control Sun Aug 23 15:00:30 2009
@@ -1,9 +1,10 @@
 Source: libpoex-role-sessioninstantiation-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7), perl-modules (>= 5.10) | libmodule-build-perl
-Build-Depends-Indep: perl, libmoosex-declare-perl (>= 0.20),
-  libpoe-perl (>= 2:1.005)
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl, libmoosex-declare-perl (>= 0.26),
+  libpoe-perl (>= 2:1.007), libpoex-types-perl (>= 0.091420),
+  libtest-simple-perl (>= 0.88), libtest-pod-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Ryan Niebur <ryanryan52 at gmail.com>
 Standards-Version: 3.8.1
@@ -13,8 +14,8 @@
 
 Package: libpoex-role-sessioninstantiation-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, libmoosex-declare-perl (>= 0.20),
- libpoe-perl (>= 2:1.005)
+Depends: ${perl:Depends}, ${misc:Depends}, libmoosex-declare-perl (>= 0.26),
+ libpoe-perl (>= 2:1.007), libpoex-types-perl (>= 0.091420),
 Description: POE::Session implementation as a Moose::Role
  POEx::Role::SessionInstantiation provides a nearly seamless integration for
  non-POE objects into a POE environment. It does this by handling the POE

Modified: trunk/libpoex-role-sessioninstantiation-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoex-role-sessioninstantiation-perl/debian/rules?rev=42538&op=diff
==============================================================================
--- trunk/libpoex-role-sessioninstantiation-perl/debian/rules (original)
+++ trunk/libpoex-role-sessioninstantiation-perl/debian/rules Sun Aug 23 15:00:30 2009
@@ -1,4 +1,4 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@
+	RELEASE_TESTING=1 dh $@




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