r74548 - in /trunk/libdbix-abstract-perl: debian/ debian/changelog debian/control debian/copyright debian/patches/ debian/patches/01_fix-manpage debian/patches/series debian/rules debian/watch t/dbia.config

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Mon May 16 19:27:52 UTC 2011


Author: gregoa
Date: Mon May 16 19:27:25 2011
New Revision: 74548

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

Added:
    trunk/libdbix-abstract-perl/debian/
    trunk/libdbix-abstract-perl/debian/changelog
    trunk/libdbix-abstract-perl/debian/control
    trunk/libdbix-abstract-perl/debian/copyright
    trunk/libdbix-abstract-perl/debian/patches/
    trunk/libdbix-abstract-perl/debian/patches/01_fix-manpage
    trunk/libdbix-abstract-perl/debian/patches/series
    trunk/libdbix-abstract-perl/debian/rules   (with props)
    trunk/libdbix-abstract-perl/debian/watch
Modified:
    trunk/libdbix-abstract-perl/t/dbia.config

Added: trunk/libdbix-abstract-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbix-abstract-perl/debian/changelog?rev=74548&op=file
==============================================================================
--- trunk/libdbix-abstract-perl/debian/changelog (added)
+++ trunk/libdbix-abstract-perl/debian/changelog Mon May 16 19:27:25 2011
@@ -1,0 +1,66 @@
+libdbix-abstract-perl (1.006-2) unstable; urgency=low
+
+  * Confirm HE's NMU, thanks (wording dictated by lintian :))
+  * Update watch file.
+  * Updated to Standards-Version 3.7.3, no changes required.
+  * Don't ignore clean errors anymore.
+  * Rephrased copyright file a bit, and also added copyright informations to
+    debian/rules script.
+  * Add Homepage source control field.
+  * Add patch fix-manpage (and quilt build dependency) to fix the manpage
+    lintian message.
+
+ -- Gerfried Fuchs <rhonda at debian.at>  Tue, 03 Jun 2008 12:58:57 +0200
+
+libdbix-abstract-perl (1.006-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/rules: Don't fail when perl is smart enough not to create
+    empty dirs. (Closes: 467831)
+
+ -- Marc 'HE' Brockschmidt <he at debian.org>  Sun, 06 Apr 2008 12:22:28 +0200
+
+libdbix-abstract-perl (1.006-1) unstable; urgency=low
+
+  * New upstream release, requires Test::Simple which is part of the core
+    modules since perl 5.8.0 it seems, so bumped the Depends.
+
+ -- Gerfried Fuchs <alfie at debian.org>  Mon, 30 May 2005 19:21:36 +0200
+
+libdbix-abstract-perl (1.005-3) unstable; urgency=low
+
+  * Corrected section to perl (like overrides file has already).
+
+ -- Gerfried Fuchs <alfie at debian.org>  Thu, 12 Aug 2004 19:26:21 +0200
+
+libdbix-abstract-perl (1.005-2) unstable; urgency=low
+
+  * Fixed FTBFS bug (closes: #264680)
+  * Bumped standards version to 3.6.1 -- no changes needed.
+
+ -- Gerfried Fuchs <alfie at debian.org>  Thu, 12 Aug 2004 13:07:46 +0200
+
+libdbix-abstract-perl (1.005-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Gerfried Fuchs <alfie at debian.org>  Tue, 18 Mar 2003 08:37:41 +0100
+
+libdbix-abstract-perl (1.004-1) unstable; urgency=low
+
+  * New upstream release.
+  * debian/rules:
+    - Need to add some chmod/chown handling.
+  * debian/control:
+    - updated to policy 3.5.9
+
+ -- Gerfried Fuchs <alfie at debian.org>  Mon, 17 Mar 2003 10:28:20 +0100
+
+libdbix-abstract-perl (1.003-1) unstable; urgency=low
+
+  * Initial Release (closes: #171419)
+  * Clearified the copyright information with a direct pointer to the GPL and
+    Artistic License (thanks to elmo for the hint).
+
+ -- Gerfried Fuchs <alfie at debian.org>  Mon, 09 Dec 2002 10:09:26 +0100
+

Added: trunk/libdbix-abstract-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbix-abstract-perl/debian/control?rev=74548&op=file
==============================================================================
--- trunk/libdbix-abstract-perl/debian/control (added)
+++ trunk/libdbix-abstract-perl/debian/control Mon May 16 19:27:25 2011
@@ -1,0 +1,29 @@
+Source: libdbix-abstract-perl
+Section: perl
+Priority: optional
+Build-Depends: quilt
+Build-Depends-Indep: perl (>= 5.8.0-7)
+Maintainer: Gerfried Fuchs <rhonda at debian.at>
+Standards-Version: 3.7.3
+Homepage: http://search.cpan.org/dist/DBIx-Abstract/
+
+Package: libdbix-abstract-perl
+Architecture: all
+Depends: perl (>= 5.8.0), libdbi-perl
+Description: DBI SQL abstraction
+ This module provides methods for retrieving and storing data in SQL
+ databases.  It provides methods for all of the more important SQL
+ commands (like SELECT, INSERT, REPLACE, UPDATE, DELETE).
+ .
+ It endeavors to produce an interface that will be intuitive to those
+ already familiar with SQL.
+ .
+ Notable features include:
+  * data_source generation for some DBD drivers.
+  * Can check to make sure the connection is not stale and reconnect if
+    it is.
+  * Controls statement handles for you.
+  * Can delay writes.
+  * Generates complex where clauses from hashes and arrays.
+  * Shortcuts (convenience functions) for some common cases. (Like
+    select_all_to_hashref.)

Added: trunk/libdbix-abstract-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbix-abstract-perl/debian/copyright?rev=74548&op=file
==============================================================================
--- trunk/libdbix-abstract-perl/debian/copyright (added)
+++ trunk/libdbix-abstract-perl/debian/copyright Mon May 16 19:27:25 2011
@@ -1,0 +1,24 @@
+This is the debian package for the DBIx::Abstract module.
+It was created by Gerfried Fuchs <rhonda at debian.at> using dh-make-perl.
+
+The package was downloaded from http://search.cpan.org/dist/DBIx-Abstract/
+
+The upstream author is: Andrew Turner <turnera at cpan.org>
+
+Copyright:
+
+    Portions copyright 2001-2002 by Andrew Turner
+    Portions copyright 2000-2001 by Adelphia Business Solutions
+    Copyright 1998-2000 by the Maine Internetworks (MINT)
+    
+    This program is free software; you can redistribute it and/or modify it
+    under the same terms as Perl itself.  That is, under the GNU GPL or the
+    Artistic License, upon your choice.
+
+On Debian GNU/Linux systems, the complete text of the GNU General
+Public License version 2 can be found in `/usr/share/common-licenses/GPL-2',
+newer versions can be found in the same directory. The Artistic Licence
+is stored in `/usr/share/common-licenses/Artistic'.
+
+The Debian packaging is (C) 2002++, Gerfried Fuchs <rhonda at debian.at> and
+is licensed under the same terms as the software itself (see above).

Added: trunk/libdbix-abstract-perl/debian/patches/01_fix-manpage
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbix-abstract-perl/debian/patches/01_fix-manpage?rev=74548&op=file
==============================================================================
--- trunk/libdbix-abstract-perl/debian/patches/01_fix-manpage (added)
+++ trunk/libdbix-abstract-perl/debian/patches/01_fix-manpage Mon May 16 19:27:25 2011
@@ -1,0 +1,13 @@
+Index: libdbix-abstract-perl-1.006/Abstract.pm
+===================================================================
+--- libdbix-abstract-perl-1.006.orig/Abstract.pm
++++ libdbix-abstract-perl-1.006/Abstract.pm
+@@ -1265,7 +1265,7 @@ C<select>
+ 
+ ($fields,[$table,[$where[,$order]]])
+ 
+-({fields=>$fields,table=>$table[,where=>$where][,order=>$order][,join=>$join][,group=>$group]})
++({ fields=>$fields, table=>$table [,where=>$where] [,order=>$order] [,join=>$join] [,group=>$group] })
+ 
+ The select method returns the DBIx::Abstract object it was invoked with. 
+ This allows you to chain commands.

Added: trunk/libdbix-abstract-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbix-abstract-perl/debian/patches/series?rev=74548&op=file
==============================================================================
--- trunk/libdbix-abstract-perl/debian/patches/series (added)
+++ trunk/libdbix-abstract-perl/debian/patches/series Mon May 16 19:27:25 2011
@@ -1,0 +1,1 @@
+01_fix-manpage

Added: trunk/libdbix-abstract-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbix-abstract-perl/debian/rules?rev=74548&op=file
==============================================================================
--- trunk/libdbix-abstract-perl/debian/rules (added)
+++ trunk/libdbix-abstract-perl/debian/rules Mon May 16 19:27:25 2011
@@ -1,0 +1,100 @@
+#!/usr/bin/make -f
+# rules file for libdbix-abstract-perl
+# copyright 2002++ by Gerfried Fuchs <rhonda at debian.at>
+# Licenced the same way as libdbix-abstract-perl itself
+
+PACKAGE = libdbix-abstract-perl
+TMP = $(CURDIR)/debian/$(PACKAGE)
+
+ifndef PERL
+PERL = /usr/bin/perl
+endif
+
+OPTIMIZE = -g -Wall
+INSTALL = install
+INSTALL_FILE    = $(INSTALL) -p    -oroot -groot -m644
+INSTALL_PROGRAM = $(INSTALL) -p    -oroot -groot -m755
+INSTALL_SCRIPT  = $(INSTALL) -p    -oroot -groot -m755
+INSTALL_DIR     = $(INSTALL) -p -d -oroot -groot -m755
+ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
+	OPTIMIZE += -O0
+else
+	OPTIMIZE += -O2
+endif
+ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
+	INSTALL_PROGRAM += -s
+endif
+
+
+include /usr/share/quilt/quilt.make
+
+
+clean: unpatch
+	$(checkdir)
+	$(checkroot)
+	rm -rf build-stamp $(TMP) debian/files debian/substvars
+	[ ! -f Makefile ] || $(MAKE) realclean
+
+
+build: build-stamp
+build-stamp: patch
+	$(checkdir)
+	$(PERL) Makefile.PL INSTALLDIRS=vendor
+	$(MAKE) OPTIMIZE="$(OPTIMIZE)"
+	touch build-stamp
+
+
+install: 
+	$(checkdir)
+	$(checkroot)
+	rm -rf $(TMP) debian/substvars
+	$(INSTALL_DIR) $(TMP)/usr/share/doc/$(PACKAGE)
+	$(MAKE) install PREFIX=$(TMP)/usr
+	chmod u+w $(TMP)/usr/share/perl5/DBIx/Abstract.pm \
+		$(TMP)/usr/share/man/man3/DBIx::Abstract.3pm
+	[ ! -d $(TMP)/usr/lib/perl5 ] || rmdir --ignore-fail-on-non-empty --parents --verbose $(TMP)/usr/lib/perl5
+	$(INSTALL_FILE) Changes \
+		$(TMP)/usr/share/doc/$(PACKAGE)/changelog
+	$(INSTALL_FILE) THANKS TODO \
+		$(TMP)/usr/share/doc/$(PACKAGE)
+	gzip -9 $(TMP)/usr/share/doc/$(PACKAGE)/changelog \
+		$(TMP)/usr/share/man/man3/DBIx::Abstract.3pm
+	find debian/$(PACKAGE) -print0 2>/dev/null | xargs -0r \
+		chown --no-dereference 0.0
+	find debian/$(PACKAGE) ! -type l -print0 2>/dev/null | xargs -0r \
+		chmod go=rX,u+rw,a-s
+
+
+# Build architecture-independent files here.
+binary-indep: build install
+	$(checkdir)
+	$(checkroot)
+	$(INSTALL_DIR) $(TMP)/DEBIAN
+	$(INSTALL_FILE) debian/copyright \
+		$(TMP)/usr/share/doc/$(PACKAGE)
+	$(INSTALL_FILE) debian/changelog \
+		$(TMP)/usr/share/doc/$(PACKAGE)/changelog.Debian
+	gzip -9 $(TMP)/usr/share/doc/$(PACKAGE)/changelog.Debian
+	dpkg-gencontrol -ldebian/changelog -isp -Tdebian/substvars \
+		-p$(PACKAGE) -Pdebian/$(PACKAGE)
+	cd debian/$(PACKAGE) && find * -type f ! -regex '^DEBIAN/.*' \
+		-print0 | xargs -r0 md5sum > DEBIAN/md5sums
+	dpkg --build debian/$(PACKAGE) ..
+
+
+# Build architecture-dependent files here.
+binary-arch: build install
+# We have nothing to do by default.
+
+
+binary: binary-indep binary-arch
+
+define checkdir
+	test -f debian/rules
+endef
+
+define checkroot
+	test root = "`whoami`"
+endef
+
+.PHONY: clean build binary-indep binary-arch binary

Propchange: trunk/libdbix-abstract-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libdbix-abstract-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbix-abstract-perl/debian/watch?rev=74548&op=file
==============================================================================
--- trunk/libdbix-abstract-perl/debian/watch (added)
+++ trunk/libdbix-abstract-perl/debian/watch Mon May 16 19:27:25 2011
@@ -1,0 +1,4 @@
+# format version number, currently 3; this line is compulsory!
+version=3
+# URL to the package page followed by a regex to search
+http://search.cpan.org/dist/DBIx-Abstract/   .*/DBIx-Abstract-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$

Modified: trunk/libdbix-abstract-perl/t/dbia.config
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbix-abstract-perl/t/dbia.config?rev=74548&op=diff
==============================================================================
--- trunk/libdbix-abstract-perl/t/dbia.config (original)
+++ trunk/libdbix-abstract-perl/t/dbia.config Mon May 16 19:27:25 2011
@@ -1,11 +1,11 @@
 { my $opt = {
+         'testdriver' => '',
+         'testport' => '',
+         'testdb' => 'test',
          'testuser' => '',
-         'testport' => '',
-         'testhost' => '',
          'testdsn' => '',
-         'testdriver' => '',
-         'testdb' => 'test',
-         'testpassword' => ''
+         'testpassword' => '',
+         'testhost' => ''
        };
   sub load_all { return (
       driver   => $opt->{'testdriver'},




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