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

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Sat Jan 26 08:09:37 UTC 2008


Author: dmn
Date: Sat Jan 26 08:09:37 2008
New Revision: 13577

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

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

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

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

Added: trunk/libclass-dbi-plugin-abstractcount-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libclass-dbi-plugin-abstractcount-perl/debian/control?rev=13577&op=file
==============================================================================
--- trunk/libclass-dbi-plugin-abstractcount-perl/debian/control (added)
+++ trunk/libclass-dbi-plugin-abstractcount-perl/debian/control Sat Jan 26 08:09:37 2008
@@ -1,0 +1,17 @@
+Source: libclass-dbi-plugin-abstractcount-perl
+Maintainer: Ben Hutchings <ben at decadentplace.org.uk>
+Section: perl
+Priority: extra
+Build-Depends-Indep: debhelper (>= 4), perl (>= 5.6.0-16), libclass-dbi-perl (>= 0.95), libclass-dbi-plugin-perl (>= 0.02), libsql-abstract-perl (>= 1.10), libtest-pod-perl, libtest-pod-coverage-perl
+Standards-Version: 3.6.2
+
+Package: libclass-dbi-plugin-abstractcount-perl
+Architecture: all
+Depends: ${perl:Depends}, libclass-dbi-perl (>= 0.95), libclass-dbi-plugin-perl (>= 0.02), libsql-abstract-perl (>= 1.10)
+Description: Class::DBI::Plugin::AbstractCount - get COUNT(*) results with abstract SQL
+ This Class::DBI plugin combines the functionality from
+ Class::DBI::Plugin::CountSearch (counting objects without having to
+ use an array or an iterator), and Class::DBI::AbstractSearch, which
+ allows complex where-clauses a la SQL::Abstract.
+ .
+ Homepage: http://search.cpan.org/~jczeus/Class-DBI-Plugin-AbstractCount/

Added: trunk/libclass-dbi-plugin-abstractcount-perl/debian/copyright
URL: http://svn.debian.org/wsvn/trunk/libclass-dbi-plugin-abstractcount-perl/debian/copyright?rev=13577&op=file
==============================================================================
--- trunk/libclass-dbi-plugin-abstractcount-perl/debian/copyright (added)
+++ trunk/libclass-dbi-plugin-abstractcount-perl/debian/copyright Sat Jan 26 08:09:37 2008
@@ -1,0 +1,23 @@
+This is the Debian-packaged version of
+Class::DBI::Plugin::AbstractCount put together by Ben Hutchings
+<ben at decadentplace.org.uk> using source from:
+
+  http://search.cpan.org/~jczeus/Class-DBI-Plugin-AbstractCount/
+
+Copyright 2004 Jean-Christophe Zeus <mail at jczeus.com>.
+
+This library is free software; you can redistribute it and/or modify
+it 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-abstractcount-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libclass-dbi-plugin-abstractcount-perl/debian/rules?rev=13577&op=file
==============================================================================
--- trunk/libclass-dbi-plugin-abstractcount-perl/debian/rules (added)
+++ trunk/libclass-dbi-plugin-abstractcount-perl/debian/rules Sat Jan 26 08:09:37 2008
@@ -1,0 +1,29 @@
+#!/usr/bin/make -f
+
+build : build-stamp
+
+build-stamp : Makefile.PL
+	perl Makefile.PL INSTALLDIRS=vendor
+	$(MAKE) test
+	touch build-stamp
+
+binary : binary-arch binary-indep
+
+binary-arch :
+
+binary-indep : build-stamp
+	dh_testroot
+	$(MAKE) PREFIX=$(CURDIR)/debian/libclass-dbi-plugin-abstractcount-perl/usr install
+	dh_perl
+	dh_installchangelogs Changes
+	dh_installdocs README
+	dh_compress
+	dh_fixperms
+	dh_gencontrol
+	dh_builddeb
+
+clean : 
+	if [ -f Makefile ]; then $(MAKE) clean; fi
+	dh_clean Makefile Makefile.old build-stamp
+
+.PHONY : build binary binary-arch binary-dep clean

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




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