r30704 - in /trunk/html-munger/debian: HTML::Munger.3pm changelog control copyright rules
tincho at users.alioth.debian.org
tincho at users.alioth.debian.org
Sat Feb 14 19:12:48 UTC 2009
Author: tincho
Date: Sat Feb 14 19:12:45 2009
New Revision: 30704
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=30704
Log:
* Removed pre-parsed (and old) man page, let it be generated by MakeMaker.
* debian/rules: from scratch.
* debian/copyright: new format.
* debian/control: bumped Standards-Version, without changes; added myself to
Uploaders.
Removed:
trunk/html-munger/debian/HTML::Munger.3pm
Modified:
trunk/html-munger/debian/changelog
trunk/html-munger/debian/control
trunk/html-munger/debian/copyright
trunk/html-munger/debian/rules
Modified: trunk/html-munger/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/html-munger/debian/changelog?rev=30704&op=diff
==============================================================================
--- trunk/html-munger/debian/changelog (original)
+++ trunk/html-munger/debian/changelog Sat Feb 14 19:12:45 2009
@@ -1,5 +1,6 @@
html-munger (0.01-7) UNRELEASED; urgency=low
+ [ gregor herrmann ]
* Take over for the Debian Perl Group; Closes: #465881 -- ITA
* debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
field (source stanza); Homepage field (source stanza). Changed:
@@ -10,6 +11,13 @@
* debian/control: Changed: Switched Vcs-Browser field to ViewSVN
(source stanza).
* debian/control: Added: ${misc:Depends} to Depends: field.
+
+ [ MartÃn Ferrari ]
+ * Removed pre-parsed (and old) man page, let it be generated by MakeMaker.
+ * debian/rules: from scratch.
+ * debian/copyright: new format.
+ * debian/control: bumped Standards-Version, without changes; added myself to
+ Uploaders.
-- gregor herrmann <gregoa at debian.org> Fri, 19 Sep 2008 22:55:42 +0200
@@ -25,11 +33,12 @@
-- Frank Lichtenheld <djpig at debian.org> Thu, 24 Apr 2008 02:25:01 +0200
html-munger (0.01-5) unstable; urgency=low
+
* Closed bug that I failed to close last time. (closes: #157536)
* Changed section to perl.
-- Misha Nasledov <misha at debian.org> Wed, 18 Feb 2004 01:02:00 -0800
-
+
html-munger (0.01-4) unstable; urgency=low
* Acknowledge NMU (closes: bug#157459 bug#157536).
Modified: trunk/html-munger/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/html-munger/debian/control?rev=30704&op=diff
==============================================================================
--- trunk/html-munger/debian/control (original)
+++ trunk/html-munger/debian/control Sat Feb 14 19:12:45 2009
@@ -2,10 +2,11 @@
Section: perl
Priority: extra
Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: gregor herrmann <gregoa at debian.org>
+Uploaders: gregor herrmann <gregoa at debian.org>,
+ MartÃn Ferrari <tincho at debian.org>
Build-Depends: debhelper (>= 5)
Build-Depends-Indep: perl (>= 5.6.0-16), libhtml-parser-perl
-Standards-Version: 3.6.1
+Standards-Version: 3.8.0
Homepage: http://search.cpan.org/dist/HTML-Munger/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/html-munger/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/html-munger/
Modified: trunk/html-munger/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/html-munger/debian/copyright?rev=30704&op=diff
==============================================================================
--- trunk/html-munger/debian/copyright (original)
+++ trunk/html-munger/debian/copyright Sat Feb 14 19:12:45 2009
@@ -1,31 +1,22 @@
-This package was debianized by Misha Nasledov misha at debian.org on
-Fri, 2 Mar 2001 09:19:23 -0800.
+Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=437
+Upstream-Maintainer: J. David Lowe (unknown current email address)
+Upstream-Source: http://search.cpan.org/dist/HTML-Munger/
-It was downloaded from ftp.perl.org
+Files: *
+Copyright: © 1997-2000, J. David Lowe
+License: GPL-1+ | Artistic
+ This program is free software; you can redistribute it and/or modify it under
+ the same terms as Perl itself.
+ .
+ Perl is distributed under your choice of the GNU General Public License or
+ the Artistic License. On Debian GNU/Linux systems, the complete text of the
+ GNU General Public License can be found in `/usr/share/common-licenses/GPL'
+ and the Artistic Licence in `/usr/share/common-licenses/Artistic'.
-Copyright:
-
- "Copyright (c) 1997-2000 J. David Lowe. All rights reserved. This
- program is free software; you can redistribute it and/or modify it under
- the same terms as Perl itself."
-
-
-------------------------------------------------------------------------------
- Perl copyright:
-------------------------------------------------------------------------------
- Copyright 1989-2001, Larry Wall All rights reserved.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of either:
-
- a) the GNU General Public License as published by the Free Software
- Foundation; either version 1, or (at your option) any later
- version, or
-
- b) the "Artistic License" which comes with Perl.
-
-------------------------------------------------------------------------------
-
-On Debian GNU/Linux systems, the complete text of the GNU General Public
-License can be found in `/usr/share/common-licenses/GPL' and the Artistic
-Licence in `/usr/share/common-licenses/Artistic'.
+Files: debian/*
+Copyright: © 2009, MartÃn Ferrari <tincho at debian.org>
+ © 2009, gregor herrmann <gregoa at debian.org>
+ © 2001-2004 Misha Nasledov <misha at debian.org>
+License: GPL-1+ | Artistic
+ It is assumed that all contributors put their work under the same license
+ as the module itself.
Modified: trunk/html-munger/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/html-munger/debian/rules?rev=30704&op=diff
==============================================================================
--- trunk/html-munger/debian/rules (original)
+++ trunk/html-munger/debian/rules Sat Feb 14 19:12:45 2009
@@ -1,45 +1,56 @@
#!/usr/bin/make -f
-# Made with the aid of debmake, by Christoph Lameter,
-# based on the sample debian/rules file for GNU hello by Ian Jackson.
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
-build:
+# 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
+
+PERL ?= /usr/bin/perl
+PACKAGE = $(shell dh_listpackages)
+TMP = $(CURDIR)/debian/$(PACKAGE)
+
+build: build-stamp
+build-stamp:
dh_testdir
- perl Makefile.PL INSTALLDIRS=vendor
+ $(PERL) Makefile.PL INSTALLDIRS=vendor
$(MAKE)
$(MAKE) test
- touch build
+ touch $@
-clean: checkroot
- rm -f build
- rm -rf debian/share
- [ ! -f Makefile ] || $(MAKE) distclean
- dh_clean
+clean:
+ dh_testdir
+ dh_testroot
+ dh_clean build-stamp install-stamp
+ [ ! -f Makefile ] || $(MAKE) realclean
-binary-indep: checkroot build
+install: install-stamp
+install-stamp: build-stamp
+ dh_testdir
+ dh_testroot
dh_clean -k
- dh_installdirs
+ $(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
+ [ ! -d $(TMP)/usr/lib/perl5 ] || \
+ rmdir --ignore-fail-on-non-empty --parents --verbose \
+ $(TMP)/usr/lib/perl5
+ touch $@
- $(MAKE) pure_install PREFIX=$(CURDIR)/debian/libhtml-munger-perl/usr
- dh_installman debian/HTML::Munger.3pm
+binary-arch:
+# We have nothing to do here for an architecture-independent package
+
+binary-indep: build install
+ dh_testdir
+ dh_testroot
dh_installdocs README
dh_installchangelogs Changes
- dh_strip
+ dh_perl
dh_compress
dh_fixperms
- dh_shlibdeps
- dh_perl
+ dh_installdeb
dh_gencontrol
- dh_installdeb
dh_md5sums
dh_builddeb
-binary-arch: checkroot build
-
binary: binary-indep binary-arch
-
-checkroot:
- dh_testdir
- dh_testroot
-
-.PHONY: binary binary-arch binary-indep clean checkroot
+.PHONY: build clean binary-indep binary-arch binary install
More information about the Pkg-perl-cvs-commits
mailing list