diff options
| author | Christopher Reichert <creichert07@gmail.com> | 2015-01-20 00:54:34 +0300 |
|---|---|---|
| committer | Christopher Reichert <creichert07@gmail.com> | 2015-01-20 00:54:34 +0300 |
| commit | d4e702eff51e851be41e7899116245568caa988a (patch) | |
| tree | bd87bc15ed7f7191da7beafe09f279025c869328 /p/haskell-hsqml | |
| parent | ff654efb2816299759d45d9a09e8385dda200b53 (diff) | |
| download | DHG_packages-d4e702eff51e851be41e7899116245568caa988a.tar.gz | |
haskell-hsqml: Use QT_SELECT=qt5. Simplify copyright.
Diffstat (limited to 'p/haskell-hsqml')
| -rw-r--r-- | p/haskell-hsqml/debian/copyright | 2 | ||||
| -rwxr-xr-x | p/haskell-hsqml/debian/rules | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/p/haskell-hsqml/debian/copyright b/p/haskell-hsqml/debian/copyright index e7e601f8b..6487b50e6 100644 --- a/p/haskell-hsqml/debian/copyright +++ b/p/haskell-hsqml/debian/copyright @@ -4,7 +4,7 @@ Upstream-Contact: Robin Kay <komadori@gekkou.co.uk> Source: http://hackage.haskell.org/package/hsqml Files: * -Copyright: Copyright (c)2010-2014 Robin KAY +Copyright: (c)2010-2014, Robin KAY License: BSD3 Files: debian/* diff --git a/p/haskell-hsqml/debian/rules b/p/haskell-hsqml/debian/rules index da120bb1d..0ddc411f1 100755 --- a/p/haskell-hsqml/debian/rules +++ b/p/haskell-hsqml/debian/rules @@ -1,6 +1,6 @@ #!/usr/bin/make -f -export QT_SELECT=5 +export QT_SELECT=qt5 #DEB_ENABLE_TESTS = yes |
