[Pkg-haskell-commits] darcs: haskell-hsqml: export QT_SELECT=5 in debian/rules.

Christopher Reichert creichert07 at gmail.com
Sun Dec 21 18:20:04 UTC 2014


Sun Dec 21 18:17:58 UTC 2014  Christopher Reichert <creichert07 at gmail.com>
  * export QT_SELECT=5 in debian/rules.

    M ./control +3
    M ./copyright -1 +5
    M ./rules +2

Sun Dec 21 18:17:58 UTC 2014  Christopher Reichert <creichert07 at gmail.com>
  * export QT_SELECT=5 in debian/rules.
diff -rN -u old-haskell-hsqml/control new-haskell-hsqml/control
--- old-haskell-hsqml/control	2014-12-21 18:20:04.351918938 +0000
+++ new-haskell-hsqml/control	2014-12-21 18:20:04.355918939 +0000
@@ -24,10 +24,13 @@
   , 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 -rN -u old-haskell-hsqml/copyright new-haskell-hsqml/copyright
--- old-haskell-hsqml/copyright	2014-12-21 18:20:04.351918938 +0000
+++ new-haskell-hsqml/copyright	2014-12-21 18:20:04.355918939 +0000
@@ -4,12 +4,16 @@
 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 -rN -u old-haskell-hsqml/rules new-haskell-hsqml/rules
--- old-haskell-hsqml/rules	2014-12-21 18:20:04.351918938 +0000
+++ new-haskell-hsqml/rules	2014-12-21 18:20:04.355918939 +0000
@@ -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




More information about the Pkg-haskell-commits mailing list