[Pkg-haskell-commits] darcs: haskell-xcb-types: Initial check-in

Joachim Breitner mail at joachim-breitner.de
Fri Aug 22 14:46:44 UTC 2014


Fri Aug 22 14:45:58 UTC 2014  Joachim Breitner <mail at joachim-breitner.de>
  * Initial check-in

    A ./changelog
    A ./compat
    A ./control
    A ./copyright
    A ./rules
    A ./source/
    A ./source/format
    A ./watch

Fri Aug 22 14:45:58 UTC 2014  Joachim Breitner <mail at joachim-breitner.de>
  * Initial check-in
diff -rN -u old-haskell-xcb-types/changelog new-haskell-xcb-types/changelog
--- old-haskell-xcb-types/changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-xcb-types/changelog	2014-08-22 14:46:44.771147097 +0000
@@ -0,0 +1,5 @@
+haskell-xcb-types (0.7.0-1) UNRELEASED; urgency=low
+
+  * Initial release.
+
+ -- Joachim Breitner <nomeata at debian.org>  Thu, 01 Jan 1970 00:00:00 +0000
diff -rN -u old-haskell-xcb-types/compat new-haskell-xcb-types/compat
--- old-haskell-xcb-types/compat	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-xcb-types/compat	2014-08-22 14:46:44.771147097 +0000
@@ -0,0 +1 @@
+9
diff -rN -u old-haskell-xcb-types/control new-haskell-xcb-types/control
--- old-haskell-xcb-types/control	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-xcb-types/control	2014-08-22 14:46:44.771147097 +0000
@@ -0,0 +1,72 @@
+Source: haskell-xcb-types
+Section: haskell
+Priority: extra
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Joachim Breitner <nomeata at debian.org>
+Build-Depends: debhelper (>= 9)
+  , cdbs
+  , haskell-devscripts (>= 0.8.15)
+  , ghc
+  , ghc-prof
+  , libghc-mtl-dev (>= 2.0)
+  , libghc-mtl-dev (<< 2.3)
+  , libghc-mtl-prof
+Build-Depends-Indep: ghc-doc
+  , libghc-mtl-doc
+Standards-Version: 3.9.5
+Homepage: http://hackage.haskell.org/package/xcb-types
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-xcb-types
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-xcb-types
+X-Description: Parses XML files used by the XCB project
+ This package provides types which mirror the structures used in the XCB code
+ generation XML files.
+ .
+ See project http://xcb.freedesktop.org/ for more information about the XCB
+ project.
+ .
+ The XML files describe the data-types, events and requests used by the X
+ Protocol, and are used to auto-generate large parts of the XCB project.
+ .
+ This package parses these XML files into Haskell data structures.
+ .
+ If you want to do something with these XML descriptions but don't want to
+ learn XSLT, this package should help.
+ .
+ This version of xcb-types is intended to fully parse the X Protocol
+ description version 1.4.
+
+Package: libghc-xcb-types-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-xcb-types-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-xcb-types-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-xcb-types/copyright new-haskell-xcb-types/copyright
--- old-haskell-xcb-types/copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-xcb-types/copyright	2014-08-22 14:46:44.771147097 +0000
@@ -0,0 +1,42 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: xcb-types
+Upstream-Contact: Antoine Latter <aslatter at gmail.com>
+Source: http://hackage.haskell.org/package/xcb-types
+
+Files: *
+Copyright: Antoine Latter 2008, 2009
+License: xcb-types license
+
+Files: debian/*
+Copyright: 2014 Joachim Breitner
+License: xcb-types license
+
+License: xcb-types license
+ All rights reserved.
+ .
+ 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 the author 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-xcb-types/rules new-haskell-xcb-types/rules
--- old-haskell-xcb-types/rules	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-xcb-types/rules	2014-08-22 14:46:44.771147097 +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-xcb-types/source/format new-haskell-xcb-types/source/format
--- old-haskell-xcb-types/source/format	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-xcb-types/source/format	2014-08-22 14:46:44.771147097 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-xcb-types/watch new-haskell-xcb-types/watch
--- old-haskell-xcb-types/watch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-xcb-types/watch	2014-08-22 14:46:44.771147097 +0000
@@ -0,0 +1,2 @@
+version=3
+http://hackage.haskell.org/package/xcb-types/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))




More information about the Pkg-haskell-commits mailing list