[Pkg-haskell-commits] darcs: haskell-ghcjs-dom: Initial Check-In

Christopher Reichert creichert07 at gmail.com
Sun Dec 21 17:03:15 UTC 2014


Sun Dec 21 17:00:13 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

Sun Dec 21 17:00:13 UTC 2014  Christopher Reichert <creichert07 at gmail.com>
  * Initial Check-In
diff -rN -u old-haskell-ghcjs-dom/changelog new-haskell-ghcjs-dom/changelog
--- old-haskell-ghcjs-dom/changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-ghcjs-dom/changelog	2014-12-21 17:03:15.704211973 +0000
@@ -0,0 +1,5 @@
+haskell-ghcjs-dom (0.1.1.1-1) UNRELEASED; urgency=low
+
+  * Initial Package Release
+
+ -- Christopher Reichert <creichert07 at gmail.com>  Sun, 21 Dec 2014 09:40:20 -0600
diff -rN -u old-haskell-ghcjs-dom/compat new-haskell-ghcjs-dom/compat
--- old-haskell-ghcjs-dom/compat	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-ghcjs-dom/compat	2014-12-21 17:03:15.704211973 +0000
@@ -0,0 +1 @@
+9
diff -rN -u old-haskell-ghcjs-dom/control new-haskell-ghcjs-dom/control
--- old-haskell-ghcjs-dom/control	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-ghcjs-dom/control	2014-12-21 17:03:15.704211973 +0000
@@ -0,0 +1,69 @@
+Source: haskell-ghcjs-dom
+Section: haskell
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Christopher Reichert <creichert07 at gmail.com>
+Priority: extra
+Build-Depends: debhelper (>= 7.0)
+  , haskell-devscripts (>= 0.8)
+  , cdbs
+  , ghc
+  , ghc-prof
+  , libghc-ghcjs-base-dev
+  , libghc-ghcjs-base-prof
+  , libghc-mtl-dev
+  , libghc-mtl-prof
+  , libghc-text-dev (>= 0.11.0.6)
+  , libghc-text-dev (<< 1.3)
+  , libghc-text-prof
+Build-Depends-Indep: ghc-doc
+  , libghc-ghcjs-base-doc
+  , libghc-mtl-doc
+  , libghc-text-doc
+Standards-Version: 3.9.6
+Homepage: http://hackage.haskell.org/package/ghcjs-dom
+X-Description: DOM library that supports both GHCJS and WebKitGTK
+  .
+  Documentent Object Model (DOM) functions that work with
+  GHCJS, but can also be used with GHC and WebKitGTK.
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-ghcjs-dom
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-ghcjs-dom
+
+Package: libghc-ghcjs-dom-dev
+Architecture: any
+Depends: ${haskell:Depends},
+ ${misc:Depends},
+ ${shlibs:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Conflicts: ${haskell:Conflicts},
+Provides: ${haskell:Provides},
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+  ${haskell:LongDescription}
+  .
+  ${haskell:Blurb}
+
+Package: libghc-ghcjs-dom-prof
+Architecture: any
+Depends: ${haskell:Depends},
+ ${misc:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Conflicts: ${haskell:Conflicts},
+Provides: ${haskell:Provides},
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+  ${haskell:LongDescription}
+  .
+  ${haskell:Blurb}
+
+Package: libghc-ghcjs-dom-doc
+Architecture: all
+Section: doc
+Depends: ${haskell:Depends},
+ ${misc:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Conflicts: ${haskell:Conflicts},
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+  ${haskell:LongDescription}
+  .
+  ${haskell:Blurb}
diff -rN -u old-haskell-ghcjs-dom/copyright new-haskell-ghcjs-dom/copyright
--- old-haskell-ghcjs-dom/copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-ghcjs-dom/copyright	2014-12-21 17:03:15.704211973 +0000
@@ -0,0 +1,32 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: ghcjs-dom
+Upstream-Contact: Hamish Mackenzie <Hamish.K.Mackenzie at googlemail.com>
+Source: http://hackage.haskell.org/package/ghcjs-dom
+
+Files: *
+Copyright: Copyright (c) 2010-2012 Hamish Mackenzie, Victor Nazarov, Luite Stegeman
+
+Files: debian/*
+Copyright: 2014 Christopher Reichert
+License: MIT
+
+License: MIT
+ .
+ Permission is hereby granted, free of charge, to any person obtaining
+ a copy of this software and associated documentation files (the
+ "Software"), to deal in the Software without restriction, including
+ without limitation the rights to use, copy, modify, merge, publish,
+ distribute, sublicense, and/or sell copies of the Software, and to
+ permit persons to whom the Software is furnished to do so, subject to
+ the following conditions:
+ .
+ The above copyright notice and this permission notice shall be
+ included in all copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
diff -rN -u old-haskell-ghcjs-dom/rules new-haskell-ghcjs-dom/rules
--- old-haskell-ghcjs-dom/rules	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-ghcjs-dom/rules	2014-12-21 17:03:15.704211973 +0000
@@ -0,0 +1,8 @@
+#!/usr/bin/make -f
+
+#DEB_CABAL_PACKAGE = ghcjs-dom
+#DEB_DEFAULT_COMPILER = ghc
+#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-ghcjs-dom/source/format new-haskell-ghcjs-dom/source/format
--- old-haskell-ghcjs-dom/source/format	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-ghcjs-dom/source/format	2014-12-21 17:03:15.708211972 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-ghcjs-dom/watch new-haskell-ghcjs-dom/watch
--- old-haskell-ghcjs-dom/watch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-ghcjs-dom/watch	2014-12-21 17:03:15.708211972 +0000
@@ -0,0 +1,2 @@
+version=3
+http://hackage.haskell.org/package/ghcjs-dom/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))




More information about the Pkg-haskell-commits mailing list