[DHG_packages] 02/03: Run cabal-debian
Joachim Breitner
nomeata at moszumanska.debian.org
Fri Nov 6 08:47:04 UTC 2015
This is an automated email from the git hooks/post-receive script.
nomeata pushed a commit to annotated tag haskell-vector-algorithms_v0.7.0.1-2
in repository DHG_packages.
commit 6ee811549dd2bf23d687c3a9212bad199d5116d1
Author: Joachim Breitner <mail at joachim-breitner.de>
Date: Fri Nov 6 09:27:55 2015 +0100
Run cabal-debian
---
p/haskell-vector-algorithms/debian/changelog | 2 +-
p/haskell-vector-algorithms/debian/control | 25 ++++----
p/haskell-vector-algorithms/debian/copyright | 87 ++++++++++++++++++++++------
p/haskell-vector-algorithms/debian/watch | 2 +-
4 files changed, 85 insertions(+), 31 deletions(-)
diff --git a/p/haskell-vector-algorithms/debian/changelog b/p/haskell-vector-algorithms/debian/changelog
index 4839721..83c3bff 100644
--- a/p/haskell-vector-algorithms/debian/changelog
+++ b/p/haskell-vector-algorithms/debian/changelog
@@ -2,7 +2,7 @@ haskell-vector-algorithms (0.7.0.1-2) UNRELEASED; urgency=medium
* Add Uploaders field, which I accidentally dropped
* Re-enable test suite, snow that we use --show-details=direct in
- haskell-devscripts.
+ haskell-devscripts.
-- Joachim Breitner <nomeata at debian.org> Fri, 21 Aug 2015 10:46:36 +0200
diff --git a/p/haskell-vector-algorithms/debian/control b/p/haskell-vector-algorithms/debian/control
index 8bf2bf9..4bad091 100644
--- a/p/haskell-vector-algorithms/debian/control
+++ b/p/haskell-vector-algorithms/debian/control
@@ -17,6 +17,7 @@ Build-Depends: debhelper (>= 9),
libghc-mtl-dev,
libghc-mwc-random-dev,
libghc-vector-dev,
+ libghc-quickcheck2-dev (>= 2),
Build-Depends-Indep: ghc-doc,
libghc-primitive-doc,
libghc-vector-doc,
@@ -24,41 +25,45 @@ Standards-Version: 3.9.6
Homepage: http://code.haskell.org/~dolio/
Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-vector-algorithms
Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-vector-algorithms
+X-Description: Efficient algorithms for vector arrays
+ Efficient algorithms for vector arrays
Package: libghc-vector-algorithms-dev
Architecture: any
Depends: ${haskell:Depends},
- ${shlibs:Depends},
${misc:Depends},
+ ${shlibs:Depends},
Recommends: ${haskell:Recommends},
Suggests: ${haskell:Suggests},
+Conflicts: ${haskell:Conflicts},
Provides: ${haskell:Provides},
-Description: Efficient algorithms for vector array${haskell:ShortBlurb}
- Efficient algorithms for vector arrays
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
.
${haskell:Blurb}
Package: libghc-vector-algorithms-prof
Architecture: any
Depends: ${haskell:Depends},
- ${shlibs:Depends},
${misc:Depends},
Recommends: ${haskell:Recommends},
Suggests: ${haskell:Suggests},
+Conflicts: ${haskell:Conflicts},
Provides: ${haskell:Provides},
-Description: Efficient algorithms for vector arrays${haskell:ShortBlurb}
- Efficient algorithms for vector arrays
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
.
${haskell:Blurb}
Package: libghc-vector-algorithms-doc
Architecture: all
Section: doc
-Depends: ${misc:Depends},
- ${haskell:Depends},
+Depends: ${haskell:Depends},
+ ${misc:Depends},
Recommends: ${haskell:Recommends},
Suggests: ${haskell:Suggests},
-Description: Efficient algorithms for vector arrays${haskell:ShortBlurb}
- Efficient algorithms for vector arrays
+Conflicts: ${haskell:Conflicts},
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
.
${haskell:Blurb}
diff --git a/p/haskell-vector-algorithms/debian/copyright b/p/haskell-vector-algorithms/debian/copyright
index bf72e50..389695e 100644
--- a/p/haskell-vector-algorithms/debian/copyright
+++ b/p/haskell-vector-algorithms/debian/copyright
@@ -1,32 +1,81 @@
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
-Name: vector-algorithms
-Maintainer: Dan Doel <dan.doel at gmail.com>
-Source: http://hackage.haskell.org/packages/archive/vector-algorithms/0.3.2/vector-algorithms-0.3.2.tar.gz
+Upstream-Name: vector-algorithms
+Upstream-Contact: Dan Doel <dan.doel at gmail.com>
+Source: https://hackage.haskell.org/package/vector-algorithms
Files: *
-Copyright: 2008-2010, Dan Doel
+Copyright: (c) 2008,2009,2010,2011,2012,2013,2014,2015 Dan Doel
+ (c) 2015 Tim Baumann
+License: BSD3
+
+Files: debian/*
+Copyright: held by the contributors mentioned in debian/changelog
License: BSD3
- Redistribution and use in source and binary forms, with or without
- modification, are permitted provided that the following conditions are met:
+License: BSD3
+ Copyright (c) 2015 Dan Doel
+ Copyright (c) 2015 Tim Baumann
+ .
+ All rights reserved.
+ .
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+ .
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
-
+ .
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
-
+ .
3. Neither the name of the author nor the names of his contributors
may be used to endorse or promote products derived from this software
without specific prior written permission.
-
- THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS OR IMPLIED
- WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
- MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
- EVENT SHALL THE AUTHORS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
- INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
- LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
- PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
- LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
- NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
- EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS OR
+ IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+ DISCLAIMED. IN NO EVENT SHALL THE AUTHORS OR CONTRIBUTORS BE LIABLE FOR
+ ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+ OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
+ STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
+ ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+ POSSIBILITY OF SUCH DAMAGE.
+ .
+ ------------------------------------------------------------------------------
+ .
+ The code in Data.Array.Vector.Algorithms.Mutable.Optimal is adapted from a C
+ algorithm for the same purpose. The folowing is the copyright notice for said
+ C code:
+ .
+ Copyright (c) 2004 Paul Hsieh
+ All rights reserved.
+ .
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are met:
+ .
+ Redistributions of source code must retain the above copyright notice,
+ this list of conditions and the following disclaimer.
+ .
+ Redistributions in binary form must reproduce the above copyright notice,
+ this list of conditions and the following disclaimer in the documentation
+ and/or other materials provided with the distribution.
+ .
+ Neither the name of sorttest nor the names of its contributors may be
+ used to endorse or promote products derived from this software without
+ specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
+ LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+ INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+ CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+ POSSIBILITY OF SUCH DAMAGE.
diff --git a/p/haskell-vector-algorithms/debian/watch b/p/haskell-vector-algorithms/debian/watch
index 17e4482..07f9951 100644
--- a/p/haskell-vector-algorithms/debian/watch
+++ b/p/haskell-vector-algorithms/debian/watch
@@ -1,2 +1,2 @@
version=3
-http://hackage.haskell.org/package/vector-algorithms/distro-monitor .*-([0-9\.]+).(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
+http://hackage.haskell.org/package/vector-algorithms/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
--
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