[cpl-plugin-uves] 03/03: Merge branch 'debian-template' into debian

Ole Streicher olebole at moszumanska.debian.org
Tue Mar 31 09:52:04 UTC 2015


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

olebole pushed a commit to branch debian
in repository cpl-plugin-uves.

commit 23f84c4478e8b54b4bb3190647956e80c80dddaa
Merge: 5375e19 3d6a148
Author: Ole Streicher <debian at liska.ath.cx>
Date:   Tue Mar 31 11:51:56 2015 +0200

    Merge branch 'debian-template' into debian
    
    Conflicts:
    	debian/control

 debian/README.Debian.in |  2 +-
 debian/README.Source    |  2 +-
 debian/repackage.sh     | 14 ++++++++++----
 3 files changed, 12 insertions(+), 6 deletions(-)

diff --cc debian/repackage.sh
index 20dd8b2,792c365..5f220d5
--- a/debian/repackage.sh
+++ b/debian/repackage.sh
@@@ -29,10 -29,16 +29,16 @@@ INCLUDE_TEST_DATA="yes
  
  BASEDIR=$(dirname $3)
  FILENAME=${BASEDIR}/${PIPELINE}-kit-${VERSION}.tar.gz
+ if [ ! -f ${FILENAME} ] ; then
+   FILENAME=${BASEDIR}/${PIPELINE}-kit-${VERSION}-*.tar.gz
+   UVERSION=$(echo ${FILENAME} | sed "s/.*-kit-\(.*\)\.tar.gz/\1/")
+ else
+   UVERSION=${VERSION}
+ fi
  tar xf ${FILENAME} -C ${BASEDIR}
- rm -f ${BASEDIR}/${DEBIAN_PACKAGE}_${VERSION}.orig*.tar.* ${FILENAME}
+ rm -f ${BASEDIR}/${DEBIAN_PACKAGE}_${UVERSION}.orig*.tar.* ${FILENAME}
  
 -TAREXCLUDE="--exclude ${PIPELINE}-${VERSION}/html"
 +TAREXCLUDE="--exclude ${PIPELINE}-${VERSION}/html --exclude ${PIPELINE}-${VERSION}/libqfits"
  if [ $INCLUDE_TEST_DATA = "no" ] ; then
    TAREXCLUDE=${TAREXCLUDE}" --exclude ${PIPELINE}-${VERSION}/*/tests/ref_data"
  fi

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-astro/packages/cpl-plugin-uves.git



More information about the debian-science-commits mailing list