diff options
-rwxr-xr-x | backport | 1 | ||||
-rwxr-xr-x | build-tor-sources | 5 |
2 files changed, 6 insertions, 0 deletions
@@ -54,6 +54,7 @@ maverick maverick 1 natty natty 1 oneiric oneiric 1 precise precise 1 +quantal quantal 1 EOF ) if [ -z "$result" ] ; then diff --git a/build-tor-sources b/build-tor-sources index 5561db1..f3da910 100755 --- a/build-tor-sources +++ b/build-tor-sources @@ -194,6 +194,11 @@ backport_all() { bp1 $pkg $dir $sid_debian_version precise bp2 $pkg $dir $origtar + # QUANTAL (EOL: April 2014) + ################################################# + bp1 $pkg $dir $sid_debian_version quantal + bp2 $pkg $dir $origtar + ################################################# ## BPO |