diff options
-rwxr-xr-x | backport | 1 | ||||
-rwxr-xr-x | build-tor-sources | 4 |
2 files changed, 5 insertions, 0 deletions
@@ -52,6 +52,7 @@ karmic karmic 1 lucid lucid 1 maverick maverick 1 natty natty 1 +oneiric oneiric 1 EOF ) if [ -z "$result" ] ; then diff --git a/build-tor-sources b/build-tor-sources index 4747b7a..2f6fb81 100755 --- a/build-tor-sources +++ b/build-tor-sources @@ -254,6 +254,10 @@ bp2 $DIR $ORIGTAR bp1 $DIR $sid_debian_version natty bp2 $DIR $ORIGTAR +# ONEIRIC (EOL: April 2013) +################################################# +bp1 $DIR $sid_debian_version oneiric +bp2 $DIR $ORIGTAR ################################################# |