[sundials] 48/76: Removed tarball-repacking script

Andreas Tille tille at debian.org
Sun Feb 5 18:45:00 UTC 2017


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

tille pushed a commit to branch master
in repository sundials.

commit 95165ecb267bb696fd3ba9e4fb4fd44083e6d7fc
Author: Dima Kogan <Dmitriy.Kogan at jpl.nasa.gov>
Date:   Tue Oct 4 22:11:00 2016 -0700

    Removed tarball-repacking script
    
    This is unneeded; there's nothing DFSG-unfriendly in the sources
---
 debian/orig-tar.exclude |  2 --
 debian/orig-tarball.sh  | 17 -----------------
 2 files changed, 19 deletions(-)

diff --git a/debian/orig-tar.exclude b/debian/orig-tar.exclude
deleted file mode 100644
index bd98a73..0000000
--- a/debian/orig-tar.exclude
+++ /dev/null
@@ -1,2 +0,0 @@
-*.pdf
-
diff --git a/debian/orig-tarball.sh b/debian/orig-tarball.sh
deleted file mode 100644
index c71e5fa..0000000
--- a/debian/orig-tarball.sh
+++ /dev/null
@@ -1,17 +0,0 @@
-#!/bin/sh -e
-
-# called by uscan with '--upstream-version' <version> <file>
-PKG=sundials
-VER=$2
-echo "plop :" $3
-tar zxvf $3
-tar -c -z -f $3 -X debian/orig-tar.exclude $PKG-$VER
-rm -rf $PKG-$VER
-# 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/sundials.git



More information about the debian-science-commits mailing list