r58244 - in /trunk/libparse-dia-sql-perl/debian: ./ changelog compat control copyright libparse-dia-sql-perl.docs rules watch

gaudenz at users.alioth.debian.org gaudenz at users.alioth.debian.org
Sat May 22 07:43:41 UTC 2010


Author: gaudenz
Date: Sat May 22 07:43:33 2010
New Revision: 58244

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

Added:
    trunk/libparse-dia-sql-perl/debian/
    trunk/libparse-dia-sql-perl/debian/changelog
    trunk/libparse-dia-sql-perl/debian/compat
    trunk/libparse-dia-sql-perl/debian/control
    trunk/libparse-dia-sql-perl/debian/copyright
    trunk/libparse-dia-sql-perl/debian/libparse-dia-sql-perl.docs
    trunk/libparse-dia-sql-perl/debian/rules   (with props)
    trunk/libparse-dia-sql-perl/debian/watch

Added: trunk/libparse-dia-sql-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libparse-dia-sql-perl/debian/changelog?rev=58244&op=file
==============================================================================
--- trunk/libparse-dia-sql-perl/debian/changelog (added)
+++ trunk/libparse-dia-sql-perl/debian/changelog Sat May 22 07:43:33 2010
@@ -1,0 +1,5 @@
+libparse-dia-sql-perl (0.15-1) unstable; urgency=low
+
+  * Initial Release, closes: #577660.
+
+ -- Andreas Faafeng <aff at cpan.org>  Tue, 20 Apr 2010 16:03:31 +0200

Added: trunk/libparse-dia-sql-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libparse-dia-sql-perl/debian/compat?rev=58244&op=file
==============================================================================
--- trunk/libparse-dia-sql-perl/debian/compat (added)
+++ trunk/libparse-dia-sql-perl/debian/compat Sat May 22 07:43:33 2010
@@ -1,0 +1,1 @@
+7

Added: trunk/libparse-dia-sql-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libparse-dia-sql-perl/debian/control?rev=58244&op=file
==============================================================================
--- trunk/libparse-dia-sql-perl/debian/control (added)
+++ trunk/libparse-dia-sql-perl/debian/control Sat May 22 07:43:33 2010
@@ -1,0 +1,26 @@
+Source: libparse-dia-sql-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl (>= 5.9.4), libtext-table-perl,
+  libtest-exception-perl, libxml-dom-perl, liblog-log4perl-perl
+Maintainer: Andreas Faafeng <aff at cpan.org>
+Standards-Version: 3.8.4
+Homepage: http://search.cpan.org/dist/Parse-Dia-SQL/
+
+Package: libparse-dia-sql-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}, perl (>= 5.9.4),
+  libtext-table-perl, libtest-exception-perl, libxml-dom-perl,
+  liblog-log4perl-perl
+Description: Convert Dia class diagrams into SQL.
+ Dia is a diagram creation program for Linux, Unix and Windows released under
+ the GNU General Public License.
+ .
+ Parse::Dia::SQL converts Dia class diagrams into SQL.
+ .
+ Parse::Dia::SQL is the parser that interprets the .dia file(s) into an
+ internal datastructure.
+ .
+ Parse::Dia::SQL::Output (or one of its sub classes) can take the
+ datastructure and generate the SQL statements it represents.

Added: trunk/libparse-dia-sql-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libparse-dia-sql-perl/debian/copyright?rev=58244&op=file
==============================================================================
--- trunk/libparse-dia-sql-perl/debian/copyright (added)
+++ trunk/libparse-dia-sql-perl/debian/copyright Sat May 22 07:43:33 2010
@@ -1,0 +1,28 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Andreas Faafeng <aff at cpan.org>
+Source: http://search.cpan.org/dist/Parse-Dia-SQL/
+Name: Parse-Dia-SQL
+
+Files: *
+Copyright: Andreas Faafeng <aff at cpan.org>
+License:  GPL
+
+Files: debian/*
+Copyright: 2010, Andreas Faafeng <aff at cpan.org>
+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/libparse-dia-sql-perl/debian/libparse-dia-sql-perl.docs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libparse-dia-sql-perl/debian/libparse-dia-sql-perl.docs?rev=58244&op=file
==============================================================================
--- trunk/libparse-dia-sql-perl/debian/libparse-dia-sql-perl.docs (added)
+++ trunk/libparse-dia-sql-perl/debian/libparse-dia-sql-perl.docs Sat May 22 07:43:33 2010
@@ -1,0 +1,2 @@
+TODO
+README

Added: trunk/libparse-dia-sql-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libparse-dia-sql-perl/debian/rules?rev=58244&op=file
==============================================================================
--- trunk/libparse-dia-sql-perl/debian/rules (added)
+++ trunk/libparse-dia-sql-perl/debian/rules Sat May 22 07:43:33 2010
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

Propchange: trunk/libparse-dia-sql-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libparse-dia-sql-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libparse-dia-sql-perl/debian/watch?rev=58244&op=file
==============================================================================
--- trunk/libparse-dia-sql-perl/debian/watch (added)
+++ trunk/libparse-dia-sql-perl/debian/watch Sat May 22 07:43:33 2010
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Parse-Dia-SQL/   .*/Parse-Dia-SQL-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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