r50375 - in /trunk/libgearman-client-async-perl: debian/changelog debian/compat debian/control debian/docs debian/rules t/err8.t

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Wed Jan 6 15:14:15 UTC 2010


Author: jawnsy-guest
Date: Wed Jan  6 15:14:08 2010
New Revision: 50375

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=50375
Log:
* Take over package (Closes: #549363)
* Add myself to Uploaders and Copyright
* Standards-Version 3.8.3 (drop perl version dep)
* Drop unnecessary version deps satisfied by oldstable
* Restore upstream err8.t test (undo vendor changes)

Removed:
    trunk/libgearman-client-async-perl/debian/docs
Modified:
    trunk/libgearman-client-async-perl/debian/changelog
    trunk/libgearman-client-async-perl/debian/compat
    trunk/libgearman-client-async-perl/debian/control
    trunk/libgearman-client-async-perl/debian/rules
    trunk/libgearman-client-async-perl/t/err8.t

Modified: trunk/libgearman-client-async-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgearman-client-async-perl/debian/changelog?rev=50375&op=diff
==============================================================================
--- trunk/libgearman-client-async-perl/debian/changelog (original)
+++ trunk/libgearman-client-async-perl/debian/changelog Wed Jan  6 15:14:08 2010
@@ -1,3 +1,13 @@
+libgearman-client-async-perl (0.94-2.3) UNRELEASED; urgency=low
+
+  * Take over package (Closes: #549363)
+  * Add myself to Uploaders and Copyright
+  * Standards-Version 3.8.3 (drop perl version dep)
+  * Drop unnecessary version deps satisfied by oldstable
+  * Restore upstream err8.t test (undo vendor changes)
+
+ -- Jonathan Yu <jawnsy at cpan.org>  Wed, 06 Jan 2010 10:04:25 -0500
+
 libgearman-client-async-perl (0.94-2.2) unstable; urgency=low
 
   * Non-maintainer upload

Modified: trunk/libgearman-client-async-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgearman-client-async-perl/debian/compat?rev=50375&op=diff
==============================================================================
--- trunk/libgearman-client-async-perl/debian/compat (original)
+++ trunk/libgearman-client-async-perl/debian/compat Wed Jan  6 15:14:08 2010
@@ -1,1 +1,1 @@
-5
+7

Modified: trunk/libgearman-client-async-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgearman-client-async-perl/debian/control?rev=50375&op=diff
==============================================================================
--- trunk/libgearman-client-async-perl/debian/control (original)
+++ trunk/libgearman-client-async-perl/debian/control Wed Jan  6 15:14:08 2010
@@ -1,19 +1,21 @@
 Source: libgearman-client-async-perl
 Section: perl
 Priority: optional
-Maintainer: Pascal Hakim <pasc at debian.org>
-Build-Depends: debhelper (>= 5)
-Build-Depends-Indep: libgearman-client-perl (>= 1.05-1), gearman-server, libdanga-socket-perl (>= 1.52-1), netbase 
-Standards-Version: 3.7.2
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl, gearman-server, netbase, libgearman-client-perl,
+ libdanga-socket-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Jonathan Yu <jawnsy at cpan.org>
+Standards-Version: 3.8.3
+Homepage: http://search.cpan.org/dist/Gearman-Client-Async/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libgearman-client-async-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libgearman-client-async-perl/
 
 Package: libgearman-client-async-perl
 Architecture: all
-Depends: libgearman-client-perl (>= 1.05-1), libdanga-socket-perl (>= 1.52-1), ${perl:Depends}
-Description: Asynchronous client for gearman distributed job system
- Gearman is a system to farm out work to other machines, dispatching function
- calls to machines that are better suited to do work, to do work in parallel,
- to load balance lots of function calls, or to call functions between
- languages.
- .
- This package contains an asynchronous client class for Danga::Socket
- applications for the Gearman distributed job system.
+Depends: ${perl:Depends}, ${misc:Depends}, libgearman-client-perl,
+ libdanga-socket-perl
+Description: asynchronous client for the Gearman distributed job system
+ Gearman::Client::Async is a Perl module that provides an asynchronous client
+ interface to the Gearman distributed job system. In particular, it supports
+ Danga::Socket applications.

Modified: trunk/libgearman-client-async-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgearman-client-async-perl/debian/rules?rev=50375&op=diff
==============================================================================
--- trunk/libgearman-client-async-perl/debian/rules (original)
+++ trunk/libgearman-client-async-perl/debian/rules Wed Jan  6 15:14:08 2010
@@ -1,101 +1,4 @@
 #!/usr/bin/make -f
-# -*- makefile -*-
-# Sample debian/rules that uses debhelper.
-# This file was originally written by Joey Hess and Craig Small.
-# As a special exception, when this file is copied by dh-make into a
-# dh-make output file, you may use that output file without restriction.
-# This special exception was added by Craig Small in version 0.37 of dh-make.
 
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
-
-
-
-CFLAGS = -Wall -g
-
-ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
-	CFLAGS += -O0
-else
-	CFLAGS += -O2
-endif
-
-configure: configure-stamp
-configure-stamp:
-	dh_testdir
-	# Add here commands to configure the package.
-
-	touch configure-stamp
-
-
-build: build-stamp
-
-build-stamp: configure-stamp 
-	dh_testdir
-
-	# Add here commands to compile the package.
-	#$(MAKE)
-	#docbook-to-man debian/libgearman-client-async-perl.sgml > libgearman-client-async-perl.1
-	perl Makefile.PL verbose INSTALLDIRS=vendor
-	$(MAKE) OPTIMIZE="-O2 -g -Wall"
-	make test
-	touch $@
-
-clean:
-	dh_testdir
-	dh_testroot
-	rm -f build-stamp configure-stamp
-
-	# Add here commands to clean up after the build process.
-	[ ! -f Makefile ] || $(MAKE) clean
-	-rm Makefile.old
-
-	dh_clean 
-
-install: build
-	dh_testdir
-	dh_testroot
-	dh_clean -k 
-	dh_installdirs
-
-	# Add here commands to install the package into debian/libgearman-client-async-perl.
-	$(MAKE) DESTDIR=$(CURDIR)/debian/libgearman-client-async-perl install
-
-
-# Build architecture-independent files here.
-binary-indep: build install
-# We have nothing to do by default.
-
-# Build architecture-dependent files here.
-binary-arch: build install
-	dh_testdir
-	dh_testroot
-	dh_installchangelogs CHANGES
-	dh_installdocs
-	dh_installexamples
-#	dh_install
-#	dh_installmenu
-#	dh_installdebconf	
-#	dh_installlogrotate
-#	dh_installemacsen
-#	dh_installpam
-#	dh_installmime
-#	dh_python
-#	dh_installinit
-#	dh_installcron
-#	dh_installinfo
-	dh_installman
-	dh_link
-	dh_strip
-	dh_compress
-	dh_fixperms
-	dh_perl
-#	dh_makeshlibs
-	dh_installdeb
-	dh_shlibdeps
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install configure
+%:
+	dh $@

Modified: trunk/libgearman-client-async-perl/t/err8.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgearman-client-async-perl/t/err8.t?rev=50375&op=diff
==============================================================================
--- trunk/libgearman-client-async-perl/t/err8.t (original)
+++ trunk/libgearman-client-async-perl/t/err8.t Wed Jan  6 15:14:08 2010
@@ -7,8 +7,7 @@
 use FindBin qw($Bin);
 require "$Bin/lib/testlib.pl";
 
-# Test disabled in Debian package
-use Test::More skip_all => 'bug #475197';
+use Test::More;
 
 use constant PORT => 9000;
 




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