From: Darik Horn Date: Tue, 18 Sep 2012 21:56:16 +0000 (-0500) Subject: Add quantal to the PPA build list. X-Git-Tag: debian/0.7.9-2~151 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=8381643919efc35cdd80cabc65bc144244b210de;p=mirror_spl-debian.git Add quantal to the PPA build list. Begin building packages for the Ubuntu 12.10 Quantal Quetzal beta release. --- diff --git a/debian/debuild-ppa.sh b/debian/debuild-ppa.sh index 361f073..632f181 100755 --- a/debian/debuild-ppa.sh +++ b/debian/debuild-ppa.sh @@ -5,7 +5,7 @@ PPA_USER=${PPA_USER:-$(whoami)} PPA_NAME='spl' -PPA_DISTRIBUTION_LIST='lucid natty oneiric precise' +PPA_DISTRIBUTION_LIST='lucid natty oneiric precise quantal' PPA_GENCHANGES='-sa' if [ ! -d debian/ ]