r27762 - in /trunk/libpoe-component-client-keepalive-perl/debian: changelog copyright rules

emhn-guest at users.alioth.debian.org emhn-guest at users.alioth.debian.org
Fri Dec 5 12:08:19 UTC 2008


Author: emhn-guest
Date: Fri Dec  5 12:08:16 2008
New Revision: 27762

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=27762
Log:
Refreshed debian/rules using new templates.

Modified:
    trunk/libpoe-component-client-keepalive-perl/debian/changelog
    trunk/libpoe-component-client-keepalive-perl/debian/copyright
    trunk/libpoe-component-client-keepalive-perl/debian/rules

Modified: trunk/libpoe-component-client-keepalive-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-client-keepalive-perl/debian/changelog?rev=27762&op=diff
==============================================================================
--- trunk/libpoe-component-client-keepalive-perl/debian/changelog (original)
+++ trunk/libpoe-component-client-keepalive-perl/debian/changelog Fri Dec  5 12:08:16 2008
@@ -1,7 +1,8 @@
-libpoe-component-client-keepalive-perl (0.2300-1) UNRELEASED; urgency=low
+libpoe-component-client-keepalive-perl (0.2300-1) unstable; urgency=low
 
   * New upstream release.
   * Switched to the parsable copyright format.
+  * Refreshed debian/rules using new templates.
 
  -- Ernesto Hernández-Novich (USB) <emhn at usb.ve>  Fri,  5 Dec 2008 07:24:53 -0430
 

Modified: trunk/libpoe-component-client-keepalive-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-client-keepalive-perl/debian/copyright?rev=27762&op=diff
==============================================================================
--- trunk/libpoe-component-client-keepalive-perl/debian/copyright (original)
+++ trunk/libpoe-component-client-keepalive-perl/debian/copyright Fri Dec  5 12:08:16 2008
@@ -1,23 +1,34 @@
-This package was debianized by Ernesto Hernández-Novich (USB) <emhn at usb.ve>
-using dh-make-perl on Thu, 10 Jan 2008 15:32:08 -0430.
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Rocco Caputo <rcaputo at cpan.org>
+Upstream-Source: http://search.cpan.org/dist/POE-Component-Client-Keepalive/
+Upstream-Name: POE-Component-Client-Keepalive
+Disclaimer: This copyright info was automatically extracted 
+    from the perl module. It may not be accurate, so you better 
+    check the module sources in order to ensure the module for its 
+    inclusion in Debian or for general legal information. Please, 
+    if licensing information is incorrectly generated, file a bug 
+    on dh-make-perl.
 
-Upstream Source:
-    http://search.cpan.org/dist/POE-Component-Client-Keepalive/
-
-Files: +
-Copyright: © 2004-2008 by Rocco Caputo. All rights reserved.
-License: GPL-1+|Artistic
- This distribution is free software; you may 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.
- .
- The complete text of the GNU General Public License can be found in
- /usr/share/common-licenses/GPL and the Artistic License can be found
- in /usr/share/common-licenses/Artistic.
+Files: *
+Copyright: Rocco Caputo <rcaputo at cpan.org>
+License-Alias: Perl
+License: Artistic | GPL-1+
 
 Files: debian/*
-Copyright: © 2008 Debian Perl Group <debian-perl at lists.debian.org>
-License: GPL-1|Artistic
- Packaging is licensed under the same terms as the sofware itself (see above).
+Copyright: 2008, Ernesto Hernández-Novich (USB) <emhn at usb.ve>
+License: Artistic | GPL-1+
+
+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
+
+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/libpoe-component-client-keepalive-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-client-keepalive-perl/debian/rules?rev=27762&op=diff
==============================================================================
--- trunk/libpoe-component-client-keepalive-perl/debian/rules (original)
+++ trunk/libpoe-component-client-keepalive-perl/debian/rules Fri Dec  5 12:08:16 2008
@@ -1,63 +1,23 @@
 #!/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.
-
-# 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) Makefile.PL INSTALLDIRS=vendor
-	$(MAKE)
-	$(MAKE) test
+	dh build
 	touch $@
 
 clean:
-	dh_testdir
-	dh_testroot
-	dh_clean build-stamp install-stamp
-	# Add commands to clean up after the build process here
-	[ ! -f Makefile ] || $(MAKE) realclean
+	dh $@
 
 install: install-stamp
 install-stamp: build-stamp
-	dh_testdir
-	dh_testroot
-	dh_clean -k
-	# Add commands to install the package into $(TMP) here
-	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
-	[ ! -d $(TMP)/usr/lib/perl5 ] || \
-		rmdir --ignore-fail-on-non-empty --parents --verbose \
-		$(TMP)/usr/lib/perl5
+	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