[Pkg-haskell-commits] darcs: haskell-hsqml: Initial Check-In
Christopher Reichert
creichert07 at gmail.com
Sun Dec 21 18:20:03 UTC 2014
Wed Nov 26 07:36:11 UTC 2014 Christopher Reichert <creichert07 at gmail.com>
* Initial Check-In
A ./changelog
A ./compat
A ./control
A ./copyright
A ./rules
A ./source/
A ./source/format
A ./watch
Wed Nov 26 07:36:11 UTC 2014 Christopher Reichert <creichert07 at gmail.com>
* Initial Check-In
diff -rN -u old-haskell-hsqml/changelog new-haskell-hsqml/changelog
--- old-haskell-hsqml/changelog 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-hsqml/changelog 2014-12-21 18:20:03.023918694 +0000
@@ -0,0 +1,11 @@
+haskell-hsqml (0.3.2.0-1) UNRELEASED; urgency=medium
+
+ * Added OpenGL canvas support.
+ * Added weak references and object finalisers.
+ * Added FactoryPool abstraction.
+ * Added To-only custom marshallers.
+ * Added Ignored type.
+ * Relaxed Cabal dependency constraint on 'text'.
+ * Initial Debian package release.
+
+ -- Christopher Reichert <creichert07 at gmail.com> Tue, 26 Nov 2014 20:00:00 -0600
diff -rN -u old-haskell-hsqml/compat new-haskell-hsqml/compat
--- old-haskell-hsqml/compat 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-hsqml/compat 2014-12-21 18:20:03.011918692 +0000
@@ -0,0 +1 @@
+9
diff -rN -u old-haskell-hsqml/control new-haskell-hsqml/control
--- old-haskell-hsqml/control 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-hsqml/control 2014-12-21 18:20:03.023918694 +0000
@@ -0,0 +1,83 @@
+Source: haskell-hsqml
+Section: haskell
+Priority: extra
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Christopher Reichert <creichert07 at gmail.com>
+Build-Depends: debhelper (>= 9)
+ , cdbs
+ , haskell-devscripts (>= 0.8.15)
+ , ghc
+ , ghc-prof
+ , c2hs
+ , pkg-config
+ , qtdeclarative5-dev
+ , qml-module-qtquick2
+ , qtbase5-dev
+ , libqt5qml5
+ , libqt5quick5
+ , libghc-text-dev (>= 0.11)
+ , libghc-text-dev (<< 1.3)
+ , libghc-text-prof
+ , libghc-tagged-dev (>= 0.4)
+ , libghc-tagged-dev (<< 0.8)
+ , libghc-tagged-prof
+ , libghc-transformers-dev (>= 0.2)
+ , libghc-transformers-dev (<< 0.5)
+ , libghc-transformers-prof
+ , libghc-text-dev (>= 0.11)
+ , libghc-text-dev (<< 1.3)
+ , libghc-text-prof
+ , libghc-tagged-dev (>= 0.4)
+ , libghc-tagged-dev (<< 0.8)
+ , libghc-tagged-prof
+Build-Depends-Indep: ghc-doc
+ , libghc-text-doc
+ , libghc-tagged-doc
+ , libghc-transformers-doc
+ , libghc-text-doc
+ , libghc-tagged-doc
+Standards-Version: 3.9.5
+Homepage: http://hackage.haskell.org/package/hsqml
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-hsqml
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-hsqml
+X-Description: Haskell binding for Qt Quick
+ .
+ A Haskell binding for Qt Quick, a cross-platform framework for creating
+ graphical user interfaces. For further information on installing and using
+ this library, please see the project's web site.
+
+Package: libghc-hsqml-dev
+Architecture: any
+Depends: ${haskell:Depends}
+ , ${shlibs:Depends}
+ , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
+
+Package: libghc-hsqml-prof
+Architecture: any
+Depends: ${haskell:Depends}
+ , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
+
+Package: libghc-hsqml-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}, ${haskell:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
diff -rN -u old-haskell-hsqml/copyright new-haskell-hsqml/copyright
--- old-haskell-hsqml/copyright 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-hsqml/copyright 2014-12-21 18:20:03.015918692 +0000
@@ -0,0 +1,38 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: hsqml
+Upstream-Contact: Robin Kay <komadori at gekkou.co.uk>
+Source: http://hackage.haskell.org/package/hsqml
+
+Files: *
+Copyright: 2010-2014 Robin KAY
+License: BSD3
+
+Files: debian/*
+Copyright: 2014 Christopher Reichert
+License: BSD3
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are met:
+ .
+ * Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+ .
+ * Redistributions in binary form must reproduce the above
+ copyright notice, this list of conditions and the following
+ disclaimer in the documentation and/or other materials provided
+ with the distribution.
+ .
+ * Neither the name of Robin KAY nor the names of other
+ contributors may be used to endorse or promote products derived
+ from this software without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 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.
diff -rN -u old-haskell-hsqml/rules new-haskell-hsqml/rules
--- old-haskell-hsqml/rules 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-hsqml/rules 2014-12-21 18:20:03.015918692 +0000
@@ -0,0 +1,6 @@
+#!/usr/bin/make -f
+
+#DEB_ENABLE_TESTS = yes
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk
diff -rN -u old-haskell-hsqml/source/format new-haskell-hsqml/source/format
--- old-haskell-hsqml/source/format 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-hsqml/source/format 2014-12-21 18:20:03.015918692 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-hsqml/watch new-haskell-hsqml/watch
--- old-haskell-hsqml/watch 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-hsqml/watch 2014-12-21 18:20:03.015918692 +0000
@@ -0,0 +1,2 @@
+version=3
+http://hackage.haskell.org/package/hsqml/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
More information about the Pkg-haskell-commits
mailing list