r45423 - in /trunk/liblog-handler-perl/debian: changelog control rules
nhandler-guest at users.alioth.debian.org
nhandler-guest at users.alioth.debian.org
Wed Oct 7 03:04:59 UTC 2009
Author: nhandler-guest
Date: Wed Oct 7 03:04:40 2009
New Revision: 45423
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=45423
Log:
* New upstream release
* debian/changelog:
- Add myself to list of Uploaders
- Build-Depend on debhelper (>= 7.0.50)
- Drop libdevel-backtrace-perl and libuniversal-require-perl from
Build-Depends-Indep
* debian/rules:
- Switch to short format
Modified:
trunk/liblog-handler-perl/debian/changelog
trunk/liblog-handler-perl/debian/control
trunk/liblog-handler-perl/debian/rules
Modified: trunk/liblog-handler-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblog-handler-perl/debian/changelog?rev=45423&op=diff
==============================================================================
--- trunk/liblog-handler-perl/debian/changelog (original)
+++ trunk/liblog-handler-perl/debian/changelog Wed Oct 7 03:04:40 2009
@@ -1,14 +1,19 @@
liblog-handler-perl (0.57-1) UNRELEASED; urgency=low
- * (NOT RELEASED YET) New upstream release
-
- -- Live session user <ubuntu at ubuntu> Tue, 06 Oct 2009 21:54:39 +0000
-
-liblog-handler-perl (0.56-2) UNRELEASED; urgency=low
-
+ [ Ryan Niebur ]
* Update ryan52's email address
- -- Ryan Niebur <ryan at debian.org> Fri, 25 Sep 2009 00:25:20 -0700
+ [ Nathan Handler ]
+ * New upstream release
+ * debian/changelog:
+ - Add myself to list of Uploaders
+ - Build-Depend on debhelper (>= 7.0.50)
+ - Drop libdevel-backtrace-perl and libuniversal-require-perl from
+ Build-Depends-Indep
+ * debian/rules:
+ - Switch to short format
+
+ -- Nathan Handler <nhandler at ubuntu.com> Wed, 07 Oct 2009 03:02:26 +0000
liblog-handler-perl (0.56-1) unstable; urgency=low
Modified: trunk/liblog-handler-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblog-handler-perl/debian/control?rev=45423&op=diff
==============================================================================
--- trunk/liblog-handler-perl/debian/control (original)
+++ trunk/liblog-handler-perl/debian/control Wed Oct 7 03:04:40 2009
@@ -1,15 +1,16 @@
Source: liblog-handler-perl
Section: perl
Priority: optional
-Build-Depends: debhelper (>= 7)
+Build-Depends: debhelper (>= 7.0.50)
Build-Depends-Indep: perl (>= 5.8.7), libtest-pod-perl,
- libtest-pod-coverage-perl, libparams-validate-perl, libdevel-backtrace-perl,
- libuniversal-require-perl, libdbi-perl, libemail-date-perl
+ libtest-pod-coverage-perl, libparams-validate-perl, libdbi-perl,
+ libemail-date-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
Uploaders: Roberto C. Sanchez <roberto at connexer.com>,
gregor herrmann <gregoa at debian.org>, Rene Mayorga <rmayorga at debian.org.sv>,
Ansgar Burchardt <ansgar at 43-1.org>, Ryan Niebur <ryan at debian.org>,
- Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>
+ Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>,
+ Nathan Handler <nhandler at ubuntu.com>
Standards-Version: 3.8.1
Homepage: http://search.cpan.org/dist/Log-Handler/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/liblog-handler-perl/
Modified: trunk/liblog-handler-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblog-handler-perl/debian/rules?rev=45423&op=diff
==============================================================================
--- trunk/liblog-handler-perl/debian/rules (original)
+++ trunk/liblog-handler-perl/debian/rules Wed Oct 7 03:04:40 2009
@@ -1,23 +1,7 @@
#!/usr/bin/make -f
-build: build-stamp
-build-stamp:
- LOG_HANDLER_SOCK_TEST=1 dh build
- touch $@
-
-clean:
+%:
dh $@
-install: install-stamp
-install-stamp: build-stamp
- dh install
- touch $@
-
-binary-arch:
-
-binary-indep: install
- dh $@
-
-binary: binary-arch binary-indep
-
-.PHONY: binary binary-arch binary-indep install clean build
+override_dh_auto_test:
+ LOG_HANDLER_SOCK_TEST=1 dh_auto_test
More information about the Pkg-perl-cvs-commits
mailing list