r17227 - in /trunk/libclass-dbi-sweet-perl/debian: ./ changelog compat control copyright rules watch

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Wed Mar 12 08:47:47 UTC 2008


Author: dmn
Date: Wed Mar 12 08:47:46 2008
New Revision: 17227

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

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

Added: trunk/libclass-dbi-sweet-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-dbi-sweet-perl/debian/changelog?rev=17227&op=file
==============================================================================
--- trunk/libclass-dbi-sweet-perl/debian/changelog (added)
+++ trunk/libclass-dbi-sweet-perl/debian/changelog Wed Mar 12 08:47:46 2008
@@ -1,0 +1,5 @@
+libclass-dbi-sweet-perl (0.09-1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- Damyan Ivanov <dmn at debian.org>  Tue, 11 Mar 2008 17:21:26 +0200

Added: trunk/libclass-dbi-sweet-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-dbi-sweet-perl/debian/compat?rev=17227&op=file
==============================================================================
--- trunk/libclass-dbi-sweet-perl/debian/compat (added)
+++ trunk/libclass-dbi-sweet-perl/debian/compat Wed Mar 12 08:47:46 2008
@@ -1,0 +1,1 @@
+5

Added: trunk/libclass-dbi-sweet-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-dbi-sweet-perl/debian/control?rev=17227&op=file
==============================================================================
--- trunk/libclass-dbi-sweet-perl/debian/control (added)
+++ trunk/libclass-dbi-sweet-perl/debian/control Wed Mar 12 08:47:46 2008
@@ -1,0 +1,21 @@
+Source: libclass-dbi-sweet-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 6), libmodule-build-perl
+Build-Depends-Indep: perl (>= 5.8.8-12), libdbi-perl, libclass-dbi-perl,
+ libdbd-sqlite3-perl, libdata-page-perl, libsql-abstract-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Damyan Ivanov <dmn at debian.org>
+Standards-Version: 3.7.3
+Homepage: http://search.cpan.org/dist/Class-DBI-Sweet/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libclass-dbi-sweet-perl/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-dbi-sweet-perl/
+
+Package: libclass-dbi-sweet-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}, libsql-abstract-perl (>= 1.17),
+ libdata-page-perl, libclass-dbi-perl (>= 3.0.12), libdbi-perl
+Description: sweeter Class::DBI
+ Class::DBI::Sweet provides convenient count, search, page, and
+ cache functions in a sweet package. It integrates these functions with
+ Class::DBI in a convenient and efficient way.

Added: trunk/libclass-dbi-sweet-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-dbi-sweet-perl/debian/copyright?rev=17227&op=file
==============================================================================
--- trunk/libclass-dbi-sweet-perl/debian/copyright (added)
+++ trunk/libclass-dbi-sweet-perl/debian/copyright Wed Mar 12 08:47:46 2008
@@ -1,0 +1,30 @@
+This is the debian package for the Class-DBI-Sweet module.
+It was created by Damyan Ivanov <dmn at debian.org> using dh-make-perl.
+
+It was downloaded from http://search.cpan.org/dist/Class-DBI-Sweet/
+
+From README:
+
+  MAINTAINERS
+    Fred Moyer <fred at redhotpenguin.com>
+
+  AUTHORS
+    Christian Hansen <ch at ngmedia.com>
+    Matt S Trout <mstrout at cpan.org>
+    Andy Grundman <andy at hybridized.org>
+
+  THANKS TO
+    Danijel Milicevic, Jesse Sheidlower, Marcus Ramberg, Sebastian Riedel,
+    Viljo Marrandi, Bill Moseley
+
+  LICENSE
+    This library is free software; you can redistribute it and/or modify it
+    under the same terms as Perl itself.
+
+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'.
+
+The Debian packaging is (C) 2008, Damyan Ivanov <dmn at debian.org> and
+is licensed under the same terms as the software itself (see above).

Added: trunk/libclass-dbi-sweet-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-dbi-sweet-perl/debian/rules?rev=17227&op=file
==============================================================================
--- trunk/libclass-dbi-sweet-perl/debian/rules (added)
+++ trunk/libclass-dbi-sweet-perl/debian/rules Wed Mar 12 08:47:46 2008
@@ -1,0 +1,76 @@
+#!/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.
+#
+# It was later modified by Jason Kohles <email at jasonkohles.com>
+# http://www.jasonkohles.com/ to support Module::Build installed modules
+
+# 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) Build.PL installdirs=vendor
+	$(PERL) Build
+	$(PERL) Build test
+
+	touch $@
+
+clean:
+	dh_testdir
+	dh_testroot
+
+	dh_clean build-stamp install-stamp
+
+	# Add commands to clean up after the build process here
+	[ ! -f Build ] || $(PERL) Build distclean
+
+install: install-stamp
+install-stamp: build-stamp
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+
+	# Add commands to install the package into $(TMP) here
+	$(PERL) Build install destdir=$(TMP) create_packlist=0
+
+	touch $@
+
+binary-arch:
+# We have nothing to do here for an architecture-independent package
+
+binary-indep: build install
+	dh_testdir
+	dh_testroot
+	dh_installdocs
+	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 install

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

Added: trunk/libclass-dbi-sweet-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-dbi-sweet-perl/debian/watch?rev=17227&op=file
==============================================================================
--- trunk/libclass-dbi-sweet-perl/debian/watch (added)
+++ trunk/libclass-dbi-sweet-perl/debian/watch Wed Mar 12 08:47:46 2008
@@ -1,0 +1,3 @@
+# format version number, currently 3; this line is compulsory!
+version=3
+http://search.cpan.org/dist/Class-DBI-Sweet/ .*/Class-DBI-Sweet-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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