[debian-edu-commits] debian-edu/ 05/18: d/rules: Drop imagemagick rules to convert the xpm.
Unit 193
unit193-guest at moszumanska.debian.org
Tue Jul 11 17:59:59 UTC 2017
This is an automated email from the git hooks/post-receive script.
unit193-guest pushed a commit to branch master
in repository veracrypt.
commit 4ef04420b87a5bbc8400cf3c5cfaa068bdb19e4c
Author: Unit 193 <unit193 at ubuntu.com>
Date: Mon Jul 10 20:35:09 2017 -0400
d/rules: Drop imagemagick rules to convert the xpm.
---
debian/rules | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/debian/rules b/debian/rules
index 28420ee..300bb42 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,10 +14,9 @@ export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
override_dh_auto_build:
dh_auto_build -- VERBOSE=1 NOSTRIP=1
unset DISPLAY && src/Main/veracrypt --text --help 2>/dev/null | debian/veracrypt_help_to_troff.pl > veracrypt.1
- convert -resize 32x32 src/Resources/Icons/VeraCrypt-48x48.xpm veracrypt.xpm
override_dh_clean:
- dh_clean veracrypt.1 user_guide.pdf veracrypt.xpm
+ dh_clean veracrypt.1 user_guide.pdf
override_dh_install:
cp "src/Release/Setup Files/VeraCrypt User Guide.pdf" user_guide.pdf
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/pkg-team/veracrypt.git
More information about the debian-edu-commits
mailing list