r55900 - in /trunk/libpoe-component-dbiagent-perl/debian: changelog compat control copyright libpoe-component-dbiagent-perl.docs rules source/ source/format

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sat Apr 10 19:32:34 UTC 2010


Author: gregoa
Date: Sat Apr 10 19:31:59 2010
New Revision: 55900

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=55900
Log:
* Convert to source format 3.0 (quilt).
* Switch to debhelper 7.
* Add /me to Uploaders.
* debian/control: clean up B-D, B-D-I and Depends.
* debian/copyright: update format to DEP5.
* Add a patch to fix a spelling mistake.

Added:
    trunk/libpoe-component-dbiagent-perl/debian/libpoe-component-dbiagent-perl.docs
    trunk/libpoe-component-dbiagent-perl/debian/source/
    trunk/libpoe-component-dbiagent-perl/debian/source/format
Modified:
    trunk/libpoe-component-dbiagent-perl/debian/changelog
    trunk/libpoe-component-dbiagent-perl/debian/compat
    trunk/libpoe-component-dbiagent-perl/debian/control
    trunk/libpoe-component-dbiagent-perl/debian/copyright
    trunk/libpoe-component-dbiagent-perl/debian/rules

Modified: trunk/libpoe-component-dbiagent-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-dbiagent-perl/debian/changelog?rev=55900&op=diff
==============================================================================
--- trunk/libpoe-component-dbiagent-perl/debian/changelog (original)
+++ trunk/libpoe-component-dbiagent-perl/debian/changelog Sat Apr 10 19:31:59 2010
@@ -1,6 +1,12 @@
 libpoe-component-dbiagent-perl (0.26-2) UNRELEASED; urgency=low
 
   * debian/watch: update to ignore development releases.
+  * Convert to source format 3.0 (quilt).
+  * Switch to debhelper 7.
+  * Add /me to Uploaders.
+  * debian/control: clean up B-D, B-D-I and Depends.
+  * debian/copyright: update format to DEP5.
+  * Add a patch to fix a spelling mistake.
 
  -- gregor herrmann <gregoa at debian.org>  Sun, 20 Dec 2009 15:40:44 +0100
 

Modified: trunk/libpoe-component-dbiagent-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-dbiagent-perl/debian/compat?rev=55900&op=diff
==============================================================================
--- trunk/libpoe-component-dbiagent-perl/debian/compat (original)
+++ trunk/libpoe-component-dbiagent-perl/debian/compat Sat Apr 10 19:31:59 2010
@@ -1,1 +1,1 @@
-5
+7

Modified: trunk/libpoe-component-dbiagent-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-dbiagent-perl/debian/control?rev=55900&op=diff
==============================================================================
--- trunk/libpoe-component-dbiagent-perl/debian/control (original)
+++ trunk/libpoe-component-dbiagent-perl/debian/control Sat Apr 10 19:31:59 2010
@@ -1,24 +1,25 @@
 Source: libpoe-component-dbiagent-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 5.0.0), libclass-methodmaker-perl, libpoe-perl, libdbi-perl
-Build-Depends-Indep: perl (>= 5.8.8)
-Depends: libclass-methodmaker-perl, libpoe-perl
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: libclass-methodmaker-perl, libdbi-perl,
+ libpoe-perl, perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Benoit Mortier <benoit.mortier at opensides.be>
-Standards-Version: 3.8.3
+Uploaders: Benoit Mortier <benoit.mortier at opensides.be>,
+ gregor herrmann <gregoa at debian.org>
+Standards-Version: 3.8.4
 Homepage: http://search.cpan.org/dist/POE-Component-DBIAgent/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libpoe-component-dbiagent-perl
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libpoe-component-dbiagent-perl
-Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libpoe-component-dbiagent-perl
 
 Package: libpoe-component-dbiagent-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, 
-Description:  POE Component for running asynchronous DBI calls
- DBIAgent is your answer to non-blocking DBI in POE.
+Depends: ${misc:Depends}, ${perl:Depends}, libclass-methodmaker-perl,
+ libdbi-perl, libpoe-perl
+Description: POE Component for running asynchronous DBI calls
+ POE::Component::DBIAgent is your answer to non-blocking DBI in POE.
  .
  It fires off a configurable number child processes (defaults to 3) and
  feeds database queries to it via two-way pipe (or sockets ... however
  POE::Component::Wheel::Run is able to manage it).  The primary method
  is query.
- .

Modified: trunk/libpoe-component-dbiagent-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-dbiagent-perl/debian/copyright?rev=55900&op=diff
==============================================================================
--- trunk/libpoe-component-dbiagent-perl/debian/copyright (original)
+++ trunk/libpoe-component-dbiagent-perl/debian/copyright Sat Apr 10 19:31:59 2010
@@ -1,37 +1,29 @@
-This is the debian package for the POE-Component-DBIAgent module.
-It was created by Cajus Pollmeier <cajus at debian.org>.
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Rob Bloodgood <robb at empire2.com>
+Source: http://search.cpan.org/dist/POE-Component-DBIAgent/
+Name: POE-Component-DBIAgent
 
-It was downloaded from http://search.cpan.org/dist/POE-Component-DBIAgent/
+Files: *
+Copyright: 2006, Rob Bloodgood <robb at empire2.com>
+License: Artistic or GPL-1+
 
-The upstream author is:
+Files: debian/*
+Copyright: 2009, 2010, gregor herrmann <gregoa at debian.org>
+ 2009, Cajus Pollmeier <cajus at debian.org>
+License: Artistic or GPL-1+
 
-<robb at empire2.com>
+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'
 
-This module has been fine-tuned and packaged by Rob Bloodgood
-<robb at empire2.com>.  However, most of the queuing code
-originated with Fletch <fletch at phydeaux.org>, either directly
-or via his ideas.  Thank you for making this module a reality, Fletch!
-
-However, I own all of the bugs.
-
-Copyright:
-
-    Copyright (C) 2006 Rob Bloodgood
-
-License:
-
-    This library is free software; you can redistribute it and/or
-    modify it under the same terms as Perl itself, either Perl version
-    5.8.1 or, at your option, any later version of Perl 5 you may have
-    available.
-
-Perl is distributed under either the Artistic Licence or the GPL.
-
-The full text of the GPL is available on Debian systems in
-/usr/share/common-licenses/GPL
-
-
-The full text of the Artistic Licence is available on Debian systems 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-dbiagent-perl/debian/libpoe-component-dbiagent-perl.docs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-dbiagent-perl/debian/libpoe-component-dbiagent-perl.docs?rev=55900&op=file
==============================================================================
--- trunk/libpoe-component-dbiagent-perl/debian/libpoe-component-dbiagent-perl.docs (added)
+++ trunk/libpoe-component-dbiagent-perl/debian/libpoe-component-dbiagent-perl.docs Sat Apr 10 19:31:59 2010
@@ -1,0 +1,1 @@
+README

Modified: trunk/libpoe-component-dbiagent-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-dbiagent-perl/debian/rules?rev=55900&op=diff
==============================================================================
--- trunk/libpoe-component-dbiagent-perl/debian/rules (original)
+++ trunk/libpoe-component-dbiagent-perl/debian/rules Sat Apr 10 19:31:59 2010
@@ -1,76 +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.
 
-# 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)
-
-ifndef PERL
-PERL = /usr/bin/perl
-endif
-
-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
-
-	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
-
-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
-
-	touch $@
-
-binary-arch:
-# We have nothing to do here for an architecture-independent package
-
-binary-indep: build install
-	dh_testdir
-	dh_testroot
-	dh_installexamples
-	dh_installdocs README
-	dh_installchangelogs Changes
-	dh_perl
-	dh_compress
-	dh_fixperms
-	dh_installdeb
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
-
-source diff:
-	@echo >&2 'source and diff are obsolete - use dpkg-source -b'; false
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary
+%:
+	dh $@

Added: trunk/libpoe-component-dbiagent-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-dbiagent-perl/debian/source/format?rev=55900&op=file
==============================================================================
--- trunk/libpoe-component-dbiagent-perl/debian/source/format (added)
+++ trunk/libpoe-component-dbiagent-perl/debian/source/format Sat Apr 10 19:31:59 2010
@@ -1,0 +1,1 @@
+3.0 (quilt)




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