Codebase list pass-tomb / 01ba225
Releasing debian version 1.2-1 Signed-off-by: David Kunz <david.kunz@bfh.ch> David Kunz authored 4 years ago System Administration committed 4 years ago
4 changed file(s) with 16 addition(s) and 20 deletion(s). Raw diff Collapse all Expand all
00 pass-tomb (1.2-1) unstable; urgency=medium
11
2 <<<<<<<
3 * Version upgrade (Closes: #951119).
4 =======
52 * Releasing debian version 1.2-1 (Closes: #951119).
6 >>>>>>>
73
84 -- David Kunz <david.kunz@dknet.ch> Fri, 14 Feb 2020 12:53:08 +0100
95
0 Author: David Kunz <david.kunz@dknet.ch>
1 Description: Correcting location of bash-completion.
2
3 diff -Naurp pass-tomb.orig/Makefile pass-tomb/Makefile
4 --- pass-tomb.orig/Makefile
5 +++ pass-tomb/Makefile
6 @@ -5,7 +5,7 @@
7 SYSTEM_EXTENSION_DIR ?= $(LIBDIR)/password-store/extensions
8 MANDIR ?= $(PREFIX)/share/man
9 ·
10 -BASHCOMPDIR ?= /etc/bash_completion.d
11 +BASHCOMPDIR ?= /usr/share/bash-completion/completions
12 ZSHCOMPDIR ?= $(PREFIX)/share/zsh/site-functions
13 ·
14 all:
+0
-15
debian/patches/debian/0001-manpage.patch less more
0 Author: David Kunz <david.kunz@dknet.ch>
1 Description: Correcting description in manpage.
2
3 diff -Naurp pass-tomb.orig/pass-tomb.1 pass-tomb/pass-tomb.1
4 --- pass-tomb.orig/pass-tomb.1
5 +++ pass-tomb/pass-tomb.1
6 @@ -1,7 +1,7 @@
7 .TH pass-tomb 1 "May 2017" "pass-tomb"
8
9 .SH NAME
10 -pass tomb - A \fBpass\fP(1) extension that helps to keep the whole tree of
11 +pass-tomb \- A \fBpass\fP(1) extension that helps to keep the whole tree of
12 password encrypted inside a \fBtomb\fP(1).
13
14 .SH SYNOPSIS
0 debian/0001-manpage.patch
0 debian/0001-Makefile.patch