diff options
Diffstat (limited to 'build-tor-sources')
-rwxr-xr-x | build-tor-sources | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/build-tor-sources b/build-tor-sources index c622b50..4747b7a 100755 --- a/build-tor-sources +++ b/build-tor-sources @@ -181,7 +181,7 @@ rm -r $DIR cd local-build dpkg-source -x ../tor_$debian_version.dsc cd tor-$debian_upstream_version -debuild -j2 -rfakeroot -uc -us +debuild -j8 -rfakeroot -uc -us cd ../.. # SID @@ -233,11 +233,11 @@ bp1 $DIR $sid_debian_version hardy (cd $DIR; hardening_backport 0) bp2 $DIR $ORIGTAR -# KARMIC (EOL: April 2011) -################################################# -bp1 $DIR $sid_debian_version karmic -(cd $DIR; hardening_backport 0) -bp2 $DIR $ORIGTAR +## KARMIC (EOL: April 2011) +################################################## +#bp1 $DIR $sid_debian_version karmic +#(cd $DIR; hardening_backport 0) +#bp2 $DIR $ORIGTAR # LUCID (EOL: April 2015) ################################################# @@ -260,11 +260,11 @@ bp2 $DIR $ORIGTAR ## BPO ################################################# -# LENNY-BPO -################################################# -bp1 $DIR $sid_debian_version lenny-bpo -(cd $DIR; hardening_backport 0) -bp2 $DIR $ORIGTAR +## LENNY-BPO +################################################## +#bp1 $DIR $sid_debian_version lenny-bpo +#(cd $DIR; hardening_backport 0) +#bp2 $DIR $ORIGTAR # SQUEEZE-BPO ################################################# |