[Pkg-haskell-commits] darcs: haskell-hledger-vty: Move from git to darcs.
clint at debian.org
clint at debian.org
Sun Oct 2 15:32:39 UTC 2011
Sun Oct 2 15:32:03 UTC 2011 clint at debian.org
* Move from git to darcs.
Ignore-this: 221d8daa77bf5b62b3d835b7a2cc21d0
A ./changelog
A ./control
A ./copyright
A ./rules
A ./source/
A ./source/format
A ./watch
Sun Oct 2 15:32:03 UTC 2011 clint at debian.org
* Move from git to darcs.
Ignore-this: 221d8daa77bf5b62b3d835b7a2cc21d0
diff -rN -u old-haskell-hledger-vty//changelog new-haskell-hledger-vty//changelog
--- old-haskell-hledger-vty//changelog 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-hledger-vty//changelog 2011-10-02 15:32:39.696138756 +0000
@@ -0,0 +1,29 @@
+haskell-hledger-vty (0.16-1) unstable; urgency=low
+
+ * New upstream version.
+
+ -- Clint Adams <clint at debian.org> Sun, 02 Oct 2011 11:22:48 -0400
+
+haskell-hledger-vty (0.15.2-1) unstable; urgency=low
+
+ * New upstream version.
+
+ -- Clint Adams <clint at debian.org> Sun, 18 Sep 2011 15:56:39 -0400
+
+haskell-hledger-vty (0.15.1-1) unstable; urgency=low
+
+ * New upstream version.
+
+ -- Clint Adams <clint at debian.org> Sun, 04 Sep 2011 08:27:09 -0400
+
+haskell-hledger-vty (0.14-2) unstable; urgency=low
+
+ * Patch to build with vty 4.7.
+
+ -- Clint Adams <clint at debian.org> Sun, 28 Aug 2011 13:06:09 -0400
+
+haskell-hledger-vty (0.14-1) unstable; urgency=low
+
+ * Initial release.
+
+ -- Clint Adams <clint at debian.org> Fri, 03 Jun 2011 10:21:06 -0400
diff -rN -u old-haskell-hledger-vty//control new-haskell-hledger-vty//control
--- old-haskell-hledger-vty//control 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-hledger-vty//control 2011-10-02 15:32:39.696138756 +0000
@@ -0,0 +1,39 @@
+Source: haskell-hledger-vty
+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: haskell-devscripts (>= 0.8)
+ , ghc
+ , ghc-prof
+ , libghc-cmdargs-dev (>> 0.8)
+ , libghc-cmdargs-dev (<< 0.9)
+ , libghc-cmdargs-prof
+ , libghc-hledger-dev (>> 0.16)
+ , libghc-hledger-dev (<< 0.16.1)
+ , libghc-hledger-prof
+ , libghc-hledger-lib-dev (>> 0.16)
+ , libghc-hledger-lib-dev (<< 0.16.1)
+ , libghc-safe-dev (>> 0.2)
+ , libghc-vty-dev (>= 4.6.0.1)
+ , libghc-vty-dev (<< 4.8)
+Standards-Version: 3.9.2
+Homepage: http://hackage.haskell.org/package/hledger-vty
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-hledger-vty
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-hledger-vty
+
+Package: hledger-vty
+Architecture: any
+Depends: ${haskell:Depends}
+ , ${shlibs:Depends}
+ , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: curses-style interface for the hledger accounting tool
+ This package provides a library for the Haskell programming language.
+ See http://www.haskell.org/ for more information on Haskell.
+ .
+ hledger is a haskell port and friendly fork of John Wiegley's ledger
+ accounting tool. This package provides a simple curses-style console
+ interface as an alternative to the hledger command line interface.
diff -rN -u old-haskell-hledger-vty//copyright new-haskell-hledger-vty//copyright
--- old-haskell-hledger-vty//copyright 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-hledger-vty//copyright 2011-10-02 15:32:39.696138756 +0000
@@ -0,0 +1,19 @@
+This package was debianized by Clint Adams <clint at debian.org> on
+Fri, 03 Jun 2011 14:21:06 -0000
+
+It was downloaded from
+http://hackage.haskell.org/package/hledger-vty
+
+Upstream Author:
+
+ Simon Michael <simon at joyful.com>
+
+Copyright:
+
+ 2007-2011 Simon Michael
+
+License:
+
+GPLv3 or later.
+
+See /usr/share/common-licenses/GPL-3
diff -rN -u old-haskell-hledger-vty//rules new-haskell-hledger-vty//rules
--- old-haskell-hledger-vty//rules 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-hledger-vty//rules 2011-10-02 15:32:39.696138756 +0000
@@ -0,0 +1,71 @@
+#!/usr/bin/make -f
+
+INSTALL = install
+INSTALL_FILE = $(INSTALL) -p -o root -g root -m 644
+INSTALL_PROGRAM = $(INSTALL) -p -o root -g root -m 755
+INSTALL_SCRIPT = $(INSTALL) -p -o root -g root -m 755
+INSTALL_DIR = $(INSTALL) -p -d -o root -g root -m 755
+
+package=hledger-vty
+
+clean:
+ $(checkdir)
+ runhaskell Setup.hs clean
+ rm -f build-arch stamp-configure debian/files debian/substvars
+ rm -rf debian/$(package)
+
+build: build-arch build-indep
+build-indep:
+
+build-arch: stamp-configure
+ $(checkdir)
+
+ runhaskell Setup.hs build
+
+ touch build-arch
+
+stamp-configure:
+ $(checkdir)
+
+ runhaskell Setup.hs configure --prefix=/usr
+
+ touch stamp-configure
+
+binary: binary-arch
+
+binary-indep: checkroot build
+
+binary-arch: checkroot build
+ $(checkdir)
+
+ runhaskell Setup.hs copy --destdir=$(CURDIR)/debian/$(package)
+ rm -rf debian/$(package)/usr/share/doc/$(package)-*
+ cd debian/$(package) && $(INSTALL_DIR) \
+ usr/bin \
+ usr/share/doc/$(package) \
+ DEBIAN
+
+ $(INSTALL_FILE) debian/copyright debian/$(package)/usr/share/doc/$(package)/copyright
+
+ $(INSTALL_FILE) debian/changelog debian/$(package)/usr/share/doc/$(package)/changelog.Debian
+ gzip -9f debian/$(package)/usr/share/doc/$(package)/changelog.Debian
+
+ dpkg-shlibdeps -Tdebian/substvars -dDepends debian/$(package)/usr/bin/*
+ dpkg-gencontrol -ldebian/changelog -isp -p$(package) -Tdebian/substvars -Pdebian/$(package)
+
+ cd debian/$(package) && find * -type f ! -regex '^DEBIAN/.*' -print0 | xargs -r0 md5sum > DEBIAN/md5sums
+
+ chown -R root:root debian/$(package)
+ chmod -R go=rX debian/$(package)
+
+ dpkg --build debian/$(package) ..
+
+define checkdir
+ test -f debian/rules
+endef
+
+checkroot:
+ $(checkdir)
+ test root = "`whoami`"
+
+.PHONY: build build-indep binary binary-arch binary-indep clean checkroot
diff -rN -u old-haskell-hledger-vty//source/format new-haskell-hledger-vty//source/format
--- old-haskell-hledger-vty//source/format 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-hledger-vty//source/format 2011-10-02 15:32:39.700163838 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-hledger-vty//watch new-haskell-hledger-vty//watch
--- old-haskell-hledger-vty//watch 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-hledger-vty//watch 2011-10-02 15:32:39.700163838 +0000
@@ -0,0 +1,5 @@
+version=3
+opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
+filenamemangle=s|(.*)/$|hledger-vty-$1.tar.gz|" \
+ http://hackage.haskell.org/packages/archive/hledger-vty \
+ ([\d\.]*\d)/
More information about the Pkg-haskell-commits
mailing list