r50349 - in /trunk/libgearman-client-perl/debian: changelog compat control docs rules watch
jawnsy-guest at users.alioth.debian.org
jawnsy-guest at users.alioth.debian.org
Wed Jan 6 03:57:01 UTC 2010
Author: jawnsy-guest
Date: Wed Jan 6 03:56:54 2010
New Revision: 50349
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=50349
Log:
* Take over package (Closes: #549364)
* Use new short debhelper 7 rules format
* No longer install README and HACKING
* Update watch file to match upstream
Removed:
trunk/libgearman-client-perl/debian/docs
Modified:
trunk/libgearman-client-perl/debian/changelog
trunk/libgearman-client-perl/debian/compat
trunk/libgearman-client-perl/debian/control
trunk/libgearman-client-perl/debian/rules
trunk/libgearman-client-perl/debian/watch
Modified: trunk/libgearman-client-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgearman-client-perl/debian/changelog?rev=50349&op=diff
==============================================================================
--- trunk/libgearman-client-perl/debian/changelog (original)
+++ trunk/libgearman-client-perl/debian/changelog Wed Jan 6 03:56:54 2010
@@ -1,3 +1,12 @@
+libgearman-client-perl (1.09-1.1) UNRELEASED; urgency=low
+
+ * Take over package (Closes: #549364)
+ * Use new short debhelper 7 rules format
+ * No longer install README and HACKING
+ * Update watch file to match upstream
+
+ -- Jonathan Yu <jawnsy at cpan.org> Tue, 05 Jan 2010 17:46:49 -0500
+
libgearman-client-perl (1.09-1) unstable; urgency=low
* Initial release (Closes: #429354)
Modified: trunk/libgearman-client-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgearman-client-perl/debian/compat?rev=50349&op=diff
==============================================================================
--- trunk/libgearman-client-perl/debian/compat (original)
+++ trunk/libgearman-client-perl/debian/compat Wed Jan 6 03:56:54 2010
@@ -1,1 +1,1 @@
-5
+7
Modified: trunk/libgearman-client-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgearman-client-perl/debian/control?rev=50349&op=diff
==============================================================================
--- trunk/libgearman-client-perl/debian/control (original)
+++ trunk/libgearman-client-perl/debian/control Wed Jan 6 03:56:54 2010
@@ -2,7 +2,7 @@
Section: perl
Priority: optional
Maintainer: Pascal Hakim <pasc at debian.org>
-Build-Depends: debhelper (>= 5)
+Build-Depends: debhelper (>= 7)
Build-Depends-Indep: libstring-crc32-perl
Standards-Version: 3.7.2
Modified: trunk/libgearman-client-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgearman-client-perl/debian/rules?rev=50349&op=diff
==============================================================================
--- trunk/libgearman-client-perl/debian/rules (original)
+++ trunk/libgearman-client-perl/debian/rules Wed Jan 6 03:56:54 2010
@@ -1,99 +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.
-
- 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.
- -$(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-perl.
- $(MAKE) DESTDIR=$(CURDIR)/debian/libgearman-client-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-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgearman-client-perl/debian/watch?rev=50349&op=diff
==============================================================================
--- trunk/libgearman-client-perl/debian/watch (original)
+++ trunk/libgearman-client-perl/debian/watch Wed Jan 6 03:56:54 2010
@@ -1,10 +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.
-# See uscan(1) for format
+# format version number, currently 3; this line is compulsory!
+version=3
+# URL to the package page followed by a regex to search
+http://search.cpan.org/dist/Gearman/ .*/Gearman-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$
-# Compulsory line, this is a version 3 file
-version=3
-
-http://search.cpan.org/CPAN/authors/id/B/BR/BRADFITZ/Gearman-(.*).tar.gz debian uupdate
-
More information about the Pkg-perl-cvs-commits
mailing list