r15159 - in /trunk/libpoe-component-client-http-perl/debian: changelog control patches/ patches/fix_WHATIS_entry.patch patches/series rules

eloy at users.alioth.debian.org eloy at users.alioth.debian.org
Tue Feb 19 09:52:17 UTC 2008


Author: eloy
Date: Tue Feb 19 09:52:16 2008
New Revision: 15159

URL: http://svn.debian.org/wsvn/?sc=1&rev=15159
Log:
fix lintian warning

Added:
    trunk/libpoe-component-client-http-perl/debian/patches/
    trunk/libpoe-component-client-http-perl/debian/patches/fix_WHATIS_entry.patch
    trunk/libpoe-component-client-http-perl/debian/patches/series
Modified:
    trunk/libpoe-component-client-http-perl/debian/changelog
    trunk/libpoe-component-client-http-perl/debian/control
    trunk/libpoe-component-client-http-perl/debian/rules

Modified: trunk/libpoe-component-client-http-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libpoe-component-client-http-perl/debian/changelog?rev=15159&op=diff
==============================================================================
--- trunk/libpoe-component-client-http-perl/debian/changelog (original)
+++ trunk/libpoe-component-client-http-perl/debian/changelog Tue Feb 19 09:52:16 2008
@@ -1,4 +1,4 @@
-libpoe-component-client-http-perl (0.82-1) UNRELEASED; urgency=low
+libpoe-component-client-http-perl (0.82-1) unstable; urgency=low
 
   [ Martín Ferrari ]
   * New upstream release, Closes: #329647.
@@ -20,6 +20,7 @@
   * debian/copyright:
    - fix copyright-lists-upstream-authors-with-dh_make-boilerplate lintian
      warning
+  * debian/rules, debian/control, debian/patches/: fix lintian warning
 
  -- Martín Ferrari <martin.ferrari at gmail.com>  Fri, 15 Feb 2008 00:37:39 -0200
 

Modified: trunk/libpoe-component-client-http-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libpoe-component-client-http-perl/debian/control?rev=15159&op=diff
==============================================================================
--- trunk/libpoe-component-client-http-perl/debian/control (original)
+++ trunk/libpoe-component-client-http-perl/debian/control Tue Feb 19 09:52:16 2008
@@ -1,7 +1,7 @@
 Source: libpoe-component-client-http-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 5), perl
+Build-Depends: debhelper (>= 5), perl, quilt
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Martín Ferrari <martin.ferrari at gmail.com>
 Standards-Version: 3.7.3

Added: trunk/libpoe-component-client-http-perl/debian/patches/fix_WHATIS_entry.patch
URL: http://svn.debian.org/wsvn/trunk/libpoe-component-client-http-perl/debian/patches/fix_WHATIS_entry.patch?rev=15159&op=file
==============================================================================
--- trunk/libpoe-component-client-http-perl/debian/patches/fix_WHATIS_entry.patch (added)
+++ trunk/libpoe-component-client-http-perl/debian/patches/fix_WHATIS_entry.patch Tue Feb 19 09:52:16 2008
@@ -1,0 +1,19 @@
+Index: libpoe-component-client-http-perl/lib/POE/Component/Client/HTTP/RequestFactory.pm
+===================================================================
+--- libpoe-component-client-http-perl.orig/lib/POE/Component/Client/HTTP/RequestFactory.pm	2008-02-14 16:44:06.000000000 +0100
++++ libpoe-component-client-http-perl/lib/POE/Component/Client/HTTP/RequestFactory.pm	2008-02-14 16:47:57.000000000 +0100
+@@ -23,6 +23,14 @@
+ 
+ our $VERSION = "0.01";
+ 
++=head1 NAME
++
++POE::Component::Client::HTTP::RequestFactory - an HTTP request factory object
++
++=head1 SYNOPSIS
++
++  # Used internally by POE::Component::Client::HTTP
++
+ =head1 CONSTRUCTOR
+ 
+ =head2 new

Added: trunk/libpoe-component-client-http-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/trunk/libpoe-component-client-http-perl/debian/patches/series?rev=15159&op=file
==============================================================================
--- trunk/libpoe-component-client-http-perl/debian/patches/series (added)
+++ trunk/libpoe-component-client-http-perl/debian/patches/series Tue Feb 19 09:52:16 2008
@@ -1,0 +1,1 @@
+fix_WHATIS_entry.patch

Modified: trunk/libpoe-component-client-http-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libpoe-component-client-http-perl/debian/rules?rev=15159&op=diff
==============================================================================
--- trunk/libpoe-component-client-http-perl/debian/rules (original)
+++ trunk/libpoe-component-client-http-perl/debian/rules Tue Feb 19 09:52:16 2008
@@ -10,9 +10,10 @@
 PACKAGE = $(shell dh_listpackages)
 PERL   ?= /usr/bin/perl
 TMP     = $(CURDIR)/debian/$(PACKAGE)
+include /usr/share/quilt/quilt.make
 
 build: build-stamp
-build-stamp:
+build-stamp: $(QUILT_STAMPFN)
 	dh_testdir
 	$(PERL) Makefile.PL INSTALLDIRS=vendor
 	$(MAKE)




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