summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2016-10-15 14:45:40 -0400
committerClint Adams <clint@debian.org>2016-10-15 14:45:40 -0400
commit98ef3a79acb4c67942ffd3e8fcd0bee717101e39 (patch)
treeb62ca3557496fbf1a82621a592755aac436467ae
parent1da36173b92c4b09bf053b21f938ef77b364424d (diff)
downloadDHG_packages-98ef3a79acb4c67942ffd3e8fcd0bee717101e39.tar.gz
uuagc-cabal: build with ghc 8 in experimental
-rw-r--r--p/haskell-uuagc-cabal/debian/changelog8
-rw-r--r--p/haskell-uuagc-cabal/debian/control50
-rw-r--r--p/haskell-uuagc-cabal/debian/copyright2
3 files changed, 37 insertions, 23 deletions
diff --git a/p/haskell-uuagc-cabal/debian/changelog b/p/haskell-uuagc-cabal/debian/changelog
index 9121f8720..046007312 100644
--- a/p/haskell-uuagc-cabal/debian/changelog
+++ b/p/haskell-uuagc-cabal/debian/changelog
@@ -1,14 +1,14 @@
-haskell-uuagc-cabal (1.0.4.0-8) UNRELEASED; urgency=medium
+haskell-uuagc-cabal (1.0.4.0-8) 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:36:26 +0300
+ -- Clint Adams <clint@debian.org> Sat, 15 Oct 2016 14:45:33 -0400
haskell-uuagc-cabal (1.0.4.0-7) unstable; urgency=medium
diff --git a/p/haskell-uuagc-cabal/debian/control b/p/haskell-uuagc-cabal/debian/control
index 5365f3065..0a6a5def0 100644
--- a/p/haskell-uuagc-cabal/debian/control
+++ b/p/haskell-uuagc-cabal/debian/control
@@ -1,36 +1,43 @@
Source: haskell-uuagc-cabal
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
-Uploaders: Joachim Breitner <nomeata@debian.org>
+Uploaders:
+ Joachim Breitner <nomeata@debian.org>,
Priority: extra
Section: haskell
-Build-Depends: debhelper (>= 9),
- haskell-devscripts (>= 0.10),
+Build-Depends:
cdbs,
- ghc,
+ debhelper (>= 9),
+ ghc (>= 8),
ghc-prof,
+ haskell-devscripts (>= 0.10),
libghc-cabal-dev (>= 1.8.0.6),
libghc-cabal-prof (>= 1.8.0.6),
libghc-mtl-dev (>= 2.0.1.0),
libghc-mtl-prof,
libghc-uulib-dev (>= 0.9.14),
libghc-uulib-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
libghc-cabal-doc,
libghc-mtl-doc,
libghc-uulib-doc,
Standards-Version: 3.9.8
Homepage: http://www.cs.uu.nl/wiki/HUT/WebHome
-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-uuagc-cabal
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
Package: libghc-uuagc-cabal-dev
Architecture: any
-Depends: ${haskell: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: Cabal plugin for UUAGC${haskell:ShortBlurb}
Cabal plugin for the Universiteit Utrecht Attribute Grammar System.
.
@@ -38,11 +45,15 @@ Description: Cabal plugin for UUAGC${haskell:ShortBlurb}
Package: libghc-uuagc-cabal-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: Cabal plugin for UUAGC${haskell:ShortBlurb}
Cabal plugin for the Universiteit Utrecht Attribute Grammar System.
.
@@ -51,10 +62,13 @@ Description: Cabal plugin for UUAGC${haskell:ShortBlurb}
Package: libghc-uuagc-cabal-doc
Architecture: all
Section: doc
-Depends: ${misc:Depends},
+Depends:
${haskell:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
+ ${misc:Depends},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
Description: Cabal plugin for UUAGC${haskell:ShortBlurb}
Cabal plugin for the Universiteit Utrecht Attribute Grammar System.
.
diff --git a/p/haskell-uuagc-cabal/debian/copyright b/p/haskell-uuagc-cabal/debian/copyright
index 7f6922277..a700a7b71 100644
--- a/p/haskell-uuagc-cabal/debian/copyright
+++ b/p/haskell-uuagc-cabal/debian/copyright
@@ -34,4 +34,4 @@ License: BSD-3-clause
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. \ No newline at end of file
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.