r71248 - in /trunk/libparse-dia-sql-perl: debian/changelog debian/compat debian/control debian/copyright t/621-output-get-schema-create-many-to-many-uml.t t/962-rt57842-postsgres-int.t t/data/rt57842.dia

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Sat Mar 12 14:04:58 UTC 2011


Author: jawnsy-guest
Date: Sat Mar 12 14:04:14 2011
New Revision: 71248

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=71248
Log:
* New upstream release
* Rewrite control description
* Bump to debhelper compat 8
* Add myself to Uploaders and Copyright
* Standards-Version 3.9.1 (no changes)

Added:
    trunk/libparse-dia-sql-perl/t/621-output-get-schema-create-many-to-many-uml.t
      - copied unchanged from r71231, branches/upstream/libparse-dia-sql-perl/current/t/621-output-get-schema-create-many-to-many-uml.t
    trunk/libparse-dia-sql-perl/t/962-rt57842-postsgres-int.t
      - copied unchanged from r71231, branches/upstream/libparse-dia-sql-perl/current/t/962-rt57842-postsgres-int.t
    trunk/libparse-dia-sql-perl/t/data/rt57842.dia
      - copied unchanged from r71231, branches/upstream/libparse-dia-sql-perl/current/t/data/rt57842.dia
Modified:
    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

Modified: trunk/libparse-dia-sql-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libparse-dia-sql-perl/debian/changelog?rev=71248&op=diff
==============================================================================
--- trunk/libparse-dia-sql-perl/debian/changelog (original)
+++ trunk/libparse-dia-sql-perl/debian/changelog Sat Mar 12 14:04:14 2011
@@ -1,3 +1,13 @@
+libparse-dia-sql-perl (0.17-1) UNRELEASED; urgency=low
+
+  * New upstream release
+  * Rewrite control description
+  * Bump to debhelper compat 8
+  * Add myself to Uploaders and Copyright
+  * Standards-Version 3.9.1 (no changes)
+
+ -- Jonathan Yu <jawnsy at cpan.org>  Sat, 12 Mar 2011 09:27:04 -0500
+
 libparse-dia-sql-perl (0.16-1) unstable; urgency=low
 
   * Initial Release, closes: #577660.

Modified: trunk/libparse-dia-sql-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libparse-dia-sql-perl/debian/compat?rev=71248&op=diff
==============================================================================
--- trunk/libparse-dia-sql-perl/debian/compat (original)
+++ trunk/libparse-dia-sql-perl/debian/compat Sat Mar 12 14:04:14 2011
@@ -1,1 +1,1 @@
-7
+8

Modified: trunk/libparse-dia-sql-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libparse-dia-sql-perl/debian/control?rev=71248&op=diff
==============================================================================
--- trunk/libparse-dia-sql-perl/debian/control (original)
+++ trunk/libparse-dia-sql-perl/debian/control Sat Mar 12 14:04:14 2011
@@ -1,31 +1,32 @@
 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,
-  perl (>= 5.10) | libio-compress-perl | libio-compress-zlib-perl
+Build-Depends: debhelper (>= 8)
+Build-Depends-Indep: perl,
+ libtext-table-perl,
+ libtest-exception-perl,
+ libxml-dom-perl,
+ liblog-log4perl-perl,
+ perl (>= 5.10) | libio-compress-perl | libio-compress-zlib-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Andreas Faafeng <aff at cpan.org>
-Standards-Version: 3.8.4
+Uploaders: Andreas Faafeng <aff at cpan.org>,
+ Jonathan Yu <jawnsy at cpan.org>
+Standards-Version: 3.9.1
 Vcs-Svn: svn://svn.debian.org/svn/pkg-perl/trunk/libparse-dia-sql-perl
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libparse-dia-sql-perl/
 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, libxml-dom-perl, liblog-log4perl-perl, 
-  perl (>= 5.10) | libio-compress-perl | libio-compress-zlib-perl
-Description: Dia class diagram parser and SQL generator
- Dia is a diagram creation program for Linux, Unix and Windows released under
- the GNU General Public License.
+Depends: ${perl:Depends}, ${misc:Depends},
+ libtext-table-perl,
+ libxml-dom-perl,
+ liblog-log4perl-perl, 
+ perl (>= 5.10) | libio-compress-perl | libio-compress-zlib-perl
+Description: module for parsing Dia diagram files and generating SQL
+ Parse::Dia::SQL is a Perl module that parses files created in the Dia diagram
+ creation program, represents it as an internal datastructure, and produces
+ the SQL statements it represents.
  .
- 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.
- .
- This package also contains a command line utility to convert diagrams 
- into SQL. This utility replaces the older tedia2sql script.
+ This package also provides the 'parsediasql' command-line utility to convert
+ diagrams into SQL. this utility replaces the older tedia2sql program.

Modified: trunk/libparse-dia-sql-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libparse-dia-sql-perl/debian/copyright?rev=71248&op=diff
==============================================================================
--- trunk/libparse-dia-sql-perl/debian/copyright (original)
+++ trunk/libparse-dia-sql-perl/debian/copyright Sat Mar 12 14:04:14 2011
@@ -11,6 +11,7 @@
 
 Files: debian/*
 Copyright: 2010, Andreas Faafeng <aff at cpan.org>
+ 2011, Jonathan Yu <jawnsy at cpan.org>
 License: GPL-2+
 
 License: GPL-2+




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