[libdata-objectdriver-perl] 01/01: Imported Debian patch 0.09-1

gregor herrmann gregoa at debian.org
Fri Jul 11 17:10:48 UTC 2014


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

gregoa pushed a commit to branch master
in repository libdata-objectdriver-perl.

commit 516f5e469a3f8dfb84e599638980f46d79a1fd7e
Author: Dominic Hargreaves <dom at earth.li>
Date:   Mon Aug 29 16:56:31 2011 +0100

    Imported Debian patch 0.09-1
---
 debian/changelog     | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 debian/compat        |  1 +
 debian/control       | 24 ++++++++++++++++++++++++
 debian/copyright     | 18 ++++++++++++++++++
 debian/docs          |  1 +
 debian/rules         |  4 ++++
 debian/source/format |  1 +
 debian/watch         |  3 +++
 8 files changed, 104 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..50a93f6
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,52 @@
+libdata-objectdriver-perl (0.09-1) unstable; urgency=low
+
+  * Add Vcs-* fields
+  * New upstream release
+  * Update Standards-Version (no changes)
+
+ -- Dominic Hargreaves <dom at earth.li>  Mon, 29 Aug 2011 16:56:31 +0100
+
+libdata-objectdriver-perl (0.08-1) unstable; urgency=low
+
+  * New upstream release
+  * Update Standards-Version (no changes)
+  * Switch to minimal dh7 rules file
+  * Update to debhelper compatibility level 7
+  * Update source format version to 3.0 (quilt)
+
+ -- Dominic Hargreaves <dom at earth.li>  Sat, 05 Feb 2011 13:04:13 +0000
+
+libdata-objectdriver-perl (0.07-1) unstable; urgency=low
+
+  * New upstream release
+  * Bump Standards-Version (no changes)
+  * Switch to MakeMaker build process
+
+ -- Dominic Hargreaves <dom at earth.li>  Sat, 12 Jun 2010 13:17:58 +0100
+
+libdata-objectdriver-perl (0.06-1) unstable; urgency=low
+
+  * New upstream release
+  * Bump Standards-Version (no changes)
+
+ -- Dominic Hargreaves <dom at earth.li>  Mon, 23 Feb 2009 16:04:16 +0000
+
+libdata-objectdriver-perl (0.05-2) unstable; urgency=low
+
+  * Add watch file
+
+ -- Dominic Hargreaves <dom at earth.li>  Tue, 11 Mar 2008 23:32:59 +0000
+
+libdata-objectdriver-perl (0.05-1) unstable; urgency=low
+
+  * New upstream release
+  * Apply fix from upstream SVN for perl 5.10 strict references
+    bug (closes: #467153)
+
+ -- Dominic Hargreaves <dom at earth.li>  Mon, 25 Feb 2008 23:38:03 +0000
+
+libdata-objectdriver-perl (0.04-1) unstable; urgency=low
+
+  * Initial Release. (Closes: #456254)
+
+ -- Dominic Hargreaves <dom at earth.li>  Thu, 20 Dec 2007 20:57:09 +0000
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..7f8f011
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+7
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..f9840ff
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,24 @@
+Source: libdata-objectdriver-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7), libmodule-build-perl
+Build-Depends-Indep: perl (>= 5.8.8-12), libtest-exception-perl, libdbi-perl, libclass-accessor-perl, libclass-data-inheritable-perl, libclass-trigger-perl
+Maintainer: Dominic Hargreaves <dom at earth.li>
+Standards-Version: 3.9.2
+Homepage: http://search.cpan.org/dist/Data-ObjectDriver/
+Vcs-Git: git://anonscm.debian.org/users/dom/libdata-objectdriver-perl.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=users/dom/libdata-objectdriver-perl.git
+
+Package: libdata-objectdriver-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}, libdbi-perl, libclass-accessor-perl, libclass-data-inheritable-perl, libclass-trigger-perl
+Recommends: libtext-simpletable-perl
+Description:  Simple, transparent data interface, with caching
+ Data::ObjectDriver is an object relational mapper, meaning that it maps
+ object-oriented design concepts onto a relational database.
+ .
+ It's inspired by, and descended from, the MT::ObjectDriver classes in
+ Six Apart's Movable Type and TypePad weblogging products. But it adds in
+ caching and partitioning layers, allowing you to spread data across
+ multiple physical databases, without your application code needing to
+ know where the data is stored.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..a96af45
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,18 @@
+This is the debian package for the Data-ObjectDriver module.
+It was created by Dominic Hargreaves <dom at earth.li> using dh-make-perl.
+
+It was downloaded from http://search.cpan.org/dist/Data-ObjectDriver/
+
+Data::ObjectDriver is free software; you may 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'.
+
+Except where otherwise noted, Data::ObjectDriver is Copyright 2005-2006
+Six Apart, cpan at sixapart.com. All rights reserved.
+
+The Debian packaging is Copyright 2007, Dominic Hargreaves <dom at earth.li> and
+is licensed under the same terms as the software itself (see above).
diff --git a/debian/docs b/debian/docs
new file mode 100644
index 0000000..e845566
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1 @@
+README
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..2d33f6a
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..bd5936c
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=3
+# URL to the package page followed by a regex to search
+http://search.cpan.org/dist/Data-ObjectDriver/   .*/Data-ObjectDriver-v?(\d[\d_.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)

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



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