[qmapshack] 01/01: Regenerate png's files.
Jaromír Mikeš
mira-guest at moszumanska.debian.org
Mon Aug 18 21:13:30 UTC 2014
This is an automated email from the git hooks/post-receive script.
mira-guest pushed a commit to branch master
in repository qmapshack.
commit 660f3a0c8c7e350f618ec97f39be67af354fb532
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date: Mon Aug 18 23:13:12 2014 +0200
Regenerate png's files.
---
debian/rules | 9 +++------
1 file changed, 3 insertions(+), 6 deletions(-)
diff --git a/debian/rules b/debian/rules
index f512382..01870e5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,12 +13,9 @@ override_dh_installchangelogs:
dh_installchangelogs changelog.txt
override_dh_auto_build:
- cd $(CURDIR)/src/icons/
- bash makeicons
- cd $(CURDIR)/src/icons/cache/
- bash makeicons
- cd $(CURDIR)/src/icons/waypoints/
- bash makeicons
+ cd $(CURDIR)/src/icons/ && bash makeicons
+ cd $(CURDIR)/src/icons/cache/ && bash makeicons
+ cd $(CURDIR)/src/icons/waypoints/ && bash makeicons
inkscape -D -w 180 -h 180 $(CURDIR)/src/pics/compass.svg --export-png=$(CURDIR)/src/pics/compass.png
override_dh_auto_install:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/qmapshack.git
More information about the Pkg-grass-devel
mailing list