[DHG_packages] 01/04: readline: resurrect

Sean Whitton spw-guest at moszumanska.debian.org
Sat Oct 1 20:36:36 UTC 2016


This is an automated email from the git hooks/post-receive script.

spw-guest pushed a commit to branch master
in repository DHG_packages.

commit 6cb4289cde55dc72f9585568cea578296ffe9dde
Author: Sean Whitton <spwhitton at spwhitton.name>
Date:   Sat Oct 1 13:12:14 2016 -0700

    readline: resurrect
    
    From c1d2ae1f86bd5d64198f1ecd103a0c7d342d261c
---
 p/haskell-readline/debian/changelog     | 70 +++++++++++++++++++++++++++++++++
 p/haskell-readline/debian/compat        |  1 +
 p/haskell-readline/debian/control       | 58 +++++++++++++++++++++++++++
 p/haskell-readline/debian/copyright     | 20 ++++++++++
 p/haskell-readline/debian/rules         |  4 ++
 p/haskell-readline/debian/source/format |  1 +
 p/haskell-readline/debian/watch         |  2 +
 7 files changed, 156 insertions(+)

diff --git a/p/haskell-readline/debian/changelog b/p/haskell-readline/debian/changelog
new file mode 100644
index 0000000..e38171f
--- /dev/null
+++ b/p/haskell-readline/debian/changelog
@@ -0,0 +1,70 @@
+haskell-readline (1.0.3.0-4) unstable; urgency=medium
+
+  * Upload to unstable
+
+ -- Joachim Breitner <nomeata at debian.org>  Mon, 27 Apr 2015 11:52:53 +0200
+
+haskell-readline (1.0.3.0-3) experimental; urgency=low
+
+  * Adjust watch file to new hackage layout
+  * Depend on haskell-devscripts 0.9, found in experimental
+
+ -- Joachim Breitner <nomeata at debian.org>  Sat, 20 Dec 2014 17:11:53 +0100
+
+haskell-readline (1.0.3.0-2) unstable; urgency=low
+
+  * Let libghc-readline-dev depend on libreadline6-dev (Closes: #713822)
+
+ -- Joachim Breitner <nomeata at debian.org>  Sun, 23 Jun 2013 00:17:17 +0200
+
+haskell-readline (1.0.3.0-1) unstable; urgency=low
+
+  * New upstream release (Closes: #712542)
+
+ -- Joachim Breitner <nomeata at debian.org>  Mon, 17 Jun 2013 09:27:40 +0200
+
+haskell-readline (1.0.1.0-6) unstable; urgency=low
+
+  * Move Haskell blurb to the end of the description, reduces the impact
+    of #708703
+
+ -- Joachim Breitner <nomeata at debian.org>  Sat, 25 May 2013 23:52:40 +0200
+
+haskell-readline (1.0.1.0-5) unstable; urgency=low
+
+  * Enable compat level 9
+  * Use substvars for Haskell description blurbs
+
+ -- Joachim Breitner <nomeata at debian.org>  Fri, 24 May 2013 12:51:49 +0200
+
+haskell-readline (1.0.1.0-4) experimental; urgency=low
+
+  [ Joachim Breitner ]
+  * Depend on haskell-devscripts 0.8.13 to ensure this packages is built
+    against experimental
+  * Bump standards version, no change
+
+  [ Iain Lane ]
+  * Import CInt constructors; constructors for newtypes must be in scope for
+    FFI declarations. This is a new error with GHC 7.6.2.
+
+ -- Iain Lane <laney at debian.org>  Sun, 03 Feb 2013 15:04:21 +0000
+
+haskell-readline (1.0.1.0-3) unstable; urgency=low
+
+  * Sourceful upload to rebuild documentation package.
+
+ -- Clint Adams <clint at debian.org>  Sat, 04 Feb 2012 13:48:42 -0500
+
+haskell-readline (1.0.1.0-2) unstable; urgency=low
+
+  * Build-depend on libncurses5-dev which is required by and no longer brought
+    in by readline
+
+ -- Iain Lane <laney at debian.org>  Thu, 20 Oct 2011 13:21:40 +0100
+
+haskell-readline (1.0.1.0-1) unstable; urgency=low
+
+  * Initial release.
+
+ -- Clint Adams <clint at debian.org>  Fri, 17 Jun 2011 20:41:26 -0400
diff --git a/p/haskell-readline/debian/compat b/p/haskell-readline/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/p/haskell-readline/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/p/haskell-readline/debian/control b/p/haskell-readline/debian/control
new file mode 100644
index 0000000..0c344bf
--- /dev/null
+++ b/p/haskell-readline/debian/control
@@ -0,0 +1,58 @@
+Source: haskell-readline
+Section: haskell
+Priority: extra
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Clint Adams <clint at debian.org>
+Build-Depends: debhelper (>= 9)
+  , cdbs
+  , haskell-devscripts (>= 0.9)
+  , ghc
+  , ghc-prof
+  , libreadline6-dev
+  , libncurses5-dev
+Build-Depends-Indep: ghc-doc
+Standards-Version: 3.9.4
+Homepage: http://hackage.haskell.org/package/readline
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-readline
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-readline
+
+Package: libghc-readline-dev
+Architecture: any
+Depends: ${haskell:Depends}
+  , ${shlibs:Depends}
+  , ${misc:Depends}
+  , libreadline6-dev
+  , libncurses5-dev
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: Interface to the GNU readline library${haskell:ShortBlurb}
+ It is an interface to the GNU readline library.  More information on
+ readline can be found at http://www.gnu.org/directory/readline.html.
+ .
+ ${haskell:Blurb}
+
+Package: libghc-readline-prof
+Architecture: any
+Depends: ${haskell:Depends}
+  , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: Interface to the GNU readline library${haskell:ShortBlurb}
+ It is an interface to the GNU readline library.  More information on
+ readline can be found at http://www.gnu.org/directory/readline.html.
+ .
+ ${haskell:Blurb}
+
+Package: libghc-readline-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}, ${haskell:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: Interface to the GNU readline library${haskell:ShortBlurb}
+ It is an interface to the GNU readline library.  More information on
+ readline can be found at http://www.gnu.org/directory/readline.html.
+ .
+ ${haskell:Blurb}
diff --git a/p/haskell-readline/debian/copyright b/p/haskell-readline/debian/copyright
new file mode 100644
index 0000000..15f290e
--- /dev/null
+++ b/p/haskell-readline/debian/copyright
@@ -0,0 +1,20 @@
+This package was debianized by Clint Adams <clint at debian.org> on
+Sat, 18 Jun 2011 00:41:26 -0000
+
+It was downloaded from
+http://hackage.haskell.org/package/readline
+
+Upstream Authors:
+
+    Malcolm Wallace <Malcolm.Wallace at cs.york.ac.uk>
+
+Copyright:
+
+    2000,2003 Malcolm Wallace
+    (c) unknown
+
+License:
+
+GNU GPL version 2 or later.
+
+See /usr/share/common-licenses/GPL-2
diff --git a/p/haskell-readline/debian/rules b/p/haskell-readline/debian/rules
new file mode 100755
index 0000000..683e77b
--- /dev/null
+++ b/p/haskell-readline/debian/rules
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk
diff --git a/p/haskell-readline/debian/source/format b/p/haskell-readline/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/p/haskell-readline/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/p/haskell-readline/debian/watch b/p/haskell-readline/debian/watch
new file mode 100644
index 0000000..80dcaae
--- /dev/null
+++ b/p/haskell-readline/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://hackage.haskell.org/package/readline/distro-monitor .*-([0-9\.]+).(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/DHG_packages.git



More information about the Pkg-haskell-commits mailing list