From: Michael Hanke Date: Thu, 23 Sep 2010 01:36:27 +0000 (-0400) Subject: Disable auto-dep until the trailer package is publicly available. X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=b42d5904d7aac6d279a6f81deb1c99fd3b42cdfb;p=neurodebian.git Disable auto-dep until the trailer package is publicly available. --- diff --git a/tools/nd_backport b/tools/nd_backport index 4304707..19b4954 100755 --- a/tools/nd_backport +++ b/tools/nd_backport @@ -33,5 +33,7 @@ backport-dsc \ --maint-email "team@neuro.debian.net" \ --target-distribution "$release" \ --version-suffix "$(nd_querycfg "release backport ids" "$release")" \ - --mod-control 's/^Depends:.*$/&, neurodebian-trailer/' \ "$dscfile" + +# not adding the auto-dep for now +# --mod-control 's/^Depends:.*$/&, neurodebian-trailer/' \