[SCM] Image Reduction and Analysis Facility branch, debian, updated. 774ef46d769f42f30b932fbc191448287c2eadbf

Ole Streicher debian at liska.ath.cx
Fri Jun 7 05:31:03 UTC 2013


The following commit has been merged in the debian branch:
commit 774ef46d769f42f30b932fbc191448287c2eadbf
Author: Ole Streicher <debian at liska.ath.cx>
Date:   Fri Jun 7 07:27:03 2013 +0200

    versionize repack file

diff --git a/debian/changelog b/debian/changelog
index 11f13f6..bea2b9d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-iraf (2.16+repack-1) UNRELEASED; urgency=low
+iraf (2.16+repack0~0-1) UNRELEASED; urgency=low
 
   * New upstream release
   * Complete packaging restart from scratch. Closes: #690531
diff --git a/debian/repack.sh b/debian/repack.sh
index cc1e354..2fc5fb9 100755
--- a/debian/repack.sh
+++ b/debian/repack.sh
@@ -3,6 +3,7 @@
 # Repackage the IRAF source files with unnecessary files removed. 
 
 ver=$2
+repack_ver=$ver+repack0~0
 orig_tar=$3
 tardir=$(dirname $orig_tar)
 wd=$(mktemp -d)
@@ -67,8 +68,8 @@ rm -f $srcdir/vendor/voclient/libsamp/cfitsio/config.status
 
 #rm -rf $srcdir/unix/boot/xyacc
 
-repack_tar=$tardir/iraf_$ver+repack.orig.tar.xz
+repack_tar=$tardir/iraf_$repack_ver.orig.tar.xz
 tar cJf $repack_tar -C $wd .
 rm -rf $wd
 
-exec uupdate --no-symlink --upstream-version $ver+repack $repack_tar
+exec uupdate --no-symlink --upstream-version $repack_ver $repack_tar

-- 
Image Reduction and Analysis Facility



More information about the debian-science-commits mailing list