[Pkg-cli-apps-commits] [keepass2] 06/06: create new /usr/lib/keepass2/Plugins folder on installation

Julian Taylor jtaylor.debian at googlemail.com
Mon Jun 27 19:35:11 UTC 2016


This is an automated email from the git hooks/post-receive script.

jtaylor-guest pushed a commit to branch master
in repository keepass2.

commit f5b8ccdb69db23b15e7627c552663b53b6939a1e
Author: Julian Taylor <jtaylor.debian at googlemail.com>
Date:   Mon Jun 27 21:17:00 2016 +0200

    create new /usr/lib/keepass2/Plugins folder on installation
---
 debian/README.Debian | 2 +-
 debian/changelog     | 1 +
 debian/rules         | 2 ++
 3 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/debian/README.Debian b/debian/README.Debian
index 98fcee4..2e9df93 100644
--- a/debian/README.Debian
+++ b/debian/README.Debian
@@ -15,7 +15,7 @@ Known issues:
 -----------------
 The KeePass plugins are untested and may not work correctly.
 In order for them to work the mono-mcs must be installed.
-They currently have to be placed in into /usr/lib/keepass2/
+They currently have to be placed in into /usr/lib/keepass2/Plugins
 but files in that location may get overwritten by package upgrades in future.
 
 To execute KeePass plugin like KPScript one must currently set the MONO_PATH
diff --git a/debian/changelog b/debian/changelog
index 6380150..7864ef0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ keepass2 (2.34+dfsg-1) unstable; urgency=medium
   * New upstream release (Closes: #827676)
   * add new upstream gpg key
   * add https debian VCS links
+  * create new /usr/lib/keepass2/Plugins folder on installation
 
  -- Julian Taylor <jtaylor.debian at googlemail.com>  Mon, 27 Jun 2016 19:57:04 +0200
 
diff --git a/debian/rules b/debian/rules
index 7a5fcd4..fe75af2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -50,6 +50,8 @@ override_dh_install:
 	rm -f keepass2*.png
 	dh_install
 	mv $(CURDIR)/debian/keepass2/usr/bin/keepass2.sh $(CURDIR)/debian/keepass2/usr/bin/keepass2
+	# create plugin location
+	mkdir $(CURDIR)/debian/keepass2/usr/lib/keepass2/Plugins
 
 override_dh_installchangelogs:
 	dh_installchangelogs Docs/History.txt

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-cli-apps/packages/keepass2.git



More information about the Pkg-cli-apps-commits mailing list