r7137 - in /trunk/libprpc-perl: debian/ debian/PROBLEMS debian/README.Maintainer debian/changelog debian/compat debian/control debian/copyright debian/rules debian/watch t/client.t t/noStorableOo.t

ch at users.alioth.debian.org ch at users.alioth.debian.org
Fri Aug 24 22:42:37 UTC 2007


Author: ch
Date: Fri Aug 24 22:42:36 2007
New Revision: 7137

URL: http://svn.debian.org/wsvn/?sc=1&rev=7137
Log:
[svn-inject] Applying Debian modifications to trunk

Added:
    trunk/libprpc-perl/debian/
    trunk/libprpc-perl/debian/PROBLEMS
    trunk/libprpc-perl/debian/README.Maintainer
    trunk/libprpc-perl/debian/changelog
    trunk/libprpc-perl/debian/compat
    trunk/libprpc-perl/debian/control
    trunk/libprpc-perl/debian/copyright
    trunk/libprpc-perl/debian/rules   (with props)
    trunk/libprpc-perl/debian/watch
Modified:
    trunk/libprpc-perl/t/client.t
    trunk/libprpc-perl/t/noStorableOo.t

Added: trunk/libprpc-perl/debian/PROBLEMS
URL: http://svn.debian.org/wsvn/trunk/libprpc-perl/debian/PROBLEMS?rev=7137&op=file
==============================================================================
--- trunk/libprpc-perl/debian/PROBLEMS (added)
+++ trunk/libprpc-perl/debian/PROBLEMS Fri Aug 24 22:42:36 2007
@@ -1,0 +1,36 @@
+t/base..............1..2
+ok 1
+ok 2
+ok
+t/client............1..14
+connect: No such file or directory (SOCK_DGRAM after trying SOCK_STREAM) at blib
+/lib/RPC/pServer.pm line 73
+connect: No such file or directory (SOCK_DGRAM after trying SOCK_STREAM) at blib
+/lib/RPC/pClient.pm line 92
+dubious
+        Test returned status 2 (wstat 512, 0x200)
+DIED. FAILED tests 1-14
+        Failed 14/14 tests, 0.00% okay
+t/encrypt...........1..0
+skipped test on this platform
+t/noStorableOo......1..14
+connect: No such file or directory (SOCK_DGRAM after trying SOCK_STREAM) at blib
+/lib/RPC/pServer.pm line 73
+connect: No such file or directory (SOCK_DGRAM after trying SOCK_STREAM) at blib
+/lib/RPC/pClient.pm line 92
+dubious
+        Test returned status 255 (wstat 65280, 0xff00)
+DIED. FAILED tests 1-14
+        Failed 14/14 tests, 0.00% okay
+t/noStorableOoEnc...1..0
+skipped test on this platform
+Failed Test      Status Wstat Total Fail  Failed  List of Failed
+--------------------------------------------------------------------------------
+t/client.t                 2   512    14   14 100.00%  1-14
+t/noStorableOo.t         255 65280    14   14 100.00%  1-14
+2 tests skipped.
+Failed 2/5 test scripts, 60.00% okay. 28/30 subtests failed, 6.67% okay.
+make: *** [test_dynamic] Error 29
+
+
+

Added: trunk/libprpc-perl/debian/README.Maintainer
URL: http://svn.debian.org/wsvn/trunk/libprpc-perl/debian/README.Maintainer?rev=7137&op=file
==============================================================================
--- trunk/libprpc-perl/debian/README.Maintainer (added)
+++ trunk/libprpc-perl/debian/README.Maintainer Fri Aug 24 22:42:36 2007
@@ -1,0 +1,3 @@
+I hardcoded the dependency to perl-5.8 because this package needs 
+libstorable-perl which is included in perl-5.8 but was a seperate
+package before.

Added: trunk/libprpc-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libprpc-perl/debian/changelog?rev=7137&op=file
==============================================================================
--- trunk/libprpc-perl/debian/changelog (added)
+++ trunk/libprpc-perl/debian/changelog Fri Aug 24 22:42:36 2007
@@ -1,0 +1,130 @@
+libprpc-perl (0.1005-20) unstable; urgency=low
+
+  * Corrected build-depends. 
+
+ -- Christian Hammers <ch at debian.org>  Mon, 23 Apr 2007 00:37:10 +0200
+
+libprpc-perl (0.1005-19) unstable; urgency=low
+
+  * Fixed typo in watchfile from last upload.
+
+ -- Christian Hammers <ch at debian.org>  Fri, 16 Sep 2005 00:59:23 +0200
+
+libprpc-perl (0.1005-18) unstable; urgency=low
+
+  * Corrected watch file so that I will be notified of new upstreams. 
+
+ -- Christian Hammers <ch at debian.org>  Tue, 13 Sep 2005 22:34:08 +0200
+
+libprpc-perl (0.1005-17) unstable; urgency=low
+
+  * Raised priority from extra to optional as the optional libdbi-perl
+    depends on this package.
+
+ -- Christian Hammers <ch at debian.org>  Mon,  2 Aug 2004 01:14:40 +0200
+
+libprpc-perl (0.1005-16) unstable; urgency=low
+
+  * Skipping tests as there is no running syslog in the autobuilder
+    environment. Closes: #262421
+
+ -- Christian Hammers <ch at debian.org>  Sun,  1 Aug 2004 23:51:01 +0200
+
+libprpc-perl (0.1005-15) unstable; urgency=low
+
+  * Switched to CDBS. 
+  * Changed section to perl.
+
+ -- Christian Hammers <ch at debian.org>  Fri, 23 Jul 2004 20:38:49 +0200
+
+libprpc-perl (0.1005-14) unstable; urgency=low
+
+  * Removed dependency to libstorable-perl. 
+
+ -- Christian Hammers <ch at debian.org>  Sun,  1 Sep 2002 20:47:01 +0200
+
+libprpc-perl (0.1005-13) unstable; urgency=low
+
+  * Moved from binary-arch to binary-indep and "Arch: all". Closes: #158291 
+
+ -- Christian Hammers <ch at debian.org>  Mon, 26 Aug 2002 09:56:55 +0200
+
+libprpc-perl (0.1005-12) unstable; urgency=low
+
+  * Corrected build depends. 
+
+ -- Christian Hammers <ch at debian.org>  Sun, 25 Aug 2002 18:44:17 +0200
+
+libprpc-perl (0.1005-11) unstable; urgency=medium
+
+  * Rebuild against perl-5.8. 
+
+ -- Christian Hammers <ch at debian.org>  Sun, 25 Aug 2002 18:13:01 +0200
+
+libprpc-perl (0.1005-10) unstable; urgency=low
+
+  * Added link to common-licenses in copyright file. Closes: #157645 
+
+ -- Christian Hammers <ch at debian.org>  Wed, 21 Aug 2002 21:18:17 +0200
+
+libprpc-perl (0.1005-9) unstable; urgency=low
+
+  * The "make test" suite depends on a working /dev/log socket.
+    This cannot be ensured for build daemons and pbuilder chroots
+    so I disabled the test suite. I therefore also removed the 
+    build dependency to syslog-daemon. Closes: #141107, #104887 
+
+ -- Christian Hammers <ch at debian.org>  Sun, 14 Apr 2002 17:15:35 +0200
+
+libprpc-perl (0.1005-8) unstable; urgency=medium
+
+  * Added system-log-daemon to build depends as "make test" needs
+    to log via syslog. Package was unbuildable before. Closes: #141107
+
+ -- Christian Hammers <ch at debian.org>  Thu,  4 Apr 2002 11:50:42 +0200
+
+libprpc-perl (0.1005-7) unstable; urgency=low
+
+  * Just another upload to catch a hppa buildd log or at least to
+    get it again to try building this package. 
+  * No changes.
+
+ -- Christian Hammers <ch at debian.org>  Sun, 14 Oct 2001 17:13:53 +0200
+
+libprpc-perl (0.1005-6) unstable; urgency=low
+
+  * Added libstorable-perl to Build-Depends. Closes: #86556 
+
+ -- Christian Hammers <ch at debian.org>  Mon, 19 Feb 2001 00:22:26 +0100
+
+libprpc-perl (0.1005-5) unstable; urgency=low
+
+  * New standards version.
+  * Conformed to new Debian Perl policy.
+  * No code change.
+
+ -- Christian Hammers <ch at debian.org>  Sat, 17 Feb 2001 14:45:45 +0100
+
+libprpc-perl (0.1005-4) unstable; urgency=low
+
+  * I don't know how this became a "native" package. Fixes #44310. 
+
+ -- Christian Hammers <ch at debian.org>  Sun,  5 Sep 1999 19:56:08 +0200
+
+libprpc-perl (0.1005-3) unstable; urgency=low
+
+  * Recompiled for perl-5.005. 
+
+ -- Christian Hammers <ch at debian.org>  Mon,  5 Jul 1999 23:20:29 +0200
+
+libprpc-perl (0.1005-2) unstable; urgency=low
+
+  * New maintainer release. 
+
+ -- Christian Hammers <ch at debian.org>  Mon,  3 May 1999 00:34:34 +0200
+
+libprpc-perl (0.1005-1) unstable; urgency=low
+
+  * Initial release
+
+ -- Martin Schulze <joey at finlandia.infodrom.north.de>  Thu, 24 Sep 1998 11:38:06 +0200

Added: trunk/libprpc-perl/debian/compat
URL: http://svn.debian.org/wsvn/trunk/libprpc-perl/debian/compat?rev=7137&op=file
==============================================================================
--- trunk/libprpc-perl/debian/compat (added)
+++ trunk/libprpc-perl/debian/compat Fri Aug 24 22:42:36 2007
@@ -1,0 +1,1 @@
+4

Added: trunk/libprpc-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libprpc-perl/debian/control?rev=7137&op=file
==============================================================================
--- trunk/libprpc-perl/debian/control (added)
+++ trunk/libprpc-perl/debian/control Fri Aug 24 22:42:36 2007
@@ -1,0 +1,15 @@
+Source: libprpc-perl
+Section: perl
+Priority: optional
+Maintainer: Christian Hammers <ch at debian.org>
+Standards-Version: 3.7.2
+Build-Depends: debhelper (>= 4.1.0), perl (>= 5.8), cdbs
+
+Package: libprpc-perl
+Architecture: all
+Depends: ${perl:Depends}
+Description: Perl extensions for writing pRPC servers and clients
+ Perl RPC simplifies the writing of Perl based client/server
+ applications.  RPC::pServer is the package used on the server side,
+ and you guess what RPC::pClient is for.  pRPC works by defining a set
+ of of functions that may be executed by the client.

Added: trunk/libprpc-perl/debian/copyright
URL: http://svn.debian.org/wsvn/trunk/libprpc-perl/debian/copyright?rev=7137&op=file
==============================================================================
--- trunk/libprpc-perl/debian/copyright (added)
+++ trunk/libprpc-perl/debian/copyright Fri Aug 24 22:42:36 2007
@@ -1,0 +1,13 @@
+This is Debian GNU/Linux's prepackaged version of Perl extensions for
+writing pRPC servers and clients.
+
+This package was put together by Martin Schulze <joey at debian.org>,
+from sources obtained from:
+ ftp://ftp.infodrom.north.de/pub/CPAN/modules/by-module/RPC/pRPC-modules-0.1005.tar.gz
+
+Copyright (c) 1997 Jochen Wiedmann <wiedmann at neckar-alb.de>
+
+You may distribute under the terms of either the GNU General Public
+License or the Artistic License, as specified in the Perl README file.
+You can find the license texts in /usr/share/common-licenses/ and
+/usr/share/doc/perl/copyright.

Added: trunk/libprpc-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libprpc-perl/debian/rules?rev=7137&op=file
==============================================================================
--- trunk/libprpc-perl/debian/rules (added)
+++ trunk/libprpc-perl/debian/rules Fri Aug 24 22:42:36 2007
@@ -1,0 +1,5 @@
+#!/usr/bin/make -f
+
+# 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

Propchange: trunk/libprpc-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libprpc-perl/debian/watch
URL: http://svn.debian.org/wsvn/trunk/libprpc-perl/debian/watch?rev=7137&op=file
==============================================================================
--- trunk/libprpc-perl/debian/watch (added)
+++ trunk/libprpc-perl/debian/watch Fri Aug 24 22:42:36 2007
@@ -1,0 +1,5 @@
+# Example watch control file for uscan
+# Rename this file to "watch" and then you can run the "uscan" command
+# to check for upstream updates and more.
+version=3
+ftp://ftp.gwdg.de/pub/languages/perl/CPAN/modules/by-module/RPC/pRPC-modules-(.*?).tar.gz debian uupdate

Modified: trunk/libprpc-perl/t/client.t
URL: http://svn.debian.org/wsvn/trunk/libprpc-perl/t/client.t?rev=7137&op=diff
==============================================================================
--- trunk/libprpc-perl/t/client.t (original)
+++ trunk/libprpc-perl/t/client.t Fri Aug 24 22:42:36 2007
@@ -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

Modified: trunk/libprpc-perl/t/noStorableOo.t
URL: http://svn.debian.org/wsvn/trunk/libprpc-perl/t/noStorableOo.t?rev=7137&op=diff
==============================================================================
--- trunk/libprpc-perl/t/noStorableOo.t (original)
+++ trunk/libprpc-perl/t/noStorableOo.t Fri Aug 24 22:42:36 2007
@@ -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";




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