]> git.donarmstrong.com Git - neurodebian.git/commitdiff
Disable auto-dep until the trailer package is publicly available.
authorMichael Hanke <michael.hanke@gmail.com>
Thu, 23 Sep 2010 01:36:27 +0000 (21:36 -0400)
committerMichael Hanke <michael.hanke@gmail.com>
Thu, 23 Sep 2010 01:36:27 +0000 (21:36 -0400)
tools/nd_backport

index 430470710ad739a006d2a825042c52d853142738..19b49541c4250dd894c62e13aac0b2497e8334d7 100755 (executable)
@@ -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/' \