r41729 - in /trunk/libtext-dhcpleases-perl/debian: compat copyright rules

juruen-guest at users.alioth.debian.org juruen-guest at users.alioth.debian.org
Wed Aug 12 16:09:48 UTC 2009


Author: juruen-guest
Date: Wed Aug 12 16:09:40 2009
New Revision: 41729

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=41729
Log:
- debian/rules: use minimal version from debhelper 7 (dh-make-perl --refresh)
- debian/copyright: use machine-readable format (dh-make-perl --refresh)
- debian/compat: set to 7

Modified:
    trunk/libtext-dhcpleases-perl/debian/compat
    trunk/libtext-dhcpleases-perl/debian/copyright
    trunk/libtext-dhcpleases-perl/debian/rules

Modified: trunk/libtext-dhcpleases-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-dhcpleases-perl/debian/compat?rev=41729&op=diff
==============================================================================
--- trunk/libtext-dhcpleases-perl/debian/compat (original)
+++ trunk/libtext-dhcpleases-perl/debian/compat Wed Aug 12 16:09:40 2009
@@ -1,1 +1,1 @@
-5
+7

Modified: trunk/libtext-dhcpleases-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-dhcpleases-perl/debian/copyright?rev=41729&op=diff
==============================================================================
--- trunk/libtext-dhcpleases-perl/debian/copyright (original)
+++ trunk/libtext-dhcpleases-perl/debian/copyright Wed Aug 12 16:09:40 2009
@@ -1,18 +1,28 @@
-This is the debian package for the Text-DHCPLeases module.
-It was created by Javier Uruen Val <javi at warp.es> using dh-make-perl.
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Carlos Vicente  <cvicente at cpan.org>
+Upstream-Source: http://search.cpan.org/dist/Text-DHCPLeases/
+Upstream-Name: Text-DHCPLeases
 
-It was downloaded from http://search.cpan.org/dist/Text-DHCPLeases/
+Files: *
+Copyright: Carlos Vicente  <cvicente at cpan.org>
+License-Alias: Perl
+License: Artistic | GPL-1+
 
-The upstream author is:
-Carlos Vicente <cvicente at cpan.org>.
+Files: debian/*
+Copyright: 2009, Javier Uruen Val <javi at warp.es>
+License: Artistic | GPL-1+
 
-Copyright:
-    Copyright (C) 2007-2010 Carlos Vicente <cvicente at cpan.org>.
+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'
 
-
-The software is licensed under the Perl Artistic license.
-
-On Debian GNU/Linux systems, the Artistic Licence can be found in /usr/share/common-licenses/Artistic'.
-
-The Debian packaging is (C) 2009, Javier Uruen Val <javi at warp.es> and
-is licensed under the same terms as the software itself (see above).
+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/libtext-dhcpleases-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-dhcpleases-perl/debian/rules?rev=41729&op=diff
==============================================================================
--- trunk/libtext-dhcpleases-perl/debian/rules (original)
+++ trunk/libtext-dhcpleases-perl/debian/rules Wed Aug 12 16:09:40 2009
@@ -1,63 +1,4 @@
 #!/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
-
-PERL   ?= /usr/bin/perl
-PACKAGE = $(shell dh_listpackages)
-TMP     = $(CURDIR)/debian/$(PACKAGE)
-
-build: build-stamp
-build-stamp:
-	dh_testdir
-	# Add commands to compile the package here
-	$(PERL) Build.PL installdirs=vendor
-	$(PERL) Build
-	# $(PERL) Build test
-	touch $@
-
-clean:
-	dh_testdir
-	dh_testroot
-	dh_clean build-stamp install-stamp
-	# Add commands to clean up after the build process here
-	[ ! -f Build ] || $(PERL) Build --allow_mb_mismatch 1 distclean
-
-install: install-stamp
-install-stamp: build-stamp
-	dh_testdir
-	dh_testroot
-	dh_clean -k
-	# Add commands to install the package into $(TMP) here
-	$(PERL) Build install destdir=$(TMP) create_packlist=0
-	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: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install
+%:
+	dh $@




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