r26094 - in /trunk/libxml-feed-perl/debian: changelog compat control copyright rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Fri Oct 17 15:06:30 UTC 2008


Author: gregoa
Date: Fri Oct 17 15:06:27 2008
New Revision: 26094

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=26094
Log:
* Don't install README any more.
* Set debhelper compatibility level to 7; adapt
  debian/{control,compat,rules}.
* debian/copyright: switch to new format.

Modified:
    trunk/libxml-feed-perl/debian/changelog
    trunk/libxml-feed-perl/debian/compat
    trunk/libxml-feed-perl/debian/control
    trunk/libxml-feed-perl/debian/copyright
    trunk/libxml-feed-perl/debian/rules

Modified: trunk/libxml-feed-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-feed-perl/debian/changelog?rev=26094&op=diff
==============================================================================
--- trunk/libxml-feed-perl/debian/changelog (original)
+++ trunk/libxml-feed-perl/debian/changelog Fri Oct 17 15:06:27 2008
@@ -5,7 +5,6 @@
     Vcs-Svn fields.
   * debian/watch: use dist-based URL.
   * Change patch system from dpatch to quilt.
-  * Refresh debian/rules, no functional changes.
   * Set Standards-Version to 3.8.0.
   * Add debian/README.source to document quilt usage, as required by
     Debian Policy since 3.8.0.
@@ -18,6 +17,10 @@
     - wrap long lines
     - bump (build) dependency on libxml-atom-perl to >= 0.23
     - add an explicit versioned (build) dependency on libxml-libxml-perl
+  * Don't install README any more.
+  * Set debhelper compatibility level to 7; adapt
+    debian/{control,compat,rules}.
+  * debian/copyright: switch to new format.
 
  -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:33:25 +0200
 

Modified: trunk/libxml-feed-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-feed-perl/debian/compat?rev=26094&op=diff
==============================================================================
--- trunk/libxml-feed-perl/debian/compat (original)
+++ trunk/libxml-feed-perl/debian/compat Fri Oct 17 15:06:27 2008
@@ -1,1 +1,1 @@
-5
+7

Modified: trunk/libxml-feed-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-feed-perl/debian/control?rev=26094&op=diff
==============================================================================
--- trunk/libxml-feed-perl/debian/control (original)
+++ trunk/libxml-feed-perl/debian/control Fri Oct 17 15:06:27 2008
@@ -1,7 +1,7 @@
 Source: libxml-feed-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 5.0.0), quilt (>= 0.40),
+Build-Depends: debhelper (>= 7), quilt (>= 0.40),
  libmodule-build-perl
 Build-Depends-Indep: perl (>= 5.8.0-7), libclass-errorhandler-perl,
  libxml-rss-perl (>= 1.01), libxml-atom-perl (>= 0.23), libwww-perl,

Modified: trunk/libxml-feed-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-feed-perl/debian/copyright?rev=26094&op=diff
==============================================================================
--- trunk/libxml-feed-perl/debian/copyright (original)
+++ trunk/libxml-feed-perl/debian/copyright Fri Oct 17 15:06:27 2008
@@ -1,14 +1,30 @@
-This is the debian package for the XML-Feed module.
-It was created by Jaldhar H. Vyas <jaldhar at debian.org> using dh-make-perl.
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Simon Wistow
+Upstream-Source: http://search.cpan.org/dist/XML-Feed/
+Upstream-Name: XML-Feed
 
-The upstream author is:
+Files: *
+Copyright: Copyright 2004-2008 Six Apart, cpan at sixapart.com
+License-Alias: Perl
+License: Artistic | GPL-1+
 
-Six Apart / cpan at sixapart.com
+Files: debian/*
+Copyright: 
+ 2006,      Jaldhar H. Vyas <jaldhar at debian.org>
+ 2006-2008, various members of the Debian Perl Group, cf. debian/changelog
+License: Artistic | GPL-1+
 
-This program is free software, you can redistribute it and/or modify it
-under the same terms as Perl itself.
+License: Artistic
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the Artistic License, which comes with Perl.
+    On Debian GNU/Linux systems, the complete text of the Artistic License
+    can be found in /usr/share/common-licenses/Artistic
 
-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'.
+License: GPL-1+
+    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; either version 1, or (at your option)
+    any later version.
+    On Debian GNU/Linux systems, the complete text of the GNU General
+    Public License can be found in `/usr/share/common-licenses/GPL'

Modified: trunk/libxml-feed-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-feed-perl/debian/rules?rev=26094&op=diff
==============================================================================
--- trunk/libxml-feed-perl/debian/rules (original)
+++ trunk/libxml-feed-perl/debian/rules Fri Oct 17 15:06:27 2008
@@ -1,62 +1,25 @@
 #!/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.
-#
-# It was later modified by Jason Kohles <email at jasonkohles.com>
-# http://www.jasonkohles.com/ to support Module::Build installed modules
-
-# 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
 
 include /usr/share/quilt/quilt.make
 
-PERL   ?= /usr/bin/perl
-PACKAGE = $(shell dh_listpackages)
-TMP     = $(CURDIR)/debian/$(PACKAGE)
-
 build: build-stamp
 build-stamp: $(QUILT_STAMPFN)
-	dh_testdir
-	$(PERL) Build.PL installdirs=vendor
-	$(PERL) Build
-	$(PERL) Build test
+	dh build
 	touch $@
 
 clean: unpatch
-	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 README
-	dh_installchangelogs Changes
-	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