r55905 - in /trunk/libdbix-oo-perl/debian: changelog compat control copyright patches/ patches/series patches/spelling.patch rules source/ source/format

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sat Apr 10 20:07:45 UTC 2010


Author: gregoa
Date: Sat Apr 10 20:07:37 2010
New Revision: 55905

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=55905
Log:
* Switch to debhelper 7.
* Don't install README anymore.
* Convert to source format 3.0 (quilt).
* Add /me to Uploaders.
* Set Standards-Version to 3.8.4 (no changes).
* debian/control: clean up build/runtime dependencies, improve short/long
  description.
* Reformat debian/copyright according to DEP5.
* Add a patch to improve the wording in the POD.

Added:
    trunk/libdbix-oo-perl/debian/patches/
    trunk/libdbix-oo-perl/debian/patches/series
    trunk/libdbix-oo-perl/debian/patches/spelling.patch
    trunk/libdbix-oo-perl/debian/source/
    trunk/libdbix-oo-perl/debian/source/format
Modified:
    trunk/libdbix-oo-perl/debian/changelog
    trunk/libdbix-oo-perl/debian/compat
    trunk/libdbix-oo-perl/debian/control
    trunk/libdbix-oo-perl/debian/copyright
    trunk/libdbix-oo-perl/debian/rules

Modified: trunk/libdbix-oo-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbix-oo-perl/debian/changelog?rev=55905&op=diff
==============================================================================
--- trunk/libdbix-oo-perl/debian/changelog (original)
+++ trunk/libdbix-oo-perl/debian/changelog Sat Apr 10 20:07:37 2010
@@ -1,3 +1,17 @@
+libdbix-oo-perl (0.0.9-3) UNRELEASED; urgency=low
+
+  * Switch to debhelper 7.
+  * Don't install README anymore.
+  * Convert to source format 3.0 (quilt).
+  * Add /me to Uploaders.
+  * Set Standards-Version to 3.8.4 (no changes).
+  * debian/control: clean up build/runtime dependencies, improve short/long
+    description.
+  * Reformat debian/copyright according to DEP5.
+  * Add a patch to improve the wording in the POD.
+
+ -- gregor herrmann <gregoa at debian.org>  Sat, 10 Apr 2010 22:00:45 +0200
+
 libdbix-oo-perl (0.0.9-2) unstable; urgency=low
 
   [ Nathan Handler ]

Modified: trunk/libdbix-oo-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbix-oo-perl/debian/compat?rev=55905&op=diff
==============================================================================
--- trunk/libdbix-oo-perl/debian/compat (original)
+++ trunk/libdbix-oo-perl/debian/compat Sat Apr 10 20:07:37 2010
@@ -1,1 +1,1 @@
-5
+7

Modified: trunk/libdbix-oo-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbix-oo-perl/debian/control?rev=55905&op=diff
==============================================================================
--- trunk/libdbix-oo-perl/debian/control (original)
+++ trunk/libdbix-oo-perl/debian/control Sat Apr 10 20:07:37 2010
@@ -1,18 +1,21 @@
 Source: libdbix-oo-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 5), libsql-abstract-perl, libtest-pod-coverage-perl, libclass-data-inheritable-perl, libdbi-perl, libtest-pod-perl
-Build-Depends-Indep: perl (>= 5.6.10-12)
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: libclass-data-inheritable-perl, libdbi-perl,
+ libsql-abstract-perl, libtest-pod-coverage-perl, perl (>= 5.9.4)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Standards-Version: 3.8.3
+Uploaders: gregor herrmann <gregoa at debian.org>
+Standards-Version: 3.8.4
 Homepage: http://search.cpan.org/dist/DBIx-OO/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libdbix-oo-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libdbix-oo-perl/
 
 Package: libdbix-oo-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, libsql-abstract-perl, libtest-pod-coverage-perl, libclass-data-inheritable-perl, libdbi-perl
-Description: Database to Perl objects abstraction
- This module has been inspired by the wonderful Class::DBI.  It is a
+Depends: ${misc:Depends}, ${perl:Depends}, libclass-data-inheritable-perl,
+ libdbi-perl, libsql-abstract-perl, perl (>= 5.9.4)
+Description: database to Perl objects abstraction layer
+ DBIx::OO has been inspired by the wonderful Class::DBI.  It is a
  database-to-Perl-Objects abstraction layer, allowing you to interact
  with a database using common Perl syntax.

Modified: trunk/libdbix-oo-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbix-oo-perl/debian/copyright?rev=55905&op=diff
==============================================================================
--- trunk/libdbix-oo-perl/debian/copyright (original)
+++ trunk/libdbix-oo-perl/debian/copyright Sat Apr 10 20:07:37 2010
@@ -1,41 +1,29 @@
-This is the debian package for the DBIx-OO module.
-It was created by Christoph Berg <myon at debian.org> using dh-make-perl.
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Mihai Bazon
+Source: http://search.cpan.org/dist/DBIx-OO/
+Name: DBIx-OO
 
-It was downloaded from http://search.cpan.org/dist/DBIx-OO/
+Files: *
+Copyright: 2006, Mihai Bazon
+License: Artistic or GPL-1+
 
-The upstream author is: Mihai Bazon <mishoo at cpan.org>.
+Files: debian/*
+Copyright: 2009, Christoph Berg <myon at debian.org>
+ 2010, gregor herrmann <gregoa at debian.org>
+License: Artistic or GPL-1+
 
+License: Artistic
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the Artistic License, which comes with Perl.
+ .
+ On Debian GNU/Linux systems, the complete text of the Artistic License
+ can be found in `/usr/share/common-licenses/Artistic'
 
-Copyright (c) Mihai Bazon 2006.  All rights reserved.
-
-This module 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'.
-
-DISCLAIMER OF WARRANTY
-
-BECAUSE THIS SOFTWARE IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
-FOR THE SOFTWARE, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT
-WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER
-PARTIES PROVIDE THE SOFTWARE "AS IS" WITHOUT WARRANTY OF ANY KIND,
-EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
-IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
-PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
-SOFTWARE IS WITH YOU. SHOULD THE SOFTWARE PROVE DEFECTIVE, YOU ASSUME
-THE COST OF ALL NECESSARY SERVICING, REPAIR, OR CORRECTION.
-
-IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
-WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
-REDISTRIBUTE THE SOFTWARE AS PERMITTED BY THE ABOVE LICENCE, BE LIABLE
-TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL, OR
-CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
-SOFTWARE (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
-RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
-FAILURE OF THE SOFTWARE TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
-SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
-DAMAGES.
-
+License: GPL-1+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 1, or (at your option)
+ any later version.
+ .
+ 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/libdbix-oo-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbix-oo-perl/debian/patches/series?rev=55905&op=file
==============================================================================
--- trunk/libdbix-oo-perl/debian/patches/series (added)
+++ trunk/libdbix-oo-perl/debian/patches/series Sat Apr 10 20:07:37 2010
@@ -1,0 +1,1 @@
+spelling.patch

Added: trunk/libdbix-oo-perl/debian/patches/spelling.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbix-oo-perl/debian/patches/spelling.patch?rev=55905&op=file
==============================================================================
--- trunk/libdbix-oo-perl/debian/patches/spelling.patch (added)
+++ trunk/libdbix-oo-perl/debian/patches/spelling.patch Sat Apr 10 20:07:37 2010
@@ -1,0 +1,16 @@
+Author: gregor herrmann <gregoa at debian.org>
+Description: lintian says "spelling", I'd say wording.
+ Anyway, "unuseful" doesn't sound correct.
+Forwarded: no
+
+--- a/lib/DBIx/OO.pm
++++ b/lib/DBIx/OO.pm
+@@ -1331,7 +1331,7 @@ is, it re-INSERT-s the record into the d
+ still have a reference to the object.  I'm not sure how useful it is,
+ but it helped me test the delete() function. :-)
+ 
+-Other (unuseful) thing you can do with it is manually emulating the
++Other (useless) thing you can do with it is manually emulating the
+ create() function:
+ 
+     $u = new Users;

Modified: trunk/libdbix-oo-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbix-oo-perl/debian/rules?rev=55905&op=diff
==============================================================================
--- trunk/libdbix-oo-perl/debian/rules (original)
+++ trunk/libdbix-oo-perl/debian/rules Sat Apr 10 20:07:37 2010
@@ -1,56 +1,4 @@
 #!/usr/bin/make -f
 
-# 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
-
-PERL   ?= /usr/bin/perl
-PACKAGE = $(shell dh_listpackages)
-TMP     = $(CURDIR)/debian/$(PACKAGE)
-
-build: build-stamp
-build-stamp:
-	dh_testdir
-	# Add commands to compile the package here
-	$(PERL) Makefile.PL INSTALLDIRS=vendor
-	$(MAKE)
-	$(MAKE) test
-	touch $@
-
-clean:
-	dh_testdir
-	dh_testroot
-	dh_clean build-stamp install-stamp
-	# Add commands to clean up after the build process here
-	[ ! -f Makefile ] || $(MAKE) realclean
-
-install: install-stamp
-install-stamp: build-stamp
-	dh_testdir
-	dh_testroot
-	dh_clean -k
-	# Add commands to install the package into $(TMP) here
-	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
-	[ ! -d $(TMP)/usr/lib/perl5 ] || \
-		rmdir --ignore-fail-on-non-empty --parents --verbose \
-		$(TMP)/usr/lib/perl5
-	touch $@
-
-binary-arch:
-# We have nothing to do here for an architecture-independent package
-
-binary-indep: build install
-	dh_testdir
-	dh_testroot
-	dh_installdocs README
-	dh_installchangelogs Changes
-	dh_perl
-	dh_compress
-	dh_fixperms
-	dh_installdeb
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install
+%:
+	dh $@

Added: trunk/libdbix-oo-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbix-oo-perl/debian/source/format?rev=55905&op=file
==============================================================================
--- trunk/libdbix-oo-perl/debian/source/format (added)
+++ trunk/libdbix-oo-perl/debian/source/format Sat Apr 10 20:07:37 2010
@@ -1,0 +1,1 @@
+3.0 (quilt)




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