mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-12-22 17:34:54 +01:00
uploaded to unstable
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQGcBAABCAAGBQJTFHElAAoJEPIClx2kp54sSCYL/3iUJ74Tjy+PqoOepQJiWBPt 94Ktdhbe6zL6ltYc/pNavbCJqsXPbJ4sTtq2D10TCBvcPFzFyhRlX1rLQhfS42Nn rLmWu10KlX0Da1SermD4PWMV7axL00hudPVe/fYcfKK1bZ9utfSZ8Ykl+mmMX/pC yRuYH8Yrc1IhDWkm2Zx+rZtivQRFgViUPosx3arICKlRz+IHAinOMFg4SBurGpSD M00gt+45pHf7fGLXCRfMqPrLKB6ONTdL1xb0OgFCGgKVddjqbZLzbZ41uZSLt+o0 3uRhOsqy09hO2Ie3dTkNdFkJCioRJFxprokGDHyx6fMYZHdnAgUYrCVNU9AZD/ff CEH28iOiagTPWqEjFBG4thqZiaj/lLBJVy4exyx4BwIJa0jUl+AOxFXEIp3mfvWC NE24O63Yq01S8FjKYzfiYX50jzUSuGN/4S6+4ZzXjbsQd5yRkW8tuDeMZ/fC4uVu e+/h7OKQjAyWk8VmtLDBQvD5lc9StBSsTRZoxpQBZQ== =QzhH -----END PGP SIGNATURE----- Merge tag 'debian/0.17-5' uploaded to unstable
This commit is contained in:
commit
28d7544ae2
2 changed files with 11 additions and 1 deletions
7
debian/changelog
vendored
7
debian/changelog
vendored
|
@ -1,3 +1,10 @@
|
|||
notmuch (0.17-5) unstable; urgency=medium
|
||||
|
||||
* Bug fix: "unowned directory after purge: /0755/", thanks to
|
||||
Andreas Beckmann (Closes: #740325).
|
||||
|
||||
-- David Bremner <bremner@debian.org> Mon, 03 Mar 2014 07:29:06 -0400
|
||||
|
||||
notmuch (0.17-4) unstable; urgency=medium
|
||||
|
||||
* Bug fix: "Please update ruby binary extension install path",
|
||||
|
|
5
debian/notmuch-emacs.postinst
vendored
5
debian/notmuch-emacs.postinst
vendored
|
@ -1,4 +1,7 @@
|
|||
dir="/var/lib/emacsen-common/state/package/installed"
|
||||
mkdir -p 0755 ${dir}
|
||||
mkdir -p -m 0755 ${dir}
|
||||
touch ${dir}/notmuch-emacs
|
||||
#DEBHELPER#
|
||||
if [ -d /0755 ]; then
|
||||
rmdir /0755 || true
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue