Commit 295f27e707ea7760496444ce98cfa2c1c51686ba

Richard Ulrich 2012-09-25T21:50:34

Merge HEAD, branch 'master' of github.com:ulrichard/ftgl

diff --git a/debian/changelog b/debian/changelog
index 146f4c4..ab1f4c9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ftgl (2.1.3~rc5-9polyextr~precise) precise; urgency=low
+
+  * another try to get launchpad to build the package 
+
+ -- Richard Ulrich <richi@paraeasy.ch>  Mon, 24 Sep 2012 21:06:44 +0200
+
 ftgl (2.1.3~rc5-8polyextr~precise) precise; urgency=low
 
   * not building the tests if cxxtest not found 
diff --git a/ppa_upload.sh b/ppa_upload.sh
index ceef4ff..529b8f5 100755
--- a/ppa_upload.sh
+++ b/ppa_upload.sh
@@ -1,8 +1,8 @@
 #!/bin/sh
 # build a debian sourcepackage and upload it to the launchpad ppa
-for DISTRIBUTION in precise # oneiric natty maverick 
+for DISTRIBUTION in precise quantal # oneiric natty maverick 
 do
-	FTGLVERSIONSTR=2.1.3~rc5-8polyextr~${DISTRIBUTION}
+	FTGLVERSIONSTR=2.1.3~rc5-9polyextr~${DISTRIBUTION}
 	sed -i  -e "s/maverick/${DISTRIBUTION}/g" -e "s/natty/${DISTRIBUTION}/g" -e "s/oneiric/${DISTRIBUTION}/g" -e "s/precise/${DISTRIBUTION}/g" debian/changelog
 #	rm -rf debian/source
 	dpkg-buildpackage -rfakeroot -k${GPGKEY} -S