[Pkg-haskell-commits] darcs: haskell-happstack: Make installed scripts executables (fixes lintian complaints).

Giovanni Mascellani gio at debian.org
Tue May 24 14:09:33 UTC 2011


Tue May 24 13:49:55 UTC 2011  Giovanni Mascellani <gio at debian.org>
  * Make installed scripts executables (fixes lintian complaints).
  Ignore-this: 3f0b6db51d4b1853e4a5b5a40b1d61fe

    M ./changelog -1 +2
    M ./rules +4

Tue May 24 13:49:55 UTC 2011  Giovanni Mascellani <gio at debian.org>
  * Make installed scripts executables (fixes lintian complaints).
  Ignore-this: 3f0b6db51d4b1853e4a5b5a40b1d61fe
diff -rN -u old-haskell-happstack//changelog new-haskell-happstack//changelog
--- old-haskell-happstack//changelog	2011-05-24 14:09:33.421329075 +0000
+++ new-haskell-happstack//changelog	2011-05-24 14:09:33.445296887 +0000
@@ -9,8 +9,9 @@
   * debian/copyright: copyright years updated.
   * Standards-Version bumped to 3.9.2 (no changes required).
   * Dependencies fixed.
+  * Make installed scripts executables (fixes lintian complaints).
 
- -- Giovanni Mascellani <gio at debian.org>  Mon, 16 May 2011 21:26:01 +0200
+ -- Giovanni Mascellani <gio at debian.org>  Tue, 24 May 2011 15:49:08 +0200
 
 haskell-happstack (0.5.0.2-2) unstable; urgency=low
 
diff -rN -u old-haskell-happstack//rules new-haskell-happstack//rules
--- old-haskell-happstack//rules	2011-05-24 14:09:33.413301794 +0000
+++ new-haskell-happstack//rules	2011-05-24 14:09:33.436693231 +0000
@@ -6,4 +6,8 @@
 install/happstack:: debian/tmp-inst-ghc
 	mv debian/tmp-inst-ghc/usr/bin/happstack debian/happstack/usr/bin
 	mv debian/tmp-inst-ghc/usr/share/happstack-$(CABAL_VERSION) debian/happstack/usr/share
+	chmod a+x debian/happstack/usr/share/happstack-$(CABAL_VERSION)/templates/project/Setup.hs \
+	          debian/happstack/usr/share/happstack-$(CABAL_VERSION)/templates/project/bin/build.sh \
+	          debian/happstack/usr/share/happstack-$(CABAL_VERSION)/templates/project/bin/run.sh \
+	          debian/happstack/usr/share/happstack-$(CABAL_VERSION)/templates/project/bin/run-interactive.sh
 





More information about the Pkg-haskell-commits mailing list