r30971 - in /trunk/libpoe-component-client-http-perl/debian: changelog compat control copyright libpoe-component-client-http-perl.examples rules

antonio-guest at users.alioth.debian.org antonio-guest at users.alioth.debian.org
Sat Feb 21 15:39:23 UTC 2009


Author: antonio-guest
Date: Sat Feb 21 15:39:20 2009
New Revision: 30971

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=30971
Log:
some more fixes due to dh-make-perl --refresh --dh 7

Added:
    trunk/libpoe-component-client-http-perl/debian/libpoe-component-client-http-perl.examples
Modified:
    trunk/libpoe-component-client-http-perl/debian/changelog
    trunk/libpoe-component-client-http-perl/debian/compat
    trunk/libpoe-component-client-http-perl/debian/control
    trunk/libpoe-component-client-http-perl/debian/copyright
    trunk/libpoe-component-client-http-perl/debian/rules

Modified: trunk/libpoe-component-client-http-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-client-http-perl/debian/changelog?rev=30971&op=diff
==============================================================================
--- trunk/libpoe-component-client-http-perl/debian/changelog (original)
+++ trunk/libpoe-component-client-http-perl/debian/changelog Sat Feb 21 15:39:20 2009
@@ -9,10 +9,17 @@
   * debian/control:
     + added me as uploaded
     + dependency to libtest-poe-server-tcp added
+    + debhelper dependency bumped to >= 7
+  * debian/compat:
+    + it was 5, now it is 7
   * debian/patches: 
     + added descriptions to all patches to make lintian happy
   * debian/rules:
-    + enabled all tests again
+    + refreshed to dh 7, all tests enabled again
+  * debian/copyright:
+    + ported to the new format
+  * libpoe-component-client-http-perl.examples:
+    + dh-make-perl automatically added this example
 
   [ Jose Luis Rivas ]
   * debian/rules:

Modified: trunk/libpoe-component-client-http-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-client-http-perl/debian/compat?rev=30971&op=diff
==============================================================================
--- trunk/libpoe-component-client-http-perl/debian/compat (original)
+++ trunk/libpoe-component-client-http-perl/debian/compat Sat Feb 21 15:39:20 2009
@@ -1,1 +1,1 @@
-5
+7

Modified: trunk/libpoe-component-client-http-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-client-http-perl/debian/control?rev=30971&op=diff
==============================================================================
--- trunk/libpoe-component-client-http-perl/debian/control (original)
+++ trunk/libpoe-component-client-http-perl/debian/control Sat Feb 21 15:39:20 2009
@@ -1,7 +1,7 @@
 Source: libpoe-component-client-http-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 5), quilt
+Build-Depends: debhelper (>= 7), quilt
 Build-Depends-Indep: perl, libwww-perl, libpoe-perl (>= 0.3202),
  libpoe-component-client-keepalive-perl (>= 0.25), libtest-pod-perl,
  libtest-pod-coverage-perl, libtest-poe-server-tcp-perl

Modified: trunk/libpoe-component-client-http-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-client-http-perl/debian/copyright?rev=30971&op=diff
==============================================================================
--- trunk/libpoe-component-client-http-perl/debian/copyright (original)
+++ trunk/libpoe-component-client-http-perl/debian/copyright Sat Feb 21 15:39:20 2009
@@ -1,19 +1,15 @@
 Format-Specification:
     http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
-Upstream-Author: Rocco Caputo <rcaputo at cpan.org>
-Packaged-By: Steve Kowalik <stevenk at debian.org>
+Upstream-Maintainer: Rocco Caputo <rcaputo at cpan.org>
+Upstream-Source: http://search.cpan.org/dist/POE-Component-Client-HTTP/
 Upstream-Name: POE-Component-Client-HTTP
-Original-Source-Location: http://search.cpan.org/dist/POE-Component-Client-HTTP/
-Original-Source-Command: uscan --force-download
-Original-Source-Depends: devscripts
 
 Files: *
 Copyright: © 1999-2006 Rocco Caputo <rcaputo at cpan.org>
            © 2004 Rob Bloodgood
            © 2004-2005 Martijn van Beers <martijn at cpan.org>
+License-Alias: Perl
 License: Artistic | GPL-1+
- All rights are reserved.  POE::Component::Client::HTTP is free software; you
- may redistribute it and/or modify it under the same terms as Perl itself.
 
 Files: debian/*
 Copyright: © 2001-2005 Steve Kowalik <stevenk at debian.org>
@@ -21,12 +17,19 @@
 	   © 2008 Martín Ferrari <tincho at debian.org>
 	   © 2008 gregor herrmann <gregoa at debian.org>
 	   © 2008 Jose Luis Rivas <ghostbar38 at gmail.com>
-License: other
- It is assumed that all Debian maintainers used a license compatible with
- upstream's.
+	   © 2009 Antonio Radici <antonio at dyne.org>
+License: Artistic | GPL-1+
 
-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: 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'

Added: trunk/libpoe-component-client-http-perl/debian/libpoe-component-client-http-perl.examples
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-client-http-perl/debian/libpoe-component-client-http-perl.examples?rev=30971&op=file
==============================================================================
--- trunk/libpoe-component-client-http-perl/debian/libpoe-component-client-http-perl.examples (added)
+++ trunk/libpoe-component-client-http-perl/debian/libpoe-component-client-http-perl.examples Sat Feb 21 15:39:20 2009
@@ -1,0 +1,1 @@
+examples/*

Modified: trunk/libpoe-component-client-http-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-client-http-perl/debian/rules?rev=30971&op=diff
==============================================================================
--- trunk/libpoe-component-client-http-perl/debian/rules (original)
+++ trunk/libpoe-component-client-http-perl/debian/rules Sat Feb 21 15:39:20 2009
@@ -1,58 +1,23 @@
 #!/usr/bin/make -f
 
-# 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
-
-PACKAGE = $(shell dh_listpackages)
-PERL   ?= /usr/bin/perl
-TMP     = $(CURDIR)/debian/$(PACKAGE)
-include /usr/share/quilt/quilt.make
-
 build: build-stamp
-build-stamp: $(QUILT_STAMPFN)
-	dh_testdir
-	$(PERL) Makefile.PL INSTALLDIRS=vendor
-	$(MAKE)
-	$(MAKE) test
+build-stamp:
+	dh build
 	touch $@
 
-clean: unpatch
-	dh_testdir
-	dh_testroot
-	dh_clean build-stamp install-stamp
-	[ ! -f Makefile ] || ( touch Makefile && $(MAKE) realclean )
+clean:
+	dh $@
 
 install: install-stamp
 install-stamp: build-stamp
-	dh_testdir
-	dh_testroot
-	dh_clean -k
-	$(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_installexamples examples/*
-	dh_installdocs
-	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