r20917 - in /trunk/libprpc-perl: debian/changelog debian/compat debian/control debian/patches/ debian/patches/disable_tests.patch debian/patches/series debian/rules t/client.t t/noStorableOo.t

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Tue Jun 10 18:26:25 UTC 2008


Author: gregoa
Date: Tue Jun 10 18:26:25 2008
New Revision: 20917

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=20917
Log:
* Split out changes to test suite into disable_tests.patch; add quilt
  framework.
* Set Standards-Version to 3.7.3 (no changes).
* Set debhelper compatibility level to 5.
* Move perl from Build-Depends to Build-Depends-Indep.

Added:
    trunk/libprpc-perl/debian/patches/
    trunk/libprpc-perl/debian/patches/disable_tests.patch
    trunk/libprpc-perl/debian/patches/series
Modified:
    trunk/libprpc-perl/debian/changelog
    trunk/libprpc-perl/debian/compat
    trunk/libprpc-perl/debian/control
    trunk/libprpc-perl/debian/rules
    trunk/libprpc-perl/t/client.t
    trunk/libprpc-perl/t/noStorableOo.t

Modified: trunk/libprpc-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libprpc-perl/debian/changelog?rev=20917&op=diff
==============================================================================
--- trunk/libprpc-perl/debian/changelog (original)
+++ trunk/libprpc-perl/debian/changelog Tue Jun 10 18:26:25 2008
@@ -3,6 +3,11 @@
   * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
     field (source stanza); Homepage field (source stanza). Removed: XS-
     Vcs-Svn fields.
+  * Split out changes to test suite into disable_tests.patch; add quilt
+    framework.
+  * Set Standards-Version to 3.7.3 (no changes).
+  * Set debhelper compatibility level to 5.
+  * Move perl from Build-Depends to Build-Depends-Indep.
 
  -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:31:45 +0200
 

Modified: trunk/libprpc-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libprpc-perl/debian/compat?rev=20917&op=diff
==============================================================================
--- trunk/libprpc-perl/debian/compat (original)
+++ trunk/libprpc-perl/debian/compat Tue Jun 10 18:26:25 2008
@@ -1,1 +1,1 @@
-4
+5

Modified: trunk/libprpc-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libprpc-perl/debian/control?rev=20917&op=diff
==============================================================================
--- trunk/libprpc-perl/debian/control (original)
+++ trunk/libprpc-perl/debian/control Tue Jun 10 18:26:25 2008
@@ -2,11 +2,12 @@
 Section: perl
 Priority: optional
 Maintainer: Christian Hammers <ch at debian.org>
-Standards-Version: 3.7.2
+Standards-Version: 3.7.3
 Homepage: http://search.cpan.org/dist/RPC-pServer/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libprpc-perl/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libprpc-perl/
-Build-Depends: debhelper (>= 4.1.0), perl (>= 5.8), cdbs
+Build-Depends: debhelper (>= 5), cdbs, quilt (>= 0.40)
+Build-Depends-Indep: perl (>= 5.8)
 
 Package: libprpc-perl
 Architecture: all

Added: trunk/libprpc-perl/debian/patches/disable_tests.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libprpc-perl/debian/patches/disable_tests.patch?rev=20917&op=file
==============================================================================
--- trunk/libprpc-perl/debian/patches/disable_tests.patch (added)
+++ trunk/libprpc-perl/debian/patches/disable_tests.patch Tue Jun 10 18:26:25 2008
@@ -1,0 +1,40 @@
+Author: Christian Hammers <ch at debian.org>
+Description: Skipping tests as there is no running syslog in the autobuilder
+environment.
+Bug: #262421
+
+--- libprpc-perl-0.1005.orig/t/client.t
++++ libprpc-perl-0.1005/t/client.t
+@@ -35,6 +35,10 @@
+ ############################################################################
+ 
+ {
++	print("1..1\nok 1 # skipped Disabled for Debian build environments!\n");
++	exit(0);
++
++
+     #   Force output being written immediately
+     $| = 1;
+     print "1..14\n";
+@@ -45,8 +49,7 @@
+ 	defined(&Sys::Syslog::_PATH_LOG)) {
+         Sys::Syslog::setlogsock('unix');
+     }
+-    Sys::Syslog::openlog('client.t', 'pid', 'daemon');
+-
++    my($ch1) = Sys::Syslog::openlog('client.t', 'pid', 'daemon');
+     #
+     #   We'd prefer to do the following as part of the Server()
+     #   function. This would be fine, if we'd bind on a well
+--- libprpc-perl-0.1005.orig/t/noStorableOo.t
++++ libprpc-perl-0.1005/t/noStorableOo.t
+@@ -36,6 +36,9 @@
+ ############################################################################
+ 
+ {
++	print("1..1\nok 1 # skipped Disabled for Debian build environments!\n");
++	exit(0);
++
+     #   Force output being written immediately
+     $| = 1;
+     print "1..14\n";

Added: trunk/libprpc-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libprpc-perl/debian/patches/series?rev=20917&op=file
==============================================================================
--- trunk/libprpc-perl/debian/patches/series (added)
+++ trunk/libprpc-perl/debian/patches/series Tue Jun 10 18:26:25 2008
@@ -1,0 +1,1 @@
+disable_tests.patch

Modified: trunk/libprpc-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libprpc-perl/debian/rules?rev=20917&op=diff
==============================================================================
--- trunk/libprpc-perl/debian/rules (original)
+++ trunk/libprpc-perl/debian/rules Tue Jun 10 18:26:25 2008
@@ -3,3 +3,4 @@
 # Put perlmodule.mk last to dh_clean temporary files not in MANIFEST
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/perlmodule.mk
+include /usr/share/cdbs/1/rules/patchsys-quilt.mk

Modified: trunk/libprpc-perl/t/client.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libprpc-perl/t/client.t?rev=20917&op=diff
==============================================================================
--- trunk/libprpc-perl/t/client.t (original)
+++ trunk/libprpc-perl/t/client.t Tue Jun 10 18:26:25 2008
@@ -35,10 +35,6 @@
 ############################################################################
 
 {
-	print("1..1\nok 1 # skipped Disabled for Debian build environments!\n");
-	exit(0);
-
-
     #   Force output being written immediately
     $| = 1;
     print "1..14\n";
@@ -49,7 +45,8 @@
 	defined(&Sys::Syslog::_PATH_LOG)) {
         Sys::Syslog::setlogsock('unix');
     }
-    my($ch1) = Sys::Syslog::openlog('client.t', 'pid', 'daemon');
+    Sys::Syslog::openlog('client.t', 'pid', 'daemon');
+
     #
     #   We'd prefer to do the following as part of the Server()
     #   function. This would be fine, if we'd bind on a well

Modified: trunk/libprpc-perl/t/noStorableOo.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libprpc-perl/t/noStorableOo.t?rev=20917&op=diff
==============================================================================
--- trunk/libprpc-perl/t/noStorableOo.t (original)
+++ trunk/libprpc-perl/t/noStorableOo.t Tue Jun 10 18:26:25 2008
@@ -36,9 +36,6 @@
 ############################################################################
 
 {
-	print("1..1\nok 1 # skipped Disabled for Debian build environments!\n");
-	exit(0);
-
     #   Force output being written immediately
     $| = 1;
     print "1..14\n";




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