[SCM] Packaging of Statistics::Linefit in Debian branch, master, updated. upstream/0.07-3-gbdb0f3b

Harlan Lieberman-Berg H.LiebermanBerg at gmail.com
Mon Aug 6 17:39:54 UTC 2012


The following commit has been merged in the master branch:
commit bdb0f3ba3d2ae3da94f5f5e4ea49049f0d7436b1
Author: Harlan Lieberman-Berg <H.LiebermanBerg at gmail.com>
Date:   Mon Aug 6 13:39:44 2012 -0400

    Fix several small errors in d/ files.

diff --git a/debian/changelog b/debian/changelog
index 7a7ab75..f7279b6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,18 +1,5 @@
 libstatistics-linefit-perl (0.07-1) UNRELEASED; urgency=low
 
-  TODO:
-  - the upstream code doesn't have a copyright statement anywhere.
-    * either contact the upstream author
-    * or add a comment to d/copyright that we assume under the Berne
-      Convention that author = copyright holder
-  - d/control:
-    * short description should be a noun phrase and start with a small letter
-    * long description should mention module name and consist of complete
-      sentences
-    * "Build-Depende-Indep: perl" missing
-  * d/{watch,copyright,control}: please use the dist-based URL instead of the
-    ~author one
-
   * Initial Release. (Closes: #683780)
 
- -- Harlan Lieberman-Berg <H.LiebermanBerg at gmail.com>  Fri, 03 Aug 2012 17:44:12 -0400
+ -- Harlan Lieberman-Berg <H.LiebermanBerg at gmail.com>  Mon, 06 Aug 2012 13:39:19 -0400
diff --git a/debian/control b/debian/control
index ed57530..8908a0e 100644
--- a/debian/control
+++ b/debian/control
@@ -2,17 +2,19 @@ Source: libstatistics-linefit-perl
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
+Build-Depends-Indep: perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Harlan Lieberman-Berg <H.LiebermanBerg at gmail.com>
 Standards-Version: 3.9.3
-Homepage: http://search.cpan.org/~randerson/Statistics-LineFit/
+Homepage: http://search.cpan.org/dist/Statistics-LineFit/
 Vcs-Git: git://git.debian.org/pkg-perl/packages/libstatistics-linefit-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libstatistics-linefit-perl.git
 
 Package: libstatistics-linefit-perl
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends}
-Description: Least squares line fit in Perl
- Produces a least squares line fit, weighted or unweighted, borrowing
- some ideas from Statistics::OLS.  It is faster, more robust, has
- better code, and allows for weighted or unweighted regression.
\ No newline at end of file
+Description: least squares line fit
+ Statistics::Linefit produces a least squares line fit, either
+ weighted or unweighted.  It borrows some ideas from Statistics::OLS,
+ but is faster, more robust, has better code, and it allows for
+ weighted or unweighted regression.
\ No newline at end of file
diff --git a/debian/copyright b/debian/copyright
index 84b25c0..ace0876 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,8 +1,9 @@
 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: Statistics::Linefit
 Upstream-Contact: Richard Anderson <cpan at richardanderson.org>
-Source: http://search.cpan.org/~randerson/Statistics-LineFit/
+Source: http://search.cpan.org/dist/Statistics-LineFit/
 License: GPL-1+ or Artistic
+Comment: As there is no statement of copyright ownership in the code itself, we are assuming that the author is the copyright holder under the Berne Convention for the Protection of Literary and Artistic Works.
 
 Files: *
 Copyright: 2004, Richard Anderson <cpan at richardanderson.org>
diff --git a/debian/watch b/debian/watch
index 2a8ebf4..4c2bd3d 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,3 +1,3 @@
 version=3
 
-http://search.cpan.org/~randerson/Statistics-LineFit/ .*/Statistics-LineFit-(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$
+http://search.cpan.org/dist/Statistics-LineFit/ .*/Statistics-LineFit-(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$

-- 
Packaging of Statistics::Linefit in Debian



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