[Pkg-haskell-commits] darcs: haskell-ncurses: Upstream release of haskell-ncurses_0.2.1
John Millikin
jmillikin at gmail.com
Sat May 26 15:54:25 UTC 2012
Sat May 19 15:45:49 UTC 2012 John Millikin <jmillikin at gmail.com>
* Upstream release of haskell-ncurses_0.2.1
Ignore-this: 36494a7e2baa4d7e43c5dbc03bfd0692
A ./changelog
A ./compat
A ./control
A ./copyright
A ./rules
A ./source/
A ./source/format
A ./watch
Sat May 19 15:45:49 UTC 2012 John Millikin <jmillikin at gmail.com>
* Upstream release of haskell-ncurses_0.2.1
Ignore-this: 36494a7e2baa4d7e43c5dbc03bfd0692
diff -rN -u old-haskell-ncurses//changelog new-haskell-ncurses//changelog
--- old-haskell-ncurses//changelog 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-ncurses//changelog 2012-05-26 15:54:25.145821580 +0000
@@ -0,0 +1,6 @@
+haskell-ncurses (0.2.1-1) unstable; urgency=low
+
+ * Initial release. (closes: #673212)
+
+ -- John Millikin <jmillikin at gmail.com> Sat, 19 May 2012 08:44:37 -0700
+
diff -rN -u old-haskell-ncurses//compat new-haskell-ncurses//compat
--- old-haskell-ncurses//compat 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-ncurses//compat 2012-05-26 15:54:25.157821378 +0000
@@ -0,0 +1 @@
+8
diff -rN -u old-haskell-ncurses//control new-haskell-ncurses//control
--- old-haskell-ncurses//control 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-ncurses//control 2012-05-26 15:54:25.157821378 +0000
@@ -0,0 +1,74 @@
+Source: haskell-ncurses
+Priority: optional
+Section: haskell
+Maintainer: John Millikin <jmillikin at gmail.com>
+Build-Depends:
+ c2hs (>= 0.15)
+ , cdbs
+ , debhelper (>= 8.0)
+ , haskell-devscripts (>= 0.8)
+ , ghc (>= 6.12)
+ , ghc-prof
+ , libghc-text-dev (>= 0.7)
+ , libghc-text-prof
+ , libghc-transformers-dev (>= 0.2)
+ , libghc-transformers-prof
+ , libncurses5-dev
+ , libncursesw5-dev
+Build-Depends-Indep:
+ ghc-doc
+ , haddock
+ , libghc-text-doc
+ , libghc-transformers-doc
+Standards-Version: 3.9.3
+Homepage: https://john-millikin.com/software/haskell-ncurses/
+Vcs-Browser: https://john-millikin.com/branches/haskell-ncurses.deb/wheezy/
+Vcs-Bzr: https://john-millikin.com/branches/haskell-ncurses.deb/wheezy/
+
+Package: libghc-ncurses-dev
+Architecture: any
+Depends:
+ ${haskell:Depends}
+ , ${misc:Depends}
+ , ${shlibs:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: Haskell bindings to the GNU ncurses library
+ Haskell bindings to GNU ncurses, a library for creating advanced text-based
+ user interfaces.
+ .
+ This package provides a library written in the Haskell programming
+ language. See http://www.haskell.org/ for more information on Haskell.
+
+Package: libghc-ncurses-prof
+Architecture: any
+Depends:
+ ${haskell:Depends}
+ , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: Haskell bindings to the GNU ncurses library; profiling libraries
+ Haskell bindings to GNU ncurses, a library for creating advanced text-based
+ user interfaces.
+ .
+ This package provides a library written in the Haskell programming language,
+ compiled for profiling. See http://www.haskell.org/ for more information on
+ Haskell.
+
+Package: libghc-ncurses-doc
+Section: doc
+Architecture: all
+Depends:
+ ${haskell:Depends}
+ , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: Haskell bindings to the GNU ncurses library; documentation
+ Haskell bindings to GNU ncurses, a library for creating advanced text-based
+ user interfaces.
+ .
+ This package provides documentation for a library written in the Haskell
+ programming language. See http://www.haskell.org/ for more information on
+ Haskell.
diff -rN -u old-haskell-ncurses//copyright new-haskell-ncurses//copyright
--- old-haskell-ncurses//copyright 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-ncurses//copyright 2012-05-26 15:54:25.145821580 +0000
@@ -0,0 +1,24 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: haskell-ncurses
+Upstream-Contact: John Millikin <jmillikin at gmail.com>
+Source: https://john-millikin.com/software/haskell-ncurses/
+
+Files: *
+Copyright: 2010-2012 John Millikin
+License: GPL-3+
+ 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 3 of the License, or
+ any later version.
+ .
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
+ .
+ On Debian systems, the full text of the GNU General Public
+ License version 3 can be found in the file
+ `/usr/share/common-licenses/GPL-3'.
diff -rN -u old-haskell-ncurses//rules new-haskell-ncurses//rules
--- old-haskell-ncurses//rules 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-ncurses//rules 2012-05-26 15:54:25.149822691 +0000
@@ -0,0 +1,3 @@
+#!/usr/bin/make -f
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk
diff -rN -u old-haskell-ncurses//source/format new-haskell-ncurses//source/format
--- old-haskell-ncurses//source/format 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-ncurses//source/format 2012-05-26 15:54:25.149822691 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-ncurses//watch new-haskell-ncurses//watch
--- old-haskell-ncurses//watch 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-ncurses//watch 2012-05-26 15:54:25.153822457 +0000
@@ -0,0 +1,2 @@
+version=3
+https://john-millikin.com/downloads/haskell-ncurses_(.+)\.tar\.xz debian uupdate
More information about the Pkg-haskell-commits
mailing list