Added Bugtracker line in debian/control for Maemo
This commit is contained in:
parent
52fa7dad5d
commit
12bb89b488
1 changed files with 1 additions and 0 deletions
1
debian/rules
vendored
1
debian/rules
vendored
|
@ -99,6 +99,7 @@ binary-arch: build install
|
|||
sed "s/Section: .*/Section: user\/games/" -i $(CURDIR)/debian/stratagus/DEBIAN/control; \
|
||||
echo "Maemo-Display-Name: Strategy gaming engine" >> $(CURDIR)/debian/stratagus/DEBIAN/control; \
|
||||
echo "Maemo-Icon-26:" >> $(CURDIR)/debian/stratagus/DEBIAN/control; \
|
||||
echo "XSBC-Bugtracker: https://bugs.launchpad.net/stratagus" >> $(CURDIR)/debian/stratagus/DEBIAN/control; \
|
||||
for line in $(shell convert contrib/stratagus.ico -resize 48x48 png:- | uuencode -m - | tail -n +2 | head -n -1); do \
|
||||
echo " $$line" >> $(CURDIR)/debian/stratagus/DEBIAN/control; \
|
||||
done; \
|
||||
|
|
Loading…
Add table
Reference in a new issue