-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi,

I have been requiring a newer version of this package for over a year now for a
number of reasons. I've decided to offer you some help by NMU'ing a new version
which fixes a number of bugs in the process. I'm uploading a newer version to
the 15 day delayed queue to give you plenty of time to decide what to do about
it. Please accept my NMU as a token of respect, and not as an act of aggression.
My intentions are to help you by doing the work for you, and so I apologize in
advance if this causes you any grief.

If you are no longer interested in maintaining this package, I'd be happy to
transition it into the pkg-perl group where it can be more easily taken care of.
Another option, if you are ok with NMUs such as this to help with your packages
would be to sign up on the http://wiki.debian.org/LowThresholdNmu list to let
people know that you are ok with this.

Please find attached the diff between this package and the version uploaded
2004-10-27 (0.26-1).

Micah
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFGIn079n4qXRzy1ioRAgtgAKCtr4Q6ercK2lRS4Tmm394+cbA0IACgsn6D
OMHtTak9Nn3frxbu/a4jZHQ=
=dgAh
-----END PGP SIGNATURE-----
diff -u debian/libmodule-build-perl-0.26/debian/changelog libmodule-build-perl-0.2807/debian/changelog
--- debian/libmodule-build-perl-0.26/debian/changelog	2007-04-15 11:32:39.000000000 -0600
+++ libmodule-build-perl-0.2807/debian/changelog	2007-04-15 12:59:56.000000000 -0600
@@ -1,3 +1,23 @@
+libmodule-build-perl (0.0.2807-0.1) unstable; urgency=low
+
+  * Non-maintainer upload
+  * Fixed spelling in description (Closes: #357280)
+  * New upstream version (Closes: #353728)
+  * Updated debian/rules to pkg-perl standard (move dh_perl above
+    dh_installdeb)
+  * Added Build-deps: libextutils-cbuilder-perl, libextutils-xsbuilder-perl,
+    libarchive-tar-perl, libmodule-signature-perl, libextutils-parsexs-perl,
+    libversion-perl
+  * Changed Build-Depends-Indep on debhelper to be Build-Depends as per
+    lintian error, also increased version depend on debhelper > 5
+  * Install README file included from upstream to /usr/share/doc
+  * Removed .packlist from distribution (lintian error)
+  * Upgraded watch file
+  * Upgraded compat level to 5
+  * Updated debian policy version to 3.7.2 (no changes)
+
+ -- Micah Anderson <[EMAIL PROTECTED]>  Sun, 15 Apr 2007 11:36:39 -0600
+
 libmodule-build-perl (0.26-1) unstable; urgency=low
 
   * New upstream version
diff -u debian/libmodule-build-perl-0.26/debian/compat libmodule-build-perl-0.2807/debian/compat
--- debian/libmodule-build-perl-0.26/debian/compat	2007-04-15 11:32:39.000000000 -0600
+++ libmodule-build-perl-0.2807/debian/compat	2007-04-06 22:13:02.000000000 -0600
@@ -1 +1 @@
-4
+5
diff -u debian/libmodule-build-perl-0.26/debian/control libmodule-build-perl-0.2807/debian/control
--- debian/libmodule-build-perl-0.26/debian/control	2007-04-15 11:32:39.000000000 -0600
+++ libmodule-build-perl-0.2807/debian/control	2007-04-15 12:31:45.000000000 -0600
@@ -2,13 +2,14 @@
 Section: perl
 Priority: optional
 Maintainer: Jay Bonci <[EMAIL PROTECTED]>
-Build-Depends-Indep: debhelper (>> 4.0.0), perl (>= 5.6.0-16), libyaml-perl (>= 0.35)
-Standards-Version: 3.6.1.0
+Build-Depends-Indep: perl (>= 5.6.0-16), libyaml-perl (>= 0.35), libextutils-cbuilder-perl, libextutils-xsbuilder-perl, libarchive-tar-perl, libmodule-signature-perl, libextutils-parsexs-perl, libversion-perl
+Build-Depends: debhelper (>> 5.0.0)
+Standards-Version: 3.7.2
 
 Package: libmodule-build-perl
 Architecture: all
 Depends: ${perl:Depends}, libarchive-tar-perl (>= 1.0.0), libyaml-perl (>= 0.35), libextutils-parsexs-perl (>= 2.02)
-Description: Subclassable and make-independant perl module builder alternative
+Description: Subclassable and make-independent perl module builder alternative
  Module::Build is a system for building, testing, and installing Perl modules.
  It is meant to be a replacement for ExtUtils::MakeMaker. Developers may alter 
  the behavior of the module through subclassing in a much more straightforward 
diff -u debian/libmodule-build-perl-0.26/debian/copyright libmodule-build-perl-0.2807/debian/copyright
--- debian/libmodule-build-perl-0.26/debian/copyright	2007-04-15 11:32:39.000000000 -0600
+++ libmodule-build-perl-0.2807/debian/copyright	2007-04-15 12:57:58.000000000 -0600
@@ -1,9 +1,16 @@
 This package was debianized by Jay Bonci <[EMAIL PROTECTED]> on
 Thu, 24 Jul 2003 18:26:01 -0400.
 
-It was downloaded from http://search.cpan.org/CPAN/authors/id/K/KW/KWILLIAMS/Module-Build-0.20.tar.gz
+It was updated by Micah Anderson <[EMAIL PROTECTED]> on April 15, 2007.
 
-Upstream Author: Ken Williams <[EMAIL PROTECTED]>
+It was downloaded from http://search.cpan.org/CPAN/authors/id/K/KW/KWILLIAMS/Module-Build-0.2807.tar.gz
+
+The upstream author is: Ken Williams <[EMAIL PROTECTED]> 
+
+Development questions, bug reports, and patches should be sent to the
+Module-Build mailing list at <[EMAIL PROTECTED]>..
+
+Copyright (c) 2001-2006 Ken Williams.  All rights reserved.
 
 Copyright:
         This program is free software; you can redistribute it and/or modify
diff -u debian/libmodule-build-perl-0.26/debian/rules libmodule-build-perl-0.2807/debian/rules
--- debian/libmodule-build-perl-0.26/debian/rules	2007-04-15 11:32:39.000000000 -0600
+++ libmodule-build-perl-0.2807/debian/rules	2007-04-15 12:59:02.000000000 -0600
@@ -1,56 +1,77 @@
 #!/usr/bin/make -f
-# Sample debian/rules that uses debhelper.
-# GNU copyright 1997 to 1999 by Joey Hess.
-
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-# This is the debhelper compatibility version to use.
-#export DH_COMPAT=4
+# If set to a true value then MakeMaker's prompt function will
+# always return the default without waiting for user input.
+export PERL_MM_USE_DEFAULT=1
 
-PACKAGE=`pwd | sed -e "s/.*\/\\(.*\\)-.*/\\1/"`
+PACKAGE=$(shell dh_listpackages)
 SHAREDIR=$(CURDIR)/debian/$(PACKAGE)/usr/share/$(PACKAGE)
 
-build:
+ifndef PERL
+PERL = /usr/bin/perl
+endif
+
+TMP     =$(CURDIR)/debian/$(PACKAGE)
+
+build: build-stamp
+build-stamp:
 	dh_testdir
-	# Add here commands to compile the package.
-	perl Build.PL installdirs=vendor
+
+	# Add commands to compile the package here
+	$(PERL) Build.PL installdirs=vendor
+	OPTIMIZE="-Wall -O2 -g" $(PERL) Build
+
+	touch build-stamp
+
 clean:
 	dh_testdir
 	dh_testroot
 
-	-./Build clean
+	# Add commands to clean up after the build process here
+	[ ! -f Build ] || $(PERL) Build distclean
 	rm -rf ./Build _build
-	dh_clean
 
-install:
+	dh_clean build-stamp install-stamp
+
+install: build install-stamp
+install-stamp:
 	dh_testdir
 	dh_testroot
 	dh_clean -k
-	dh_installdirs
-	
-	./Build test
-	./Build install destdir=$(CURDIR)/debian/$(PACKAGE)
+
+	# Add commands to install the package into debian/$PACKAGE_NAME here
+	$(PERL) Build test
+	$(PERL) Build install destdir=$(CURDIR)/debian/$(PACKAGE)
 	install -d $(SHAREDIR)
 	install -m755 scripts/* $(SHAREDIR)
 	-find $(CURDIR)/debian -type d | xargs rmdir -p --ignore-fail-on-non-empty
+	find $(CURDIR)/debian/$(PACKAGE) -type f -name .packlist | xargs rm -f
+
+	touch install-stamp
+
+binary-arch:
+# We have nothing to do by default.
 
-binary-arch:;
 binary-indep: build install
 	dh_testdir
 	dh_testroot
-	dh_installdocs
-	dh_installman
+	dh_installdocs README
 	dh_installchangelogs Changes
+	dh_installman
+	dh_perl
 	dh_link
 	dh_strip
 	dh_compress
 	dh_fixperms
 	dh_installdeb
-	dh_perl
 	dh_gencontrol
 	dh_md5sums
 	dh_builddeb
 
+source diff:                                                                  
+	@echo >&2 'source and diff are obsolete - use dpkg-source -b'; false
+
 binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install configure
+.PHONY: build clean binary-indep binary-arch binary
diff -u debian/libmodule-build-perl-0.26/debian/watch libmodule-build-perl-0.2807/debian/watch
--- debian/libmodule-build-perl-0.26/debian/watch	2007-04-15 11:32:39.000000000 -0600
+++ libmodule-build-perl-0.2807/debian/watch	2007-04-06 22:13:02.000000000 -0600
@@ -1,2 +1,3 @@
+# format version number, currently 2; this line is compulsory!
 version=2
-http://www.cpan.org/modules/by-module/Module/Module-Build-([0-9].*)\.tar.gz
+http://www.cpan.org/modules/by-module/Module/Module-Build-(.*).(tar.gz|tar|tgz)

Reply via email to