r56409 - in /trunk/libdbd-sqlite2-perl/debian: README.source changelog compat control copyright rules source/ source/format

ansgar-guest at users.alioth.debian.org ansgar-guest at users.alioth.debian.org
Sun Apr 18 10:20:08 UTC 2010


Author: ansgar-guest
Date: Sun Apr 18 10:20:00 2010
New Revision: 56409

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=56409
Log:
TODO: Wait for binNMUs to migrate to testing.
* Add dependency on perl-dbdapi-* (see #577209).
  + Needs build-dep on libdbi-perl (>= 1.610.90+is+1.609-1~).
* Remove Conflicts: libdbd-sqlite-perl (no longer in Debian).
* Refresh rules for debhelper 7.
* Use source format 3.0 (quilt); drop README.source and quilt framework.
* Convert debian/copyright to proposed machine-readable format.
* Bump Standards-Version to 3.8.4.
* Add myself to Uploaders.

Added:
    trunk/libdbd-sqlite2-perl/debian/source/
    trunk/libdbd-sqlite2-perl/debian/source/format
Removed:
    trunk/libdbd-sqlite2-perl/debian/README.source
Modified:
    trunk/libdbd-sqlite2-perl/debian/changelog
    trunk/libdbd-sqlite2-perl/debian/compat
    trunk/libdbd-sqlite2-perl/debian/control
    trunk/libdbd-sqlite2-perl/debian/copyright
    trunk/libdbd-sqlite2-perl/debian/rules

Modified: trunk/libdbd-sqlite2-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbd-sqlite2-perl/debian/changelog?rev=56409&op=diff
==============================================================================
--- trunk/libdbd-sqlite2-perl/debian/changelog (original)
+++ trunk/libdbd-sqlite2-perl/debian/changelog Sun Apr 18 10:20:00 2010
@@ -1,8 +1,8 @@
 libdbd-sqlite2-perl (2:0.33-9) UNRELEASED; urgency=low
 
+  TODO: Wait for binNMUs to migrate to testing.
+
   [ gregor herrmann ]
-  * Add debian/README.source to document quilt usage, as required by
-    Debian Policy since 3.8.0.
   * debian/control: Changed: Switched Vcs-Browser field to ViewSVN
     (source stanza).
   * debian/control: Added: ${misc:Depends} to Depends: field.
@@ -10,7 +10,17 @@
   [ Nathan Handler ]
   * debian/watch: Update to ignore development releases.
 
- -- gregor herrmann <gregoa at debian.org>  Wed, 06 Aug 2008 21:33:35 -0300
+  [ Ansgar Burchardt ]
+  * Add dependency on perl-dbdapi-* (see #577209).
+    + Needs build-dep on libdbi-perl (>= 1.610.90+is+1.609-1~).
+  * Remove Conflicts: libdbd-sqlite-perl (no longer in Debian).
+  * Refresh rules for debhelper 7.
+  * Use source format 3.0 (quilt); drop README.source and quilt framework.
+  * Convert debian/copyright to proposed machine-readable format.
+  * Bump Standards-Version to 3.8.4.
+  * Add myself to Uploaders.
+
+ -- Ansgar Burchardt <ansgar at 43-1.org>  Sun, 18 Apr 2010 19:17:25 +0900
 
 libdbd-sqlite2-perl (2:0.33-8) unstable; urgency=medium
 

Modified: trunk/libdbd-sqlite2-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbd-sqlite2-perl/debian/compat?rev=56409&op=diff
==============================================================================
--- trunk/libdbd-sqlite2-perl/debian/compat (original)
+++ trunk/libdbd-sqlite2-perl/debian/compat Sun Apr 18 10:20:00 2010
@@ -1,1 +1,1 @@
-5
+7

Modified: trunk/libdbd-sqlite2-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbd-sqlite2-perl/debian/control?rev=56409&op=diff
==============================================================================
--- trunk/libdbd-sqlite2-perl/debian/control (original)
+++ trunk/libdbd-sqlite2-perl/debian/control Sun Apr 18 10:20:00 2010
@@ -4,19 +4,18 @@
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Krzysztof Krzyzaniak (eloy) <eloy at debian.org>,
  Niko Tyni <ntyni at iki.fi>, Damyan Ivanov <dmn at debian.org>,
- gregor herrmann <gregoa at debian.org>
-Standards-Version: 3.7.3
+ gregor herrmann <gregoa at debian.org>, Ansgar Burchardt <ansgar at 43-1.org>
+Standards-Version: 3.8.4
 Homepage: http://search.cpan.org/dist/DBD-SQLite2/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libdbd-sqlite2-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libdbd-sqlite2-perl/
-Build-Depends: debhelper (>= 5), perl (>= 5.8), libdbi-perl (>= 1.03), quilt (>= 0.40)
+Build-Depends: debhelper (>= 7.0.50~), perl,
+ libdbi-perl (>= 1.610.90+is+1.609-1~)
 
 Package: libdbd-sqlite2-perl
-Section: perl
-Priority: optional
 Architecture: any
-Depends: ${misc:Depends}, ${perl:Depends}, libdbi-perl (>= 1.03), ${shlibs:Depends}
-Conflicts: libdbd-sqlite-perl (= 1:0.33-1)
+Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends},
+ ${libdbi-perl:Depends}, libdbi-perl (>= 1.03)
 Description: Perl DBI driver with a self-contained RDBMS (SQLite2 version)
  This module embeds a small fast embedded SQL database engine called
  SQLite into a DBI driver, if you want a relational database for your

Modified: trunk/libdbd-sqlite2-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbd-sqlite2-perl/debian/copyright?rev=56409&op=diff
==============================================================================
--- trunk/libdbd-sqlite2-perl/debian/copyright (original)
+++ trunk/libdbd-sqlite2-perl/debian/copyright Sun Apr 18 10:20:00 2010
@@ -1,24 +1,35 @@
-This package was debianized by Ardo van Rangelrooij <ardo at debian.org>
-on Tue, 23 Jul, 2002, 20:45:23 -0500.
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Matt Sergeant
+Source: http://search.cpan.org/dist/DBD-SQLite2/
+Name: DBD-SQLite2
 
-It was downloaded from the Comprehensive Perl Archive Network (CPAN):
-http://search.cpan.org/dist/DBD-SQLite2/
+Copyright: © 2002, Matt Sergeant
+License: Artistic or GPL-1+
 
-Upstream Authors: Matt Sergeant <matt at sergeant.org>
+Files: [a-ce-z]*.[ch], date.c, delete.c
+Copyright: Public Domain
+License: PD
 
+Files: debian/*
 Copyright:
+ © 2002-2003, Ardo van Rangelrooij <ardo at debian.org>
+ © 2003-2005, Krzysztof Krzyzaniak (eloy) <eloy at debian.org>
+ © 2005,      Marcelo E. Magallon <mmagallo at debian.org>
+ © 2005,      Damyan Ivanov <dmn at debian.org>
+ © 2005-2008, gregor herrmann <gregoa at debian.org>
+ © 2010, Ansgar Burchardt <ansgar at 43-1.org>
+License: Artistic or GPL-1+
 
-Copyright (c) 2002 Matt Sergeant. All rights reserved.
+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'
 
-This library 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 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'.
+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'

Modified: trunk/libdbd-sqlite2-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbd-sqlite2-perl/debian/rules?rev=56409&op=diff
==============================================================================
--- trunk/libdbd-sqlite2-perl/debian/rules (original)
+++ trunk/libdbd-sqlite2-perl/debian/rules Sun Apr 18 10:20:00 2010
@@ -1,77 +1,16 @@
 #!/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.
 
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
+include /usr/share/libdbi-perl/perl-dbdabi.make
 
-# 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)
+TMP     := $(CURDIR)/debian/$(PACKAGE)
 
-include /usr/share/quilt/quilt.make
+%:
+	dh $@
 
-PERL   ?= /usr/bin/perl
-PACKAGE = $(shell dh_listpackages)
-TMP     = $(CURDIR)/debian/$(PACKAGE)
+override_dh_gencontrol:
+	dh_gencontrol -- -V"libdbi-perl:Depends=libdbi-perl, $(PERL_DBDABI_DEPENDS)"
 
-# Allow disabling build optimisation by setting noopt in
-# $DEB_BUILD_OPTIONS
-CFLAGS = -Wall -g
-ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
-        CFLAGS += -O0
-else
-        CFLAGS += -O2
-endif
-
-build: build-stamp
-build-stamp: $(QUILT_STAMPFN)
-	dh_testdir
-	$(PERL) Makefile.PL INSTALLDIRS=vendor
-	$(MAKE) OPTIMIZE="$(CFLAGS)" LD_RUN_PATH=""
-	$(MAKE) test
-	touch $@
-
-clean: unpatch
-	dh_testdir
-	dh_testroot
-	dh_clean build-stamp install-stamp
-	[ ! -d output ] || rm -rv output
-	[ ! -f Makefile ] || $(MAKE) realclean
-
-install: install-stamp
-install-stamp: build-stamp
-	dh_testdir
-	dh_testroot
-	dh_clean -k
-	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
-	[ ! -d $(TMP)/usr/share/perl5 ] || \
-		rmdir --ignore-fail-on-non-empty --parents --verbose \
-		$(TMP)/usr/share/perl5
+override_dh_auto_install:
+	dh_auto_install
 	[ ! -f $(TMP)/usr/lib/perl5/DBD/getsqlite.pl ] || rm $(TMP)/usr/lib/perl5/DBD/getsqlite.pl
-	touch $@
-
-# Build architecture-independent files here.
-binary-indep: build install
-# We have nothing to do here for an architecture-dependent package
-
-# Build architecture-dependent files here.
-binary-arch: build install
-	dh_testdir
-	dh_testroot
-	dh_installdocs README
-	dh_installchangelogs Changes
-	dh_shlibdeps
-	dh_strip
-	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

Added: trunk/libdbd-sqlite2-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbd-sqlite2-perl/debian/source/format?rev=56409&op=file
==============================================================================
--- trunk/libdbd-sqlite2-perl/debian/source/format (added)
+++ trunk/libdbd-sqlite2-perl/debian/source/format Sun Apr 18 10:20:00 2010
@@ -1,0 +1,1 @@
+3.0 (quilt)




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