]> git.proxmox.com Git - mirror_spl-debian.git/commitdiff
Add quantal to the PPA build list.
authorDarik Horn <dajhorn@vanadac.com>
Tue, 18 Sep 2012 21:56:16 +0000 (16:56 -0500)
committerDarik Horn <dajhorn@vanadac.com>
Tue, 18 Sep 2012 21:56:16 +0000 (16:56 -0500)
Begin building packages for the Ubuntu 12.10 Quantal Quetzal
beta release.

debian/debuild-ppa.sh

index 361f073978ab16b88e09f45633b240019ffda6c2..632f1814f299dafd03c9cf765b93ae6a99ebe159 100755 (executable)
@@ -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/ ]