r75743 - in /trunk/libmath-derivative-perl/debian: changelog control patches/fix-pod.patch

fabreg-guest at users.alioth.debian.org fabreg-guest at users.alioth.debian.org
Tue Jun 14 21:07:51 UTC 2011


Author: fabreg-guest
Date: Tue Jun 14 21:07:41 2011
New Revision: 75743

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=75743
Log:
Added patch headers

Modified:
    trunk/libmath-derivative-perl/debian/changelog
    trunk/libmath-derivative-perl/debian/control
    trunk/libmath-derivative-perl/debian/patches/fix-pod.patch

Modified: trunk/libmath-derivative-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-derivative-perl/debian/changelog?rev=75743&op=diff
==============================================================================
--- trunk/libmath-derivative-perl/debian/changelog (original)
+++ trunk/libmath-derivative-perl/debian/changelog Tue Jun 14 21:07:41 2011
@@ -1,12 +1,4 @@
 libmath-derivative-perl (0.01-6) UNRELEASED; urgency=low
-
-  TODO:
-  - add DEP3 header to patch
-  - remove half of the changelog entries (all that are not relevant anymore:
-    README.source, d/rules, old S-V, quilt, ...)
-  - debian/control:
-    + short description: start with small letter, and make it a noun phrase
-    + long description: s;This Perl package;Math::Derivative;
 
   [ gregor herrmann ]
   * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
@@ -28,12 +20,9 @@
 
   [ gregor herrmann ]
   * Split out POD fixes into a separate patch; add quilt framework.
-  * Set Standards-Version to 3.7.3 (no changes).
   * Refresh debian/rules, no functional changes, except: don't install README
     and Release any more.
   * debian/watch: use dist-based URL.
-  * Add debian/README.source to document quilt usage, as required by
-    Debian Policy since 3.8.0.
   * debian/control: Changed: Switched Vcs-Browser field to ViewSVN
     (source stanza).
   * debian/control: Added: ${misc:Depends} to Depends: field.
@@ -49,13 +38,11 @@
   * Build-Depends: switch to debhelper (>= 8).
   * Bump to 3.0 quilt format.
   * Email change: gregor herrmann -> gregoa at debian.org
-  * Removed old debian/README.source
 
  -- Fabrizio Regalli <fabreg at fabreg.it>  Tue, 14 Jun 2011 12:56:10 +0200
 
 libmath-derivative-perl (0.01-5) unstable; urgency=low
 
-  * Add dh_md5sums to debian/rules.
   * Don't ignore errors of $(MAKE) clean.
 
  -- gregor herrmann <gregor+debian at comodo.priv.at>  Fri, 17 Aug 2007 13:11:12 +0200

Modified: trunk/libmath-derivative-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-derivative-perl/debian/control?rev=75743&op=diff
==============================================================================
--- trunk/libmath-derivative-perl/debian/control (original)
+++ trunk/libmath-derivative-perl/debian/control Tue Jun 14 21:07:41 2011
@@ -15,8 +15,8 @@
 Package: libmath-derivative-perl
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends}
-Description: Numeric 1st and 2nd order differentiation
- This Perl package exports functions for performing numerical first
+Description: Perl package for numeric 1st and 2nd order differentiation
+ Math::Derivative exports functions for performing numerical first
  and second order differentiation on data. The functions take
  references to two arrays containing the x and y ordinates of the data
  and return an array of the 1st or 2nd derivative at the given x

Modified: trunk/libmath-derivative-perl/debian/patches/fix-pod.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-derivative-perl/debian/patches/fix-pod.patch?rev=75743&op=diff
==============================================================================
--- trunk/libmath-derivative-perl/debian/patches/fix-pod.patch (original)
+++ trunk/libmath-derivative-perl/debian/patches/fix-pod.patch Tue Jun 14 21:07:41 2011
@@ -1,3 +1,7 @@
+Description: POD fixes
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2007-08-17
+
 --- a/Derivative.pm
 +++ b/Derivative.pm
 @@ -1,8 +1,9 @@
@@ -10,4 +14,3 @@
 +Math::Derivative - Numeric 1st and 2nd order differentiation
  
  =head1 SYNOPSIS
- 




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