[Pkg-haskell-commits] darcs: haskell-notmuch-web: Pass correct parameters to install, thanks Colin for noticing me not carefully reading Rob’s bugreport (Closes: 748423)

Joachim Breitner mail at joachim-breitner.de
Sun May 18 18:57:11 UTC 2014


Sun May 18 18:48:28 UTC 2014  Joachim Breitner <mail at joachim-breitner.de>
  * Pass correct parameters to install, thanks Colin for noticing me not carefully reading Rob[_<U+2019>_]s bugreport (Closes: 748423)

    M ./changelog +7
    M ./rules -1 +1

Sun May 18 18:48:28 UTC 2014  Joachim Breitner <mail at joachim-breitner.de>
  * Pass correct parameters to install, thanks Colin for noticing me not carefully reading Robs bugreport (Closes: 748423)
diff -rN -u old-haskell-notmuch-web/changelog new-haskell-notmuch-web/changelog
--- old-haskell-notmuch-web/changelog	2014-05-18 18:57:11.026210558 +0000
+++ new-haskell-notmuch-web/changelog	2014-05-18 18:57:11.034210557 +0000
@@ -1,3 +1,10 @@
+haskell-notmuch-web (0.2.0-4) UNRELEASED; urgency=medium
+
+  * Pass correct parameters to install, thanks Colin for noticing me not
+    carefully reading Rob’s bugreport (Closes: 748423)
+
+ -- Joachim Breitner <nomeata at debian.org>  Sun, 18 May 2014 20:47:42 +0200
+
 haskell-notmuch-web (0.2.0-3) unstable; urgency=medium
 
   * Pass permissions in octal to install, thanks Rob Browning for noticing
diff -rN -u old-haskell-notmuch-web/rules new-haskell-notmuch-web/rules
--- old-haskell-notmuch-web/rules	2014-05-18 18:57:11.026210558 +0000
+++ new-haskell-notmuch-web/rules	2014-05-18 18:57:11.030210557 +0000
@@ -7,6 +7,6 @@
 
 install/notmuch-web:: debian/tmp-inst-ghc
 	cp -av debian/tmp-inst-ghc/usr/bin/* debian/notmuch-web/usr/bin
-	install -d 0755 debian/notmuch-web/usr/share/doc/notmuch-web
+	install -m 0755 -d debian/notmuch-web/usr/share/doc/notmuch-web
 	install -m 0644 debian/tmp-inst-ghc/usr/share/notmuch-web/README.md debian/notmuch-web/usr/share/doc/notmuch-web
 	install -m 0644 debian/tmp-inst-ghc/usr/share/notmuch-web/config/* debian/notmuch-web/etc/notmuch-web




More information about the Pkg-haskell-commits mailing list