r13589 - in /trunk/libclass-dbi-mysql-perl/debian: ./ changelog compat control copyright rules

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Sat Jan 26 08:13:29 UTC 2008


Author: dmn
Date: Sat Jan 26 08:13:29 2008
New Revision: 13589

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

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

Added: trunk/libclass-dbi-mysql-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libclass-dbi-mysql-perl/debian/changelog?rev=13589&op=file
==============================================================================
--- trunk/libclass-dbi-mysql-perl/debian/changelog (added)
+++ trunk/libclass-dbi-mysql-perl/debian/changelog Sat Jan 26 08:13:29 2008
@@ -1,0 +1,14 @@
+libclass-dbi-mysql-perl (1.00-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fixed bashism in debian/rules. (Use of &>/dev/null instead of >/dev/null
+    2>&1). 0-day NMU rules apply since it's part of a release goal.
+    Closes: #459100.
+
+ -- Lucas Nussbaum <lucas at lucas-nussbaum.net>  Sun, 20 Jan 2008 14:17:00 +0100
+
+libclass-dbi-mysql-perl (1.00-1) unstable; urgency=low
+
+  * Initial release - closes: #321938
+
+ -- Ben Hutchings <ben at decadentplace.org.uk>  Sun, 01 Jan 2006 18:21:35 +0000

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

Added: trunk/libclass-dbi-mysql-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libclass-dbi-mysql-perl/debian/control?rev=13589&op=file
==============================================================================
--- trunk/libclass-dbi-mysql-perl/debian/control (added)
+++ trunk/libclass-dbi-mysql-perl/debian/control Sat Jan 26 08:13:29 2008
@@ -1,0 +1,16 @@
+Source: libclass-dbi-mysql-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.94), libdbd-mysql-perl, libtest-pod-perl (>= 1.00), libtest-pod-coverage-perl (>= 1.00), libtime-piece-mysql-perl, mysql-client
+Standards-Version: 3.6.2
+
+Package: libclass-dbi-mysql-perl
+Architecture: all
+Depends: ${perl:Depends}, libclass-dbi-perl (>= 0.94), libdbd-mysql-perl
+Recommends: libtime-piece-mysql-perl
+Description: Class::DBI::mysql - Extensions to Class::DBI for MySQL
+ This is an extension to Class::DBI, containing several functions and
+ optimisations for the MySQL database.
+ .
+ Homepage: http://search.cpan.org/~tmtm/Class-DBI-mysql/

Added: trunk/libclass-dbi-mysql-perl/debian/copyright
URL: http://svn.debian.org/wsvn/trunk/libclass-dbi-mysql-perl/debian/copyright?rev=13589&op=file
==============================================================================
--- trunk/libclass-dbi-mysql-perl/debian/copyright (added)
+++ trunk/libclass-dbi-mysql-perl/debian/copyright Sat Jan 26 08:13:29 2008
@@ -1,0 +1,17 @@
+This is the Debian-packaged version of Class::DBI::mysql put together
+by Ben Hutchings <ben at decadentplace.org.uk> using source from:
+
+  http://search.cpan.org/~tmtm/Class-DBI-mysql/
+
+Copyright 2001-2005 Tony Bowden.
+
+This program is free software; you can redistribute it and/or modify it under
+the terms of the GNU General Public License; either version 2 of the License,
+or (at your option) any later version.
+
+This program is distributed in the hope that it will be useful, but WITHOUT
+ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+FOR A PARTICULAR PURPOSE.
+
+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/libclass-dbi-mysql-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libclass-dbi-mysql-perl/debian/rules?rev=13589&op=file
==============================================================================
--- trunk/libclass-dbi-mysql-perl/debian/rules (added)
+++ trunk/libclass-dbi-mysql-perl/debian/rules Sat Jan 26 08:13:29 2008
@@ -1,0 +1,31 @@
+#!/usr/bin/make -f
+
+build : build-stamp
+
+build-stamp : Makefile.PL
+	perl Makefile.PL INSTALLDIRS=vendor
+	$(MAKE)
+	@# Only run the unit tests if we have access to a local test database
+	if mysql -h localhost test </dev/null >/dev/null 2>&1; then $(MAKE) test; fi
+	touch build-stamp
+
+binary : binary-arch binary-indep
+
+binary-arch :
+
+binary-indep : build-stamp
+	dh_testroot
+	$(MAKE) PREFIX=$(CURDIR)/debian/libclass-dbi-mysql-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-mysql-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *




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