r48251 - in /trunk/libmouse-perl/debian: changelog control copyright libmouse-perl.examples

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Sat Dec 5 16:33:58 UTC 2009


Author: jawnsy-guest
Date: Sat Dec  5 16:33:49 2009
New Revision: 48251

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=48251
Log:
Refresh control and copyright information

Added:
    trunk/libmouse-perl/debian/libmouse-perl.examples
Modified:
    trunk/libmouse-perl/debian/changelog
    trunk/libmouse-perl/debian/control
    trunk/libmouse-perl/debian/copyright

Modified: trunk/libmouse-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmouse-perl/debian/changelog?rev=48251&op=diff
==============================================================================
--- trunk/libmouse-perl/debian/changelog (original)
+++ trunk/libmouse-perl/debian/changelog Sat Dec  5 16:33:49 2009
@@ -2,6 +2,7 @@
 
   [ Jonathan Yu ]
   * New upstream release
+  * Refresh control and copyright information
 
   [ gregor herrmann ]
   * debian/control: Changed: (build-)depend on perl instead of perl-

Modified: trunk/libmouse-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmouse-perl/debian/control?rev=48251&op=diff
==============================================================================
--- trunk/libmouse-perl/debian/control (original)
+++ trunk/libmouse-perl/debian/control Sat Dec  5 16:33:49 2009
@@ -2,11 +2,11 @@
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: perl, libmoose-perl (>= 0.92), libtest-exception-perl,
- libclass-method-modifiers-perl, libtest-output-perl, libtest-deep-perl,
- perl (>= 5.10.1) | libtest-simple-perl (>= 0.88),
- libregexp-common-perl, liblocale-us-perl, libtest-leaktrace-perl,
- libio-string-perl
+Build-Depends-Indep: perl, libclass-method-modifiers-perl,
+ libextutils-parsexs-perl (>= 2.21), libio-string-perl, liblocale-us-perl,
+ libmoose-perl (>= 0.92), libregexp-common-perl, libtest-deep-perl,
+ libtest-exception-perl (>= 0.27), libtest-leaktrace-perl, libtest-output-perl,
+ libtest-simple-perl (>= 0.88)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Gunnar Wolf <gwolf at debian.org>, gregor herrmann <gregoa at debian.org>,
  Jose Luis Rivas <ghostbar at debian.org>, Brian Cassidy <brian.cassidy at gmail.com>,
@@ -20,7 +20,7 @@
 
 Package: libmouse-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}
+Depends: ${misc:Depends}, ${perl:Depends}
 Recommends: libclass-method-modifiers-perl
 Description: lightweight object framework for Perl
  Mouse is a lightweight Perl object framework based largely on the techniques

Modified: trunk/libmouse-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmouse-perl/debian/copyright?rev=48251&op=diff
==============================================================================
--- trunk/libmouse-perl/debian/copyright (original)
+++ trunk/libmouse-perl/debian/copyright Sat Dec  5 16:33:49 2009
@@ -1,23 +1,21 @@
-Format-Specification:
-    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
-Upstream-Name: Mouse
-Upstream-Maintainer: Shawn M Moore <sartak at gmail.com>
-Upstream-Source: http://search.cpan.org/dist/Mouse
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=59
+Maintainer: Shawn M Moore <sartak at gmail.com>
+Source: http://search.cpan.org/dist/Mouse/
+Name: Mouse
 
 Files: *
-Copyright: 2008-2009, Infinity Interactive, Inc.
-License-Alias: Perl
-License: GPL-1+ | Artistic
+Copyright: 2006-2009, Infinity Interactive, Inc.
+License: Artistic or GPL-1+
 
 Files: inc/Module/*
 Copyright: 2002-2009, Adam Kennedy <adamk at cpan.org>
  2002-2009, Audrey Tang <autrijus at autrijus.org>
  2002-2009, Brian Ingerson <ingy at cpan.org>
-License: Artistic | GPL-1+
+License: Artistic or GPL-1+
 
 Files: lib/ouse.pm
-Copyright: Copyright 2008, Shawn M Moore <sartak at gmail.com>
-License: GPL-1+ | Artistic
+Copyright: 2008, Shawn M Moore <sartak at gmail.com>
+License: Artistic or GPL-1+
 
 Files: debian/*
 Copyright: 2009, Jonathan Yu <jawnsy at cpan.org>
@@ -28,18 +26,20 @@
  2008, gregor herrmann <gregoa at debian.org>
  2008-2009, Jose Luis Rivas <ghostbar at debian.org>
  2008, Gunnar Wolf <gwolf at debian.org>
-License: GPL-1+ | Artistic
+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'
+ 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'
+ 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/libmouse-perl/debian/libmouse-perl.examples
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmouse-perl/debian/libmouse-perl.examples?rev=48251&op=file
==============================================================================
--- trunk/libmouse-perl/debian/libmouse-perl.examples (added)
+++ trunk/libmouse-perl/debian/libmouse-perl.examples Sat Dec  5 16:33:49 2009
@@ -1,0 +1,1 @@
+example/*




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