[Pkg-haskell-commits] darcs: haskell-ltk: Initial packaging

Joachim Breitner mail at joachim-breitner.de
Sat Mar 20 15:39:36 UTC 2010


Sat Mar 20 15:27:41 UTC 2010  Joachim Breitner <mail at joachim-breitner.de>
  * Initial packaging
  Ignore-this: 4e8eac8cf41ca05c0bf68d78e6d2e625

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

Sat Mar 20 15:27:41 UTC 2010  Joachim Breitner <mail at joachim-breitner.de>
  * Initial packaging
  Ignore-this: 4e8eac8cf41ca05c0bf68d78e6d2e625
diff -rN -u old-haskell-ltk/changelog new-haskell-ltk/changelog
--- old-haskell-ltk/changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-ltk/changelog	2010-03-20 15:39:36.129360393 +0000
@@ -0,0 +1,5 @@
+haskell-ltk (0.8-1) UNRELEASED; urgency=low
+
+  * Initial release. (Closes: #574692)
+
+ -- Joachim Breitner <nomeata at debian.org>  Sat, 20 Mar 2010 16:19:11 +0100
diff -rN -u old-haskell-ltk/compat new-haskell-ltk/compat
--- old-haskell-ltk/compat	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-ltk/compat	2010-03-20 15:39:36.129360393 +0000
@@ -0,0 +1 @@
+7
diff -rN -u old-haskell-ltk/control new-haskell-ltk/control
--- old-haskell-ltk/control	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-ltk/control	2010-03-20 15:39:36.125360172 +0000
@@ -0,0 +1,47 @@
+Source: haskell-ltk
+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.7)
+  , ghc6
+  , libghc6-glib-dev (>= 0.10.0)
+  , libghc6-gtk-dev (>= 0.10.0)
+  , libghc6-mtl-dev (>= 1.1.0.2)
+  , libghc6-parsec2-dev (>= 2.1.0.1)
+Build-Depends-Indep: ghc6-doc
+  , gtk2hs-doc
+  , libghc6-parsec-doc
+Standards-Version: 3.8.4
+Homepage: http://hackage.haskell.org/package/ltk
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-ltk
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-ltk
+
+Package: libghc6-ltk-dev
+Architecture: any
+Depends: ${haskell:Depends}
+  , ${shlibs:Depends}
+  , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: Leksah Toolkit
+ This package provides a library for the Haskell programming language.
+ See http://www.haskell.org/ for more information on Haskell.
+ .
+ This library provides the toolkit used by the leksah editor.
+
+Package: libghc6-ltk-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}, ${haskell:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: Leksah Toolkit; documentation
+ This package provides the documentation for a library for the Haskell
+ programming language.
+ See http://www.haskell.org/ for more information on Haskell.
+ .
+ This library provides the toolkit used by the leksah editor.
diff -rN -u old-haskell-ltk/copyright new-haskell-ltk/copyright
--- old-haskell-ltk/copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-ltk/copyright	2010-03-20 15:39:36.125360172 +0000
@@ -0,0 +1,15 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Name: haskell-ltk
+Maintainer: Jürgen Nicklisch-Franken <maintainer at leksah.org>
+Source: http://hackage.haskell.org/package/ltk
+
+Copyright: 2007-2010, Juergen "jutaro" Nicklisch-Franken
+License: GPL-2
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by 
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+ .
+ On Debian GNU/Linux systems, the complete text of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL-2'
+
diff -rN -u old-haskell-ltk/rules new-haskell-ltk/rules
--- old-haskell-ltk/rules	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-ltk/rules	2010-03-20 15:39:36.125360172 +0000
@@ -0,0 +1,6 @@
+#!/usr/bin/make -f
+
+DEB_BUILD_DEPENDENCIES = build-arch
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk
diff -rN -u old-haskell-ltk/source/format new-haskell-ltk/source/format
--- old-haskell-ltk/source/format	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-ltk/source/format	2010-03-20 15:39:36.125360172 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-ltk/watch new-haskell-ltk/watch
--- old-haskell-ltk/watch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-ltk/watch	2010-03-20 15:39:36.125360172 +0000
@@ -0,0 +1,5 @@
+version=3
+opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
+filenamemangle=s|(.*)/$|ltk-$1.tar.gz|" \
+    http://hackage.haskell.org/packages/archive/ltk \
+    ([\d\.]*\d)/





More information about the Pkg-haskell-commits mailing list