[SCM] libva/master: Update tarball generation script to generate libva-1.0.8. Needed to remove checksum checks since upstream tarball is downloaded from git repo, which generates tarball first, then pushes download.

ceros-guest at users.alioth.debian.org ceros-guest at users.alioth.debian.org
Sun Jan 30 19:54:17 UTC 2011


The following commit has been merged in the master branch:
commit 9b7a168ffee3d75257ef64bc1c5a6e16bcf8e82c
Author: Andres Mejia <mcitadel at gmail.com>
Date:   Sun Jan 30 11:02:56 2011 -0500

    Update tarball generation script to generate libva-1.0.8.
    Needed to remove checksum checks since upstream tarball is downloaded from
    git repo, which generates tarball first, then pushes download.

diff --git a/debian/libva-get-orig-source b/debian/libva-get-orig-source
index 251c809..accdb97 100755
--- a/debian/libva-get-orig-source
+++ b/debian/libva-get-orig-source
@@ -4,9 +4,8 @@
 # generate it into an orig source tarball for Debian.
 
 # Common variables used to ease maintenance of this script
-LIBVA_VERSION="1.0.4"
+LIBVA_VERSION="1.0.8"
 LIBVA_TARBALL="libva-$LIBVA_VERSION.tar.gz"
-LIBVA_TARBALL_CHECKSUM="29a415ce293a515df8d2ee499b97ba752ee631f6f4403f2d982acbf39b92a225"
 LIBVA_ORIG_TARBALL="libva_$LIBVA_VERSION.orig.tar.gz"
 USAGE="\n\
 This script is used to generate the orig tarball used in building\n\
@@ -30,16 +29,6 @@ make_current_tarball() {
     [ -f $LIBVA_TARBALL ] || \
         wget -c http://cgit.freedesktop.org/libva/snapshot/$LIBVA_TARBALL
 
-    # Verify the checksum
-    COMPUTED_CHECKSUM=`sha256sum $LIBVA_TARBALL | cut -d ' ' -f 1`
-    if [ $LIBVA_TARBALL_CHECKSUM != $COMPUTED_CHECKSUM ] ; then
-        echo "Checksum verification failed. Checksum was $COMPUTED_CHECKSUM
-    Expected checksum $LIBVA_TARBALL_CHECKSUM."
-        exit 1
-    else
-        echo "Checksum verified. Checksum is $COMPUTED_CHECKSUM."
-    fi
-
     # Extract tarball and run 'autoreconf -vif'
     echo "Extracting tarball and running 'autoreconf -vif'"
     tar -zxf $LIBVA_TARBALL

-- 
libva packaging



More information about the pkg-multimedia-commits mailing list