r29241 - in /trunk/libwww-bugzilla-perl/debian: changelog clean rules

ansgar-guest at users.alioth.debian.org ansgar-guest at users.alioth.debian.org
Sun Jan 4 15:01:07 UTC 2009


Author: ansgar-guest
Date: Sun Jan  4 15:01:03 2009
New Revision: 29241

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=29241
Log:
*.pm files are installed now

Added:
    trunk/libwww-bugzilla-perl/debian/clean
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=29241&op=diff
==============================================================================
--- trunk/libwww-bugzilla-perl/debian/changelog (original)
+++ trunk/libwww-bugzilla-perl/debian/changelog Sun Jan  4 15:01:03 2009
@@ -1,4 +1,4 @@
-libwww-bugzilla-perl (1.3-3) UNRELEASED; urgency=low
+libwww-bugzilla-perl (1.3-3) unstable; urgency=low
 
   * Now maintained by the Debian Perl Group (Closes: #509816).
   * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
@@ -14,7 +14,7 @@
   * debian/control: Add `${misc:Depends}'.
   * debian/control: Split Build-Depends in Build-Depends{,-Indep}.
 
- -- Ansgar Burchardt <ansgar at 43-1.org>  Sun, 04 Jan 2009 15:14:51 +0100
+ -- Ansgar Burchardt <ansgar at 43-1.org>  Sun, 04 Jan 2009 16:00:27 +0100
 
 libwww-bugzilla-perl (1.3-2) unstable; urgency=low
 

Added: trunk/libwww-bugzilla-perl/debian/clean
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-bugzilla-perl/debian/clean?rev=29241&op=file
==============================================================================
--- trunk/libwww-bugzilla-perl/debian/clean (added)
+++ trunk/libwww-bugzilla-perl/debian/clean Sun Jan  4 15:01:03 2009
@@ -1,0 +1,3 @@
+Bugzilla.pm
+Search.pm
+

Modified: trunk/libwww-bugzilla-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-bugzilla-perl/debian/rules?rev=29241&op=diff
==============================================================================
--- trunk/libwww-bugzilla-perl/debian/rules (original)
+++ trunk/libwww-bugzilla-perl/debian/rules Sun Jan  4 15:01:03 2009
@@ -4,6 +4,8 @@
 
 build: build-stamp
 build-stamp: $(QUILT_STAMPFN)
+	dh_testdir
+	cp WWW/Bugzilla.pm WWW/Bugzilla/Search.pm .
 	dh build
 	touch $@
 




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