[SCM] lv2-extensions-good/master: Remove get-orig-source, no longer needed.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Sat Apr 21 08:18:07 UTC 2012


The following commit has been merged in the master branch:
commit 3a220f08d60b143b7211b9f1768d5769605852e7
Author: Alessio Treglia <alessio at debian.org>
Date:   Sat Apr 21 10:17:59 2012 +0200

    Remove get-orig-source, no longer needed.

diff --git a/debian/get-orig-source b/debian/get-orig-source
deleted file mode 100755
index bb4cfdc..0000000
--- a/debian/get-orig-source
+++ /dev/null
@@ -1,43 +0,0 @@
-#!/bin/bash
-# Build lv2-extensions-good upstream tarball from http://lv2plug.in/spec/
-
-# Please update version number if necessary...
-base_version=0
-
-test -x /usr/bin/wget || (echo "please install wget!" 1>&2 ; exit 1);
-date=`date +%Y%m%d`
-version="$base_version~$date"
-
-bdir="lv2-extensions-good-$version"
-gosdir='get-orig-source'
-dir="$gosdir/$bdir"
-archive="lv2-extensions-good_$version.orig.tar"
-mkdir -p "$dir"
-
-EXTS="\
-lv2-data-access-1.2.tar.bz2 \
-lv2-dyn-manifest-1.0.tar.gz \
-lv2-event-1.2.tar.bz2 \
-lv2-instance-access-1.2.tar.bz2 \
-lv2-midi-1.2.tar.bz2 \
-lv2-presets-2.0.tar.gz \
-lv2-ui-2.2.tar.bz2 \
-lv2-units-5.2.tar.gz \
-lv2-uri-map-1.2.tar.bz2 \
-"
-
-oldpwd="`pwd`"
-cd "$gosdir"
-
-for ext in $EXTS; do
-    wget -nd -r -l1 "http://lv2plug.in/spec/$ext"
-    tar xf "$ext" && rm "$ext"
-    mv *.lv2 "$bdir"
-done
-
-tar cf "$archive" "$bdir"
-gzip -9fn "$archive"
-rm -rf "$bdir"
-
-cd "$oldpwd"
-echo "New upstream source package in $gosdir"
diff --git a/debian/rules b/debian/rules
index 3d2a19d..3946c14 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,4 +16,3 @@ override_dh_auto_clean:
 		cd $$ext && ( $(WAF) clean || true ) && cd .. ; \
 	done
 	find -name "*.pyc" -delete
-	rm -rf get-orig-source

-- 
lv2-extensions-good packaging



More information about the pkg-multimedia-commits mailing list