[DHG_packages] 06/30: storable-complex: Redo packaging, to add the -doc package

Joachim Breitner nomeata at moszumanska.debian.org
Fri Aug 14 09:27:30 UTC 2015


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

nomeata pushed a commit to annotated tag haskell-cabal-install_v1.22.0.1-4
in repository DHG_packages.

commit c65d40bd3c520f6d37b579d50cdc125b91435539
Author: Joachim Breitner <mail at joachim-breitner.de>
Date:   Thu Aug 13 22:51:48 2015 +0200

    storable-complex: Redo packaging, to add the -doc package
---
 p/haskell-storable-complex/debian/changelog |  6 +++
 p/haskell-storable-complex/debian/control   | 38 +++++++++++++-----
 p/haskell-storable-complex/debian/copyright | 61 ++++++++++++++++-------------
 p/haskell-storable-complex/debian/rules     |  3 ++
 p/haskell-storable-complex/debian/watch     |  2 +-
 5 files changed, 72 insertions(+), 38 deletions(-)

diff --git a/p/haskell-storable-complex/debian/changelog b/p/haskell-storable-complex/debian/changelog
index 4e43fb8..b3f8302 100644
--- a/p/haskell-storable-complex/debian/changelog
+++ b/p/haskell-storable-complex/debian/changelog
@@ -1,3 +1,9 @@
+haskell-storable-complex (0.2.2-3) UNRELEASED; urgency=medium
+
+  * Redo packaging, to add the -doc package
+
+ -- Joachim Breitner <nomeata at debian.org>  Thu, 13 Aug 2015 22:56:33 +0200
+
 haskell-storable-complex (0.2.2-2) unstable; urgency=medium
 
   * Upload to unstable
diff --git a/p/haskell-storable-complex/debian/control b/p/haskell-storable-complex/debian/control
index 737a2b7..942be93 100644
--- a/p/haskell-storable-complex/debian/control
+++ b/p/haskell-storable-complex/debian/control
@@ -1,6 +1,6 @@
 Source: haskell-storable-complex
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Denis Laxalde <denis at laxalde.org>
+Uploaders: Joachim Breitner <nomeata at debian.org>
 Priority: extra
 Section: haskell
 Build-Depends: debhelper (>= 9),
@@ -9,22 +9,29 @@ Build-Depends: debhelper (>= 9),
  ghc,
  ghc-prof,
 Build-Depends-Indep: ghc-doc,
-Standards-Version: 3.9.4
+Standards-Version: 3.9.6
 Homepage: https://github.com/cartazio/storable-complex
 Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-storable-complex
 Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-storable-complex
+X-Description: Storable instance for Complex
+ Provides a Storable instance for Complex which is binary
+ compatible with C99, C++ and Fortran complex data types.
+ .
+ The only purpose of this package is to provide a standard
+ location for this instance so that other packages needing
+ this instance can play nicely together.
 
 Package: libghc-storable-complex-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: Haskell library providing storable instance for Complex${haskell:ShortBlurb}
- Provides a Storable instance for Complex which is binary compatible with
- C99, C++ and Fortran complex data types.
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
  .
  ${haskell:Blurb}
 
@@ -34,9 +41,22 @@ Depends: ${haskell:Depends},
  ${misc:Depends},
 Recommends: ${haskell:Recommends},
 Suggests: ${haskell:Suggests},
+Conflicts: ${haskell:Conflicts},
 Provides: ${haskell:Provides},
-Description: Haskell library providing storable instance for Complex${haskell:ShortBlurb}
- Provides a Storable instance for Complex which is binary compatible with
- C99, C++ and Fortran complex data types.
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
+
+Package: libghc-storable-complex-doc
+Architecture: all
+Section: doc
+Depends: ${haskell:Depends},
+ ${misc:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Conflicts: ${haskell:Conflicts},
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
  .
  ${haskell:Blurb}
diff --git a/p/haskell-storable-complex/debian/copyright b/p/haskell-storable-complex/debian/copyright
index 5247a80..a46cb29 100644
--- a/p/haskell-storable-complex/debian/copyright
+++ b/p/haskell-storable-complex/debian/copyright
@@ -1,37 +1,42 @@
 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: storable-complex
-Upstream-Contact: Jed Brown <jed at 59A2.org>
-Source: http://hackage.haskell.org/package/storable-complex
+Upstream-Contact: Carter Schonwald <carter.schonwald at gmail.com>
+Source: https://hackage.haskell.org/package/storable-complex
 
 Files: *
-Copyright: 2008 Jed Brown
-License: BSD-3
+Copyright: Jed Brown 2008
+License: BSD3
 
 Files: debian/*
-Copyright: 2013 Denis Laxalde <denis at laxalde.org>
-License: BSD-3
+Copyright: held by the contributors mentioned in debian/changelog
+License: BSD3
 
-License: BSD-3
+License: BSD3
+ 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 Jed Brown nor the names of other contributors
-    may be used to endorse or promote products derived from this software
-    without specific prior written permission.
+ 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 Jed Brown nor the names of other
+       contributors may be used to endorse or promote products derived
+       from this software without specific prior written permission.
  .
- THIS SOFTWARE IS PROVIDED BY THE REGENTS 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 REGENTS 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 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-storable-complex/debian/rules b/p/haskell-storable-complex/debian/rules
index 683e77b..2f9ed08 100755
--- a/p/haskell-storable-complex/debian/rules
+++ b/p/haskell-storable-complex/debian/rules
@@ -1,4 +1,7 @@
 #!/usr/bin/make -f
 
+DEB_CABAL_PACKAGE = storable-complex
+DEB_DEFAULT_COMPILER = ghc
+
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/hlibrary.mk
diff --git a/p/haskell-storable-complex/debian/watch b/p/haskell-storable-complex/debian/watch
index 4a6a712..bef0b9b 100644
--- a/p/haskell-storable-complex/debian/watch
+++ b/p/haskell-storable-complex/debian/watch
@@ -1,2 +1,2 @@
 version=3
-http://hackage.haskell.org/package/storable-complex/distro-monitor .*-([0-9\.]+).(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
+http://hackage.haskell.org/package/storable-complex/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