[DHG_packages] 09/30: lazysmartcheck: Redo packaging to add the -doc file.

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 f91ead14406cb5193fb984a307aece1840861581
Author: Joachim Breitner <mail at joachim-breitner.de>
Date:   Thu Aug 13 22:55:41 2015 +0200

    lazysmartcheck: Redo packaging to add the -doc file.
---
 p/haskell-lazysmallcheck/debian/changelog |  6 +++
 p/haskell-lazysmallcheck/debian/control   | 55 +++++++++++++--------
 p/haskell-lazysmallcheck/debian/copyright | 81 ++++++++++++++++---------------
 p/haskell-lazysmallcheck/debian/rules     |  3 ++
 p/haskell-lazysmallcheck/debian/watch     |  2 +-
 5 files changed, 87 insertions(+), 60 deletions(-)

diff --git a/p/haskell-lazysmallcheck/debian/changelog b/p/haskell-lazysmallcheck/debian/changelog
index e0763c7..d724376 100644
--- a/p/haskell-lazysmallcheck/debian/changelog
+++ b/p/haskell-lazysmallcheck/debian/changelog
@@ -1,3 +1,9 @@
+haskell-lazysmallcheck (0.6-6) UNRELEASED; urgency=medium
+
+  * Redo packaging to add the -doc file.
+
+ -- Joachim Breitner <nomeata at debian.org>  Thu, 13 Aug 2015 22:56:03 +0200
+
 haskell-lazysmallcheck (0.6-5) unstable; urgency=medium
 
   * Upload to unstable
diff --git a/p/haskell-lazysmallcheck/debian/control b/p/haskell-lazysmallcheck/debian/control
index 6b5d5e2..7729d4f 100644
--- a/p/haskell-lazysmallcheck/debian/control
+++ b/p/haskell-lazysmallcheck/debian/control
@@ -9,42 +9,55 @@ Build-Depends: debhelper (>= 9),
  ghc,
  ghc-prof,
 Build-Depends-Indep: ghc-doc,
-Standards-Version: 3.9.4
+Standards-Version: 3.9.6
 Homepage: http://www.cs.york.ac.uk/~mfn/lazysmallcheck/
 Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-lazysmallcheck
 Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-lazysmallcheck
+X-Description: A library for demand-driven testing of Haskell programs
+ Lazy SmallCheck is a library for exhaustive, demand-driven testing of
+ Haskell programs.  It is based on the idea that if a property holds
+ for a partially-defined input then it must also hold for all
+ fully-defined refinements of the that input.  Compared to ``eager''
+ input generation as in SmallCheck, Lazy SmallCheck may require
+ significantly fewer test-cases to verify a property for all inputs up
+ to a given depth.
 
 Package: libghc-lazysmallcheck-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: A library for demand-driven testing of Haskell programs
- This package provides a library for the Haskell programming language.
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
  .
- Lazy SmallCheck is a library for exhaustive, demand-driven testing of
- Haskell programs.  It is based on the idea that if a property holds
- for a partially-defined input then it must also hold for all
- fully-defined refinements of the that input.  Compared to ``eager''
- input generation as in SmallCheck, Lazy SmallCheck may require
- significantly fewer test-cases to verify a property for all inputs up
- to a given depth.
+ ${haskell:Blurb}
 
 Package: libghc-lazysmallcheck-prof
 Architecture: any
 Depends: ${haskell:Depends},
  ${misc:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Conflicts: ${haskell:Conflicts},
 Provides: ${haskell:Provides},
-Description: A library for demand-driven testing of Haskell programs; profiling libraries
- This package provides a library for the Haskell programming language,
- compiled for profiling.
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
  .
- Lazy SmallCheck is a library for exhaustive, demand-driven testing of
- Haskell programs.  It is based on the idea that if a property holds
- for a partially-defined input then it must also hold for all
- fully-defined refinements of the that input.  Compared to ``eager''
- input generation as in SmallCheck, Lazy SmallCheck may require
- significantly fewer test-cases to verify a property for all inputs up
- to a given depth.
+ ${haskell:Blurb}
+
+Package: libghc-lazysmallcheck-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-lazysmallcheck/debian/copyright b/p/haskell-lazysmallcheck/debian/copyright
index 01dafd0..a1a816b 100644
--- a/p/haskell-lazysmallcheck/debian/copyright
+++ b/p/haskell-lazysmallcheck/debian/copyright
@@ -1,38 +1,43 @@
-This package was debianised by Kari Pahula <kaol at debian.org> on
-Fri, 10 Jul 2009. All of the Debian packaging scripts are released
-into the public domain.
-
-It was downloaded from
-http://hackage.haskell.org/package/lazysmallcheck
-
-Upstream Author: Matthew Naylor
-
-Copyright Matthew Naylor 2006-2008.
-
-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 Neil Mitchell 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 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.
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: lazysmallcheck
+Upstream-Contact: Matthew Naylor <mfn at cs.york.ac.uk>
+Source: https://hackage.haskell.org/package/lazysmallcheck
+
+Files: *
+Copyright: Matthew Naylor 2006-2009.
+License: BSD3
+
+Files: debian/*
+Copyright: held by the contributors mentioned in debian/changelog
+License: BSD3
+
+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:
+ .
+     * 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 Matthew Naylor 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 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-lazysmallcheck/debian/rules b/p/haskell-lazysmallcheck/debian/rules
index 683e77b..765c291 100755
--- a/p/haskell-lazysmallcheck/debian/rules
+++ b/p/haskell-lazysmallcheck/debian/rules
@@ -1,4 +1,7 @@
 #!/usr/bin/make -f
 
+DEB_CABAL_PACKAGE = lazysmallcheck
+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-lazysmallcheck/debian/watch b/p/haskell-lazysmallcheck/debian/watch
index afde9e4..7b3622d 100644
--- a/p/haskell-lazysmallcheck/debian/watch
+++ b/p/haskell-lazysmallcheck/debian/watch
@@ -1,2 +1,2 @@
 version=3
-http://hackage.haskell.org/package/lazysmallcheck/distro-monitor .*-([0-9\.]+).(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
+http://hackage.haskell.org/package/lazysmallcheck/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