[SCM] hydrogen-drumkits/master: Retrieve drumkits list by calling debian/update_drumkits_list.py.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Mon Mar 21 11:03:50 UTC 2011


The following commit has been merged in the master branch:
commit 4f51234f529f957bef5be70e55cf6ac4d86057e5
Author: Alessio Treglia <alessio at debian.org>
Date:   Mon Mar 21 12:00:37 2011 +0100

    Retrieve drumkits list by calling debian/update_drumkits_list.py.

diff --git a/debian/get-orig-source b/debian/get-orig-source
old mode 100644
new mode 100755
index ab7817b..ede8d42
--- a/debian/get-orig-source
+++ b/debian/get-orig-source
@@ -14,28 +14,7 @@ arch="../hydrogen-drumkits_$version.orig.tar.gz"
 mkdir "$dir"
 mkdir "$dir/drumkits"
 
-KITS="\
-http://heanet.dl.sourceforge.net/h/hy/hydrogen/3355606.tar.gz \
-http://heanet.dl.sourceforge.net/h/hy/hydrogen/DrumkitPack1.tar.gz \
-http://heanet.dl.sourceforge.net/h/hy/hydrogen/DrumkitPack2.tar.gz \
-http://heanet.dl.sourceforge.net/h/hy/hydrogen/EasternHop-1.tar.gz \
-http://heanet.dl.sourceforge.net/h/hy/hydrogen/ErnysPercussion.h2drumkit \
-http://heanet.dl.sourceforge.net/h/hy/hydrogen/HardElectro1.tar.gz \
-http://heanet.dl.sourceforge.net/h/hy/hydrogen/Millo-Drums_v1.tar.gz \
-http://heanet.dl.sourceforge.net/h/hy/hydrogen/MilloDrums-3.zip \
-http://heanet.dl.sourceforge.net/h/hy/hydrogen/TD-7.tar.gz \
-http://heanet.dl.sourceforge.net/h/hy/hydrogen/Techno-1_kit_demo.ogg \
-http://people.64studio.com/~free/hydrogen/UltraAcousticKit.tar.gz \
-http://heanet.dl.sourceforge.net/h/hy/hydrogen/default_drumkit.tar.gz \
-http://hydrogen-music.org/download/drumkits/YamahaVintageKit.zip \
-http://rolandclan.info/media/samples/tr-606/Roland_TR-606.h2drumkit \
-http://rolandclan.info/media/samples/tr-707/Roland_TR-707.h2drumkit \
-http://rolandclan.info/media/samples/tr-808/Roland_TR-808.h2drumkit \
-http://rolandclan.info/media/samples/tr-909/Roland_TR-909.h2drumkit \
-http://rolandclan.info/media/samples/tr-626/Roland_TR-626.h2drumkit \
-http://rolandclan.info/media/samples/v-synth/V-Synth_VariBreaks.h2drumkit \
-http://rolandclan.info/media/samples/dr-110/Boss_DR-110.h2drumkit \
-"
+KITS="`debian/update_drumkits_list.py`"
 
 for KIT in $KITS; do
     wget -P "$dir/drumkits" -nd -r -l1 "$KIT"

-- 
hydrogen-drumkits packaging



More information about the pkg-multimedia-commits mailing list