r6049 - in /trunk/libcoy-perl/debian: changelog control rules

joeyh at users.alioth.debian.org joeyh at users.alioth.debian.org
Mon Jul 30 04:52:03 UTC 2007


Author: joeyh
Date: Mon Jul 30 04:52:03 2007
New Revision: 6049

URL: http://svn.debian.org/wsvn/?sc=1&rev=6049
Log:
* Now maintained by the Debian perl group.
* Updated to current policy.

Modified:
    trunk/libcoy-perl/debian/changelog
    trunk/libcoy-perl/debian/control
    trunk/libcoy-perl/debian/rules

Modified: trunk/libcoy-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libcoy-perl/debian/changelog?rev=6049&op=diff
==============================================================================
--- trunk/libcoy-perl/debian/changelog (original)
+++ trunk/libcoy-perl/debian/changelog Mon Jul 30 04:52:03 2007
@@ -1,3 +1,10 @@
+libcoy-perl (0.06-6) unstable; urgency=low
+
+  * Now maintained by the Debian perl group.
+  * Updated to current policy.
+
+ -- Joey Hess <joeyh at debian.org>  Mon, 30 Jul 2007 00:50:12 -0400
+
 libcoy-perl (0.06-5) unstable; urgency=low
 
   * Update to current policy (no real changes).

Modified: trunk/libcoy-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libcoy-perl/debian/control?rev=6049&op=diff
==============================================================================
--- trunk/libcoy-perl/debian/control (original)
+++ trunk/libcoy-perl/debian/control Mon Jul 30 04:52:03 2007
@@ -2,8 +2,10 @@
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 4), perl5, dpkg-dev (>= 1.9.0)
-Maintainer: Joey Hess <joeyh at debian.org>
-Standards-Version: 3.6.2
+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.debian.org/pkg-perl/trunk/libcoy-perl
 
 Package: libcoy-perl
 Architecture: all

Modified: trunk/libcoy-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libcoy-perl/debian/rules?rev=6049&op=diff
==============================================================================
--- trunk/libcoy-perl/debian/rules (original)
+++ trunk/libcoy-perl/debian/rules Mon Jul 30 04:52:03 2007
@@ -11,7 +11,7 @@
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp
-	-$(MAKE) realclean
+	if [ -e Makefile ]; then $(MAKE) realclean; fi
 	dh_clean
 
 install: build




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