[Pkg-haskell-commits] darcs: haskell-notmuch-web: Pass permissions in octal to install, thanks Rob Browning for noticing (Closes: 748423)
Joachim Breitner
mail at joachim-breitner.de
Sun May 18 17:55:04 UTC 2014
Sun May 18 17:42:23 UTC 2014 Joachim Breitner <mail at joachim-breitner.de>
* Pass permissions in octal to install, thanks Rob Browning for noticing (Closes: 748423)
M ./changelog +7
M ./rules -3 +3
Sun May 18 17:42:23 UTC 2014 Joachim Breitner <mail at joachim-breitner.de>
* Pass permissions in octal to install, thanks Rob Browning for noticing (Closes: 748423)
diff -rN -u old-haskell-notmuch-web/changelog new-haskell-notmuch-web/changelog
--- old-haskell-notmuch-web/changelog 2014-05-18 17:55:04.274904765 +0000
+++ new-haskell-notmuch-web/changelog 2014-05-18 17:55:04.286904762 +0000
@@ -1,3 +1,10 @@
+haskell-notmuch-web (0.2.0-3) UNRELEASED; urgency=medium
+
+ * Pass permissions in octal to install, thanks Rob Browning for noticing
+ (Closes: 748423)
+
+ -- Joachim Breitner <nomeata at debian.org> Sun, 18 May 2014 19:41:56 +0200
+
haskell-notmuch-web (0.2.0-2) unstable; urgency=medium
* Depend on ca-certificates for the testsuite
diff -rN -u old-haskell-notmuch-web/rules new-haskell-notmuch-web/rules
--- old-haskell-notmuch-web/rules 2014-05-18 17:55:04.274904765 +0000
+++ new-haskell-notmuch-web/rules 2014-05-18 17:55:04.282904762 +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 755 debian/notmuch-web/usr/share/doc/notmuch-web
- install -m 644 debian/tmp-inst-ghc/usr/share/notmuch-web/README.md debian/notmuch-web/usr/share/doc/notmuch-web
- install -m 644 debian/tmp-inst-ghc/usr/share/notmuch-web/config/* debian/notmuch-web/etc/notmuch-web
+ install -d 0755 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