[Pkg-haskell-commits] darcs: carettah: Initial Check-In

kiwamu at debian.or.jp kiwamu at debian.or.jp
Wed Oct 26 02:29:01 UTC 2011


Wed Oct 26 02:28:37 UTC 2011  kiwamu at debian.or.jp
  * Initial Check-In
  Ignore-this: 1b01e1a7127783f56dd3544529c20cd1

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

Wed Oct 26 02:28:37 UTC 2011  kiwamu at debian.or.jp
  * Initial Check-In
  Ignore-this: 1b01e1a7127783f56dd3544529c20cd1
diff -rN -u old-carettah//changelog new-carettah//changelog
--- old-carettah//changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-carettah//changelog	2011-10-26 02:29:01.019418491 +0000
@@ -0,0 +1,7 @@
+carettah (0.0.7-1) UNRELEASED; urgency=low
+
+  * ITP (Closes: #646409)
+  * Debianization generated by cabal-debian
+
+ -- Kiwamu Okabe <kiwamu at debian.or.jp>  Wed, 26 Oct 2011 00:29:31 +0900
+
diff -rN -u old-carettah//compat new-carettah//compat
--- old-carettah//compat	1970-01-01 00:00:00.000000000 +0000
+++ new-carettah//compat	2011-10-26 02:29:01.019418491 +0000
@@ -0,0 +1 @@
+7
\ No newline at end of file
diff -rN -u old-carettah//control new-carettah//control
--- old-carettah//control	1970-01-01 00:00:00.000000000 +0000
+++ new-carettah//control	2011-10-26 02:29:01.019418491 +0000
@@ -0,0 +1,32 @@
+Source: carettah
+Priority: extra
+Section: haskell
+Maintainer: Kiwamu Okabe <kiwamu at debian.or.jp>
+Build-Depends: debhelper (>= 7.0),
+               haskell-devscripts (>= 0.8),
+               cdbs,
+               ghc,
+               ghc-prof,
+               libghc-cairo-dev,
+               libghc-cairo-prof,
+               libghc-gtk-dev,
+               libghc-gtk-prof,
+               libghc-mtl-dev,
+               libghc-mtl-prof,
+               libghc-pandoc-dev,
+               libghc-pandoc-prof,
+               libghc-pango-dev,
+               libghc-pango-prof
+Standards-Version: 3.9.2
+Homepage: http://carettah.masterq.net/
+
+Package: carettah
+Architecture: any
+Section: misc
+Depends: ${shlibs:Depends}, ${haskell:Depends}, ${misc:Depends}, fonts-takao
+Description: Presentation tool writtten with Haskell.
+ A presentation tool writtten with Haskell.
+ Carettah make a new presentation with command 'carettah -n markdown.md'.
+ And it's controled by keyboard or Wii Remote.
+ .
+ It's a clone of Rabbit <http://rabbit-shockers.org/>.
diff -rN -u old-carettah//copyright new-carettah//copyright
--- old-carettah//copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-carettah//copyright	2011-10-26 02:29:01.019418491 +0000
@@ -0,0 +1,17 @@
+Copyright 2011 Kiwamu Okabe
+
+This package is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License version 2 as
+published by the Free Software Foundation.
+
+This package 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 package; if not, write to the Free Software
+Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+
+On Debian systems, the complete text of the GNU General Public License
+version 2 can be found in `/usr/share/common-licenses/GPL-2'.
diff -rN -u old-carettah//rules new-carettah//rules
--- old-carettah//rules	1970-01-01 00:00:00.000000000 +0000
+++ new-carettah//rules	2011-10-26 02:29:01.023671555 +0000
@@ -0,0 +1,11 @@
+#!/usr/bin/make -f
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk
+
+build/carettah :: build-ghc-stamp
+
+install/carettah :: debian/tmp-inst-ghc
+	mkdir -p debian/carettah/usr/bin
+	cp debian/tmp-inst-ghc/usr/bin/carettah debian/carettah/usr/bin/
+	mkdir -p debian/carettah/usr/share
+	cp -r debian/tmp-inst-ghc/usr/share/carettah* debian/carettah/usr/share/
diff -rN -u old-carettah//watch new-carettah//watch
--- old-carettah//watch	1970-01-01 00:00:00.000000000 +0000
+++ new-carettah//watch	2011-10-26 02:29:01.023671555 +0000
@@ -0,0 +1,5 @@
+version=3
+opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
+filenamemangle=s|(.*)/$|carettah-$1.tar.gz|" \
+    http://hackage.haskell.org/packages/archive/carettah \
+    ([\d\.]*\d)/





More information about the Pkg-haskell-commits mailing list