summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbackport1
-rwxr-xr-xbuild-tor-sources5
-rwxr-xr-xsbuild-stuff2
3 files changed, 7 insertions, 1 deletions
diff --git a/backport b/backport
index 50a9fe0..a3826d2 100755
--- a/backport
+++ b/backport
@@ -51,6 +51,7 @@ jaunty jaunty 1
karmic karmic 1
lucid lucid 1
maverick maverick 1
+natty natty 1
EOF
)
if [ -z "$result" ] ; then
diff --git a/build-tor-sources b/build-tor-sources
index 2bd7e29..8130d89 100755
--- a/build-tor-sources
+++ b/build-tor-sources
@@ -247,6 +247,11 @@ bp2 $DIR $ORIGTAR
bp1 $DIR $sid_debian_version maverick
bp2 $DIR $ORIGTAR
+# NATTY (EOL: October 2012)
+#################################################
+bp1 $DIR $sid_debian_version natty
+bp2 $DIR $ORIGTAR
+
#################################################
diff --git a/sbuild-stuff b/sbuild-stuff
index ebd59d5..d6659b7 100755
--- a/sbuild-stuff
+++ b/sbuild-stuff
@@ -58,7 +58,7 @@ read dscdist debian_version <<< "$metadata"
if [ -z "${DIST:-}" ]; then
DIST=sid
- for d in lenny squeeze wheezy dapper hardy karmic lucid maverick; do
+ for d in lenny squeeze wheezy dapper hardy karmic lucid maverick natty; do
if echo $debian_version | grep -q "$d" ; then
DIST="$d"
break