r70013 - in /trunk/libmoosex-types-varianttable-perl/debian: README.source changelog control copyright rules source/ source/format

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sun Feb 27 22:32:38 UTC 2011


Author: gregoa
Date: Sun Feb 27 22:32:29 2011
New Revision: 70013

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=70013
Log:
* Switch to source format 3.0 (quilt); remove quilt framework.
* Add /me to Uploaders.
* Set Standards-Version to 3.9.1 (no changes).
* debian/copyright: update formatting.

Added:
    trunk/libmoosex-types-varianttable-perl/debian/source/
    trunk/libmoosex-types-varianttable-perl/debian/source/format
Removed:
    trunk/libmoosex-types-varianttable-perl/debian/README.source
Modified:
    trunk/libmoosex-types-varianttable-perl/debian/changelog
    trunk/libmoosex-types-varianttable-perl/debian/control
    trunk/libmoosex-types-varianttable-perl/debian/copyright
    trunk/libmoosex-types-varianttable-perl/debian/rules

Modified: trunk/libmoosex-types-varianttable-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-types-varianttable-perl/debian/changelog?rev=70013&op=diff
==============================================================================
--- trunk/libmoosex-types-varianttable-perl/debian/changelog (original)
+++ trunk/libmoosex-types-varianttable-perl/debian/changelog Sun Feb 27 22:32:29 2011
@@ -1,7 +1,10 @@
 libmoosex-types-varianttable-perl (0.04-2) UNRELEASED; urgency=low
 
-  * debian/rules: switch order of arguments to dh.
   * Add build dependency on libtest-use-ok-perl (closes: #615623).
+  * Switch to source format 3.0 (quilt); remove quilt framework.
+  * Add /me to Uploaders.
+  * Set Standards-Version to 3.9.1 (no changes).
+  * debian/copyright: update formatting.
 
  -- gregor herrmann <gregoa at debian.org>  Wed, 28 Jul 2010 14:33:01 -0400
 

Modified: trunk/libmoosex-types-varianttable-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-types-varianttable-perl/debian/control?rev=70013&op=diff
==============================================================================
--- trunk/libmoosex-types-varianttable-perl/debian/control (original)
+++ trunk/libmoosex-types-varianttable-perl/debian/control Sun Feb 27 22:32:29 2011
@@ -1,13 +1,14 @@
 Source: libmoosex-types-varianttable-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7.0.8), quilt (>= 0.46-7)
+Build-Depends: debhelper (>= 7)
 Build-Depends-Indep: perl, libtest-exception-perl, libmoose-perl (>= 0.75),
  libmoosex-types-structured-perl, libmoosex-clone-perl, libsub-exporter-perl,
  libtest-use-ok-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Jonathan Yu <jawnsy at cpan.org>
-Standards-Version: 3.8.3
+Uploaders: Jonathan Yu <jawnsy at cpan.org>,
+ gregor herrmann <gregoa at debian.org>
+Standards-Version: 3.9.1
 Homepage: http://search.cpan.org/dist/MooseX-Types-VariantTable/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libmoosex-types-varianttable-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libmoosex-types-varianttable-perl/

Modified: trunk/libmoosex-types-varianttable-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-types-varianttable-perl/debian/copyright?rev=70013&op=diff
==============================================================================
--- trunk/libmoosex-types-varianttable-perl/debian/copyright (original)
+++ trunk/libmoosex-types-varianttable-perl/debian/copyright Sun Feb 27 22:32:29 2011
@@ -1,4 +1,4 @@
-Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=59
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
 Maintainer: Yuval Kogman <nothingmuch at woobling.org>
 Source: http://search.cpan.org/dist/MooseX-Types-VariantTable/
 Name: MooseX-Types-VariantTable
@@ -9,14 +9,15 @@
 
 Files: debian/*
 Copyright: 2010, Jonathan Yu <jawnsy at cpan.org>
+ 2011, gregor herrmann <gregoa at debian.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'
+ On Debian 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
@@ -24,5 +25,5 @@
  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'
+ On Debian systems, the complete text of version 1 of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL-1'.

Modified: trunk/libmoosex-types-varianttable-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-types-varianttable-perl/debian/rules?rev=70013&op=diff
==============================================================================
--- trunk/libmoosex-types-varianttable-perl/debian/rules (original)
+++ trunk/libmoosex-types-varianttable-perl/debian/rules Sun Feb 27 22:32:29 2011
@@ -1,4 +1,4 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@ --with quilt
+	dh $@

Added: trunk/libmoosex-types-varianttable-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-types-varianttable-perl/debian/source/format?rev=70013&op=file
==============================================================================
--- trunk/libmoosex-types-varianttable-perl/debian/source/format (added)
+++ trunk/libmoosex-types-varianttable-perl/debian/source/format Sun Feb 27 22:32:29 2011
@@ -1,0 +1,1 @@
+3.0 (quilt)




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