r13583 - in /trunk/libclass-dbi-plugin-pager-perl/debian: ./ changelog compat control copyright rules

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Sat Jan 26 08:11:43 UTC 2008


Author: dmn
Date: Sat Jan 26 08:11:42 2008
New Revision: 13583

URL: http://svn.debian.org/wsvn/?sc=1&rev=13583
Log:
[svn-inject] Applying Debian modifications to trunk

Added:
    trunk/libclass-dbi-plugin-pager-perl/debian/
    trunk/libclass-dbi-plugin-pager-perl/debian/changelog
    trunk/libclass-dbi-plugin-pager-perl/debian/compat
    trunk/libclass-dbi-plugin-pager-perl/debian/control
    trunk/libclass-dbi-plugin-pager-perl/debian/copyright
    trunk/libclass-dbi-plugin-pager-perl/debian/rules   (with props)

Added: trunk/libclass-dbi-plugin-pager-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libclass-dbi-plugin-pager-perl/debian/changelog?rev=13583&op=file
==============================================================================
--- trunk/libclass-dbi-plugin-pager-perl/debian/changelog (added)
+++ trunk/libclass-dbi-plugin-pager-perl/debian/changelog Sat Jan 26 08:11:42 2008
@@ -1,0 +1,5 @@
+libclass-dbi-plugin-pager-perl (0.561-1) unstable; urgency=low
+
+  * Initial release - closes: #345453
+
+ -- Ben Hutchings <ben at decadentplace.org.uk>  Sat, 31 Dec 2005 22:45:23 +0000

Added: trunk/libclass-dbi-plugin-pager-perl/debian/compat
URL: http://svn.debian.org/wsvn/trunk/libclass-dbi-plugin-pager-perl/debian/compat?rev=13583&op=file
==============================================================================
--- trunk/libclass-dbi-plugin-pager-perl/debian/compat (added)
+++ trunk/libclass-dbi-plugin-pager-perl/debian/compat Sat Jan 26 08:11:42 2008
@@ -1,0 +1,1 @@
+4

Added: trunk/libclass-dbi-plugin-pager-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libclass-dbi-plugin-pager-perl/debian/control?rev=13583&op=file
==============================================================================
--- trunk/libclass-dbi-plugin-pager-perl/debian/control (added)
+++ trunk/libclass-dbi-plugin-pager-perl/debian/control Sat Jan 26 08:11:42 2008
@@ -1,0 +1,16 @@
+Source: libclass-dbi-plugin-pager-perl
+Maintainer: Ben Hutchings <ben at decadentplace.org.uk>
+Section: perl
+Priority: extra
+Build-Depends-Indep: debhelper (>= 4), perl (>= 5.6.0-16), libclass-data-inheritable-perl, libclass-dbi-perl (>= 0.90), libclass-dbi-plugin-abstractcount-perl, libdata-page-perl (>= 2), libmodule-build-perl, libsql-abstract-perl, libtest-exception-perl, libtest-pod-perl, libtest-pod-coverage-perl, libtest-warn-perl, libuniversal-exports-perl
+Standards-Version: 3.6.2
+
+Package: libclass-dbi-plugin-pager-perl
+Architecture: all
+Depends: ${perl:Depends}, libclass-data-inheritable-perl, libclass-dbi-perl (>= 0.90), libclass-dbi-plugin-abstractcount-perl, libdata-page-perl (>= 2), libsql-abstract-perl, libuniversal-exports-perl
+Description: Class::DBI::Plugin::Pager - paged queries for CDBI
+ Adds a pager method to your class that can query using SQL::Abstract
+ where clauses, and limit the number of rows returned to a specific
+ subset.
+ .
+ Homepage: http://search.cpan.org/~davebaird/Class-DBI-Plugin-Pager/

Added: trunk/libclass-dbi-plugin-pager-perl/debian/copyright
URL: http://svn.debian.org/wsvn/trunk/libclass-dbi-plugin-pager-perl/debian/copyright?rev=13583&op=file
==============================================================================
--- trunk/libclass-dbi-plugin-pager-perl/debian/copyright (added)
+++ trunk/libclass-dbi-plugin-pager-perl/debian/copyright Sat Jan 26 08:11:42 2008
@@ -1,0 +1,22 @@
+This is the Debian-packaged version of Class::DBI::Plugin::Pager put
+together by Ben Hutchings <ben at decadentplace.org.uk> using source
+from:
+
+  http://search.cpan.org/~davebaird/Class-DBI-Plugin-Pager/
+
+Copyright 2004 David Baird <cpan at riverside-cms.co.uk>.
+
+You may distribute this code under the same terms as Perl itself:
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of either:
+
+    a) the GNU General Public License as published by the Free Software
+       Foundation; either version 1, or (at your option) any later
+       version, or
+
+    b) the "Artistic License" which comes with Perl.
+
+On Debian 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'.

Added: trunk/libclass-dbi-plugin-pager-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libclass-dbi-plugin-pager-perl/debian/rules?rev=13583&op=file
==============================================================================
--- trunk/libclass-dbi-plugin-pager-perl/debian/rules (added)
+++ trunk/libclass-dbi-plugin-pager-perl/debian/rules Sat Jan 26 08:11:42 2008
@@ -1,0 +1,29 @@
+#!/usr/bin/make -f
+
+build : build-stamp
+
+build-stamp : Build.PL
+	perl Build.PL destdir=$(CURDIR)/debian/libclass-dbi-plugin-pager-perl installdirs=vendor
+	./Build test
+	touch build-stamp
+
+binary : binary-arch binary-indep
+
+binary-arch :
+
+binary-indep : build-stamp
+	dh_testroot
+	./Build install
+	dh_perl
+	dh_installchangelogs Changes
+	dh_installdocs README
+	dh_compress
+	dh_fixperms
+	dh_gencontrol
+	dh_builddeb
+
+clean : 
+	if [ -f Build ]; then ./Build realclean; fi
+	dh_clean build-stamp
+
+.PHONY : build binary binary-arch binary-dep clean

Propchange: trunk/libclass-dbi-plugin-pager-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *




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