diff options
| author | Clint Adams <clint@debian.org> | 2016-10-17 01:22:10 -0400 |
|---|---|---|
| committer | Clint Adams <clint@debian.org> | 2016-10-17 01:22:10 -0400 |
| commit | 82a042acf350943c19e953de7ea229d1af07205f (patch) | |
| tree | 3dd0a5b63781620166f1a1e0b53a182899cff929 | |
| parent | 2134ddd18c40c8b9063480817c5cc6f3a438cb00 (diff) | |
| download | DHG_packages-82a042acf350943c19e953de7ea229d1af07205f.tar.gz | |
network-protocol-xmpp: build with ghc 8 in experimental
| -rw-r--r-- | p/haskell-network-protocol-xmpp/debian/changelog | 8 | ||||
| -rw-r--r-- | p/haskell-network-protocol-xmpp/debian/control | 60 | ||||
| -rw-r--r-- | 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 010af4fc9..451167346 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@gnu.org> Tue, 10 May 2016 09:35:51 +0300 + -- Clint Adams <clint@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 622e99587..880cf54e1 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@lists.alioth.debian.org> -Uploaders: Clint Adams <clint@debian.org> +Uploaders: + Clint Adams <clint@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 0e32c3fe6..d18f31fe5 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' |
