[med-svn] [kineticstools] 01/01: Remove get-orig-source script

Afif Elghraoui afif at moszumanska.debian.org
Sun Jan 15 20:46:14 UTC 2017


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

afif pushed a commit to branch master
in repository kineticstools.

commit 54dbd180e8030eb30da1e0ac43305dd6c66c3f5a
Author: Afif Elghraoui <afif at debian.org>
Date:   Sun Jan 15 12:45:12 2017 -0800

    Remove get-orig-source script
    
    We don't necessarily want to track upstream's HEAD snapshot.
---
 debian/get-orig-source | 33 ---------------------------------
 1 file changed, 33 deletions(-)

diff --git a/debian/get-orig-source b/debian/get-orig-source
deleted file mode 100755
index 2a931ae..0000000
--- a/debian/get-orig-source
+++ /dev/null
@@ -1,33 +0,0 @@
-#!/bin/sh
-
-set -ex
-
-PKGDIR="$PWD"
-
-# ignore <path> and rely on ../ being the path to the orig.tar.xz
-# using source package name $SPKG from debian/changelog
-# This makes it more robust for newer uupdate in future
-SPKG=$(dpkg-parsechangelog -SSource)
-NEW_VERSION=$(dpkg-parsechangelog -SVersion | sed 's/\-[0-9]*$//')
-new_package="${SPKG}-${NEW_VERSION}"
-
-clean () {
-    rm -rf ../${new_package} ../${SPKG}-${NEW_VERSION}.tar.gz
-}
-
-trap clean EXIT
-
-mkdir -p tarballs
-cd ../tarballs
-# Now ${SPKG}_${NEW_VERSION}.orig.tar.xz is upstream tarball
-rm -f ${SPKG}_${NEW_VERSION}.orig.tar.*
-
-echo "Cloning ${SPKG} version ${NEW_VERSION}"
-git clone \
-    https://github.com/PacificBiosciences/kineticsTools.git $new_package
-
-cd $new_package \
-    && find -name ".git*" -exec rm -rf {} + \
-    && cd ..
-
-tar --exclude-vcs --owner=root --group=root --mode=a+rX -caf ${SPKG}-${NEW_VERSION}.tar.xz ${new_package}

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



More information about the debian-med-commit mailing list