[Pkg-haskell-commits] darcs: =?UTF-8?Q?haskell-bindings-lib=7Aip?=: Initial check-in

Joachim Breitner mail at joachim-breitner.de
Thu Oct 13 19:10:07 UTC 2011


Thu Oct 13 19:09:39 UTC 2011  Joachim Breitner <mail at joachim-breitner.de>
  * Initial check-in
  Ignore-this: 2728b9009b3308716e822c1cc95fbcc

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

Thu Oct 13 19:09:39 UTC 2011  Joachim Breitner <mail at joachim-breitner.de>
  * Initial check-in
  Ignore-this: 2728b9009b3308716e822c1cc95fbcc
diff -rN -u old-haskell-bindings-libzip//changelog new-haskell-bindings-libzip//changelog
--- old-haskell-bindings-libzip//changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-bindings-libzip//changelog	2011-10-13 19:10:07.299829966 +0000
@@ -0,0 +1,5 @@
+haskell-bindings-libzip (0.1.0.2-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-bindings-libzip//compat new-haskell-bindings-libzip//compat
--- old-haskell-bindings-libzip//compat	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-bindings-libzip//compat	2011-10-13 19:10:07.299829966 +0000
@@ -0,0 +1 @@
+7
diff -rN -u old-haskell-bindings-libzip//control new-haskell-bindings-libzip//control
--- old-haskell-bindings-libzip//control	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-bindings-libzip//control	2011-10-13 19:10:07.303835686 +0000
@@ -0,0 +1,62 @@
+Source: haskell-bindings-libzip
+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 (>= 7)
+  , cdbs
+  , haskell-devscripts (>= 0.8)
+  , ghc
+  , ghc-prof
+  , libghc-bindings-dsl-dev (>= 1.0)
+  , libghc-bindings-dsl-dev (<< 1.1)
+  , libghc-bindings-dsl-prof
+Build-Depends-Indep: ghc-doc
+  , libghc-bindings-dsl-doc
+Standards-Version: 3.9.2
+Homepage: http://hackage.haskell.org/package/bindings-libzip
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-bindings-libzip
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-bindings-libzip
+
+Package: libghc-bindings-libzip-dev
+Architecture: any
+Depends: ${haskell:Depends}
+  , ${shlibs:Depends}
+  , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: low-level Haskell bindings to libzip
+ This package provides low-level bindings to libzip library. For a higher-level
+ interface please use the libghc-libzip-dev package.
+ .
+ This package provides a library for the Haskell programming language.
+ See http://www.haskell.org/ for more information on Haskell.
+
+Package: libghc-bindings-libzip-prof
+Architecture: any
+Depends: ${haskell:Depends}
+  , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: low-level Haskell bindings to libzip; profiling libraries
+ This package provides low-level bindings to libzip library. For a higher-level
+ interface please use the libghc-libzip-dev package.
+ .
+ This package provides a library for the Haskell programming language, compiled
+ for profiling.  See http://www.haskell.org/ for more information on Haskell.
+
+Package: libghc-bindings-libzip-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}, ${haskell:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: low-level Haskell bindings to libzip; documentation
+ This package provides low-level bindings to libzip library. For a higher-level
+ interface please use the libghc-libzip-dev package.
+ .
+ This package provides the documentation for a library for the Haskell
+ programming language.
+ See http://www.haskell.org/ for more information on Haskell.
diff -rN -u old-haskell-bindings-libzip//copyright new-haskell-bindings-libzip//copyright
--- old-haskell-bindings-libzip//copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-bindings-libzip//copyright	2011-10-13 19:10:07.303835686 +0000
@@ -0,0 +1,35 @@
+Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Upstream-Name: bindings-libzip
+Upstream-Contact: Sergey Astanin <s.astanin at gmail.com>
+Source: http://hackage.haskell.org/package/bindings-libzip
+
+Copyright: 2010 Sergey Astanin
+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:
+ .
+     * 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 Sergey Astanin 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-bindings-libzip//rules new-haskell-bindings-libzip//rules
--- old-haskell-bindings-libzip//rules	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-bindings-libzip//rules	2011-10-13 19:10:07.303835686 +0000
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk
diff -rN -u old-haskell-bindings-libzip//source/format new-haskell-bindings-libzip//source/format
--- old-haskell-bindings-libzip//source/format	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-bindings-libzip//source/format	2011-10-13 19:10:07.307832076 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-bindings-libzip//watch new-haskell-bindings-libzip//watch
--- old-haskell-bindings-libzip//watch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-bindings-libzip//watch	2011-10-13 19:10:07.307832076 +0000
@@ -0,0 +1,5 @@
+version=3
+opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
+filenamemangle=s|(.*)/$|bindings-libzip-$1.tar.gz|" \
+    http://hackage.haskell.org/packages/archive/bindings-libzip \
+    ([\d\.]*\d)/





More information about the Pkg-haskell-commits mailing list