r6067 - in /trunk/libtime-human-perl/debian: changelog control rules

joeyh at users.alioth.debian.org joeyh at users.alioth.debian.org
Mon Jul 30 05:31:48 UTC 2007


Author: joeyh
Date: Mon Jul 30 05:31:48 2007
New Revision: 6067

URL: http://svn.debian.org/wsvn/?sc=1&rev=6067
Log:
* Now maintained by the Debian perl group.
* Minor debian/rules fixes.

Modified:
    trunk/libtime-human-perl/debian/changelog
    trunk/libtime-human-perl/debian/control
    trunk/libtime-human-perl/debian/rules

Modified: trunk/libtime-human-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libtime-human-perl/debian/changelog?rev=6067&op=diff
==============================================================================
--- trunk/libtime-human-perl/debian/changelog (original)
+++ trunk/libtime-human-perl/debian/changelog Mon Jul 30 05:31:48 2007
@@ -1,3 +1,10 @@
+libtime-human-perl (1.03-2) unstable; urgency=low
+
+  * Now maintained by the Debian perl group.
+  * Minor debian/rules fixes.
+
+ -- Joey Hess <joeyh at debian.org>  Mon, 30 Jul 2007 01:29:27 -0400
+
 libtime-human-perl (1.03-1) unstable; urgency=low
 
   * New upstream release.

Modified: trunk/libtime-human-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libtime-human-perl/debian/control?rev=6067&op=diff
==============================================================================
--- trunk/libtime-human-perl/debian/control (original)
+++ trunk/libtime-human-perl/debian/control Mon Jul 30 05:31:48 2007
@@ -2,9 +2,10 @@
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 4), dpkg-dev (>= 1.9)
-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/libtime-human-perl
+XS-Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtime-human-perl
 
 Package: libtime-human-perl
 Architecture: all

Modified: trunk/libtime-human-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libtime-human-perl/debian/rules?rev=6067&op=diff
==============================================================================
--- trunk/libtime-human-perl/debian/rules (original)
+++ trunk/libtime-human-perl/debian/rules Mon Jul 30 05:31:48 2007
@@ -20,7 +20,7 @@
 	dh_testroot
 	dh_clean -k
 	dh_installdirs usr/lib
-	$(MAKE) install PREFIX=$(PWD)/debian/`dh_listpackages`/usr
+	$(MAKE) install PREFIX=$(CURDIR)/debian/`dh_listpackages`/usr
 
 binary-arch: build install
 




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