diff options
| author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2019-12-09 13:49:08 -0500 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2019-12-21 08:59:02 +0900 |
| commit | a24006d62ffe9aa6a485f0bf3215e6f3dd3ad2aa (patch) | |
| tree | 0621222d70f4294a5663ab08a1b52a35380f4c4e | |
| parent | bfa99713830970a0613250ded9a0830c4f8db13f (diff) | |
debian: ship info files in the standard location
Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
| -rw-r--r-- | debian/elpa-notmuch.elpa | 1 | ||||
| -rw-r--r-- | debian/elpa-notmuch.info | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/debian/elpa-notmuch.elpa b/debian/elpa-notmuch.elpa index 19e3ba51..a924468a 100644 --- a/debian/elpa-notmuch.elpa +++ b/debian/elpa-notmuch.elpa @@ -1,3 +1,2 @@ emacs/*.el emacs/notmuch-logo.png -debian/tmp/usr/share/info/* diff --git a/debian/elpa-notmuch.info b/debian/elpa-notmuch.info new file mode 100644 index 00000000..0ac0fbf6 --- /dev/null +++ b/debian/elpa-notmuch.info @@ -0,0 +1 @@ +usr/share/info/*.info |
