[DHG_packages] 05/05: network-protocol-xmpp: build with ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Mon Oct 17 05:23:03 UTC 2016
This is an automated email from the git hooks/post-receive script.
clint pushed a commit to branch experimental
in repository DHG_packages.
commit 82a042acf350943c19e953de7ea229d1af07205f
Author: Clint Adams <clint at debian.org>
Date: Mon Oct 17 01:22:10 2016 -0400
network-protocol-xmpp: build with ghc 8 in experimental
---
p/haskell-network-protocol-xmpp/debian/changelog | 8 ++--
p/haskell-network-protocol-xmpp/debian/control | 60 +++++++++++++++---------
p/haskell-network-protocol-xmpp/debian/copyright | 2 +-
3 files changed, 42 insertions(+), 28 deletions(-)
diff --git a/p/haskell-network-protocol-xmpp/debian/changelog b/p/haskell-network-protocol-xmpp/debian/changelog
index 010af4f..4511673 100644
--- a/p/haskell-network-protocol-xmpp/debian/changelog
+++ b/p/haskell-network-protocol-xmpp/debian/changelog
@@ -1,14 +1,14 @@
-haskell-network-protocol-xmpp (0.4.8-4) UNRELEASED; urgency=medium
+haskell-network-protocol-xmpp (0.4.8-4) experimental; urgency=medium
[ Dmitry Bogatov ]
* Use secure (https) uri in Vcs-Git field in 'debian/control'
* Bump standards version to 3.9.8 (no changes needed)
* Convert `debian/copyright' to dep5 format
- [ Gianfranco Costamagna ]
- * Fix VCS fields
+ [ Clint Adams ]
+ * Temporarily build-depend on ghc 8.
- -- Dmitry Bogatov <KAction at gnu.org> Tue, 10 May 2016 09:35:51 +0300
+ -- Clint Adams <clint at debian.org> Mon, 17 Oct 2016 01:22:01 -0400
haskell-network-protocol-xmpp (0.4.8-3) unstable; urgency=medium
diff --git a/p/haskell-network-protocol-xmpp/debian/control b/p/haskell-network-protocol-xmpp/debian/control
index 622e995..880cf54 100644
--- a/p/haskell-network-protocol-xmpp/debian/control
+++ b/p/haskell-network-protocol-xmpp/debian/control
@@ -1,36 +1,39 @@
Source: haskell-network-protocol-xmpp
Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Clint Adams <clint at debian.org>
+Uploaders:
+ Clint Adams <clint at debian.org>,
Priority: extra
Section: haskell
-Build-Depends: debhelper (>= 9),
- haskell-devscripts (>= 0.10),
+Build-Depends:
cdbs,
- ghc,
+ debhelper (>= 9),
+ ghc (>= 8),
ghc-prof,
- libghc-gnuidn-dev (>= 0.2),
+ haskell-devscripts (>= 0.10),
libghc-gnuidn-dev (<< 0.3),
+ libghc-gnuidn-dev (>= 0.2),
libghc-gnuidn-prof,
- libghc-gnutls-dev (>= 0.1.4),
libghc-gnutls-dev (<< 0.3),
+ libghc-gnutls-dev (>= 0.1.4),
libghc-gnutls-prof,
- libghc-gsasl-dev (>= 0.3),
libghc-gsasl-dev (<< 0.4),
+ libghc-gsasl-dev (>= 0.3),
libghc-gsasl-prof,
- libghc-libxml-sax-dev (>= 0.7),
libghc-libxml-sax-dev (<< 0.8),
+ libghc-libxml-sax-dev (>= 0.7),
libghc-libxml-sax-prof,
- libghc-monads-tf-dev (>= 0.1),
libghc-monads-tf-dev (<< 0.2),
+ libghc-monads-tf-dev (>= 0.1),
libghc-monads-tf-prof,
libghc-network-dev (>= 2.2),
libghc-network-prof,
libghc-text-dev (>= 0.10),
libghc-text-prof,
- libghc-xml-types-dev (>= 0.3),
libghc-xml-types-dev (<< 0.4),
+ libghc-xml-types-dev (>= 0.3),
libghc-xml-types-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
libghc-gnuidn-doc,
libghc-gnutls-doc,
libghc-gsasl-doc,
@@ -41,19 +44,23 @@ Build-Depends-Indep: ghc-doc,
libghc-xml-types-doc,
Standards-Version: 3.9.8
Homepage: https://john-millikin.com/software/haskell-xmpp/
-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-network-protocol-xmpp
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
X-Description: Haskell XMPP (Jabber) library${haskell:ShortBlurb}
This library defines an XMPP data type and functions.
Package: libghc-network-protocol-xmpp-dev
Architecture: any
-Depends: ${shlibs:Depends},
+Depends:
${haskell:Depends},
${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+ ${shlibs:Depends},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Provides:
+ ${haskell:Provides},
Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
${haskell:LongDescription}
.
@@ -61,11 +68,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-network-protocol-xmpp-prof
Architecture: any
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Provides:
+ ${haskell:Provides},
Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
${haskell:LongDescription}
.
@@ -74,10 +85,13 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-network-protocol-xmpp-doc
Architecture: all
Section: doc
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
${haskell:LongDescription}
.
diff --git a/p/haskell-network-protocol-xmpp/debian/copyright b/p/haskell-network-protocol-xmpp/debian/copyright
index 0e32c3f..d18f31f 100644
--- a/p/haskell-network-protocol-xmpp/debian/copyright
+++ b/p/haskell-network-protocol-xmpp/debian/copyright
@@ -26,4 +26,4 @@ License: GPL-3+
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'
\ No newline at end of file
+ is also located at `/usr/share/common-licenses/GPL-3'
--
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