[med-svn] [falcon] 03/15: d/get-orig-source: remove uscan-retrieved deficient tarball

Afif Elghraoui afif at moszumanska.debian.org
Sat Dec 16 08:03:28 UTC 2017


This is an automated email from the git hooks/post-receive script.

afif pushed a commit to branch master
in repository falcon.

commit 698b47d6ad16bbf482f49c373ce63d6ddd57f420
Author: Afif Elghraoui <afif at debian.org>
Date:   Sat Dec 16 01:22:09 2017 -0500

    d/get-orig-source: remove uscan-retrieved deficient tarball
    
    We were only deleting the symlink before.
---
 debian/get-orig-source | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/get-orig-source b/debian/get-orig-source
index 1160a09..cc8beef 100755
--- a/debian/get-orig-source
+++ b/debian/get-orig-source
@@ -35,9 +35,11 @@ cd ${workdir}
 # Now ${SPKG}_${NEW_VERSION}.orig.tar.xz is upstream tarball
 new_package="${SPKG}-${NEW_VERSION}"
 
-# Remove tarball downloaded by uscan -- it doesn't contain the
+# Remove tarball downloaded by uscan and its symlink -- it doesn't contain the
 # submodules
-rm -f ${DESTDIR}/${SPKG}_${NEW_VERSION}.orig.tar.*
+rm -f \
+   ${DESTDIR}/${SPKG}-${NEW_VERSION}.tar.* \
+   ${DESTDIR}/${SPKG}_${NEW_VERSION}.orig.tar.*
 
 echo "Cloning ${SPKG} version ${NEW_VERSION}"
 git clone \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/falcon.git



More information about the debian-med-commit mailing list