r17917 - in /trunk/liburi-query-perl/debian: changelog control rules watch

eloy at users.alioth.debian.org eloy at users.alioth.debian.org
Fri Mar 21 11:35:59 UTC 2008


Author: eloy
Date: Fri Mar 21 11:35:58 2008
New Revision: 17917

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=17917
Log:
  * Bugfix release
  * debian/watch: updated to new schema
  * debian/rules: Fix FTBS bug (closes: #467975)
  * debian/control:
   + Standards-Version updated to 3.7.3 (no changes)
   + Added additional headers


Modified:
    trunk/liburi-query-perl/debian/changelog
    trunk/liburi-query-perl/debian/control
    trunk/liburi-query-perl/debian/rules
    trunk/liburi-query-perl/debian/watch

Modified: trunk/liburi-query-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liburi-query-perl/debian/changelog?rev=17917&op=diff
==============================================================================
--- trunk/liburi-query-perl/debian/changelog (original)
+++ trunk/liburi-query-perl/debian/changelog Fri Mar 21 11:35:58 2008
@@ -1,3 +1,14 @@
+liburi-query-perl (0.06-2) unstable; urgency=low
+
+  * Bugfix release
+  * debian/watch: updated to new schema
+  * debian/rules: Fix FTBS bug (closes: #467975)
+  * debian/control:
+   + Standards-Version updated to 3.7.3 (no changes)
+   + Added additional headers
+
+ -- Krzysztof Krzyżaniak (eloy) <eloy at debian.org>  Fri, 21 Mar 2008 12:30:51 +0100
+
 liburi-query-perl (0.06-1) unstable; urgency=low
 
   * New upstream release

Modified: trunk/liburi-query-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liburi-query-perl/debian/control?rev=17917&op=diff
==============================================================================
--- trunk/liburi-query-perl/debian/control (original)
+++ trunk/liburi-query-perl/debian/control Fri Mar 21 11:35:58 2008
@@ -3,9 +3,13 @@
 Priority: optional
 Build-Depends: debhelper (>= 5),
 Build-Depends-Indep:  perl (>= 5.8.0-7), liburi-perl, libyaml-perl
-Maintainer: Debian Catalyst Maintainers <pkg-catalyst-maintainers at lists.alioth.debian.org>
-Uploaders: Krzysztof Krzyzaniak (eloy) <eloy at debian.org>
-Standards-Version: 3.7.2.1
+Uploaders: Krzysztof Krzyżaniak (eloy) <eloy at debian.org>
+Standards-Version: 3.7.3
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Homepage: http://search.cpan.org/dist/URI-Query/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/liburi-query-perl/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/liburi-query-perl/
+
 
 Package: liburi-query-perl
 Architecture: all

Modified: trunk/liburi-query-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liburi-query-perl/debian/rules?rev=17917&op=diff
==============================================================================
--- trunk/liburi-query-perl/debian/rules (original)
+++ trunk/liburi-query-perl/debian/rules Fri Mar 21 11:35:58 2008
@@ -40,11 +40,7 @@
 	#-cp -f t/t05/explicit t/t05/default
 	-$(MAKE) test
 	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
-
-	# As this is a architecture independent package, we are not
-	# supposed to install stuff to /usr/lib. MakeMaker creates
-	# the dirs, we delete them from the deb:
-	rmdir --ignore-fail-on-non-empty --parents $(TMP)/usr/lib/perl5
+	[ ! -d $(TMP)/usr/lib/perl5 ] || rmdir --ignore-fail-on-non-empty --parents $(TMP)/usr/lib/perl5
 	touch install-stamp
 
 binary-arch:

Modified: trunk/liburi-query-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liburi-query-perl/debian/watch?rev=17917&op=diff
==============================================================================
--- trunk/liburi-query-perl/debian/watch (original)
+++ trunk/liburi-query-perl/debian/watch Fri Mar 21 11:35:58 2008
@@ -1,3 +1,2 @@
-# format version number, currently 2; this line is compulsory!
-version=2
-http://www.cpan.org/modules/by-module/URI/URI-Query-(.*).(tar.gz|tar|tgz)
+version=3
+http://search.cpan.org/dist/URI-Query/ .*/URI-Query-v?(\d.+)\.(?:tar\.gz|tar|tgz)$




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