r7782 - in /trunk/libconfig-inihash-perl/debian: changelog control copyright rules watch

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


Author: hanska-guest
Date: Thu Sep 20 08:17:21 2007
New Revision: 7782

URL: http://svn.debian.org/wsvn/?sc=1&rev=7782
Log:
Taking package over, the old maintainer seems no more interested.

Modified:
    trunk/libconfig-inihash-perl/debian/changelog
    trunk/libconfig-inihash-perl/debian/control
    trunk/libconfig-inihash-perl/debian/copyright
    trunk/libconfig-inihash-perl/debian/rules
    trunk/libconfig-inihash-perl/debian/watch

Modified: trunk/libconfig-inihash-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libconfig-inihash-perl/debian/changelog?rev=7782&op=diff
==============================================================================
--- trunk/libconfig-inihash-perl/debian/changelog (original)
+++ trunk/libconfig-inihash-perl/debian/changelog Thu Sep 20 08:17:21 2007
@@ -1,5 +1,5 @@
-libconfig-inihash-perl (2.9.0-1) UNRELEASED; urgency=low
+libconfig-inihash-perl (2.9.0-1) unstable; urgency=low
 
   * Initial Release.
 
- -- Carl Fürstenberg <azatoth at gmail.com>  Sat, 18 Aug 2007 18:39:24 +0200
+ -- David Paleino <d.paleino at gmail.com>  Wed, 19 Sep 2007 17:31:05 +0200

Modified: trunk/libconfig-inihash-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libconfig-inihash-perl/debian/control?rev=7782&op=diff
==============================================================================
--- trunk/libconfig-inihash-perl/debian/control (original)
+++ trunk/libconfig-inihash-perl/debian/control Thu Sep 20 08:17:21 2007
@@ -1,18 +1,20 @@
 Source: libconfig-inihash-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 5.0.0), cdbs (>= 0.4.49)
-Build-Depends-Indep: perl (>= 5.8.8-7), libio-stringy-perl
-Maintainer:  Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Carl Fürstenberg <azatoth at gmail.com>
+Build-Depends: debhelper (>= 5.0.0)
+Build-Depends-Indep: perl (>= 5.8.8-8)
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: David Paleino <d.paleino at gmail.com>
 Standards-Version: 3.7.2
-XS-Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libparse-debcontrol-perl/
-XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libparse-debcontrol-perl/
+XS-Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libconfig-inihash-perl/
+XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libconfig-inihash-perl/
+
 
 Package: libconfig-inihash-perl
 Architecture: all
 Depends: ${perl:Depends}, ${misc:Depends}, libio-stringy-perl, libhash-case-perl, libhash-withdefaults-perl
-Description:  Perl extension for reading and writing INI files
- This module reads and writes INI files.
+Description: Perl extension for reading and writing INI files
+ This module reads and writes INI files, useful for storing
+ settings.
  .
- This description was automagically extracted from the module by dh-make-perl.
+  Homepage: http://search.cpan.org/dist/Config-IniHash/

Modified: trunk/libconfig-inihash-perl/debian/copyright
URL: http://svn.debian.org/wsvn/trunk/libconfig-inihash-perl/debian/copyright?rev=7782&op=diff
==============================================================================
--- trunk/libconfig-inihash-perl/debian/copyright (original)
+++ trunk/libconfig-inihash-perl/debian/copyright Thu Sep 20 08:17:21 2007
@@ -1,9 +1,7 @@
 This is the debian package for the Config-IniHash module.
-It was created by Carl Fürstenberg <azatoth at gmail.com> using dh-make-perl.
+It was created by David Paleino <d.paleino 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 downloaded from http://search.cpan.org/dist/Config-IniHash/
 
 The upstream author is: 
 
@@ -22,5 +20,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/libconfig-inihash-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libconfig-inihash-perl/debian/rules?rev=7782&op=diff
==============================================================================
--- trunk/libconfig-inihash-perl/debian/rules (original)
+++ trunk/libconfig-inihash-perl/debian/rules Thu Sep 20 08:17:21 2007
@@ -1,4 +1,71 @@
 #!/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_installexamples
+	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/libconfig-inihash-perl/debian/watch
URL: http://svn.debian.org/wsvn/trunk/libconfig-inihash-perl/debian/watch?rev=7782&op=diff
==============================================================================
--- trunk/libconfig-inihash-perl/debian/watch (original)
+++ trunk/libconfig-inihash-perl/debian/watch Thu Sep 20 08:17:21 2007
@@ -1,2 +1,3 @@
+# format version number, currently 3; this line is compulsory!
 version=3
-http://www.cpan.org/modules/by-authors/id/J/JE/JENDA/Config-IniHash-(.*).tar.gz
+http://search.cpan.org/dist/Config-IniHash/ .*/Config-IniHash-([\.\d]+)\.(?:tar\.gz|tar|tgz)$




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