r7781 - in /trunk/libhash-withdefaults-perl/debian: changelog copyright rules watch

hanska-guest at users.alioth.debian.org hanska-guest at users.alioth.debian.org
Thu Sep 20 08:08:49 UTC 2007


Author: hanska-guest
Date: Thu Sep 20 08:08:49 2007
New Revision: 7781

URL: http://svn.debian.org/wsvn/?sc=1&rev=7781
Log:
Taking package over, the original maintainer seems no more
interested.
Edited debian/watch to reflect what dh-make-perl now generates.
Fixed debian/copyright.
Using debhelper scripts in debian/rules instead of CDBS.

Modified:
    trunk/libhash-withdefaults-perl/debian/changelog
    trunk/libhash-withdefaults-perl/debian/copyright
    trunk/libhash-withdefaults-perl/debian/rules
    trunk/libhash-withdefaults-perl/debian/watch

Modified: trunk/libhash-withdefaults-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libhash-withdefaults-perl/debian/changelog?rev=7781&op=diff
==============================================================================
--- trunk/libhash-withdefaults-perl/debian/changelog (original)
+++ trunk/libhash-withdefaults-perl/debian/changelog Thu Sep 20 08:08:49 2007
@@ -1,5 +1,5 @@
-libhash-withdefaults-perl (0.04-1) UNRELEASED; urgency=low
+libhash-withdefaults-perl (0.04-1) unstable; urgency=low
 
   * Initial Release.
 
- -- Carl Fürstenberg <azatoth at gmail.com>  Sat, 18 Aug 2007 18:53:45 +0200
+ -- David Paleino <d.paleino at gmail.com>  Thu, 20 Sep 2007 09:52:16 +0200

Modified: trunk/libhash-withdefaults-perl/debian/copyright
URL: http://svn.debian.org/wsvn/trunk/libhash-withdefaults-perl/debian/copyright?rev=7781&op=diff
==============================================================================
--- trunk/libhash-withdefaults-perl/debian/copyright (original)
+++ trunk/libhash-withdefaults-perl/debian/copyright Thu Sep 20 08:08:49 2007
@@ -1,9 +1,5 @@
 This is the debian package for the Hash::WithDefaults module.
-It was created by Carl Fürstenberg <azatoth at gmail.com> using dh-make-perl.
-
-This copyright info was automatically extracted from the perl module.
-It may not be accurate, so you better check the module sources
-if don't want to get into legal troubles.
+It was created by David Paleino <d.paleino at gmail.com> using dh-make-perl.
 
 The upstream author is: 
 
@@ -22,5 +18,5 @@
 and the Artistic Licence in `/usr/share/common-licenses/Artistic'.
 
 
-The Debian packaging is (C) 2007, Carl Fürstenberg <azatoth at gmail.com> and
+The Debian packaging is (C) 2007, David Paleino <d.paleino at gmail.com> and
 is licensed under the same terms as the software itself (see above).

Modified: trunk/libhash-withdefaults-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libhash-withdefaults-perl/debian/rules?rev=7781&op=diff
==============================================================================
--- trunk/libhash-withdefaults-perl/debian/rules (original)
+++ trunk/libhash-withdefaults-perl/debian/rules Thu Sep 20 08:08:49 2007
@@ -1,4 +1,70 @@
 #!/usr/bin/make -f
+# This debian/rules file is provided as a template for normal perl
+# packages. It was created by Marc Brockschmidt <marc at dch-faq.de> for
+# the Debian Perl Group (http://pkg-perl.alioth.debian.org/) but may
+# be used freely wherever it is useful.
 
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/perlmodule.mk
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+# 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=$(shell dh_listpackages)
+
+ifndef PERL
+PERL = /usr/bin/perl
+endif
+
+TMP     =$(CURDIR)/debian/$(PACKAGE)
+
+build: build-stamp
+build-stamp:
+	dh_testdir
+
+	$(PERL) Makefile.PL INSTALLDIRS=vendor \
+		INSTALLVENDORARCH=/usr/share/perl5/ \
+		VENDORARCHEXP=/usr/share/perl5/
+	$(MAKE)
+	$(MAKE) test
+
+	touch $@
+
+clean:
+	dh_testdir
+	dh_testroot
+
+	dh_clean build-stamp install-stamp
+
+	[ ! -f Makefile ] || $(MAKE) realclean
+
+install: build install-stamp
+install-stamp:
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+
+	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
+
+	touch $@
+
+binary-arch:
+binary-indep: build install
+	dh_testdir
+	dh_testroot
+	dh_installdocs README
+	dh_installchangelogs Changes
+	dh_perl
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	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

Modified: trunk/libhash-withdefaults-perl/debian/watch
URL: http://svn.debian.org/wsvn/trunk/libhash-withdefaults-perl/debian/watch?rev=7781&op=diff
==============================================================================
--- trunk/libhash-withdefaults-perl/debian/watch (original)
+++ trunk/libhash-withdefaults-perl/debian/watch Thu Sep 20 08:08:49 2007
@@ -1,2 +1,3 @@
+# format version number, currently 3; this line is compulsory!
 version=3
-http://www.cpan.org/modules/by-module/Hash/Hash-WithDefaults-(.*).tar.gz
+http://search.cpan.org/dist/Hash-WithDefaults/ .*/Hash-WithDefaults-([\.\d]+)\.(?:tar\.gz|tar|tgz)$




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