[DHG_packages] 01/01: gnuidn: update to version 0.2.2

Clint Adams clint at moszumanska.debian.org
Sun Mar 13 21:23:03 UTC 2016


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

clint pushed a commit to branch master
in repository DHG_packages.

commit 3bb86db3486874b9b08be7f54ef6809d56ec1638
Author: Clint Adams <clint at debian.org>
Date:   Sun Mar 13 17:17:11 2016 -0400

    gnuidn: update to version 0.2.2
---
 p/haskell-gnuidn/debian/changelog |  7 +++++++
 p/haskell-gnuidn/debian/control   | 40 +++++++++++++++++++++++----------------
 p/haskell-gnuidn/debian/rules     |  5 +++++
 p/haskell-gnuidn/debian/watch     |  2 +-
 4 files changed, 37 insertions(+), 17 deletions(-)

diff --git a/p/haskell-gnuidn/debian/changelog b/p/haskell-gnuidn/debian/changelog
index afc82f8..3ce7640 100644
--- a/p/haskell-gnuidn/debian/changelog
+++ b/p/haskell-gnuidn/debian/changelog
@@ -1,3 +1,10 @@
+haskell-gnuidn (0.2.2-1) unstable; urgency=medium
+
+  * New upstream version.
+  * Enable testsuite.
+
+ -- Clint Adams <clint at debian.org>  Sun, 13 Mar 2016 17:10:36 -0400
+
 haskell-gnuidn (0.2.1-4) unstable; urgency=medium
 
   * Switch Vcs-Git/Vcs-Browser headers to new location.
diff --git a/p/haskell-gnuidn/debian/control b/p/haskell-gnuidn/debian/control
index 3c6fb59..ac45ba1 100644
--- a/p/haskell-gnuidn/debian/control
+++ b/p/haskell-gnuidn/debian/control
@@ -12,27 +12,35 @@ Build-Depends: debhelper (>= 9),
  libghc-text-prof,
  c2hs,
  libidn11-dev,
+# libghc-quickcheck2-dev (>= 2.4),
+# libghc-chell-dev (>= 0.4),
+# libghc-chell-dev (<< 0.5),
+# libghc-chell-quickcheck-dev (>= 0.2),
+# libghc-chell-quickcheck-dev (<< 0.3),
 Build-Depends-Indep: ghc-doc,
  libghc-text-doc,
-Standards-Version: 3.9.6
+Standards-Version: 3.9.7
 Homepage: https://john-millikin.com/software/haskell-gnuidn/
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-gnuidn
 Vcs-Git: git://git.debian.org/git/pkg-haskell/DHG_packages.git
+X-Description: bindings for GNU IDN
+ These are Haskell bindings to the GNU IDN (Internationalized Domain Names)
+ library for Unicode domain names.
 
 Package: libghc-gnuidn-dev
 Architecture: any
-Depends: ${shlibs:Depends},
- ${haskell:Depends},
+Depends: ${haskell:Depends},
  ${misc:Depends},
+ ${shlibs:Depends},
  libidn11-dev,
 Recommends: ${haskell:Recommends},
 Suggests: ${haskell:Suggests},
+Conflicts: ${haskell:Conflicts},
 Provides: ${haskell:Provides},
-Description: bindings for GNU IDN
- These are Haskell bindings to the GNU IDN (Internationalized Domain Names)
- library for Unicode domain names.
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
  .
- This package contains the normal library files.
+ ${haskell:Blurb}
 
 Package: libghc-gnuidn-prof
 Architecture: any
@@ -40,12 +48,12 @@ Depends: ${haskell:Depends},
  ${misc:Depends},
 Recommends: ${haskell:Recommends},
 Suggests: ${haskell:Suggests},
+Conflicts: ${haskell:Conflicts},
 Provides: ${haskell:Provides},
-Description: bindings for GNU IDN; profiling libraries
- These are Haskell bindings to the GNU IDN (Internationalized Domain Names)
- library for Unicode domain names.
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
  .
- This package contains the libraries compiled with profiling enabled.
+ ${haskell:Blurb}
 
 Package: libghc-gnuidn-doc
 Architecture: all
@@ -54,8 +62,8 @@ Depends: ${haskell:Depends},
  ${misc:Depends},
 Recommends: ${haskell:Recommends},
 Suggests: ${haskell:Suggests},
-Description: bindings for GNU IDN; documentation
- These are Haskell bindings to the GNU IDN (Internationalized Domain Names)
- library for Unicode domain names.
+Conflicts: ${haskell:Conflicts},
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
  .
- This package contains the documentation files.
+ ${haskell:Blurb}
diff --git a/p/haskell-gnuidn/debian/rules b/p/haskell-gnuidn/debian/rules
index 4f5b8e4..0f724b1 100755
--- a/p/haskell-gnuidn/debian/rules
+++ b/p/haskell-gnuidn/debian/rules
@@ -1,3 +1,8 @@
 #!/usr/bin/make -f
+
+#DEB_ENABLE_TESTS = yes     # requires chell-quickcheck which is not yet in Debian
+DEB_CABAL_PACKAGE = gnuidn
+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-gnuidn/debian/watch b/p/haskell-gnuidn/debian/watch
index 63aaa8b..0b9c884 100644
--- a/p/haskell-gnuidn/debian/watch
+++ b/p/haskell-gnuidn/debian/watch
@@ -1,2 +1,2 @@
 version=3
-http://hackage.haskell.org/package/gnuidn/distro-monitor .*-([0-9\.]+).(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
+http://hackage.haskell.org/package/gnuidn/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