r25136 - in /trunk/liborlite-perl/debian: ./ changelog compat control copyright rules watch

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Sun Sep 14 16:03:27 UTC 2008


Author: dmn
Date: Sun Sep 14 16:03:24 2008
New Revision: 25136

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

Added:
    trunk/liborlite-perl/debian/
    trunk/liborlite-perl/debian/changelog
    trunk/liborlite-perl/debian/compat
    trunk/liborlite-perl/debian/control
    trunk/liborlite-perl/debian/copyright
    trunk/liborlite-perl/debian/rules   (with props)
    trunk/liborlite-perl/debian/watch

Added: trunk/liborlite-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liborlite-perl/debian/changelog?rev=25136&op=file
==============================================================================
--- trunk/liborlite-perl/debian/changelog (added)
+++ trunk/liborlite-perl/debian/changelog Sun Sep 14 16:03:24 2008
@@ -1,0 +1,5 @@
+liborlite-perl (0.11-1) unstable; urgency=low
+
+  * Initial Release. Closes: #498921 -- ITP
+
+ -- Damyan Ivanov <dmn at debian.org>  Sun, 14 Sep 2008 18:50:03 +0300

Added: trunk/liborlite-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liborlite-perl/debian/compat?rev=25136&op=file
==============================================================================
--- trunk/liborlite-perl/debian/compat (added)
+++ trunk/liborlite-perl/debian/compat Sun Sep 14 16:03:24 2008
@@ -1,0 +1,1 @@
+7

Added: trunk/liborlite-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liborlite-perl/debian/control?rev=25136&op=file
==============================================================================
--- trunk/liborlite-perl/debian/control (added)
+++ trunk/liborlite-perl/debian/control Sun Sep 14 16:03:24 2008
@@ -1,0 +1,26 @@
+Source: liborlite-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl (>= 5.6.0), libparams-util-perl,
+ libdbd-sqlite3-perl (>= 1.14), libdbi-perl (>= 1.58),
+ libtest-cpan-meta-perl,
+ libpod-simple-perl (>= 3.07), libtest-pod-perl, libtest-minimumversion-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Damyan Ivanov <dmn at debian.org>
+Standards-Version: 3.8.0
+Homepage: http://search.cpan.org/dist/ORLite/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/liborlite-perl/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/liborlite-perl/
+
+Package: liborlite-perl
+Architecture: all
+Depends: perl (>= 5.6.0), ${misc:Depends}, libparams-util-perl,
+ libdbd-sqlite3-perl (>= 1.14), libdbi-perl (>= 1.58)
+Description: Extremely light weight SQLite-specific ORM
+ ORLite is an object-relation system specifically for SQLite that
+ follows many of the same principles as the ::Tiny series of modules and
+ has a design that aligns directly to the capabilities of SQLite.
+ .
+ ORLite discovers the schema of a SQLite database, and then uses code
+ generation to build a set of packages for talking to that database.

Added: trunk/liborlite-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liborlite-perl/debian/copyright?rev=25136&op=file
==============================================================================
--- trunk/liborlite-perl/debian/copyright (added)
+++ trunk/liborlite-perl/debian/copyright Sun Sep 14 16:03:24 2008
@@ -1,0 +1,34 @@
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Adam Kennedy <adamk at cpan.org>
+Upstream-Source: http://search.cpan.org/dist/ORLite/
+Upstream-Name: ORLite
+
+Files: *
+Copyright: 2008 Adam Kennedy <adamk at cpan.org>
+License-Alias: Perl
+License: Artistic | GPL-1+
+    This program is free software; you can redistribute it and/or modify it
+    under the same terms as Perl itself.
+
+Files: inc/*
+Copyright: © 2002-2008, Brian Ingerson, Audrey Tang and Adam Kennedy.
+License: GPL-1+ | Artistic
+
+Files: debian/*
+Copyright: 2008, Damyan Ivanov <dmn at debian.org>
+License: Artistic | 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
+
+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/liborlite-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liborlite-perl/debian/rules?rev=25136&op=file
==============================================================================
--- trunk/liborlite-perl/debian/rules (added)
+++ trunk/liborlite-perl/debian/rules Sun Sep 14 16:03:24 2008
@@ -1,0 +1,23 @@
+#!/usr/bin/make -f
+
+build: build-stamp
+build-stamp:
+	RELEASE_TESTING=1 dh build
+	touch $@
+
+clean:
+	dh $@
+
+install: install-stamp
+install-stamp: build-stamp
+	dh install
+	touch $@
+
+binary-arch:
+
+binary-indep: install
+	dh $@
+
+binary: binary-arch binary-indep
+
+.PHONY: binary binary-arch binary-indep install clean build

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

Added: trunk/liborlite-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liborlite-perl/debian/watch?rev=25136&op=file
==============================================================================
--- trunk/liborlite-perl/debian/watch (added)
+++ trunk/liborlite-perl/debian/watch Sun Sep 14 16:03:24 2008
@@ -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/ORLite/   .*/ORLite-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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