[sundials] 03/21: Removed tarball-repacking script

Dima Kogan dima at secretsauce.net
Tue Oct 11 07:12:55 UTC 2016


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

dkogan-guest pushed a commit to branch master
in repository sundials.

commit baa2a93afa3de7f0e455214caf1ee1b438cf3271
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