[libmatio] 03/48: removed

Sébastien Villemot sebastien at debian.org
Fri Jan 15 16:48:20 UTC 2016


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

sebastien pushed a commit to branch master
in repository libmatio.

commit 3ed13fd29c2ebf0a3a548eefeacd648c151fdcc5
Author: Sylvestre Ledru <sylvestre.ledru at inria.fr>
Date:   Wed Apr 16 09:11:30 2008 +0000

    removed
---
 old/orig-tar.exclude |  1 -
 old/orig-tar.sh      | 26 --------------------------
 2 files changed, 27 deletions(-)

diff --git a/old/orig-tar.exclude b/old/orig-tar.exclude
deleted file mode 100644
index cdfe000..0000000
--- a/old/orig-tar.exclude
+++ /dev/null
@@ -1 +0,0 @@
-zlib/
diff --git a/old/orig-tar.sh b/old/orig-tar.sh
deleted file mode 100644
index fb86d2d..0000000
--- a/old/orig-tar.sh
+++ /dev/null
@@ -1,26 +0,0 @@
-#!/bin/sh -e
-
-# called by uscan with '--upstream-version' <version> <file>
-
-VERSION=$(dpkg-parsechangelog | sed -ne 's,^Version: \(.*\)-.*,\1,p')
-SOURCE=$(dpkg-parsechangelog | sed -ne 's,Source: \(.*\),\1,p')
-
-DIR=matio-$2
-TAR=../libmatio_$2.orig.tar.gz
-
-# clean up the upstream tarball
-echo tar -z -x -f $3
-tar -z -x -f $3
-echo tar -c -z -f  $TAR -X debian/orig-tar.exclude $DIR
-tar -c -z -f  $TAR -X debian/orig-tar.exclude $DIR
-echo rm -rf $DIR $3
-rm -rf $DIR $3
-
-# move to directory 'tarballs'
-if [ -r .svn/deb-layout ]; then
-    . .svn/deb-layout
-    mv $TAR $origDir
-    echo "moved $TAR to $origDir"
-fi
-
-exit 0

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/libmatio.git



More information about the debian-science-commits mailing list