The following commit has been merged in the master branch:
commit 9ae55fba89c4c0190e2f9f182d1089a231920efb
Author: Andres Mejia <[email protected]>
Date: Fri Apr 22 13:32:33 2011 -0400
Echo name of upstream tarball instead of hardcoded tarball name with
version.
diff --git a/debian/openal-soft-get-orig-source
b/debian/openal-soft-get-orig-source
index c517915..3a9ea28 100755
--- a/debian/openal-soft-get-orig-source
+++ b/debian/openal-soft-get-orig-source
@@ -7,7 +7,7 @@
OPENAL_SOFT_TARBALL="openal-soft-1.13.tar.bz2"
OPENAL_SOFT_TARBALL_CHECKSUM="dc735b8b2ab21f6ec54b4262f150a7e0527ae42aa975a1965b9342df1520443c"
OPENAL_SOFT_VERSION="1.13"
-OPENAL_SOFT_ORIG_TARBALL="$(echo "openal-soft-$OPENAL_SOFT_VERSION.tar.bz2" | \
+OPENAL_SOFT_ORIG_TARBALL="$(echo "$OPENAL_SOFT_TARBALL" | \
sed -e s/soft-$OPENAL_SOFT_VERSION/soft_$OPENAL_SOFT_VERSION/ | \
sed -e s/\.tar\.bz2/.orig.tar.bz2/)"
--
Packaging for openal-soft
_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits