From: Andreas Tille Date: Tue, 12 Apr 2016 12:05:42 +0000 (+0200) Subject: drop get-orig-source target which is simply the usual uscan call X-Git-Tag: archive/raspbian/2.16.0+ds-7+rpi1~1^2~227 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=461589e2858131ae1eb7beda9cac24d59f44e667;p=ncbi-blast%2B.git drop get-orig-source target which is simply the usual uscan call --- diff --git a/debian/changelog b/debian/changelog index f6e13b82..f154493c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ ncbi-blast+ (2.2.31-5) UNRELEASED; urgency=medium * Moved packaging to Git * cme fix dpkg-control + * drop get-orig-source target which is simply the usual uscan call -- Andreas Tille Tue, 12 Apr 2016 13:03:57 +0200 diff --git a/debian/get-orig-source b/debian/get-orig-source deleted file mode 100755 index 58c44865..00000000 --- a/debian/get-orig-source +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/bash - -set -e - -uscan --rename --verbose --force-download - - diff --git a/debian/rules b/debian/rules index a24b083d..1a69321c 100755 --- a/debian/rules +++ b/debian/rules @@ -107,6 +107,3 @@ override_dh_clean: %: dh $@ -Dc++ --with autotools_dev - -get-orig-source: - . debian/get-orig-source