r34034 - in /trunk/libpoe-filter-xml-perl/debian: changelog compat control copyright rules

ryan52-guest at users.alioth.debian.org ryan52-guest at users.alioth.debian.org
Sat Apr 25 04:08:45 UTC 2009


Author: ryan52-guest
Date: Sat Apr 25 04:08:40 2009
New Revision: 34034

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=34034
Log:
* machine readable copyright format
* debhelper 7

Modified:
    trunk/libpoe-filter-xml-perl/debian/changelog
    trunk/libpoe-filter-xml-perl/debian/compat
    trunk/libpoe-filter-xml-perl/debian/control
    trunk/libpoe-filter-xml-perl/debian/copyright
    trunk/libpoe-filter-xml-perl/debian/rules

Modified: trunk/libpoe-filter-xml-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-filter-xml-perl/debian/changelog?rev=34034&op=diff
==============================================================================
--- trunk/libpoe-filter-xml-perl/debian/changelog (original)
+++ trunk/libpoe-filter-xml-perl/debian/changelog Sat Apr 25 04:08:40 2009
@@ -10,8 +10,10 @@
   * New upstream release
   * Add myself to Uploaders
   * Debian Policy 3.8.1
+  * machine readable copyright format
+  * debhelper 7
 
- -- Ryan Niebur <ryanryan52 at gmail.com>  Fri, 24 Apr 2009 21:03:29 -0700
+ -- Ryan Niebur <ryanryan52 at gmail.com>  Fri, 24 Apr 2009 21:07:29 -0700
 
 libpoe-filter-xml-perl (0.33-1) unstable; urgency=low
 

Modified: trunk/libpoe-filter-xml-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-filter-xml-perl/debian/compat?rev=34034&op=diff
==============================================================================
--- trunk/libpoe-filter-xml-perl/debian/compat (original)
+++ trunk/libpoe-filter-xml-perl/debian/compat Sat Apr 25 04:08:40 2009
@@ -1,1 +1,1 @@
-5
+7

Modified: trunk/libpoe-filter-xml-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-filter-xml-perl/debian/control?rev=34034&op=diff
==============================================================================
--- trunk/libpoe-filter-xml-perl/debian/control (original)
+++ trunk/libpoe-filter-xml-perl/debian/control Sat Apr 25 04:08:40 2009
@@ -1,7 +1,7 @@
 Source: libpoe-filter-xml-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 5), libmodule-build-perl
+Build-Depends: debhelper (>= 7)
 Build-Depends-Indep: perl (>= 5.8.1), libpoe-perl, libxml-sax-perl (>= 0.14),
  libxml-sax-expat-incremental-perl (>= 0.04), libfilter-template-perl (>= 1.01)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>

Modified: trunk/libpoe-filter-xml-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-filter-xml-perl/debian/copyright?rev=34034&op=diff
==============================================================================
--- trunk/libpoe-filter-xml-perl/debian/copyright (original)
+++ trunk/libpoe-filter-xml-perl/debian/copyright Sat Apr 25 04:08:40 2009
@@ -1,22 +1,24 @@
-Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat
-Upstream-Author: Nicholas Perez <nperez at cpan.org>
-Packaged-By: Florian Ragwitz <rafl at debianforum.de>
-Packaged-Date: Tue, 30 Aug 2005 16:28:06 +0200
-Original-Source-Location: http://search.cpan.org/dist/POE-Filter-XML/
-Original-Source-Command: uscan --force-download
-Original-Source-Depends: devscripts
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Nicholas Perez
+Upstream-Source: http://search.cpan.org/dist/POE-Filter-XML/
+Upstream-Name: POE-Filter-XML
 
 Files: *
-Copyright: © 2003-2007 Nicholas Perez.
-License: GPL-any
- Released and distributed under the GPL.
+Copyright: 2003-2009, Nicholas Perez
+License: GPL-2+
 
 Files: debian/*
-Copyright: © 2008 Debian Perl Group <debian-perl at lists.debian.org>
-           © 2005 Florian Ragwitz <rafl at debianforum.de>
-License: other
- It is being assumed that all maintainers did choose a license compatible with
- the license used by upstream.
+Copyright: 2005, Florian Ragwitz <rafl at debianforum.de>
+ 2006, Gunnar Wolf <gwolf at debian.org>
+ 2008, Martín Ferrari <tincho at debian.org>
+ 2009, Ryan Niebur <ryanryan52 at gmail.com>
+License: GPL-2+
 
-On Debian GNU/Linux systems, the complete text of the GNU General
-Public License can be found in `/usr/share/common-licenses/GPL'.
+License: GPL-2+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU General Public License as published by
+    the Free Software Foundation; version 2 dated June, 1991, or (at your
+    option) any later version.
+    On Debian GNU/Linux systems, the complete text of version 2 of the GNU
+    General Public License can be found in `/usr/share/common-licenses/GPL-2'

Modified: trunk/libpoe-filter-xml-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-filter-xml-perl/debian/rules?rev=34034&op=diff
==============================================================================
--- trunk/libpoe-filter-xml-perl/debian/rules (original)
+++ trunk/libpoe-filter-xml-perl/debian/rules Sat Apr 25 04:08:40 2009
@@ -1,49 +1,23 @@
 #!/usr/bin/make -f
-
-#export DH_VERBOSE=1
-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) Build.PL installdirs=vendor
-	$(PERL) Build
-	$(PERL) Build test
+	dh build
 	touch $@
 
 clean:
-	dh_testdir
-	dh_testroot
-	dh_clean build-stamp install-stamp
-	[ ! -f Build ] || $(PERL) Build --allow_mb_mismatch 1 distclean
+	dh $@
 
 install: install-stamp
 install-stamp: build-stamp
-	dh_testdir
-	dh_testroot
-	dh_clean -k
-	$(PERL) Build install destdir=$(TMP) create_packlist=0
+	dh install
 	touch $@
 
 binary-arch:
-# We have nothing to do here for an architecture-independent package
 
-binary-indep: build install
-	dh_testdir
-	dh_testroot
-	dh_installdocs 
-	dh_installchangelogs ChangeLog
-	dh_perl
-	dh_compress
-	dh_fixperms
-	dh_installdeb
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
+binary-indep: install
+	dh $@
 
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install
+binary: binary-arch binary-indep
+
+.PHONY: binary binary-arch binary-indep install clean build




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