r66775 - in /trunk/libmath-symbolic-perl/debian: changelog compat control copyright libmath-symbolic-perl.docs patches/ patches/fix-pod-spelling.patch patches/series source/ source/format

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Sat Jan 1 15:15:47 UTC 2011


Author: jawnsy-guest
Date: Sat Jan  1 15:15:35 2011
New Revision: 66775

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=66775
Log:
looks good, dch -r

Added:
    trunk/libmath-symbolic-perl/debian/patches/
    trunk/libmath-symbolic-perl/debian/patches/fix-pod-spelling.patch
    trunk/libmath-symbolic-perl/debian/patches/series
    trunk/libmath-symbolic-perl/debian/source/
    trunk/libmath-symbolic-perl/debian/source/format
Modified:
    trunk/libmath-symbolic-perl/debian/changelog
    trunk/libmath-symbolic-perl/debian/compat
    trunk/libmath-symbolic-perl/debian/control
    trunk/libmath-symbolic-perl/debian/copyright
    trunk/libmath-symbolic-perl/debian/libmath-symbolic-perl.docs

Modified: trunk/libmath-symbolic-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-symbolic-perl/debian/changelog?rev=66775&op=diff
==============================================================================
--- trunk/libmath-symbolic-perl/debian/changelog (original)
+++ trunk/libmath-symbolic-perl/debian/changelog Sat Jan  1 15:15:35 2011
@@ -1,5 +1,5 @@
-libmath-symbolic-perl (0.606-1) UNRELEASED; urgency=low
+libmath-symbolic-perl (0.606-1) unstable; urgency=low
 
-  * Initial Release.
+  * Initial Release (Closes: #608565)
 
- -- Jonathan Yu <jawnsy at cpan.org>  Fri, 31 Dec 2010 21:46:59 -0500
+ -- Jonathan Yu <jawnsy at cpan.org>  Sat, 01 Jan 2011 10:32:06 -0500

Modified: trunk/libmath-symbolic-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-symbolic-perl/debian/compat?rev=66775&op=diff
==============================================================================
--- trunk/libmath-symbolic-perl/debian/compat (original)
+++ trunk/libmath-symbolic-perl/debian/compat Sat Jan  1 15:15:35 2011
@@ -1,1 +1,1 @@
-7
+8

Modified: trunk/libmath-symbolic-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-symbolic-perl/debian/control?rev=66775&op=diff
==============================================================================
--- trunk/libmath-symbolic-perl/debian/control (original)
+++ trunk/libmath-symbolic-perl/debian/control Sat Jan  1 15:15:35 2011
@@ -1,9 +1,12 @@
 Source: libmath-symbolic-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: libparse-recdescent-perl,
- perl
+Build-Depends: debhelper (>= 8)
+Build-Depends-Indep: perl,
+ libtest-distribution-perl,
+ libtest-pod-perl,
+ libtest-pod-coverage-perl,
+ libparse-recdescent-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jonathan Yu <jawnsy at cpan.org>
 Standards-Version: 3.9.1
@@ -14,24 +17,9 @@
 Package: libmath-symbolic-perl
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends},
- libparse-recdescent-perl,
- perl
-Description: Symbolic calculations
- Math::Symbolic is intended to offer symbolic calculation capabilities to the
- Perl programmer without using external (and commercial) libraries and/or
- applications.
- .
- Unless, however, some interested and knowledgable developers turn up to
- participate in the development, the library will be severely limited by my
- experience in the area. Symbolic calculations are an active field of research
- in CS.
- .
- There are several ways to construct Math::Symbolic trees. There are no actual
- Math::Symbolic objects, but rather trees of objects of subclasses of
- Math::Symbolic. The most general but unfortunately also the least intuitive
- way of constructing trees is to use the constructors of the
- Math::Symbolic::Operator, Math::Symbolic::Variable, and
- Math::Symbolic::Constant classes to create (nested) objects of the
- corresponding types.
- .
- This description was automagically extracted from the module by dh-make-perl.
+ libparse-recdescent-perl
+Description: module for performing symbolic calculations
+ Math::Symbolic is a Perl module for performing symbolic calculations, similar
+ to Computer Algebra Systems (CAS) like Maxima, Maple and Mathematica. Using
+ this software, algebraic expressions can be parsed from strings, manipulated
+ in Perl and even compiled into code references.

Modified: trunk/libmath-symbolic-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-symbolic-perl/debian/copyright?rev=66775&op=diff
==============================================================================
--- trunk/libmath-symbolic-perl/debian/copyright (original)
+++ trunk/libmath-symbolic-perl/debian/copyright Sat Jan  1 15:15:35 2011
@@ -1,29 +1,19 @@
 Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
-Maintainer: (information incomplete)
+Maintainer: Steffen Müller <smueller at cpan.org>
 Source: http://search.cpan.org/dist/Math-Symbolic/
 Name: Math-Symbolic
-DISCLAIMER: This copyright info was automatically extracted 
- from the perl module. It may not be accurate, so you better 
- check the module sources in order to ensure the module for its 
- inclusion in Debian or for general legal information. Please, 
- if licensing information is incorrectly generated, file a bug 
- on dh-make-perl.
- NOTE: Don't forget to remove this disclaimer once you are happy
- with this file.
 
 Files: *
-Copyright: (information incomplete)
-License: unparsable
+Copyright: 2003-2010, Steffen Müller <smueller at cpan.org>
+License: Artistic or GPL-1+
+
+Files: lib/Math/Symbolic/Parser/Yapp.pm
+Copyright: 1998-2001, Francois Desarmenien <francois at fdesar.net>
+License: Artistic or GPL-1+
 
 Files: debian/*
 Copyright: 2010, Jonathan Yu <jawnsy at cpan.org>
-License: unparsable or Artistic or GPL-1+
-
-License: unparsable
- No known license could be automatically determined for this module.
- If this module conforms to a commonly used license, please report this
- as a bug in dh-make-perl. In any case, please find the proper license
- and fix this file!
+License: Artistic or GPL-1+
 
 License: Artistic
  This program is free software; you can redistribute it and/or modify

Modified: trunk/libmath-symbolic-perl/debian/libmath-symbolic-perl.docs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-symbolic-perl/debian/libmath-symbolic-perl.docs?rev=66775&op=diff
==============================================================================
--- trunk/libmath-symbolic-perl/debian/libmath-symbolic-perl.docs (original)
+++ trunk/libmath-symbolic-perl/debian/libmath-symbolic-perl.docs Sat Jan  1 15:15:35 2011
@@ -1,2 +1,1 @@
-README
 TODO

Added: trunk/libmath-symbolic-perl/debian/patches/fix-pod-spelling.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-symbolic-perl/debian/patches/fix-pod-spelling.patch?rev=66775&op=file
==============================================================================
--- trunk/libmath-symbolic-perl/debian/patches/fix-pod-spelling.patch (added)
+++ trunk/libmath-symbolic-perl/debian/patches/fix-pod-spelling.patch Sat Jan  1 15:15:35 2011
@@ -1,0 +1,15 @@
+Description: fix POD spelling
+Author: Jonathan Yu <jawnsy at cpan.org>
+Origin: vendor
+Forwarded: no
+--- a/lib/Math/Symbolic/MiscCalculus.pm
++++ b/lib/Math/Symbolic/MiscCalculus.pm
+@@ -98,7 +98,7 @@
+ This function (symbolically) computes the nth-degree Taylor Polynomial
+ of a given function. Generally speaking, the Taylor Polynomial is an
+ n-th degree polynomial that approximates the original function. It does
+-so particularily well in the proximity of a certain point x0.
++so particularly well in the proximity of a certain point x0.
+ (Since my mathematical English jargon is lacking, I strongly suggest you
+ read up on what this is in a book.)
+ 

Added: trunk/libmath-symbolic-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-symbolic-perl/debian/patches/series?rev=66775&op=file
==============================================================================
--- trunk/libmath-symbolic-perl/debian/patches/series (added)
+++ trunk/libmath-symbolic-perl/debian/patches/series Sat Jan  1 15:15:35 2011
@@ -1,0 +1,1 @@
+fix-pod-spelling.patch

Added: trunk/libmath-symbolic-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-symbolic-perl/debian/source/format?rev=66775&op=file
==============================================================================
--- trunk/libmath-symbolic-perl/debian/source/format (added)
+++ trunk/libmath-symbolic-perl/debian/source/format Sat Jan  1 15:15:35 2011
@@ -1,0 +1,1 @@
+3.0 (quilt)




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