r29386 - in /trunk/libwww-bugzilla-perl/debian: changelog rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Wed Jan 7 00:35:41 UTC 2009


Author: gregoa
Date: Wed Jan  7 00:35:37 2009
New Revision: 29386

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=29386
Log:
Install WWW::Bugzilla::Search into /usr/share/perl5/WWW/Bugzilla/ where it
actually belongs by adjusting debian/rules. Thanks to Hilko Bengen for the
bug report (closes: #511026).

Modified:
    trunk/libwww-bugzilla-perl/debian/changelog
    trunk/libwww-bugzilla-perl/debian/rules

Modified: trunk/libwww-bugzilla-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-bugzilla-perl/debian/changelog?rev=29386&op=diff
==============================================================================
--- trunk/libwww-bugzilla-perl/debian/changelog (original)
+++ trunk/libwww-bugzilla-perl/debian/changelog Wed Jan  7 00:35:37 2009
@@ -1,3 +1,11 @@
+libwww-bugzilla-perl (1.3-4) UNRELEASED; urgency=low
+
+  * Install WWW::Bugzilla::Search into /usr/share/perl5/WWW/Bugzilla/ where it
+    actually belongs by adjusting debian/rules. Thanks to Hilko Bengen for the
+    bug report (closes: #511026).
+
+ -- gregor herrmann <gregoa at debian.org>  Wed, 07 Jan 2009 00:56:40 +0100
+
 libwww-bugzilla-perl (1.3-3) unstable; urgency=low
 
   * Now maintained by the Debian Perl Group (Closes: #509816).

Modified: trunk/libwww-bugzilla-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-bugzilla-perl/debian/rules?rev=29386&op=diff
==============================================================================
--- trunk/libwww-bugzilla-perl/debian/rules (original)
+++ trunk/libwww-bugzilla-perl/debian/rules Wed Jan  7 00:35:37 2009
@@ -4,12 +4,14 @@
 
 build: build-stamp
 build-stamp: $(QUILT_STAMPFN)
-	dh_testdir
-	cp WWW/Bugzilla.pm WWW/Bugzilla/Search.pm .
-	dh build
+	dh build --before dh_auto_configure
+	mkdir -p $(CURDIR)/lib
+	cp -r $(CURDIR)/WWW $(CURDIR)/lib
+	dh build --remaining
 	touch $@
 
 clean: unpatch
+	[ ! -d $(CURDIR)/lib ] || $(RM) -rv $(CURDIR)/lib
 	dh $@
 
 install: install-stamp




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