r3895 - in /packages/libproc-process-perl/trunk/debian: changelog control copyright rules

gwolf at users.alioth.debian.org gwolf at users.alioth.debian.org
Fri Sep 22 00:27:17 UTC 2006


Author: gwolf
Date: Fri Sep 22 00:27:15 2006
New Revision: 3895

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=3895
Log:
Adopting package, doing some minor packaging cleanup

Modified:
    packages/libproc-process-perl/trunk/debian/changelog
    packages/libproc-process-perl/trunk/debian/control
    packages/libproc-process-perl/trunk/debian/copyright
    packages/libproc-process-perl/trunk/debian/rules

Modified: packages/libproc-process-perl/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libproc-process-perl/trunk/debian/changelog?rev=3895&op=diff
==============================================================================
--- packages/libproc-process-perl/trunk/debian/changelog (original)
+++ packages/libproc-process-perl/trunk/debian/changelog Fri Sep 22 00:27:15 2006
@@ -1,3 +1,15 @@
+libproc-process-perl (0.41-2) unstable; urgency=low
+
+  * Adopting the package on behalf of the Debian Perl Group (Closes:
+    #382811)
+  * Minor general packaging cleanup, to better fit with the group's
+    other modules
+  * Acknowledging Don Armstrong's NMU - Although the patch is basically
+    a NOOP (just modifies autogenerated files), it works and the package
+    is buildable in a pbuilder (Closes: #318546)
+
+ -- Gunnar Wolf <gwolf at debian.org>  Thu, 21 Sep 2006 19:17:24 -0500
+
 libproc-process-perl (0.41-1) unstable; urgency=low
 
   * QA upload.

Modified: packages/libproc-process-perl/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libproc-process-perl/trunk/debian/control?rev=3895&op=diff
==============================================================================
--- packages/libproc-process-perl/trunk/debian/control (original)
+++ packages/libproc-process-perl/trunk/debian/control Fri Sep 22 00:27:15 2006
@@ -1,7 +1,8 @@
 Source: libproc-process-perl
 Priority: optional
 Section: perl
-Maintainer: Debian QA Group <packages at qa.debian.org>
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Gunnar Wolf <gwolf at debian.org>
 Build-Depends: debhelper (>= 5), perl (>= 5.6.0-16)
 Standards-Version: 3.7.2
 

Modified: packages/libproc-process-perl/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libproc-process-perl/trunk/debian/copyright?rev=3895&op=diff
==============================================================================
--- packages/libproc-process-perl/trunk/debian/copyright (original)
+++ packages/libproc-process-perl/trunk/debian/copyright Fri Sep 22 00:27:15 2006
@@ -1,13 +1,8 @@
 This is Debian GNU/Linux's prepackaged version of Proc::ProcessTable. This is
 a perl library for manipulating processes.
 
-I, Marcus Crafter <crafterm at debian.org>, built this package. The
-original sources should always be available from the Comprehensive
-Perl Archive Network (CPAN). Visit <URL:http://www.perl.com/CPAN/> to
-find a CPAN site near you.
-
-The only change for the Debian package was the addition of the debian/
-files.
+The original package was built by Marcus Crafter
+<crafterm at debian.org>. It is now maintained by the Debian Perl Group.
 
 The Proc::ProcessTable copright is as follows:
 

Modified: packages/libproc-process-perl/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libproc-process-perl/trunk/debian/rules?rev=3895&op=diff
==============================================================================
--- packages/libproc-process-perl/trunk/debian/rules (original)
+++ packages/libproc-process-perl/trunk/debian/rules Fri Sep 22 00:27:15 2006
@@ -5,6 +5,8 @@
 #export DH_VERBOSE=1
 
 PERL ?= /usr/bin/perl
+
+TMP = $(CURDIR)/debian/$(shell dh_listpackages)
 
 build: build-stamp
 build-stamp:
@@ -19,11 +21,10 @@
 clean:
 	dh_testdir
 	dh_testroot
-	rm -f build-stamp
 
 	[ ! -f Makefile ] || $(MAKE) distclean
 
-	dh_clean
+	dh_clean build-stamp
 
 install: build
 	dh_testdir
@@ -31,10 +32,10 @@
 	dh_clean -k
 	dh_installdirs
 
-	$(MAKE) DESTDIR=$(CURDIR)/debian/`dh_listpackages` install
+	$(MAKE) DESTDIR=$(TMP) install
 	# remove the incorrectly placed example.pl
-	rm -f debian/`dh_listpackages`/usr/lib/perl5/Proc/example.pl
-	rmdir -p --ignore-fail-on-non-empty debian/`dh_listpackages`/usr/share/perl5
+	rm -f $(TMP)/usr/lib/perl5/Proc/example.pl
+	rmdir -p --ignore-fail-on-non-empty $(TMP)/usr/share/perl5
 
 binary-indep: build install
 




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