[Pkg-cli-apps-commits] [keepass2] 02/04: New upstream release
Julian Taylor
jtaylor.debian at googlemail.com
Thu Jun 22 05:43:04 UTC 2017
This is an automated email from the git hooks/post-receive script.
jtaylor-guest pushed a commit to branch master
in repository keepass2.
commit 5882eb80d27d6f78689b3de83e3eef4aac0ea93a
Author: Julian Taylor <jtaylor.debian at googlemail.com>
Date: Sun Jun 18 19:28:32 2017 +0200
New upstream release
Update rules for new icon path
---
debian/changelog | 7 +++++++
debian/rules | 6 ++++--
2 files changed, 11 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index f8d0784..9a03899 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+keepass2 (2.36+dfsg-1) unstable; urgency=medium
+
+ * New upstream release
+ * Update rules for new icon path
+
+ -- Julian Taylor <jtaylor.debian at googlemail.com> Sun, 18 Jun 2017 19:28:14 +0200
+
keepass2 (2.35+dfsg-2) unstable; urgency=medium
* debian/patches/disable-clipboard-workaround.patch:
diff --git a/debian/rules b/debian/rules
index fe75af2..8e74966 100755
--- a/debian/rules
+++ b/debian/rules
@@ -36,9 +36,11 @@ override_dh_auto_build:
python -c 'import archmod.CHM; archmod.CHM.CHMDir("Docs").process_templates("Docs/Chm")'
override_dh_install:
- convert $(CURDIR)/KeePass/Resources/Images/KeePass.ico keepass2.png
+ convert $(CURDIR)/KeePass/Resources/Icons/KeePass.ico keepass2.png
mkdir -p $(CURDIR)/debian/keepass2/usr/share/icons/hicolor/16x16/apps
- mv keepass2-9.png $(CURDIR)/debian/keepass2/usr/share/icons/hicolor/16x16/apps/keepass2.png
+ mv keepass2-11.png $(CURDIR)/debian/keepass2/usr/share/icons/hicolor/16x16/apps/keepass2.png
+ mkdir -p $(CURDIR)/debian/keepass2/usr/share/icons/hicolor/24x24/apps
+ mv keepass2-9.png $(CURDIR)/debian/keepass2/usr/share/icons/hicolor/24x24/apps/keepass2.png
mkdir -p $(CURDIR)/debian/keepass2/usr/share/icons/hicolor/32x32/apps
mv keepass2-8.png $(CURDIR)/debian/keepass2/usr/share/icons/hicolor/32x32/apps/keepass2.png
mkdir -p $(CURDIR)/debian/keepass2/usr/share/icons/hicolor/48x48/apps
--
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