[DHG_packages] 09/22: polynomial: touch-up auto-generated packaging

Sean Whitton spw-guest at moszumanska.debian.org
Wed Sep 14 03:29:10 UTC 2016


This is an automated email from the git hooks/post-receive script.

spw-guest pushed a commit to branch master
in repository DHG_packages.

commit 3880738aa687e33e11ebbe14bb187c8307134f17
Author: Sean Whitton <spwhitton at spwhitton.name>
Date:   Tue Sep 13 19:30:27 2016 -0700

    polynomial: touch-up auto-generated packaging
---
 p/haskell-polynomial/debian/changelog |  4 ++--
 p/haskell-polynomial/debian/control   |  8 ++++----
 p/haskell-polynomial/debian/copyright | 23 ++++++++++++++++++++---
 3 files changed, 26 insertions(+), 9 deletions(-)

diff --git a/p/haskell-polynomial/debian/changelog b/p/haskell-polynomial/debian/changelog
index d26fe7b..78ff9f8 100644
--- a/p/haskell-polynomial/debian/changelog
+++ b/p/haskell-polynomial/debian/changelog
@@ -1,5 +1,5 @@
-haskell-polynomial (0.7.2-1) UNRELEASED; urgency=low
+haskell-polynomial (0.7.2-1) UNRELEASED; urgency=medium
 
-  * Initial release
+  * Initial release (Closes: #837739).
 
  -- Sean Whitton <spwhitton at spwhitton.name>  Tue, 13 Sep 2016 18:53:17 -0700
diff --git a/p/haskell-polynomial/debian/control b/p/haskell-polynomial/debian/control
index f036d42..6658ac4 100644
--- a/p/haskell-polynomial/debian/control
+++ b/p/haskell-polynomial/debian/control
@@ -18,13 +18,13 @@ Build-Depends-Indep: ghc-doc,
  libghc-vector-doc,
  libghc-vector-space-doc,
  libghc-vector-th-unbox-doc,
-Standards-Version: 3.9.6
+Standards-Version: 3.9.8
 Homepage: https://github.com/mokus0/polynomial
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-polynomial
 Vcs-Git: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git
-X-Description: Polynomials
- A type for representing polynomials, several functions
- for manipulating and evaluating them, and several
+X-Description: haskell types and functions for working with polynomials
+ A haskell library providing a type for representing polynomials,
+ several functions for manipulating and evaluating them, and several
  interesting polynomial sequences.
 
 Package: libghc-polynomial-dev
diff --git a/p/haskell-polynomial/debian/copyright b/p/haskell-polynomial/debian/copyright
index 991ebb2..00c5819 100644
--- a/p/haskell-polynomial/debian/copyright
+++ b/p/haskell-polynomial/debian/copyright
@@ -4,9 +4,26 @@ Upstream-Contact: James Cook <mokus at deepbondi.net>
 Source: https://hackage.haskell.org/package/polynomial
 
 Files: *
-Copyright: (No copyright field in cabal file)
+Copyright: n/a
 License: public-domain
+ The upstream author has specified "license: PublicDomain" in the
+ polynomial.cabal file, which contains all the metadata for a Haskell
+ library.
 
 Files: debian/*
-Copyright: held by the contributors mentioned in debian/changelog
-License: public-domain
+Copyright: (C) 2016 Sean Whitton <spwhitton at spwhitton.name>
+License: GPL-3+
+
+License: GPL-3+
+ These packaging control files are free software: you can redistribute
+ them and/or modify them under the terms of the GNU General Public
+ License as published by the Free Software Foundation, either version
+ 3 of the License, or (at your option) any later version.
+ .
+ These packaging control files are distributed in the hope that they
+ will be useful, but WITHOUT ANY WARRANTY; without even the implied
+ warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See
+ the GNU General Public License for more details.
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License version 3 can be found in "/usr/share/common-licenses/GPL-3".

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/DHG_packages.git



More information about the Pkg-haskell-commits mailing list