r6068 - in /trunk/libsys-utmp-perl/debian: changelog control rules
joeyh at users.alioth.debian.org
joeyh at users.alioth.debian.org
Mon Jul 30 05:33:42 UTC 2007
Author: joeyh
Date: Mon Jul 30 05:33:42 2007
New Revision: 6068
URL: http://svn.debian.org/wsvn/?sc=1&rev=6068
Log:
* Now maintained by the Debian perl group.
Modified:
trunk/libsys-utmp-perl/debian/changelog
trunk/libsys-utmp-perl/debian/control
trunk/libsys-utmp-perl/debian/rules
Modified: trunk/libsys-utmp-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libsys-utmp-perl/debian/changelog?rev=6068&op=diff
==============================================================================
--- trunk/libsys-utmp-perl/debian/changelog (original)
+++ trunk/libsys-utmp-perl/debian/changelog Mon Jul 30 05:33:42 2007
@@ -1,3 +1,9 @@
+libsys-utmp-perl (1.6-4) unstable; urgency=low
+
+ * Now maintained by the Debian perl group.
+
+ -- Joey Hess <joeyh at debian.org> Mon, 30 Jul 2007 01:22:56 -0400
+
libsys-utmp-perl (1.6-3) unstable; urgency=low
* Fix the test suite to not die if the utmp file is empty.
Modified: trunk/libsys-utmp-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libsys-utmp-perl/debian/control?rev=6068&op=diff
==============================================================================
--- trunk/libsys-utmp-perl/debian/control (original)
+++ trunk/libsys-utmp-perl/debian/control Mon Jul 30 05:33:42 2007
@@ -2,9 +2,10 @@
Section: perl
Priority: optional
Build-Depends: debhelper (>= 5), perl (>= 5.8), dpkg-dev (>= 1.9.0)
-Maintainer: Joey Hess <joeyh at debian.org>
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Joey Hess <joeyh at debian.org>
Standards-Version: 3.7.2
-XS-Vcs-Svn: svn://svn.kitenet.net/joey/trunk/src/packages/libsys-utmp-perl
+XS-Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libsys-utmp-perl
Package: libsys-utmp-perl
Architecture: any
Modified: trunk/libsys-utmp-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libsys-utmp-perl/debian/rules?rev=6068&op=diff
==============================================================================
--- trunk/libsys-utmp-perl/debian/rules (original)
+++ trunk/libsys-utmp-perl/debian/rules Mon Jul 30 05:33:42 2007
@@ -17,7 +17,7 @@
dh_testdir
dh_testroot
rm -f build-stamp
- -$(MAKE) realclean
+ if [ -e Makefile ]; then $(MAKE) realclean; fi
dh_clean
install:
More information about the Pkg-perl-cvs-commits
mailing list