[Git][haskell-team/DHG_packages][master] resolv: Initial release of v0.1.1.1

Ilias Tsitsimpis gitlab at salsa.debian.org
Mon Oct 22 15:59:56 BST 2018


Ilias Tsitsimpis pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
f947fc35 by Ilias Tsitsimpis at 2018-10-22T14:56:38Z
resolv: Initial release of v0.1.1.1

This is a dependency for newer versions of cabal-install (>= 2.2.0.0).

- - - - -


10 changed files:

- + p/haskell-resolv/debian/changelog
- + p/haskell-resolv/debian/compat
- + p/haskell-resolv/debian/control
- + p/haskell-resolv/debian/copyright
- + p/haskell-resolv/debian/patches/newer-deps
- + p/haskell-resolv/debian/patches/newer-tasty
- + p/haskell-resolv/debian/patches/series
- + p/haskell-resolv/debian/rules
- + p/haskell-resolv/debian/source/format
- + p/haskell-resolv/debian/watch


Changes:

=====================================
p/haskell-resolv/debian/changelog
=====================================
@@ -0,0 +1,5 @@
+haskell-resolv (0.1.1.1-1) unstable; urgency=low
+
+  * Initial release (Closes: #911608)
+
+ -- Ilias Tsitsimpis <iliastsi at debian.org>  Mon, 22 Oct 2018 17:11:48 +0300


=====================================
p/haskell-resolv/debian/compat
=====================================
@@ -0,0 +1 @@
+10


=====================================
p/haskell-resolv/debian/control
=====================================
@@ -0,0 +1,88 @@
+Source: haskell-resolv
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Ilias Tsitsimpis <iliastsi at debian.org>
+Priority: optional
+Section: haskell
+Rules-Requires-Root: no
+Build-Depends: debhelper (>= 10),
+ haskell-devscripts (>= 0.9),
+ cdbs,
+ ghc,
+ ghc-prof,
+ libghc-base16-bytestring-dev (>= 0.1),
+ libghc-base16-bytestring-dev (<< 0.2),
+ libghc-base16-bytestring-prof,
+ libghc-tasty-dev (>= 1.1),
+ libghc-tasty-dev (<< 1.2),
+ libghc-tasty-prof,
+ libghc-tasty-hunit-dev (>= 0.10),
+ libghc-tasty-hunit-dev (<< 0.11),
+ libghc-tasty-hunit-prof,
+Build-Depends-Indep: ghc-doc,
+ libghc-base16-bytestring-doc,
+Standards-Version: 4.2.1
+Homepage: https://hackage.haskell.org/package/resolv
+Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-resolv
+Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-resolv]
+X-Description: Domain Name Service (DNS) lookup via libresolv
+ This package implements an API for accessing the Domain Name Service (DNS)
+ resolver service via the standard libresolv system library (whose
+ API is often available directly via the standard libc C library) on
+ Unix systems.
+ .
+ This package also includes support for decoding message record types
+ as defined in the following RFCs:
+ .
+  - RFC 1035: Domain Names - Implementation And Specification
+  - RFC 1183: New DNS RR Definitions
+  - RFC 2782: A DNS RR for specifying the location of services (DNS SRV)
+  - RFC 2915: The Naming Authority Pointer (NAPTR) DNS Resource Record
+  - RFC 3596: DNS Extensions to Support IP Version 6
+  - RFC 4034: Resource Records for the DNS Security Extensions
+  - RFC 4255: Using DNS to Securely Publish Secure Shell (SSH) Key Fingerprints
+  - RFC 4408: Sender Policy Framework (SPF) for Authorizing Use of Domains
+    in E-Mail, Version 1
+  - RFC 5155: DNS Security (DNSSEC) Hashed Authenticated Denial of Existence
+  - RFC 6844: DNS Certification Authority Authorization (CAA) Resource Record
+  - RFC 6891: Extension Mechanisms for DNS (EDNS(0))
+  - RFC 7553: The Uniform Resource Identifier (URI) DNS Resource Record
+
+Package: libghc-resolv-dev
+Architecture: any
+Depends: ${haskell:Depends},
+ ${misc:Depends},
+ ${shlibs:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Conflicts: ${haskell:Conflicts},
+Provides: ${haskell:Provides},
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
+
+Package: libghc-resolv-prof
+Architecture: any
+Depends: ${haskell:Depends},
+ ${misc:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Conflicts: ${haskell:Conflicts},
+Provides: ${haskell:Provides},
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
+
+Package: libghc-resolv-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}


=====================================
p/haskell-resolv/debian/copyright
=====================================
@@ -0,0 +1,29 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: resolv
+Upstream-Contact: Herbert Valerio Riedel <hvr at gnu.org>
+Source: https://hackage.haskell.org/package/resolv
+
+Files: *
+Copyright: (C) 2017 Herbert Valerio Riedel
+License: GPL-3+
+
+Files: debian/*
+Copyright: held by the contributors mentioned in debian/changelog
+License: GPL-3+
+
+License: GPL-3+
+ This program is free software; you can redistribute it and/or
+ modify it under the terms of the GNU General Public License
+ as published by the Free Software Foundation; either version 3
+ of the License, or (at your option) any later version.
+ .
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
+ .
+ On Debian system, copy of GNU Lesser General Public License version 3
+ is also located at `/usr/share/common-licenses/GPL-3'


=====================================
p/haskell-resolv/debian/patches/newer-deps
=====================================
@@ -0,0 +1,18 @@
+Index: b/resolv.cabal
+===================================================================
+--- a/resolv.cabal
++++ b/resolv.cabal
+@@ -78,11 +78,11 @@ library
+                      Network.DNS.FFI
+                      Compat
+ 
+-  build-depends:     base              >= 4.5 && <4.11
++  build-depends:     base              >= 4.5 && <4.13
+                    , base16-bytestring == 0.1.*
+                    , binary            >= 0.7.3 && < 0.9
+                    , bytestring        >= 0.9.2 && < 0.11
+-                   , containers        >= 0.4.2.1 && < 0.6
++                   , containers        >= 0.4.2.1 && < 0.7
+ 
+   ghc-options:       -Wall
+   include-dirs:      cbits


=====================================
p/haskell-resolv/debian/patches/newer-tasty
=====================================
@@ -0,0 +1,38 @@
+From 976d4d0540595df06bafac476ca804b3392680b7 Mon Sep 17 00:00:00 2001
+From: Chaitanya Koparkar <ckoparkar at gmail.com>
+Date: Mon, 21 May 2018 10:16:19 -0400
+Subject: [PATCH] Support current versions of tasty and tasty-hunit
+
+Fixes #1.
+---
+ resolv.cabal       | 4 ++--
+ src-test/Tests1.hs | 2 +-
+ 2 files changed, 3 insertions(+), 3 deletions(-)
+
+diff --git a/resolv.cabal b/resolv.cabal
+index 6da2282..f6d4ce9 100644
+--- a/resolv.cabal
++++ b/resolv.cabal
+@@ -99,7 +99,7 @@ test-suite resolv.
+                , bytestring
+ 
+   -- additional dependencies not inherited
+-  build-depends: tasty         >= 0.11.2  && < 0.12
+-               , tasty-hunit   >= 0.9.2   && < 0.10
++  build-depends: tasty         >= 1.1     && < 1.2
++               , tasty-hunit   >= 0.10    && < 0.11
+                , directory     >= 1.1.0.2 && < 1.4
+                , filepath      >= 1.3.0   && < 1.5
+diff --git a/src-test/Tests1.hs b/src-test/Tests1.hs
+index 23e086f..20d995a 100644
+--- a/src-test/Tests1.hs
++++ b/src-test/Tests1.hs
+@@ -78,7 +78,7 @@ mkQueryRawText1 = T.testCase "mkQueryRawText1" $ do
+   assertEqShow (pure ()) (head (DNS.msgQD msg)) (DNS.MsgQuestion (DNS.Name "www.google.com.") (DNS.Type 1) (DNS.Class 1))
+ 
+ assertJust :: String -> Maybe a -> IO a
+-assertJust msg Nothing  = E.throwIO (T.HUnitFailure msg)
++assertJust msg Nothing  = T.assertFailure msg
+ assertJust _   (Just v) = A.pure v
+ 
+ assertEqShow :: Show a => IO () -> a -> a -> T.Assertion


=====================================
p/haskell-resolv/debian/patches/series
=====================================
@@ -0,0 +1,2 @@
+newer-deps
+newer-tasty


=====================================
p/haskell-resolv/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


=====================================
p/haskell-resolv/debian/source/format
=====================================
@@ -0,0 +1 @@
+3.0 (quilt)


=====================================
p/haskell-resolv/debian/watch
=====================================
@@ -0,0 +1,2 @@
+version=3
+https://hackage.haskell.org/package/resolv/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))



View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/f947fc3503d6b13832e3b6f81b34cd29759692dc

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/f947fc3503d6b13832e3b6f81b34cd29759692dc
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-haskell-commits/attachments/20181022/d8e8defe/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list