r60842 - in /trunk/libdbix-class-introspectablem2m-perl/debian: ./ changelog compat control copyright rules watch

antgel-guest at users.alioth.debian.org antgel-guest at users.alioth.debian.org
Thu Jul 29 09:58:58 UTC 2010


Author: antgel-guest
Date: Thu Jul 29 09:58:47 2010
New Revision: 60842

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

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

Added: trunk/libdbix-class-introspectablem2m-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbix-class-introspectablem2m-perl/debian/changelog?rev=60842&op=file
==============================================================================
--- trunk/libdbix-class-introspectablem2m-perl/debian/changelog (added)
+++ trunk/libdbix-class-introspectablem2m-perl/debian/changelog Thu Jul 29 09:58:47 2010
@@ -1,0 +1,5 @@
+libdbix-class-introspectablem2m-perl (0.001001-1) UNRELEASED; urgency=low
+
+  * Initial Release.
+
+ -- Antony Gelberg <antony.gelberg at gmail.com>  Thu, 29 Jul 2010 12:54:37 +0300

Added: trunk/libdbix-class-introspectablem2m-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbix-class-introspectablem2m-perl/debian/compat?rev=60842&op=file
==============================================================================
--- trunk/libdbix-class-introspectablem2m-perl/debian/compat (added)
+++ trunk/libdbix-class-introspectablem2m-perl/debian/compat Thu Jul 29 09:58:47 2010
@@ -1,0 +1,1 @@
+7

Added: trunk/libdbix-class-introspectablem2m-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbix-class-introspectablem2m-perl/debian/control?rev=60842&op=file
==============================================================================
--- trunk/libdbix-class-introspectablem2m-perl/debian/control (added)
+++ trunk/libdbix-class-introspectablem2m-perl/debian/control Thu Jul 29 09:58:47 2010
@@ -1,0 +1,22 @@
+Source: libdbix-class-introspectablem2m-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: libdbix-class-perl, perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Antony Gelberg <antony.gelberg at gmail.com>
+Standards-Version: 3.9.0
+Homepage: http://search.cpan.org/dist/DBIx-Class-IntrospectableM2M/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libdbix-class-introspectablem2m-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libdbix-class-introspectablem2m-perl/
+
+Package: libdbix-class-introspectablem2m-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends}, libdbix-class-perl
+Description: Introspect many-to-many relationships with DBIx::Class
+ Because the many-to-many relationships are not real relationships, they can
+ not be introspected with DBIx::Class. Many-to-many relationships are actually
+ just a collection of convenience methods installed to bridge two
+ relationships. This DBIx::Class component can be used to store all relevant
+ information about these non-relationships so they can later be introspected
+ and examined.

Added: trunk/libdbix-class-introspectablem2m-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbix-class-introspectablem2m-perl/debian/copyright?rev=60842&op=file
==============================================================================
--- trunk/libdbix-class-introspectablem2m-perl/debian/copyright (added)
+++ trunk/libdbix-class-introspectablem2m-perl/debian/copyright Thu Jul 29 09:58:47 2010
@@ -1,0 +1,28 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Guillermo Roditi (groditi) <groditi at cpan.org>
+Source: http://search.cpan.org/dist/DBIx-Class-IntrospectableM2M/
+Name: DBIx-Class-IntrospectableM2M
+
+Files: *
+Copyright: Guillermo Roditi (groditi) <groditi at cpan.org>
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2010, Antony Gelberg <antony.gelberg at gmail.com>
+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'
+
+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-class-introspectablem2m-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbix-class-introspectablem2m-perl/debian/rules?rev=60842&op=file
==============================================================================
--- trunk/libdbix-class-introspectablem2m-perl/debian/rules (added)
+++ trunk/libdbix-class-introspectablem2m-perl/debian/rules Thu Jul 29 09:58:47 2010
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

Propchange: trunk/libdbix-class-introspectablem2m-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libdbix-class-introspectablem2m-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbix-class-introspectablem2m-perl/debian/watch?rev=60842&op=file
==============================================================================
--- trunk/libdbix-class-introspectablem2m-perl/debian/watch (added)
+++ trunk/libdbix-class-introspectablem2m-perl/debian/watch Thu Jul 29 09:58:47 2010
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/DBIx-Class-IntrospectableM2M/   .*/DBIx-Class-IntrospectableM2M-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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