diff options
-rwxr-xr-x | build-tor-sources | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/build-tor-sources b/build-tor-sources index 369c3d3..adf5d2f 100755 --- a/build-tor-sources +++ b/build-tor-sources @@ -147,6 +147,13 @@ backport_all() { bp1 $pkg $dir $sid_debian_version wheezy bp2 $pkg $dir $origtar + + # LUCID (EOL: April 2015) + ################################################# + bp1 $pkg $dir $sid_debian_version lucid + (cd $dir; remove_apparmor) + bp2 $pkg $dir $origtar + # NATTY (EOL: October 2012) ################################################# bp1 $pkg $dir $sid_debian_version natty |