diff options
author | Peter Palfrader <peter@palfrader.org> | 2013-04-10 12:05:39 +0000 |
---|---|---|
committer | weasel <weasel@bc3d92e2-beff-0310-a7cd-cc87d7ac0ede> | 2013-04-10 12:05:39 +0000 |
commit | d40cd999317a0e38fc9cc214070b9d26603fb851 (patch) | |
tree | 7bb5b155ccb840aaf807210bc01f160184592668 /build-tor-sources | |
parent | d21677a82dac157b6747ff0a3b89e8740a75bf6a (diff) |
re-add natty
git-svn-id: svn+ssh://asteria.noreply.org/svn/weaselutils/trunk@612 bc3d92e2-beff-0310-a7cd-cc87d7ac0ede
Diffstat (limited to 'build-tor-sources')
-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 |