[Pkg-haskell-commits] darcs: haskell-hsqml: Use QT_SELECT=qt5. Simplify copyright.
Christopher Reichert
creichert07 at gmail.com
Mon Jan 19 21:55:23 UTC 2015
Mon Jan 19 21:54:34 UTC 2015 Christopher Reichert <creichert07 at gmail.com>
* Use QT_SELECT=qt5. Simplify copyright.
M ./copyright -1 +1
M ./rules -1 +1
Mon Jan 19 21:54:34 UTC 2015 Christopher Reichert <creichert07 at gmail.com>
* Use QT_SELECT=qt5. Simplify copyright.
diff -rN -u old-haskell-hsqml/copyright new-haskell-hsqml/copyright
--- old-haskell-hsqml/copyright 2015-01-19 21:55:23.584172166 +0000
+++ new-haskell-hsqml/copyright 2015-01-19 21:55:23.584172166 +0000
@@ -4,7 +4,7 @@
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 -rN -u old-haskell-hsqml/rules new-haskell-hsqml/rules
--- old-haskell-hsqml/rules 2015-01-19 21:55:23.584172166 +0000
+++ new-haskell-hsqml/rules 2015-01-19 21:55:23.584172166 +0000
@@ -1,6 +1,6 @@
#!/usr/bin/make -f
-export QT_SELECT=5
+export QT_SELECT=qt5
#DEB_ENABLE_TESTS = yes
More information about the Pkg-haskell-commits
mailing list