Skip to content
This repository has been archived by the owner on Sep 7, 2024. It is now read-only.

Commit

Permalink
ignsdk-debian-creator: Fix package dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ubunteroz committed May 12, 2014
1 parent 61cc9da commit effb19e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/ignsdk-debian-creator
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ EOF
echo "-> debian/control"
sed -i -e "s/Homepage:/#Homepage:/" \
-e "s/Architecture: any/Architecture: all/" \
-e "s/Depends:/Depends: ignsdk-debian,/" \
-e "s/Depends:/Depends: ignsdk-debian | ignsdk,/" \
-e "s/Description:\(.*\)/Description: Another IGN SDK Application/" \
-e "s/<insert long description\(.*\)/This is an IGN SDK Application/" \
debian/control
Expand Down

0 comments on commit effb19e

Please sign in to comment.