Fix creating debian/control file on Maemo
This commit is contained in:
parent
12bb89b488
commit
76bf2d5236
1 changed files with 2 additions and 2 deletions
4
debian/rules
vendored
4
debian/rules
vendored
|
@ -97,9 +97,9 @@ binary-arch: build install
|
|||
# Maemo section - Hildon Application Manager
|
||||
if [ -f /etc/maemo_version ]; then \
|
||||
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; \
|
||||
echo "Maemo-Display-Name: Stratagus" >> $(CURDIR)/debian/stratagus/DEBIAN/control; \
|
||||
echo "Maemo-Icon-26:" >> $(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