r63397 - in /trunk/libpoe-api-peek-perl/debian: changelog control copyright patches/ rules

periapt-guest at users.alioth.debian.org periapt-guest at users.alioth.debian.org
Tue Oct 5 17:00:53 UTC 2010


Author: periapt-guest
Date: Tue Oct  5 17:00:30 2010
New Revision: 63397

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=63397
Log:
* debian/rules: replaced with tiny 3-line variant
* Removed empty patches directory

Removed:
    trunk/libpoe-api-peek-perl/debian/patches/
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/rules

Modified: trunk/libpoe-api-peek-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-api-peek-perl/debian/changelog?rev=63397&op=diff
==============================================================================
--- trunk/libpoe-api-peek-perl/debian/changelog (original)
+++ trunk/libpoe-api-peek-perl/debian/changelog Tue Oct  5 17:00:30 2010
@@ -1,21 +1,12 @@
 libpoe-api-peek-perl (2.1600-1) UNRELEASED; urgency=low
 
   TODO:
-  - debian/rules: replace with tiny 3-line variant
-  - (side note: man 1 lintian suggests that overriding pedantic tags is not
-    necessary. of course it's not wrong.)
   - debian/copyright:
-    * 2x Martín Ferrari
     * cosmetics:
-      + the line break after Format-Specification is not necessary
-      + two maintainers?
       + LICENSE has only one copyright holder (probably keeping the second one
         is more correct though)
       + inc/* would look nicer with the template from
         http://pkg-perl.alioth.debian.org/copyright.html#module__install
-  - svn rm debian/patches -m "remove empty debian/patches directory"
-  - debian/control: version for libpoe-perl looks good in B-D-I but not so
-    good in Depends
 
   [ Ryan Niebur ]
   * Update jawnsy's email address
@@ -31,6 +22,8 @@
   * Added debian/source/format 
   * Added override to record the non-existence of an upstream changelog
   * Refreshed copyright
+  * debian/rules: replaced with tiny 3-line variant
+  * Removed empty patches directory
 
  -- Nicholas Bamber <nicholas at periapt.co.uk>  Mon, 04 Oct 2010 22:08:56 +0100
 

Modified: trunk/libpoe-api-peek-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-api-peek-perl/debian/control?rev=63397&op=diff
==============================================================================
--- trunk/libpoe-api-peek-perl/debian/control (original)
+++ trunk/libpoe-api-peek-perl/debian/control Tue Oct  5 17:00:30 2010
@@ -15,7 +15,7 @@
 
 Package: libpoe-api-peek-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, libdevel-size-perl, libpoe-perl (>= 2:1.0001)
+Depends: ${misc:Depends}, ${perl:Depends}, libdevel-size-perl, libpoe-perl (>= 2:1.2930)
 Description: module to peek into the internals of a running POE environment
  POE::API::Peek extends the POE::Kernel interface to provide clean access to
  Kernel internals in a cross-version compatible manner. Other calculated data

Modified: trunk/libpoe-api-peek-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-api-peek-perl/debian/copyright?rev=63397&op=diff
==============================================================================
--- trunk/libpoe-api-peek-perl/debian/copyright (original)
+++ trunk/libpoe-api-peek-perl/debian/copyright Tue Oct  5 17:00:30 2010
@@ -1,12 +1,11 @@
-Format-Specification:
-    http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
-Maintainer: sungo <sungo at sungo.us>, Yuval Kogman <nothingmuch at woobling.org>
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: sungo <sungo at sungo.us>
 Source: http://search.cpan.org/dist/POE-API-Peek/
 Name: POE-API-Peek
 
 Files: *
 Copyright:
-    2003 - 2010, Matt Cashner <sungo at sungo.is>
+    2003-2010, Matt Cashner <sungo at sungo.is>
     2008, Yuval Kogman <nothingmuch at woobling.org>
 License: BSD-3
  Redistribution and use in source and binary forms, with or without
@@ -39,8 +38,8 @@
 License: GPL-1+ or  Artistic
 
 Files: debian/*
-Copyright: 2007, 2008, Jose Luis Rivas <ghostbar38 at gmail.com>
- 2008, Martín Ferrari <martin.ferrari at gmail.com>
+Copyright:
+ 2007-2008, Jose Luis Rivas <ghostbar38 at gmail.com>
  2008, Martín Ferrari <tincho at debian.org>
  2009, gregor herrmann <gregoa at debian.org>
  2010, Nicholas Bamber <nicholas at periapt.co.uk>

Modified: trunk/libpoe-api-peek-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-api-peek-perl/debian/rules?rev=63397&op=diff
==============================================================================
--- trunk/libpoe-api-peek-perl/debian/rules (original)
+++ trunk/libpoe-api-peek-perl/debian/rules Tue Oct  5 17:00:30 2010
@@ -1,23 +1,4 @@
 #!/usr/bin/make -f
 
-build: build-stamp
-build-stamp:
-	dh build
-	touch $@
-
-clean:
+%:
 	dh $@
-
-install: install-stamp
-install-stamp: build-stamp
-	dh install
-	touch $@
-
-binary-arch:
-
-binary-indep: install
-	dh $@
-
-binary: binary-arch binary-indep
-
-.PHONY: binary binary-arch binary-indep install clean build




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