From 013e30b78c63219a4e5b1fdbe8229a9de54736d3 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Sun, 24 Mar 2013 12:03:27 +0000 Subject: remove hardy git-svn-id: svn+ssh://asteria.noreply.org/svn/weaselutils/trunk@603 bc3d92e2-beff-0310-a7cd-cc87d7ac0ede --- build-tor-sources | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/build-tor-sources b/build-tor-sources index f3da910..c1d44c0 100755 --- a/build-tor-sources +++ b/build-tor-sources @@ -158,19 +158,6 @@ backport_all() { bp1 $pkg $dir $sid_debian_version wheezy bp2 $pkg $dir $origtar - # HARDY (EOL: April 2013) - ################################################# - if [ -z "${SKIP_HARDY:-}" ] || [ "${SKIP_HARDY:-}" -eq 0 ]; then - bp1 $pkg $dir $sid_debian_version hardy - (echo "/Conflicts:"; echo d; echo i; echo "Conflicts: libssl0.9.8 (<< 0.9.8g-4ubuntu3.1)"; echo . ; echo w) | ed "$dir/debian/control" - (cd $dir; dch "Conflict with libssl0.9.8 (<< 0.9.8g-4ubuntu3.1) on hardy") - # hardy's dpkg-parsechangelog cannot deal with dots in the distribution field, remove them. - (cd $dir; dch --force-distribution --distribution "$(dpkg-parsechangelog | grep-dctrl -n -s Distribution '' | tr -d .)" '') - (cd $dir; hardening_backport 0) - (cd $dir; remove_apparmor) - bp2 $pkg $dir $origtar - fi - # LUCID (EOL: April 2015) ################################################# bp1 $pkg $dir $sid_debian_version lucid -- cgit v1.2.3