[libdbix-runsql-perl] 02/02: Preparation for Debian

Robin Sheat eythian-guest at moszumanska.debian.org
Fri May 27 12:23:41 UTC 2016


This is an automated email from the git hooks/post-receive script.

eythian-guest pushed a commit to branch master
in repository libdbix-runsql-perl.

commit 7bf4397972d0f0c5c28778e04271338b00db9d0d
Author: Robin Sheat <robin at kallisti.net.nz>
Date:   Fri May 27 11:19:33 2016 +0200

    Preparation for Debian
---
 debian/changelog               |  6 +++---
 debian/control                 | 14 +++++++-------
 debian/copyright               | 12 ++----------
 debian/patches/series          |  1 +
 debian/patches/spelling-errors | 14 ++++++++++++++
 5 files changed, 27 insertions(+), 20 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 8af56ea..c736bf8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
-libdbix-runsql-perl (0.14-1) UNRELEASED; urgency=low
+libdbix-runsql-perl (0.14-1) unstable; urgency=low
 
-  * Initial Release.
+  * Initial Release. (Closes: #825493)
 
- -- Robin <robin@>  Fri, 27 May 2016 10:43:51 +0200
+ -- Robin Sheat <robin at kallisti.net.nz>  Fri, 27 May 2016 10:43:51 +0200
diff --git a/debian/control b/debian/control
index 6306e7f..c626317 100644
--- a/debian/control
+++ b/debian/control
@@ -2,13 +2,13 @@ Source: libdbix-runsql-perl
 Section: perl
 Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Robin <robin@>
+Uploaders: Robin Sheat <robin at kallisti.net.nz>
 Build-Depends: debhelper (>= 9)
 Build-Depends-Indep: libdbi-perl,
  perl
-Standards-Version: 3.9.6
+Standards-Version: 3.9.7
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libdbix-runsql-perl.git
-Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libdbix-runsql-perl.git
+Vcs-Git: https://anonscm.debian.org/pkg-perl/packages/libdbix-runsql-perl.git
 Homepage: https://metacpan.org/release/DBIx-RunSQL
 Testsuite: autopkgtest-pkg-perl
 
@@ -16,7 +16,7 @@ Package: libdbix-runsql-perl
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends},
  libdbi-perl
-Description: run SQL from a file
- (no description was found)
- .
- This description was automagically extracted from the module by dh-make-perl.
+Description: allows an SQL file to be run via a DBI handle
+ DBIx::RunSQL can load an SQL file in to a database via a database handle,
+ rather than requiring a manual loading procedure invoking database
+ command line clients.
diff --git a/debian/copyright b/debian/copyright
index 3cc3ae0..8d222bb 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -2,21 +2,13 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Source: https://metacpan.org/release/DBIx-RunSQL
 Upstream-Contact: Max Maischein <corion at cpan.org>
 Upstream-Name: DBIx-RunSQL
-DISCLAIMER: This copyright info was automatically extracted 
- from the perl module. It may not be accurate, so you better 
- check the module sources in order to ensure the module for its 
- inclusion in Debian or for general legal information. Please, 
- if licensing information is incorrectly generated, file a bug 
- on dh-make-perl.
- NOTE: Don't forget to remove this disclaimer once you are happy
- with this file.
 
 Files: *
-Copyright: Max Maischein <corion at cpan.org>
+Copyright: 2009-2016, Max Maischein <corion at cpan.org>
 License: Artistic or GPL-1+
 
 Files: debian/*
-Copyright: 2016, Robin <robin@>
+Copyright: 2016, Robin Sheat <robin at kallisti.net.nz>
 License: Artistic or GPL-1+
 
 License: Artistic
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..2b7dda4
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+spelling-errors
diff --git a/debian/patches/spelling-errors b/debian/patches/spelling-errors
new file mode 100644
index 0000000..bf7ced1
--- /dev/null
+++ b/debian/patches/spelling-errors
@@ -0,0 +1,14 @@
+Minor spelling fix, reported upstream at https://rt.cpan.org/Public/Bug/Display.html?id=114768
+Index: libdbix-runsql-perl/lib/DBIx/RunSQL.pm
+===================================================================
+--- libdbix-runsql-perl.orig/lib/DBIx/RunSQL.pm
++++ libdbix-runsql-perl/lib/DBIx/RunSQL.pm
+@@ -51,7 +51,7 @@ the SQL will be read from that. B<not im
+ If C<sql> is undefined, the C<$::DATA> or the C<0> filehandle will
+ be read until exhaustion.  B<not implemented>
+ 
+-This allows to create SQL-as-programs as follows:
++This allows one to create SQL-as-programs as follows:
+ 
+   #!/usr/bin/perl -w -MDBIx::RunSQL -e 'create()'
+   create table ...

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdbix-runsql-perl.git



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