diff options
| author | Christopher Reichert <creichert07@gmail.com> | 2014-12-21 21:17:58 +0300 |
|---|---|---|
| committer | Christopher Reichert <creichert07@gmail.com> | 2014-12-21 21:17:58 +0300 |
| commit | d26d6c8b1b21339ed93bbd87a9601ffa7f5d5715 (patch) | |
| tree | eadfe5910fecd54511af75855bc16d6e6f91e5cb /p/haskell-hsqml | |
| parent | c765b80bd2b25305a2b03e32f8d69c616b9445fe (diff) | |
| download | DHG_packages-d26d6c8b1b21339ed93bbd87a9601ffa7f5d5715.tar.gz | |
haskell-hsqml: export QT_SELECT=5 in debian/rules.
Diffstat (limited to 'p/haskell-hsqml')
| -rw-r--r-- | p/haskell-hsqml/debian/control | 3 | ||||
| -rw-r--r-- | p/haskell-hsqml/debian/copyright | 6 | ||||
| -rwxr-xr-x | p/haskell-hsqml/debian/rules | 2 |
3 files changed, 10 insertions, 1 deletions
diff --git a/p/haskell-hsqml/debian/control b/p/haskell-hsqml/debian/control index a6ff5ac52..bc24224f6 100644 --- a/p/haskell-hsqml/debian/control +++ b/p/haskell-hsqml/debian/control @@ -24,10 +24,13 @@ Build-Depends: debhelper (>= 9) , libghc-transformers-dev (>= 0.2) , libghc-transformers-dev (<< 0.5) , libghc-transformers-prof + , libghc-quickcheck2-dev + , libghc-quickcheck2-prof Build-Depends-Indep: ghc-doc , libghc-text-doc , libghc-tagged-doc , libghc-transformers-doc + , libghc-quickcheck2-doc Standards-Version: 3.9.6 Homepage: http://www.gekkou.co.uk/software/hsqml/ Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-hsqml diff --git a/p/haskell-hsqml/debian/copyright b/p/haskell-hsqml/debian/copyright index 5d8ebe104..e7e601f8b 100644 --- a/p/haskell-hsqml/debian/copyright +++ b/p/haskell-hsqml/debian/copyright @@ -4,12 +4,16 @@ Upstream-Contact: Robin Kay <komadori@gekkou.co.uk> Source: http://hackage.haskell.org/package/hsqml Files: * -Copyright: 2010-2014 Robin KAY +Copyright: Copyright (c)2010-2014 Robin KAY License: BSD3 Files: debian/* Copyright: 2014 Christopher Reichert License: BSD3 + +License: BSD3 + All rights reserved. + . Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . diff --git a/p/haskell-hsqml/debian/rules b/p/haskell-hsqml/debian/rules index 31337b5b6..da120bb1d 100755 --- a/p/haskell-hsqml/debian/rules +++ b/p/haskell-hsqml/debian/rules @@ -1,6 +1,8 @@ #!/usr/bin/make -f +export QT_SELECT=5 #DEB_ENABLE_TESTS = yes + include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/hlibrary.mk |
