[DHG_packages] 02/06: uuagc: build with ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Sun Oct 16 16:49:17 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 39b14d0972282f5aef9ef89457ac994ef33511ef
Author: Clint Adams <clint at debian.org>
Date: Sun Oct 16 12:43:23 2016 -0400
uuagc: build with ghc 8 in experimental
---
p/uuagc/debian/changelog | 8 ++++----
p/uuagc/debian/control | 19 +++++++++++--------
p/uuagc/debian/copyright | 2 +-
p/uuagc/debian/uuagc.manpages | 1 -
4 files changed, 16 insertions(+), 14 deletions(-)
diff --git a/p/uuagc/debian/changelog b/p/uuagc/debian/changelog
index 1344ba5..194cbd6 100644
--- a/p/uuagc/debian/changelog
+++ b/p/uuagc/debian/changelog
@@ -1,14 +1,14 @@
-uuagc (0.9.42.3-9) UNRELEASED; urgency=medium
+uuagc (0.9.42.3-9) 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:36:41 +0300
+ -- Clint Adams <clint at debian.org> Sun, 16 Oct 2016 12:43:03 -0400
uuagc (0.9.42.3-8) unstable; urgency=medium
diff --git a/p/uuagc/debian/control b/p/uuagc/debian/control
index 151cde1..4c10c6a 100644
--- a/p/uuagc/debian/control
+++ b/p/uuagc/debian/control
@@ -1,26 +1,29 @@
Source: uuagc
Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Joachim Breitner <nomeata at debian.org>
+Uploaders:
+ Joachim Breitner <nomeata at debian.org>,
Priority: optional
Section: devel
-Build-Depends: debhelper (>= 9.20141010),
+Build-Depends:
+ cdbs,
+ debhelper (>= 9.20141010),
dpkg-dev (>= 1.17.14),
+ ghc (>= 8),
haskell-devscripts (>= 0.10),
- cdbs,
- ghc,
- uuagc (<< 0.9.42.1-1) <!stage1> | uuagc (>> 0.9.42.2-2) <!stage1>,
- libghc-uuagc-cabal-dev (>= 1.0.4.0-2),
libghc-mtl-dev (>= 1.1.1.1),
libghc-src-exts-dev (>= 1.11.1),
+ libghc-uuagc-cabal-dev (>= 1.0.4.0-2),
+ uuagc (<< 0.9.42.1-1) <!stage1> | uuagc (>> 0.9.42.2-2) <!stage1>,
Standards-Version: 3.9.8
Homepage: http://www.cs.uu.nl/wiki/HUT/AttributeGrammarSystem
-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/uuagc
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
Package: uuagc
Architecture: any
-Depends: ${shlibs:Depends},
+Depends:
${misc:Depends},
+ ${shlibs:Depends},
Description: compiler for the Utrecht University Attribute Grammar system
The Attribute Grammar system can be used to annotate the production
rules of a grammar with inherited and synthesised attributes. The
diff --git a/p/uuagc/debian/copyright b/p/uuagc/debian/copyright
index cc53f2b..29b4740 100644
--- a/p/uuagc/debian/copyright
+++ b/p/uuagc/debian/copyright
@@ -32,4 +32,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.
diff --git a/p/uuagc/debian/uuagc.manpages b/p/uuagc/debian/uuagc.manpages
index 2beea28..6cf1e0a 100644
--- a/p/uuagc/debian/uuagc.manpages
+++ b/p/uuagc/debian/uuagc.manpages
@@ -1,2 +1 @@
debian/uuagc.1
-
--
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