r29239 - in /trunk/libwww-bugzilla-perl/debian: README.source changelog compat control copyright patches/01_disable_network_tests.diff patches/series rules watch

ansgar-guest at users.alioth.debian.org ansgar-guest at users.alioth.debian.org
Sun Jan 4 14:45:36 UTC 2009


Author: ansgar-guest
Date: Sun Jan  4 14:45:33 2009
New Revision: 29239

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=29239
Log:
* Now maintained by the Debian Perl Group (Closes: #509816).
* debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
  field (source stanza). Changed: Maintainer set to Debian Perl Group
  <pkg-perl-maintainers at lists.alioth.debian.org> (was: Debian QA Group
  <packages at qa.debian.org>)
* debian/watch: use dist-based URL.
* debian/control: Add myself to Uploaders.
* Use debhelper and quilt instead of CDBS.
  + Add debian/README.source to document quilt usage.
* Convert debian/copyright to proposed machine-readable format.
* Add description to patch.
* debian/control: Add `${misc:Depends}'.
* debian/control: Split Build-Depends in Build-Depends{,-Indep}.

Added:
    trunk/libwww-bugzilla-perl/debian/README.source
    trunk/libwww-bugzilla-perl/debian/patches/series
Modified:
    trunk/libwww-bugzilla-perl/debian/changelog
    trunk/libwww-bugzilla-perl/debian/compat
    trunk/libwww-bugzilla-perl/debian/control
    trunk/libwww-bugzilla-perl/debian/copyright
    trunk/libwww-bugzilla-perl/debian/patches/01_disable_network_tests.diff
    trunk/libwww-bugzilla-perl/debian/rules
    trunk/libwww-bugzilla-perl/debian/watch

Added: trunk/libwww-bugzilla-perl/debian/README.source
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-bugzilla-perl/debian/README.source?rev=29239&op=file
==============================================================================
--- trunk/libwww-bugzilla-perl/debian/README.source (added)
+++ trunk/libwww-bugzilla-perl/debian/README.source Sun Jan  4 14:45:33 2009
@@ -1,0 +1,6 @@
+This package uses quilt to manage all modifications to the upstream
+source.  Changes are stored in the source package as diffs in
+debian/patches and applied during the build.
+
+See /usr/share/doc/quilt/README.source for a detailed explanation.
+

Modified: trunk/libwww-bugzilla-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-bugzilla-perl/debian/changelog?rev=29239&op=diff
==============================================================================
--- trunk/libwww-bugzilla-perl/debian/changelog (original)
+++ trunk/libwww-bugzilla-perl/debian/changelog Sun Jan  4 14:45:33 2009
@@ -1,3 +1,21 @@
+libwww-bugzilla-perl (1.3-3) UNRELEASED; urgency=low
+
+  * Now maintained by the Debian Perl Group (Closes: #509816).
+  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
+    field (source stanza). Changed: Maintainer set to Debian Perl Group
+    <pkg-perl-maintainers at lists.alioth.debian.org> (was: Debian QA Group
+    <packages at qa.debian.org>)
+  * debian/watch: use dist-based URL.
+  * debian/control: Add myself to Uploaders.
+  * Use debhelper and quilt instead of CDBS.
+    + Add debian/README.source to document quilt usage.
+  * Convert debian/copyright to proposed machine-readable format.
+  * Add description to patch.
+  * 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
+
 libwww-bugzilla-perl (1.3-2) unstable; urgency=low
 
   * QA upload, orphaning this package.

Modified: trunk/libwww-bugzilla-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-bugzilla-perl/debian/compat?rev=29239&op=diff
==============================================================================
--- trunk/libwww-bugzilla-perl/debian/compat (original)
+++ trunk/libwww-bugzilla-perl/debian/compat Sun Jan  4 14:45:33 2009
@@ -1,1 +1,1 @@
-5
+7

Modified: trunk/libwww-bugzilla-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-bugzilla-perl/debian/control?rev=29239&op=diff
==============================================================================
--- trunk/libwww-bugzilla-perl/debian/control (original)
+++ trunk/libwww-bugzilla-perl/debian/control Sun Jan  4 14:45:33 2009
@@ -1,14 +1,20 @@
 Source: libwww-bugzilla-perl
 Section: perl
 Priority: optional
-Maintainer: Debian QA Group <packages at qa.debian.org>
-Build-Depends: cdbs, debhelper (>= 5), libwww-mechanize-perl (>= 1.20), libclass-methodmaker-perl (>= 1.08), libparams-validate-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Ansgar Burchardt <ansgar at 43-1.org>
+Build-Depends: debhelper (>= 7), quilt
+Build-Depends-Indep: libwww-mechanize-perl (>= 1.20),
+ libclass-methodmaker-perl (>= 1.08), libparams-validate-perl
 Standards-Version: 3.8.0
-Homepage: http://search.cpan.org/~bmc/WWW-Bugzilla/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libwww-bugzilla-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libwww-bugzilla-perl/
+Homepage: http://search.cpan.org/dist/WWW-Bugzilla/
 
 Package: libwww-bugzilla-perl
 Architecture: all
-Depends: ${perl:Depends}, libwww-mechanize-perl, libclass-methodmaker-perl
+Depends: ${perl:Depends}, ${misc:Depends}, libwww-mechanize-perl,
+ libclass-methodmaker-perl
 Description: creation and updating of Bugzilla bugs
  This package provides the perl module WWW::Bugzilla.  This module handles
  submission/update of bugzilla bugs via WWW::Mechanize.

Modified: trunk/libwww-bugzilla-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-bugzilla-perl/debian/copyright?rev=29239&op=diff
==============================================================================
--- trunk/libwww-bugzilla-perl/debian/copyright (original)
+++ trunk/libwww-bugzilla-perl/debian/copyright Sun Jan  4 14:45:33 2009
@@ -1,42 +1,32 @@
-This package was debianized by Bart Martens <bartm at knars.be> on
-Sat, 28 Apr 2007 10:30:13 +0200.
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Brian Caswell <bmc at shmoo.com>
+Upstream-Source: http://search.cpan.org/dist/WWW-Bugzilla/
+Upstream-Name: WWW-Bugzilla
 
-It was downloaded from:
+Files: *
+Copyright:
+ © 2003, Matthew C. Vella <the_mcv at yahoo.com>
+ © 2006, Brian Caswell <bmc at shmoo.com>
+License: GPL-1+ | Artistic
 
-  http://search.cpan.org/~bmc/WWW-Bugzilla/
+Files: debian/*
+Copyright:
+ © 2007-2008, Bart Martens <bartm at knars.be>
+ © 2009,      Ansgar Burchardt <ansgar at 43-1.org>
+License: GPL-1+
 
-Upstream Authors:
+License: GPL-1+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU General Public License as published by
+    the Free Software Foundation; either version 1, or (at your option)
+    any later version.
+    On Debian GNU/Linux systems, the complete text of the GNU General
+    Public License can be found in `/usr/share/common-licenses/GPL'
 
-  Matthew C. Vella <the_mcv at yahoo.com>,
-  Brian Caswell <bmc at shmoo.com>
+License: Artistic
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the Artistic License, which comes with Perl.
+    On Debian GNU/Linux systems, the complete text of the Artistic License
+    can be found in `/usr/share/common-licenses/Artistic'
 
-Copyright:
-
-  Copyright (C) 2003 Matthew C. Vella (the_mcv at yahoo.com)
-  Portions Copyright (C) 2006 Brian Caswell (bmc at shmoo.com)
-
-Licenses:
-
-  This module is free software; you can redistribute it and/or modify it
-  under the terms of either:
-
-  a) the GNU General Public License as published by the Free Software
-  Foundation; either version 1, or (at your option) any later version,
-  or
-
-  b) the "Artistic License" which comes with this module.
-
-  This program is distributed in the hope that it will be useful,
-  but WITHOUT ANY WARRANTY; without even the implied warranty of
-  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See either
-  the GNU General Public License or the Artistic License for more details.
-
-On Debian systems, the complete text of the GNU General
-Public License can be found in `/usr/share/common-licenses/GPL'.
-
-On Debian systems, the complete text of the Artistic License 
-can be found in `/usr/share/common-licenses/Artistic'.
-
-The Debian packaging is
-Copyright (C) 2007, Bart Martens <bartm at knars.be>
-and is licensed under the GPL, see above.

Modified: trunk/libwww-bugzilla-perl/debian/patches/01_disable_network_tests.diff
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-bugzilla-perl/debian/patches/01_disable_network_tests.diff?rev=29239&op=diff
==============================================================================
--- trunk/libwww-bugzilla-perl/debian/patches/01_disable_network_tests.diff (original)
+++ trunk/libwww-bugzilla-perl/debian/patches/01_disable_network_tests.diff Sun Jan  4 14:45:33 2009
@@ -1,3 +1,7 @@
+From: Bart Martens <bartm at knars.be>
+Date: Sat, 28 Apr 2007 10:30:13 +0200
+Subject: Disable tests that require a network connection
+
 diff -ruN -x '*.png' -x '*.jpg' -x '*.ogg' -x '*_image_archive' ../orig/WWW-Bugzilla-1.3/t/search.t ./t/search.t
 --- ../orig/WWW-Bugzilla-1.3/t/search.t	2007-10-08 15:01:06.000000000 +0200
 +++ ./t/search.t	2007-11-18 14:51:47.000000000 +0100

Added: trunk/libwww-bugzilla-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-bugzilla-perl/debian/patches/series?rev=29239&op=file
==============================================================================
--- trunk/libwww-bugzilla-perl/debian/patches/series (added)
+++ trunk/libwww-bugzilla-perl/debian/patches/series Sun Jan  4 14:45:33 2009
@@ -1,0 +1,1 @@
+01_disable_network_tests.diff

Modified: trunk/libwww-bugzilla-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-bugzilla-perl/debian/rules?rev=29239&op=diff
==============================================================================
--- trunk/libwww-bugzilla-perl/debian/rules (original)
+++ trunk/libwww-bugzilla-perl/debian/rules Sun Jan  4 14:45:33 2009
@@ -1,17 +1,25 @@
 #!/usr/bin/make -f
 
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/makefile.mk
-include /usr/share/cdbs/1/class/perlmodule.mk
-include /usr/share/cdbs/1/rules/simple-patchsys.mk
+include /usr/share/quilt/quilt.make
 
-update-config::
-	[ -e Buzilla.pm ] || cp -p WWW/Bugzilla.pm Bugzilla.pm
-	[ -e Bugzilla ] || cp -p -r WWW/Bugzilla Bugzilla
+build: build-stamp
+build-stamp: $(QUILT_STAMPFN)
+	dh build
+	touch $@
 
-reverse-config::
-	rm -rf Bugzilla.pm Bugzilla
+clean: unpatch
+	dh $@
 
-install/libwww-bugzilla-perl::
-	-rmdir debian/libwww-bugzilla-perl/usr/lib/perl5/
-	-rmdir debian/libwww-bugzilla-perl/usr/lib/
+install: install-stamp
+install-stamp: build-stamp
+	dh install
+	touch $@
+
+binary-arch:
+
+binary-indep: install
+	dh $@
+
+binary: binary-arch binary-indep
+
+.PHONY: binary binary-arch binary-indep install clean build

Modified: trunk/libwww-bugzilla-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-bugzilla-perl/debian/watch?rev=29239&op=diff
==============================================================================
--- trunk/libwww-bugzilla-perl/debian/watch (original)
+++ trunk/libwww-bugzilla-perl/debian/watch Sun Jan  4 14:45:33 2009
@@ -1,2 +1,2 @@
 version=3
-http://search.cpan.org/~bmc/WWW-Bugzilla/ .*/WWW-Bugzilla-(.*)\.tar\.gz
+http://search.cpan.org/dist/WWW-Bugzilla/   .*/WWW-Bugzilla-v?(\d[\d_.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)




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