r6862 - in /trunk/libapache2-mod-perl2/debian: changelog control copyright libapache2-mod-perl2.bug libapache2-mod-perl2.dirs rules watch

gwolf at users.alioth.debian.org gwolf at users.alioth.debian.org
Fri Aug 17 19:29:42 UTC 2007


Author: gwolf
Date: Fri Aug 17 19:29:42 2007
New Revision: 6862

URL: http://svn.debian.org/wsvn/?sc=1&rev=6862
Log:
Fixed several linda/lintian warnings, prepared the ground for the
adoption

Added:
    trunk/libapache2-mod-perl2/debian/libapache2-mod-perl2.bug
    trunk/libapache2-mod-perl2/debian/watch
Modified:
    trunk/libapache2-mod-perl2/debian/changelog
    trunk/libapache2-mod-perl2/debian/control
    trunk/libapache2-mod-perl2/debian/copyright
    trunk/libapache2-mod-perl2/debian/libapache2-mod-perl2.dirs
    trunk/libapache2-mod-perl2/debian/rules

Modified: trunk/libapache2-mod-perl2/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libapache2-mod-perl2/debian/changelog?rev=6862&op=diff
==============================================================================
--- trunk/libapache2-mod-perl2/debian/changelog (original)
+++ trunk/libapache2-mod-perl2/debian/changelog Fri Aug 17 19:29:42 2007
@@ -1,3 +1,17 @@
+libapache2-mod-perl2 (2.0.2-5) unstable; urgency=low
+
+  * New Maintainer: the Debian pkg-perl group (Closes: #438168)
+  * Updated copyright information including the copyright for the
+    packaging information
+  * Integrated the bugreport helper mp2bug to the /usr/share/bug way of
+    life, so its output is automatically included in our users' reports
+  * Bumping up standards-version from 3.6.1 to 3.7.2 (Only change
+    needed: Moving mp2bug)
+  * Added debian/watch
+  * Moved libapache2-mod-perl2-doc to section: doc
+
+ -- Gunnar Wolf <gwolf at debian.org>  Fri, 17 Aug 2007 14:29:02 -0500
+
 libapache2-mod-perl2 (2.0.2-2.4) unstable; urgency=high
 
   * Non-maintainer upload.
@@ -11,7 +25,7 @@
 
  -- Steve Langasek <vorlon at debian.org>  Tue, 27 Mar 2007 01:48:55 -0700
 
-libapache2-mod-perl2 (2.0.2-2.3) unstable; urgency=high
+libapache2-mod-perl2 (2.0.2-2.3) UNRELEASED; urgency=high
 
   * Non-maintainer upload. Thanks to Kjetil Kjernsmo for noticing the issues.
   * Fix segfault if localizing %ENV. Closes: #384622

Modified: trunk/libapache2-mod-perl2/debian/control
URL: http://svn.debian.org/wsvn/trunk/libapache2-mod-perl2/debian/control?rev=6862&op=diff
==============================================================================
--- trunk/libapache2-mod-perl2/debian/control (original)
+++ trunk/libapache2-mod-perl2/debian/control Fri Aug 17 19:29:42 2007
@@ -1,9 +1,9 @@
 Source: libapache2-mod-perl2
 Section: web
 Priority: optional
-Maintainer: Thom May <thom at debian.org>
-Uploaders: Andres Salomon <dilinger at debian.org>
-Standards-Version: 3.6.1
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Gunnar Wolf <gwolf at debian.org>
+Standards-Version: 3.7.2.2
 Build-Depends: perl (>= 5.8.7-3), libperl-dev (>= 5.8.7-3), apache2-threaded-dev (>= 2.2.3-1) | apache2-prefork-dev (>= 2.2.3-1), debhelper (>> 4.1.0), libwww-perl, libdevel-symdump-perl, libhtml-parser-perl, libgdbm-dev, libgtop2-dev, cdbs
 Build-Conflicts: libapache2-mod-perl2 (<= 1.999.22-1)
 
@@ -34,6 +34,7 @@
 
 Package: libapache2-mod-perl2-doc
 Architecture: any
+Section: doc
 Description: Integration of perl with the Apache2 web server - documentation
  mod_perl allows the use of Perl for just about anything
  Apache-related, including <Perl> sections in the config

Modified: trunk/libapache2-mod-perl2/debian/copyright
URL: http://svn.debian.org/wsvn/trunk/libapache2-mod-perl2/debian/copyright?rev=6862&op=diff
==============================================================================
--- trunk/libapache2-mod-perl2/debian/copyright (original)
+++ trunk/libapache2-mod-perl2/debian/copyright Fri Aug 17 19:29:42 2007
@@ -1,7 +1,11 @@
 This package was debianized by Thom May on
-Wed, 23 Oct 2002 16:21:08 +0100.
-
-This package is also maintained by Andres Salomon <dilinger at debian.org>
+Wed, 23 Oct 2002 16:21:08 +0100, and was co-maintained by him and
+Andres Salomon <dilinger at debian.org>.
+
+As of Fri Aug 17 16:40:06 UTC 2007, this package was adopted by the
+Debian Pkg-Perl group. Modifications and packaging information added
+to this package by the Perl group are covered by the same license as
+the package itself, the Apache License 2.0
 
 It was downloaded from http://perl.apache.org/dist/
 

Added: trunk/libapache2-mod-perl2/debian/libapache2-mod-perl2.bug
URL: http://svn.debian.org/wsvn/trunk/libapache2-mod-perl2/debian/libapache2-mod-perl2.bug?rev=6862&op=file
==============================================================================
--- trunk/libapache2-mod-perl2/debian/libapache2-mod-perl2.bug (added)
+++ trunk/libapache2-mod-perl2/debian/libapache2-mod-perl2.bug Fri Aug 17 19:29:42 2007
@@ -1,0 +1,6 @@
+#!/bin/sh
+BUGHELPER=/usr/share/libapache2-mod-perl2/mp2bug
+
+# The output from the bughelper must be captured and sent to file
+# descriptor 3 so it gets included in the user's bug report
+[ -f $BUGHELPER ] && $BUGHELPER >& 3

Modified: trunk/libapache2-mod-perl2/debian/libapache2-mod-perl2.dirs
URL: http://svn.debian.org/wsvn/trunk/libapache2-mod-perl2/debian/libapache2-mod-perl2.dirs?rev=6862&op=diff
==============================================================================
--- trunk/libapache2-mod-perl2/debian/libapache2-mod-perl2.dirs (original)
+++ trunk/libapache2-mod-perl2/debian/libapache2-mod-perl2.dirs Fri Aug 17 19:29:42 2007
@@ -4,3 +4,5 @@
 usr/lib/perl5/Bundle
 usr/man/man3
 etc/apache2/mods-available
+usr/share/libapache2-mod-perl2
+usr/share/bug

Modified: trunk/libapache2-mod-perl2/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libapache2-mod-perl2/debian/rules?rev=6862&op=diff
==============================================================================
--- trunk/libapache2-mod-perl2/debian/rules (original)
+++ trunk/libapache2-mod-perl2/debian/rules Fri Aug 17 19:29:42 2007
@@ -20,11 +20,18 @@
 		#deleted for new build
 		#MP_AP_PREFIX=/usr \
 
+BUILDDIR = $(CURDIR)/debian/libapache2-mod-perl2
+
 install/libapache2-mod-perl2::
 	install $(CURDIR)/src/modules/perl/mod_perl.so debian/libapache2-mod-perl2/usr/lib/apache2/modules/mod_perl.so
 	install -m644 $(CURDIR)/debian/perl.load debian/libapache2-mod-perl2/etc/apache2/mods-available
-	rm -rf debian/libapache2-mod-perl2/usr/man
-	rm -f debian/libapache2-mod-perl2/usr/share/man/man3/mod_perl.3pm
+	rm -rf $(BUILDDIR)/usr/man
+	rm -f $(BUILDDIR)/usr/share/man/man3/mod_perl.3pm
+
+	# mp2bug goes into the /usr/share/bug infrastructure!
+	mv $(BUILDDIR)/usr/bin/mp2bug $(BUILDDIR)/usr/share/libapache2-mod-perl2/
+	install -m755 $(CURDIR)/debian/libapache2-mod-perl2.bug $(BUILDDIR)/usr/share/bug/
+	mv $(BUILDDIR)/usr/share/bug/libapache2-mod-perl2.bug $(BUILDDIR)/usr/share/bug/libapache2-mod-perl2
 
 install/libapache2-mod-perl2-dev::
 	install -m644 $(CURDIR)/xs/*.h debian/libapache2-mod-perl2-dev/usr/include/apache2

Added: trunk/libapache2-mod-perl2/debian/watch
URL: http://svn.debian.org/wsvn/trunk/libapache2-mod-perl2/debian/watch?rev=6862&op=file
==============================================================================
--- trunk/libapache2-mod-perl2/debian/watch (added)
+++ trunk/libapache2-mod-perl2/debian/watch Fri Aug 17 19:29:42 2007
@@ -1,0 +1,2 @@
+version=3
+http://perl.apache.org/dist/mod_perl-([\d\.]+)\.tar\.gz




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