diff options
| author | Clint Adams <clint@debian.org> | 2016-10-16 12:43:23 -0400 |
|---|---|---|
| committer | Clint Adams <clint@debian.org> | 2016-10-16 12:43:23 -0400 |
| commit | 39b14d0972282f5aef9ef89457ac994ef33511ef (patch) | |
| tree | 9dbe7829012da26b1022668e87c27c84397da9a6 /p/uuagc | |
| parent | f025d8333e6bc2aa3e57a053302cb86f4d5996a5 (diff) | |
| download | DHG_packages-39b14d0972282f5aef9ef89457ac994ef33511ef.tar.gz | |
uuagc: build with ghc 8 in experimental
Diffstat (limited to 'p/uuagc')
| -rw-r--r-- | p/uuagc/debian/changelog | 8 | ||||
| -rw-r--r-- | p/uuagc/debian/control | 19 | ||||
| -rw-r--r-- | p/uuagc/debian/copyright | 2 | ||||
| -rw-r--r-- | 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 1344ba52e..194cbd6c1 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@gnu.org> Tue, 10 May 2016 09:36:41 +0300 + -- Clint Adams <clint@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 151cde1eb..4c10c6a5e 100644 --- a/p/uuagc/debian/control +++ b/p/uuagc/debian/control @@ -1,26 +1,29 @@ Source: uuagc Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> -Uploaders: Joachim Breitner <nomeata@debian.org> +Uploaders: + Joachim Breitner <nomeata@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 cc53f2b78..29b474048 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 2beea28fc..6cf1e0a6e 100644 --- a/p/uuagc/debian/uuagc.manpages +++ b/p/uuagc/debian/uuagc.manpages @@ -1,2 +1 @@ debian/uuagc.1 - |
