summaryrefslogtreecommitdiff
path: root/p/haskell-ansi-terminal
diff options
context:
space:
mode:
authorkiwamu <kiwamu@debian.or.jp>2011-10-18 10:04:52 +0400
committerkiwamu <kiwamu@debian.or.jp>2011-10-18 10:04:52 +0400
commitf8e2f080c236383456034e72d28f06b13e1672bd (patch)
tree20fbe3c81a3dd9f4d19d02592182baf18e499a96 /p/haskell-ansi-terminal
parent085c235ac6747aaae46ec8311c90cf6339c6249c (diff)
downloadDHG_packages-f8e2f080c236383456034e72d28f06b13e1672bd.tar.gz
haskell-ansi-terminal: Initial Check-In
Diffstat (limited to 'p/haskell-ansi-terminal')
-rw-r--r--p/haskell-ansi-terminal/debian/changelog13
-rw-r--r--p/haskell-ansi-terminal/debian/compat1
-rw-r--r--p/haskell-ansi-terminal/debian/control61
-rw-r--r--p/haskell-ansi-terminal/debian/copyright22
-rwxr-xr-xp/haskell-ansi-terminal/debian/rules7
-rw-r--r--p/haskell-ansi-terminal/debian/watch5
6 files changed, 109 insertions, 0 deletions
diff --git a/p/haskell-ansi-terminal/debian/changelog b/p/haskell-ansi-terminal/debian/changelog
new file mode 100644
index 000000000..c1b968af9
--- /dev/null
+++ b/p/haskell-ansi-terminal/debian/changelog
@@ -0,0 +1,13 @@
+haskell-ansi-terminal (0.5.5-2) unstable; urgency=low
+
+ * repo is moved to darcs.
+ * change Vcs-* lines on debian/control.
+
+ -- Kiwamu Okabe <kiwamu@debian.or.jp> Wed, 12 Oct 2011 22:21:39 +0900
+
+haskell-ansi-terminal (0.5.5-1) unstable; urgency=low
+
+ * ITP (Closes: #644375)
+ * Debianization generated by cabal-debian
+
+ -- Kiwamu Okabe <kiwamu@debian.or.jp> Wed, 05 Oct 2011 11:09:01 +0900
diff --git a/p/haskell-ansi-terminal/debian/compat b/p/haskell-ansi-terminal/debian/compat
new file mode 100644
index 000000000..c7930257d
--- /dev/null
+++ b/p/haskell-ansi-terminal/debian/compat
@@ -0,0 +1 @@
+7 \ No newline at end of file
diff --git a/p/haskell-ansi-terminal/debian/control b/p/haskell-ansi-terminal/debian/control
new file mode 100644
index 000000000..ea3bc12a6
--- /dev/null
+++ b/p/haskell-ansi-terminal/debian/control
@@ -0,0 +1,61 @@
+Source: haskell-ansi-terminal
+Priority: extra
+Section: haskell
+Maintainer: Kiwamu Okabe <kiwamu@debian.or.jp>
+Build-Depends: debhelper (>= 7.0),
+ haskell-devscripts (>= 0.8),
+ cdbs,
+ ghc,
+ ghc-prof
+Build-Depends-Indep: ghc-doc
+Standards-Version: 3.9.2
+Homepage: http://batterseapower.github.com/ansi-terminal
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-ansi-terminal
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-ansi-terminal
+DM-Upload-Allowed: yes
+
+Package: libghc-ansi-terminal-dev
+Architecture: any
+Depends: ${shlibs:Depends},
+ ${haskell:Depends},
+ ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: Simple ANSI terminal support, with Windows compatibility
+ ANSI terminal support for Haskell: allows cursor movement, screen clearing,
+ color output showing or hiding the cursor, and changing the title.
+ Compatible with Windows and those Unixes with ANSI terminals, but only
+ GHC is supported as a compiler.
+ .
+ This package contains the normal library files.
+
+Package: libghc-ansi-terminal-prof
+Architecture: any
+Depends: ${haskell:Depends},
+ ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: Simple ANSI terminal support, with Windows compatibility; profiling libraries
+ ANSI terminal support for Haskell: allows cursor movement, screen clearing,
+ color output showing or hiding the cursor, and changing the title.
+ Compatible with Windows and those Unixes with ANSI terminals, but only
+ GHC is supported as a compiler.
+ .
+ This package contains the libraries compiled with profiling enabled.
+
+Package: libghc-ansi-terminal-doc
+Architecture: all
+Section: doc
+Depends: ${haskell:Depends},
+ ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: Simple ANSI terminal support, with Windows compatibility; documentation
+ ANSI terminal support for Haskell: allows cursor movement, screen clearing,
+ color output showing or hiding the cursor, and changing the title.
+ Compatible with Windows and those Unixes with ANSI terminals, but only
+ GHC is supported as a compiler.
+ .
+ This package contains the documentation files.
diff --git a/p/haskell-ansi-terminal/debian/copyright b/p/haskell-ansi-terminal/debian/copyright
new file mode 100644
index 000000000..eaaefdefe
--- /dev/null
+++ b/p/haskell-ansi-terminal/debian/copyright
@@ -0,0 +1,22 @@
+Copyright (c) 2008, Maximilian Bolingbroke
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without modification, are permitted
+provided that the following conditions are met:
+
+ * Redistributions of source code must retain the above copyright notice, this list of
+ conditions and the following disclaimer.
+ * Redistributions in binary form must reproduce the above copyright notice, this list of
+ conditions and the following disclaimer in the documentation and/or other materials
+ provided with the distribution.
+ * Neither the name of Maximilian Bolingbroke nor the names of other contributors may be used to
+ endorse or promote products derived from this software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
+IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
+FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
+CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
+IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
+OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. \ No newline at end of file
diff --git a/p/haskell-ansi-terminal/debian/rules b/p/haskell-ansi-terminal/debian/rules
new file mode 100755
index 000000000..6d66b8ace
--- /dev/null
+++ b/p/haskell-ansi-terminal/debian/rules
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk
+
+# How to install an extra file into the documentation package
+#binary-fixup/libghc-ansi-terminal-doc::
+# echo "Some informative text" > debian/libghc-ansi-terminal-doc/usr/share/doc/libghc-ansi-terminal-doc/AnExtraDocFile
diff --git a/p/haskell-ansi-terminal/debian/watch b/p/haskell-ansi-terminal/debian/watch
new file mode 100644
index 000000000..1c371aa10
--- /dev/null
+++ b/p/haskell-ansi-terminal/debian/watch
@@ -0,0 +1,5 @@
+version=3
+opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
+filenamemangle=s|(.*)/$|ansi-terminal-$1.tar.gz|" \
+ http://hackage.haskell.org/packages/archive/ansi-terminal \
+ ([\d\.]*\d)/