aboutsummaryrefslogtreecommitdiff
path: root/tools/Linux
diff options
context:
space:
mode:
authorwattazoum <wattazoum@svn>2009-11-29 12:21:39 +0000
committerwattazoum <wattazoum@svn>2009-11-29 12:21:39 +0000
commit6aaed6c4d10d323454023a305ea57c32a62d22a6 (patch)
treead124722e40d922153121a2f0330c52bd4b6712f /tools/Linux
parentd94e041bee03d5d209b224ce9236d8652795fde2 (diff)
[packaging] move the source format spec to 1.0 (Ubuntu PPA doesn't support format 3.0 quilt)
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@25115 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'tools/Linux')
-rw-r--r--tools/Linux/packaging/ppa-builder.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/Linux/packaging/ppa-builder.sh b/tools/Linux/packaging/ppa-builder.sh
index e8adda55e9..2dd14e6922 100644
--- a/tools/Linux/packaging/ppa-builder.sh
+++ b/tools/Linux/packaging/ppa-builder.sh
@@ -118,6 +118,9 @@ builddeb()
if [ $1 == "hardy" ]; then
tweaks_for_hardy
fi
+
+ echo "move the format spec to 1.0 (Ubuntu PPA doesn't support format 3.0 quilt) "
+ echo "1.0" > debian/source/format
# Add vdpau dependencies
mv debian/control debian/control.orig
@@ -155,9 +158,6 @@ tweaks_for_hardy()
echo "change the rules file."
rm -f debian/rules
cp debian/rules.hardy debian/rules
-
- echo "move the format spec to 1.0"
- echo "1.0" > debian/source/format
}
clean()