From ba0bdb28f816cae33530a9c30e7e0079be2397db Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Sun, 1 May 2011 17:59:40 +0000 Subject: Add natty git-svn-id: svn+ssh://asteria.noreply.org/svn/weaselutils/trunk@476 bc3d92e2-beff-0310-a7cd-cc87d7ac0ede --- backport | 1 + build-tor-sources | 5 +++++ sbuild-stuff | 2 +- 3 files changed, 7 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3