[DHG_packages] 01/03: Resurrect x509-util

Joachim Breitner nomeata at moszumanska.debian.org
Sun Jan 31 18:46:13 UTC 2016


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

nomeata pushed a commit to branch master
in repository DHG_packages.

commit 5a03b6e2a9910c607efe4b43afc3522aaa785f72
Author: Joachim Breitner <mail at joachim-breitner.de>
Date:   Sun Jan 31 19:34:07 2016 +0100

    Resurrect x509-util
---
 p/haskell-x509-util/debian/changelog               | 38 ++++++++++++++++
 p/haskell-x509-util/debian/compat                  |  1 +
 p/haskell-x509-util/debian/control                 | 36 ++++++++++++++++
 p/haskell-x509-util/debian/copyright               | 50 ++++++++++++++++++++++
 p/haskell-x509-util/debian/rules                   |  6 +++
 p/haskell-x509-util/debian/source/format           |  1 +
 p/haskell-x509-util/debian/watch                   |  2 +
 .../debian/x509-util.haskell-binaries              |  1 +
 .../debian/x509-util.lintian-overrides             |  1 +
 9 files changed, 136 insertions(+)

diff --git a/p/haskell-x509-util/debian/changelog b/p/haskell-x509-util/debian/changelog
new file mode 100644
index 0000000..89247f5
--- /dev/null
+++ b/p/haskell-x509-util/debian/changelog
@@ -0,0 +1,38 @@
+haskell-x509-util (1.5.2-1) experimental; urgency=medium
+
+  * New upstream release
+  * Bump standards-version to 3.9.6
+  * Depend on haskell-devscripts >= 0.10 to ensure that this package
+    builds against GHC in experimental
+
+ -- Joachim Breitner <nomeata at debian.org>  Thu, 20 Aug 2015 10:29:05 +0200
+
+haskell-x509-util (1.5.0-4) unstable; urgency=medium
+
+  * Add x509-util.lintian-overrides
+
+ -- Joachim Breitner <nomeata at debian.org>  Tue, 28 Apr 2015 15:33:48 +0200
+
+haskell-x509-util (1.5.0-3) unstable; urgency=medium
+
+  * Upload to unstable
+
+ -- Joachim Breitner <nomeata at debian.org>  Mon, 27 Apr 2015 11:55:17 +0200
+
+haskell-x509-util (1.5.0-2) experimental; urgency=medium
+
+  * Depend on haskell-devscripts 0.9, found in experimental
+
+ -- Joachim Breitner <nomeata at debian.org>  Sat, 20 Dec 2014 17:12:45 +0100
+
+haskell-x509-util (1.5.0-1) unstable; urgency=medium
+
+  * New upstream release
+
+ -- Joachim Breitner <nomeata at debian.org>  Thu, 06 Mar 2014 13:49:35 +0100
+
+haskell-x509-util (1.4.1-1) unstable; urgency=low
+
+  * Initial release.
+
+ -- Clint Adams <clint at debian.org>  Sun, 22 Dec 2013 22:13:42 -0500
diff --git a/p/haskell-x509-util/debian/compat b/p/haskell-x509-util/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/p/haskell-x509-util/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/p/haskell-x509-util/debian/control b/p/haskell-x509-util/debian/control
new file mode 100644
index 0000000..36ab267
--- /dev/null
+++ b/p/haskell-x509-util/debian/control
@@ -0,0 +1,36 @@
+Source: haskell-x509-util
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Clint Adams <clint at debian.org>
+Priority: extra
+Section: haskell
+Build-Depends: debhelper (>= 9),
+ haskell-devscripts (>= 0.10),
+ cdbs,
+ ghc,
+ ghc-prof,
+ libghc-asn1-encoding-dev,
+ libghc-asn1-types-dev (>= 0.3),
+ libghc-crypto-pubkey-dev,
+ libghc-crypto-pubkey-types-dev,
+ libghc-cryptohash-dev,
+ libghc-pem-dev,
+ libghc-x509-dev (>= 1.5.0),
+ libghc-x509-store-dev,
+ libghc-x509-system-dev,
+ libghc-x509-validation-dev (>= 1.5.0),
+Standards-Version: 3.9.6
+Homepage: http://github.com/vincenthz/hs-certificate
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-x509-util
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-x509-util
+
+Package: x509-util
+Architecture: any
+Depends: ${haskell:Depends},
+ ${shlibs:Depends},
+ ${misc:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Provides: ${haskell:Provides},
+Description: utility for X.509 certificates and chains
+ Utility to parse, show, validate, sign and produce X.509 certificates
+ and chains.
diff --git a/p/haskell-x509-util/debian/copyright b/p/haskell-x509-util/debian/copyright
new file mode 100644
index 0000000..a634055
--- /dev/null
+++ b/p/haskell-x509-util/debian/copyright
@@ -0,0 +1,50 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: x509-util
+Upstream-Contact: Vincent Hanquez <vincent at snarc.org>
+Source: http://hackage.haskell.org/package/x509-util
+
+Files: *
+Copyright: 2010-2013 Vincent Hanquez
+License: BSD-3-clause
+
+Files: debian/*
+Copyright: 2013 Clint Adams
+License: Expat
+
+License: BSD-3-clause
+ 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 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 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.
+
+License: Expat
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+ THE SOFTWARE.
diff --git a/p/haskell-x509-util/debian/rules b/p/haskell-x509-util/debian/rules
new file mode 100755
index 0000000..d730346
--- /dev/null
+++ b/p/haskell-x509-util/debian/rules
@@ -0,0 +1,6 @@
+#!/usr/bin/make -f
+
+# DEB_ENABLE_TESTS = yes
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk
diff --git a/p/haskell-x509-util/debian/source/format b/p/haskell-x509-util/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/p/haskell-x509-util/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/p/haskell-x509-util/debian/watch b/p/haskell-x509-util/debian/watch
new file mode 100644
index 0000000..df32659
--- /dev/null
+++ b/p/haskell-x509-util/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://hackage.haskell.org/package/x509-util/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
diff --git a/p/haskell-x509-util/debian/x509-util.haskell-binaries b/p/haskell-x509-util/debian/x509-util.haskell-binaries
new file mode 100644
index 0000000..cb25a50
--- /dev/null
+++ b/p/haskell-x509-util/debian/x509-util.haskell-binaries
@@ -0,0 +1 @@
+x509-util
diff --git a/p/haskell-x509-util/debian/x509-util.lintian-overrides b/p/haskell-x509-util/debian/x509-util.lintian-overrides
new file mode 100644
index 0000000..25d3d4c
--- /dev/null
+++ b/p/haskell-x509-util/debian/x509-util.lintian-overrides
@@ -0,0 +1 @@
+binary-or-shlib-defines-rpath

-- 
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