r14756 - in /trunk/libpoe-api-peek-perl/debian: changelog control copyright watch

tincho-guest at users.alioth.debian.org tincho-guest at users.alioth.debian.org
Mon Feb 11 11:43:40 UTC 2008


Author: tincho-guest
Date: Mon Feb 11 11:43:40 2008
New Revision: 14756

URL: http://svn.debian.org/wsvn/?sc=1&rev=14756
Log:
* debian/control:
  - Set DPG as Maintainer.
  - Moved José to Uploaders, added myself too.
  - Bumped Standards-Version (no changes).
  - Removed version from dependency on perl (too old).
  - Added libpoe-perl to depends. I don't add libmodule-signature-perl, as
  it is too picky about the debian/ dir, and doesn't seem to be easily
  fixable, neither libtest-pod-coverage-perl as it is not really used.
* debian/watch: use dist/ url.
* debian/copyright: new format.

Modified:
    trunk/libpoe-api-peek-perl/debian/changelog
    trunk/libpoe-api-peek-perl/debian/control
    trunk/libpoe-api-peek-perl/debian/copyright
    trunk/libpoe-api-peek-perl/debian/watch

Modified: trunk/libpoe-api-peek-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libpoe-api-peek-perl/debian/changelog?rev=14756&op=diff
==============================================================================
--- trunk/libpoe-api-peek-perl/debian/changelog (original)
+++ trunk/libpoe-api-peek-perl/debian/changelog Mon Feb 11 11:43:40 2008
@@ -1,7 +1,6 @@
-libpoe-api-peek-perl (1.0802-2) UNRELEASED; urgency=low
+libpoe-api-peek-perl (1.0802-2) unstable; urgency=low
 
   [ Damyan Ivanov ]
-  * NEEDS WORK - Maintainer, watch, etc
   * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
     field (source stanza); Homepage field (source stanza). Removed:
     Homepage pseudo-field (Description).
@@ -9,7 +8,19 @@
   [ gregor herrmann ]
   * debian/rules: delete /usr/lib/perl5 only if it exists.
 
- -- Damyan Ivanov <dmn at debian.org>  Fri, 07 Dec 2007 13:53:02 +0200
+  [ Martín Ferrari ]
+  * debian/control:
+    - Set DPG as Maintainer.
+    - Moved José to Uploaders, added myself too.
+    - Bumped Standards-Version (no changes).
+    - Removed version from dependency on perl (too old).
+    - Added libpoe-perl to depends. I don't add libmodule-signature-perl, as
+    it is too picky about the debian/ dir, and doesn't seem to be easily
+    fixable, neither libtest-pod-coverage-perl as it is not really used.
+  * debian/watch: use dist/ url.
+  * debian/copyright: new format.
+
+ -- Martín Ferrari <martin.ferrari at gmail.com>  Mon, 11 Feb 2008 09:43:14 -0200
 
 libpoe-api-peek-perl (1.0802-1) unstable; urgency=low
 

Modified: trunk/libpoe-api-peek-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libpoe-api-peek-perl/debian/control?rev=14756&op=diff
==============================================================================
--- trunk/libpoe-api-peek-perl/debian/control (original)
+++ trunk/libpoe-api-peek-perl/debian/control Mon Feb 11 11:43:40 2008
@@ -1,17 +1,20 @@
 Source: libpoe-api-peek-perl
 Section: perl
 Priority: extra
-Maintainer: Jose Luis Rivas <ghostbar38 at gmail.com>
-Build-Depends-Indep: perl (>= 5.6.1), libdevel-size-perl, libtest-distribution-perl, libpoe-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Jose Luis Rivas <ghostbar38 at gmail.com>,
+ Martín Ferrari <martin.ferrari at gmail.com>
+Build-Depends-Indep: perl, libdevel-size-perl, libtest-distribution-perl,
+ libpoe-perl
 Build-Depends: cdbs, debhelper (>= 5)
-Standards-Version: 3.7.2
+Standards-Version: 3.7.3
 Homepage: http://search.cpan.org/dist/POE-API-Peek/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libpoe-api-peek-perl/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-api-peek-perl/
 
 Package: libpoe-api-peek-perl
 Architecture: all
-Depends: ${perl:Depends}, libdevel-size-perl
+Depends: ${perl:Depends}, libdevel-size-perl, libpoe-perl
 Description: Peek into the internals of a running POE environment
  Extends the POE::Kernel interface to provide clean access to Kernel internals
  in a cross-version compatible manner. Other calculated data is also available.

Modified: trunk/libpoe-api-peek-perl/debian/copyright
URL: http://svn.debian.org/wsvn/trunk/libpoe-api-peek-perl/debian/copyright?rev=14756&op=diff
==============================================================================
--- trunk/libpoe-api-peek-perl/debian/copyright (original)
+++ trunk/libpoe-api-peek-perl/debian/copyright Mon Feb 11 11:43:40 2008
@@ -3,31 +3,31 @@
 
 It was downloaded from http://search.cpan.org/dist/POE-API-Peek
 
-Upstream Author: 
+Upstream Author: Matt Cashner <sungo at pobox.com>
 
-    Matt Cashner <sungo at pobox.com>
+Files: *
+Copyright: © 2003-2005 Matt Cashner. All rights reserved.
+License: BSD-3
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are met:
+ .
+   * Redistributions of source code must retain the above copyright notice,
+   this list of conditions and the following disclaimer.
+   * Redistributions in binary form must reproduce the above copyright 
+   notice, this list of conditions and the following disclaimer in the 
+   documentation and/or other materials provided with the distribution.
+   * Neither the name of Matt Cashner nor the names of its contributors may
+   be used to endorse or promote products derived from this software without
+   specific prior written permission.
 
-Copyright:
-    
-    Copyright (c) 2003 - 2005, Matt Cashner. All rights reserved.
+Files: debian/*
+Copyright: © 2008 Debian Perl Group
+                  <pkg-perl-maintainers at lists.alioth.debian.org>
+           © 2007 Jose Luis Rivas <ghostbar38 at gmail.com>
+License: GPL
 
-License:
-
-    Redistribution and use in source and binary forms, with or 
-    without modification, are permitted provided that the following conditions 
-    are met:
-
-        * Redistributions of source code must retain the above copyright notice,
-	this list of conditions and the following disclaimer.
-        * Redistributions in binary form must reproduce the above copyright 
-	notice, this list of conditions and the following disclaimer in the 
-	documentation and/or other materials provided with the distribution.
-        * Neither the name of Matt Cashner nor the names of its contributors may
-	be used to endorse or promote products derived from this software without
-	specific prior written permission.
+The Debian packaging is licensed under the GPL, see
+`/usr/share/common-licenses/GPL'.
 
 On Debian GNU/Linux systems, the complete text of the BSD License can be
 found in `/usr/share/common-licenses/BSD'.
-
-The Debian packaging is (C) 2007, Jose Luis Rivas <ghostbar38 at gmail.com> and
-is licensed under the GPL, see `/usr/share/common-licenses/GPL'.

Modified: trunk/libpoe-api-peek-perl/debian/watch
URL: http://svn.debian.org/wsvn/trunk/libpoe-api-peek-perl/debian/watch?rev=14756&op=diff
==============================================================================
--- trunk/libpoe-api-peek-perl/debian/watch (original)
+++ trunk/libpoe-api-peek-perl/debian/watch Mon Feb 11 11:43:40 2008
@@ -1,2 +1,3 @@
 version=3
-http://search.cpan.org/CPAN/authors/id/S/SU/SUNGO/POE-API-Peek-(\d+\.\d+)\.tar\.gz
+http://search.cpan.org/dist/POE-API-Peek/ \
+	.*/POE-API-Peek-v?(\d.*)\.tar\.gz




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