[Pkg-haskell-commits] darcs: gitit: Fixing generation of data dependencies.
Giovanni Mascellani
gio at debian.org
Wed Jun 1 11:42:02 UTC 2011
Sat May 28 13:26:11 UTC 2011 Giovanni Mascellani <gio at debian.org>
* Fixing generation of data dependencies.
Ignore-this: cfd8e0ec9288730d83ee3ef7cfbbb949
M ./control +2
M ./rules -2 +2
Sat May 28 13:26:11 UTC 2011 Giovanni Mascellani <gio at debian.org>
* Fixing generation of data dependencies.
Ignore-this: cfd8e0ec9288730d83ee3ef7cfbbb949
diff -rN -u old-gitit//control new-gitit//control
--- old-gitit//control 2011-06-01 11:42:01.969274383 +0000
+++ new-gitit//control 2011-06-01 11:42:02.001276919 +0000
@@ -8,6 +8,7 @@
haskell-devscripts (>= 0.7),
cdbs,
ghc,
+ pandoc (>= 1.8),
libghc-pandoc-dev (>= 1.8),
libghc-pandoc-types-dev (>= 1.8),
libghc-safe-dev,
@@ -23,6 +24,7 @@
libghc-hstringtemplate-dev (>= 0.6),
libghc-recaptcha-dev (>= 0.1),
libghc-filestore-dev (>= 0.4.0.2),
+ libghc-filestore-data (>= 0.4.0.2),
libghc-zlib-dev (>= 0.5),
libghc-url-dev (>= 2.1),
libghc-happstack-server-dev (>= 6.0),
diff -rN -u old-gitit//rules new-gitit//rules
--- old-gitit//rules 2011-06-01 11:42:01.969274383 +0000
+++ new-gitit//rules 2011-06-01 11:42:02.005273833 +0000
@@ -3,8 +3,8 @@
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/hlibrary.mk
-PANDOC_DEP := $(shell dpkg -p libghc-pandoc-dev | grep ^Version: | cut -d' ' -f2)
-FILESTORE_DEP := $(shell dpkg -p libghc-filestore-dev | grep ^Version: | cut -d' ' -f2)
+PANDOC_DEP := $(shell dpkg -p pandoc | grep ^Version: | cut -d' ' -f2)
+FILESTORE_DEP := $(shell dpkg -p libghc-filestore-data | grep ^Version: | cut -d' ' -f2)
install/gitit:: debian/tmp-inst-ghc
cp -av debian/tmp-inst-ghc/usr/bin/* debian/gitit/usr/bin
More information about the Pkg-haskell-commits
mailing list