[SCM] pkg-kde-dev-scripts packaging branch, master, updated. 82f5144ef9da78320e49b72d87666a7ec52ac4be

José Manuel Santamaría Lema santa-guest at alioth.debian.org
Wed Dec 7 18:44:37 UTC 2011


The following commit has been merged in the master branch:
commit 2d3c513361c99fcb76e3f06e81097965ea7b804e
Author: José Manuel Santamaría Lema <panfaust at gmail.com>
Date:   Wed Dec 7 19:31:28 2011 +0100

    Add snarf-orig-local.
---
 snarf-orig-local |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/snarf-orig-local b/snarf-orig-local
new file mode 100755
index 0000000..1bedf5e
--- /dev/null
+++ b/snarf-orig-local
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+tarballs_directory=$1
+version=$2
+
+for i in $(find . -maxdepth 1 -type d ! -name .); do
+	cp $tarballs_directory/$i-$version.tar.bz2 \
+		${i}_${version}.orig.tar.bz2;
+done

-- 
pkg-kde-dev-scripts packaging



More information about the pkg-kde-commits mailing list