r6056 - in /trunk/liblingua-en-inflect-perl/debian: changelog control rules

joeyh at users.alioth.debian.org joeyh at users.alioth.debian.org
Mon Jul 30 05:08:45 UTC 2007


Author: joeyh
Date: Mon Jul 30 05:08:45 2007
New Revision: 6056

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

Modified:
    trunk/liblingua-en-inflect-perl/debian/changelog
    trunk/liblingua-en-inflect-perl/debian/control
    trunk/liblingua-en-inflect-perl/debian/rules

Modified: trunk/liblingua-en-inflect-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/liblingua-en-inflect-perl/debian/changelog?rev=6056&op=diff
==============================================================================
--- trunk/liblingua-en-inflect-perl/debian/changelog (original)
+++ trunk/liblingua-en-inflect-perl/debian/changelog Mon Jul 30 05:08:45 2007
@@ -1,3 +1,10 @@
+liblingua-en-inflect-perl (1.89-2) unstable; urgency=low
+
+  * Now maintained by the Debian perl group.
+  * Updated to current policy.
+
+ -- Joey Hess <joeyh at debian.org>  Mon, 30 Jul 2007 01:06:38 -0400
+
 liblingua-en-inflect-perl (1.89-1) unstable; urgency=low
 
   * New upstream release.

Modified: trunk/liblingua-en-inflect-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/liblingua-en-inflect-perl/debian/control?rev=6056&op=diff
==============================================================================
--- trunk/liblingua-en-inflect-perl/debian/control (original)
+++ trunk/liblingua-en-inflect-perl/debian/control Mon Jul 30 05:08:45 2007
@@ -2,8 +2,10 @@
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 4), perl5
-Maintainer: Joey Hess <joeyh at debian.org>
-Standards-Version: 3.6.1.0
+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/liblingua-en-inflect-perl
 
 Package: liblingua-en-inflect-perl
 Architecture: all

Modified: trunk/liblingua-en-inflect-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/liblingua-en-inflect-perl/debian/rules?rev=6056&op=diff
==============================================================================
--- trunk/liblingua-en-inflect-perl/debian/rules (original)
+++ trunk/liblingua-en-inflect-perl/debian/rules Mon Jul 30 05:08:45 2007
@@ -12,7 +12,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