[Pkg-haskell-commits] darcs: =?UTF-8?Q?haskell-rose=7Aipper?=: Initial Check-In

mhatta at debian.org mhatta at debian.org
Fri Feb 1 07:36:43 UTC 2013


Fri Feb  1 07:34:20 UTC 2013  mhatta at debian.org
  * Initial Check-In
  Ignore-this: 359dc0f2e791cc9225308004964a067b

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

Fri Feb  1 07:34:20 UTC 2013  mhatta at debian.org
  * Initial Check-In
  Ignore-this: 359dc0f2e791cc9225308004964a067b
diff -rN -u old-haskell-rosezipper//changelog new-haskell-rosezipper//changelog
--- old-haskell-rosezipper//changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-rosezipper//changelog	2013-02-01 07:36:43.743718433 +0000
@@ -0,0 +1,6 @@
+haskell-rosezipper (0.2-1) UNRELEASED; urgency=low
+
+  * Initial release. (closes: #699511)
+  * Debianization generated by cabal-debian
+
+ -- Masayuki Hatta (mhatta) <mhatta at debian.org>  Fri, 01 Feb 2013 12:50:56 +0900
diff -rN -u old-haskell-rosezipper//compat new-haskell-rosezipper//compat
--- old-haskell-rosezipper//compat	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-rosezipper//compat	2013-02-01 07:36:43.743718433 +0000
@@ -0,0 +1 @@
+7
\ No newline at end of file
diff -rN -u old-haskell-rosezipper//control new-haskell-rosezipper//control
--- old-haskell-rosezipper//control	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-rosezipper//control	2013-02-01 07:36:43.743718433 +0000
@@ -0,0 +1,59 @@
+Source: haskell-rosezipper
+Priority: extra
+Section: haskell
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Masayuki Hatta (mhatta) <mhatta at debian.org>
+Build-Depends: debhelper (>= 7.0)
+               , haskell-devscripts (>= 0.8)
+               , cdbs
+               , ghc
+               , ghc-prof
+               , libghc-base-dev (<< 5) | ghc
+               , libghc-base-prof (<< 5) | ghc-prof
+               , libghc-containers-dev | ghc
+               , libghc-containers-prof | ghc-prof
+Build-Depends-Indep: ghc-doc
+                     , libghc-base-doc (<< 5) | ghc-doc
+                     , libghc-containers-doc | ghc-doc
+Standards-Version: 3.9.3
+Homepage: http://hackage.haskell.org/package/rosezipper
+Vcs-Darcs: http://darcs.debian.org/darcs/pkg-haskell/haskell-rosezipper
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-rosezipper
+
+Package: libghc-rosezipper-dev
+Architecture: any
+Depends: ${shlibs:Depends}
+         , ${haskell:Depends}
+         , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: Generic zipper implementation for Data.Tree in Haskell
+ This Haskell library provides a Haskell datastructure for working with locations in trees or forests.
+ .
+ This package contains the normal library files.
+
+Package: libghc-rosezipper-prof
+Architecture: any
+Depends: ${haskell:Depends}
+         , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: Generic zipper implementation for Data.Tree in Haskell
+ This Haskell library provides a Haskell datastructure for working with locations in trees or forests.
+ .
+ This package contains the libraries compiled with profiling enabled.
+
+Package: libghc-rosezipper-doc
+Architecture: all
+Section: doc
+Depends: ${haskell:Depends}
+         , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: Generic zipper implementation for Data.Tree in Haskell
+ This Haskell library provides a Haskell datastructure for working with locations in trees or forests.
+ .
+ This package contains the documentation files.
+
diff -rN -u old-haskell-rosezipper//copyright new-haskell-rosezipper//copyright
--- old-haskell-rosezipper//copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-rosezipper//copyright	2013-02-01 07:36:43.743718433 +0000
@@ -0,0 +1,14 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: rosezipper
+Upstream-Contact: Iavor S. Diatchki <iavor.diatchki at gmail.com>
+Source: http://hackage.haskell.org/package/rosezipper
+
+Files: *
+Copyright: Copyright 2008 Krasimir Angelov and Iavor S. Diatchki <iavor.diatchki at gmail.com>
+License: BSD-2-Clause
+ 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-rosezipper//rules new-haskell-rosezipper//rules
--- old-haskell-rosezipper//rules	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-rosezipper//rules	2013-02-01 07:36:43.747719174 +0000
@@ -0,0 +1,11 @@
+#!/usr/bin/make -f
+
+DEB_CABAL_PACKAGE = rosezipper
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk
+
+
+# How to install an extra file into the documentation package
+#binary-fixup/libghc-rosezipper-doc::
+#	echo "Some informative text" > debian/libghc-rosezipper-doc/usr/share/doc/libghc-rosezipper-doc/AnExtraDocFile
diff -rN -u old-haskell-rosezipper//source/format new-haskell-rosezipper//source/format
--- old-haskell-rosezipper//source/format	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-rosezipper//source/format	2013-02-01 07:36:43.747719174 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-rosezipper//watch new-haskell-rosezipper//watch
--- old-haskell-rosezipper//watch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-rosezipper//watch	2013-02-01 07:36:43.747719174 +0000
@@ -0,0 +1,5 @@
+version=3
+opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
+filenamemangle=s|(.*)/$|rosezipper-$1.tar.gz|" \
+    http://hackage.haskell.org/packages/archive/rosezipper \
+    ([\d\.]*\d)/





More information about the Pkg-haskell-commits mailing list