[Pkg-haskell-commits] darcs: haskell-leksah: Initial check-in

Joachim Breitner mail at joachim-breitner.de
Sat Mar 20 17:25:33 UTC 2010


Sat Mar 20 17:24:58 UTC 2010  Joachim Breitner <mail at joachim-breitner.de>
  * Initial check-in
  Ignore-this: 636083cc73b8cd1f52d78c825cb631f6

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

Sat Mar 20 17:24:58 UTC 2010  Joachim Breitner <mail at joachim-breitner.de>
  * Initial check-in
  Ignore-this: 636083cc73b8cd1f52d78c825cb631f6
diff -rN -u old-haskell-leksah/changelog new-haskell-leksah/changelog
--- old-haskell-leksah/changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-leksah/changelog	2010-03-20 17:25:33.567290201 +0000
@@ -0,0 +1,5 @@
+haskell-leksah (0.8.0.3-1) UNRELEASED; urgency=low
+
+  * Initial release. (Closes: #574693)
+
+ -- Joachim Breitner <nomeata at debian.org>  Sat, 20 Mar 2010 17:18:29 +0100
diff -rN -u old-haskell-leksah/compat new-haskell-leksah/compat
--- old-haskell-leksah/compat	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-leksah/compat	2010-03-20 17:25:33.567290201 +0000
@@ -0,0 +1 @@
+7
diff -rN -u old-haskell-leksah/control new-haskell-leksah/control
--- old-haskell-leksah/control	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-leksah/control	2010-03-20 17:25:33.567290201 +0000
@@ -0,0 +1,40 @@
+Source: haskell-leksah
+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-binary-shared-dev (>= 0.8)
+  , libghc6-glib-dev (>= 0.10)
+  , libghc6-gtk-dev (>= 0.10)
+  , libghc6-gtksourceview2-dev (>= 0.10)
+  , libghc6-ltk-dev (>= 0.8)
+  , libghc6-ltk-dev (<< 0.9)
+  , libghc6-mtl-dev (>= 1.0.1.0)
+  , libghc6-parsec2-dev (>= 2.1.0.1)
+  , libghc6-deepseq-dev (>= 1.1)
+  , libghc6-network-dev (>= 2.2)
+  , libghc6-network-dev (<< 3)
+  , libghc6-haddock-dev (>= 2.7.2)
+  , libghc6-hslogger-dev (>= 1.0.7)
+  , libghc6-regex-base-dev (>= 0.93)
+  , libghc6-regex-base-dev (<< 0.94)
+  , libghc6-regex-tdfa-dev (>= 1.1)
+  , libghc6-regex-tdfa-dev (<< 1.2)
+Standards-Version: 3.8.4
+Homepage: http://hackage.haskell.org/package/leksah
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-leksah
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-leksah
+
+Package: leksah
+Depends: ${misc:Depends}, ${shlibs:Depends}
+  , leksah-server (>= 0.8.0.3), 
+  , leksah-server (<< 0.8.0.3+)
+Architecture: any
+Description: haskell editor - GHC interface
+ Leksah is an Haskell IDE. It is written in Haskell and provides a graphical
+ interface based on Gtk. Leksah is a practical tool to support the Haskell
+ development process.
diff -rN -u old-haskell-leksah/copyright new-haskell-leksah/copyright
--- old-haskell-leksah/copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-leksah/copyright	2010-03-20 17:25:33.567290201 +0000
@@ -0,0 +1,16 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Name: haskell-leksah
+Maintainer: Jürgen Nicklisch-Franken <maintainer at leksah.org>
+Source: http://hackage.haskell.org/package/binary-shared
+
+Copyright: 2007-2010, Juergen "jutaro" Nicklisch-Franken
+           2007-2010, Hamish Mackenzie
+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-leksah/rules new-haskell-leksah/rules
--- old-haskell-leksah/rules	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-leksah/rules	2010-03-20 17:25:33.567290201 +0000
@@ -0,0 +1,17 @@
+#!/usr/bin/make -f
+
+DEB_BUILD_DEPENDENCIES = build-arch
+
+DEB_SETUP_GHC6_CONFIGURE_ARGS = --datasubdir=$(CABAL_PACKAGE)
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk
+
+build/leksah:: build-ghc6-stamp
+
+install/leksah:: debian/tmp-inst-ghc6
+	$(DEB_SETUP_BIN_NAME) copy --builddir=dist-ghc6 --destdir=debian/$(CABAL_PACKAGE) 
+	rm -rf debian/$(CABAL_PACKAGE)/usr/share/doc
+	rm -rf debian/$(CABAL_PACKAGE)/usr/share/$(CABAL_PACKAGE)/data/LICENSE
+	rm -rf debian/$(CABAL_PACKAGE)/usr/share/$(CABAL_PACKAGE)/LICENSE
+	rm -rf debian/$(CABAL_PACKAGE)/usr/share/$(CABAL_PACKAGE)/Readme
diff -rN -u old-haskell-leksah/source/format new-haskell-leksah/source/format
--- old-haskell-leksah/source/format	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-leksah/source/format	2010-03-20 17:25:33.567290201 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-leksah/watch new-haskell-leksah/watch
--- old-haskell-leksah/watch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-leksah/watch	2010-03-20 17:25:33.563289990 +0000
@@ -0,0 +1,5 @@
+version=3
+opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
+filenamemangle=s|(.*)/$|leksah-$1.tar.gz|" \
+    http://hackage.haskell.org/packages/archive/leksah \
+    ([\d\.]*\d)/





More information about the Pkg-haskell-commits mailing list