[Pkg-haskell-commits] darcs: haskell-geniplate: Initial release

laney at debian.org laney at debian.org
Sat Mar 30 21:09:32 UTC 2013


Sat Mar 30 20:54:41 UTC 2013  laney at debian.org
  * Initial release
  Ignore-this: 689f1f74560d8e826a4167547e54ad9e

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

Sat Mar 30 20:54:41 UTC 2013  laney at debian.org
  * Initial release
  Ignore-this: 689f1f74560d8e826a4167547e54ad9e
diff -rN -u old-haskell-geniplate//changelog new-haskell-geniplate//changelog
--- old-haskell-geniplate//changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-geniplate//changelog	2013-03-30 21:09:32.119308870 +0000
@@ -0,0 +1,5 @@
+haskell-geniplate (0.6.0.3-1) UNRELEASED; urgency=low
+
+  * Initial release
+
+ -- Iain Lane <laney at debian.org>  Sat, 30 Mar 2013 12:14:31 +0000
diff -rN -u old-haskell-geniplate//compat new-haskell-geniplate//compat
--- old-haskell-geniplate//compat	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-geniplate//compat	2013-03-30 21:09:32.115306992 +0000
@@ -0,0 +1 @@
+7
diff -rN -u old-haskell-geniplate//control new-haskell-geniplate//control
--- old-haskell-geniplate//control	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-geniplate//control	2013-03-30 21:09:32.115306992 +0000
@@ -0,0 +1,59 @@
+Source: haskell-geniplate
+Section: haskell
+Priority: extra
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Iain Lane <laney at debian.org>
+Build-Depends: debhelper (>= 7)
+  , cdbs
+  , haskell-devscripts (>= 0.8.13)
+  , ghc
+  , ghc-prof
+  , libghc-mtl-dev
+  , libghc-mtl-prof
+Build-Depends-Indep: ghc-doc
+  , libghc-mtl-doc
+Standards-Version: 3.9.4
+Homepage: http://hackage.haskell.org/package/geniplate
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-geniplate
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-geniplate
+
+Package: libghc-geniplate-dev
+Architecture: any
+Depends: ${haskell:Depends}
+  , ${shlibs:Depends}
+  , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: template Haskell-using generic programming library
+ This package provides a library for the Haskell programming language.
+ See http://www.haskell.org/ for more information on Haskell.
+ .
+ Use template Haskell to generate Uniplate-like functions.
+
+Package: libghc-geniplate-prof
+Architecture: any
+Depends: ${haskell:Depends}
+  , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: template Haskell-using generic programming library; profiling
+ This package provides a library for the Haskell programming language,
+ compiled for profiling.
+ See http://www.haskell.org/ for more information on Haskell.
+ .
+ Use template Haskell to generate Uniplate-like functions.
+
+Package: libghc-geniplate-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}, ${haskell:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: template Haskell-using generic programming library; documentation
+ This package provides the documentation for a library for the Haskell
+ programming language.
+ See http://www.haskell.org/ for more information on Haskell.
+ .
+ Use template Haskell to generate Uniplate-like functions.
diff -rN -u old-haskell-geniplate//copyright new-haskell-geniplate//copyright
--- old-haskell-geniplate//copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-geniplate//copyright	2013-03-30 21:09:32.115306992 +0000
@@ -0,0 +1,46 @@
+This package was debianized by Iain Lane <laney at debian.org>
+on Sat Mar 30 12:43:33 GMT 2013
+
+It was downloaded from
+http://hackage.haskell.org/package/geniplate
+
+Upstream Authors:
+
+    Lennart Augustsson <lennart at augustsson.net>
+
+Copyright:
+
+    2011-12 Lennart Augustsson
+
+License:
+
+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.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS "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 HOLDERS 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.
+
+* * *
+
+Note that the license isn't included in the upstream tarball, but an email
+conversation with the upstream author revealed that he is happy to license
+geniplate under the 2-clause BSD license:
+
+  http://lists.debian.org/debian-haskell/2013/01/msg00010.html
+
+* * *
diff -rN -u old-haskell-geniplate//rules new-haskell-geniplate//rules
--- old-haskell-geniplate//rules	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-geniplate//rules	2013-03-30 21:09:32.115306992 +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-geniplate//source/format new-haskell-geniplate//source/format
--- old-haskell-geniplate//source/format	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-geniplate//source/format	2013-03-30 21:09:32.115306992 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-geniplate//watch new-haskell-geniplate//watch
--- old-haskell-geniplate//watch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-geniplate//watch	2013-03-30 21:09:32.115306992 +0000
@@ -0,0 +1,5 @@
+version=3
+opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
+filenamemangle=s|(.*)/$|geinplate.tar.gz|" \
+    http://hackage.haskell.org/packages/archive/geniplate \
+    ([\d\.]*\d)/





More information about the Pkg-haskell-commits mailing list