From 5ad2a89403a747d73f5faa4b772f8595e1f8e6b8 Mon Sep 17 00:00:00 2001 From: Joachim Breitner Date: Sat, 20 Mar 2010 18:27:41 +0300 Subject: haskell-ltk: Initial packaging --- p/haskell-ltk/debian/changelog | 5 ++++ p/haskell-ltk/debian/compat | 1 + p/haskell-ltk/debian/control | 47 ++++++++++++++++++++++++++++++++++++++ p/haskell-ltk/debian/copyright | 14 ++++++++++++ p/haskell-ltk/debian/rules | 6 +++++ p/haskell-ltk/debian/source/format | 1 + p/haskell-ltk/debian/watch | 5 ++++ 7 files changed, 79 insertions(+) create mode 100644 p/haskell-ltk/debian/changelog create mode 100644 p/haskell-ltk/debian/compat create mode 100644 p/haskell-ltk/debian/control create mode 100644 p/haskell-ltk/debian/copyright create mode 100755 p/haskell-ltk/debian/rules create mode 100644 p/haskell-ltk/debian/source/format create mode 100644 p/haskell-ltk/debian/watch (limited to 'p/haskell-ltk') diff --git a/p/haskell-ltk/debian/changelog b/p/haskell-ltk/debian/changelog new file mode 100644 index 000000000..da0c4719a --- /dev/null +++ b/p/haskell-ltk/debian/changelog @@ -0,0 +1,5 @@ +haskell-ltk (0.8-1) UNRELEASED; urgency=low + + * Initial release. (Closes: #574692) + + -- Joachim Breitner Sat, 20 Mar 2010 16:19:11 +0100 diff --git a/p/haskell-ltk/debian/compat b/p/haskell-ltk/debian/compat new file mode 100644 index 000000000..7f8f011eb --- /dev/null +++ b/p/haskell-ltk/debian/compat @@ -0,0 +1 @@ +7 diff --git a/p/haskell-ltk/debian/control b/p/haskell-ltk/debian/control new file mode 100644 index 000000000..82376b859 --- /dev/null +++ b/p/haskell-ltk/debian/control @@ -0,0 +1,47 @@ +Source: haskell-ltk +Section: haskell +Priority: extra +Maintainer: Debian Haskell Group +Uploaders: Joachim Breitner +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 --git a/p/haskell-ltk/debian/copyright b/p/haskell-ltk/debian/copyright new file mode 100644 index 000000000..802ccff09 --- /dev/null +++ b/p/haskell-ltk/debian/copyright @@ -0,0 +1,14 @@ +Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 +Name: haskell-ltk +Maintainer: Jürgen Nicklisch-Franken +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 --git a/p/haskell-ltk/debian/rules b/p/haskell-ltk/debian/rules new file mode 100755 index 000000000..f2277cb16 --- /dev/null +++ b/p/haskell-ltk/debian/rules @@ -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 --git a/p/haskell-ltk/debian/source/format b/p/haskell-ltk/debian/source/format new file mode 100644 index 000000000..163aaf8d8 --- /dev/null +++ b/p/haskell-ltk/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/p/haskell-ltk/debian/watch b/p/haskell-ltk/debian/watch new file mode 100644 index 000000000..6beaa0a91 --- /dev/null +++ b/p/haskell-ltk/debian/watch @@ -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)/ -- cgit v1.2.3