aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatarUnit 193 <unit193@ubuntu.com>2017-07-10 20:35:09 -0400
committerLibravatarUnit 193 <unit193@ubuntu.com>2017-07-10 20:35:09 -0400
commit4ef04420b87a5bbc8400cf3c5cfaa068bdb19e4c (patch)
tree63171b18aeaf30a2b17b7ae0f99eb8d8263aaeb2
parent1bcf7dd5a29d78f2563ed745b977268af6d4108c (diff)
downloadveracrypt-4ef04420b87a5bbc8400cf3c5cfaa068bdb19e4c.tar.bz2
veracrypt-4ef04420b87a5bbc8400cf3c5cfaa068bdb19e4c.tar.xz
veracrypt-4ef04420b87a5bbc8400cf3c5cfaa068bdb19e4c.tar.zst
d/rules: Drop imagemagick rules to convert the xpm.
-rwxr-xr-xdebian/rules3
1 files changed, 1 insertions, 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