[Pkg-haskell-commits] darcs: gitit: Wrong package used for version detection (pandoc isn't installed at build time)

mascellani at poisson.phc.unipi.it mascellani at poisson.phc.unipi.it
Sat Aug 28 08:07:22 UTC 2010


Fri Aug  6 17:08:42 UTC 2010  mascellani at poisson.phc.unipi.it
  * Wrong package used for version detection (pandoc isn't installed at build time)
  Ignore-this: 6d2f11afe4515e30f20542a12cc9ced6

    M ./rules -2 +2

Fri Aug  6 17:08:42 UTC 2010  mascellani at poisson.phc.unipi.it
  * Wrong package used for version detection (pandoc isn't installed at build time)
  Ignore-this: 6d2f11afe4515e30f20542a12cc9ced6
diff -rN -u old-gitit/rules new-gitit/rules
--- old-gitit/rules	2010-08-28 08:07:22.657419688 +0000
+++ new-gitit/rules	2010-08-28 08:07:22.665420119 +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 pandoc | grep ^Version: | cut -d' ' -f2)
-FILESTORE_DEP := $(shell dpkg -p libghc6-filestore-data | grep ^Version: | cut -d' ' -f2)
+PANDOC_DEP := $(shell dpkg -p libghc6-pandoc-dev | grep ^Version: | cut -d' ' -f2)
+FILESTORE_DEP := $(shell dpkg -p libghc6-filestore-dev | grep ^Version: | cut -d' ' -f2)
 
 install/gitit:: debian/tmp-inst-ghc6
 	cp -av debian/tmp-inst-ghc6/usr/bin/* debian/gitit/usr/bin





More information about the Pkg-haskell-commits mailing list