Andreas Tille pushed to branch master at Debian Med / gbrowse
Commits: 13f6c42b by Andreas Tille at 2019-12-17T09:02:13Z Drop unused debian/get-orig-source - - - - - 2e4ac90d by Andreas Tille at 2019-12-17T09:02:40Z Add debian/tests/pkg-perl/smoke-files - - - - - 0e9ef8af by Andreas Tille at 2019-12-17T09:05:53Z Upload to unstable - - - - - 3 changed files: - debian/changelog - − debian/get-orig-source - + debian/tests/pkg-perl/smoke-files Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,12 @@ +gbrowse (2.56+dfsg-6) unstable; urgency=medium + + * Drop unused debian/get-orig-source + * Add debian/tests/pkg-perl/smoke-files (thanks for the hint to + gregor herrmann <[email protected]>) + Closes: #946718 + + -- Andreas Tille <[email protected]> Tue, 17 Dec 2019 10:03:23 +0100 + gbrowse (2.56+dfsg-5) unstable; urgency=medium * debhelper-compat 12 ===================================== debian/get-orig-source deleted ===================================== @@ -1,32 +0,0 @@ -#!/bin/bash -echo "Please use uscan with Files-Excluded for the next upstream version" -exit - -set -e - -PKG=`dpkg-parsechangelog | awk '/^Source/ { print $2 }'` -VERSION=`uscan --rename --verbose --force-download | - grep "Newest version on remote site is .* local version is .*" | - head -n 1 | - sed "s/Newest version on remote site is \([a-z0-9.]\+\),.*/\1/"` - -mkdir -p ../tarballs -cd ../tarballs - -UTAR="${PKG}_${VERSION}.orig.tar.gz" -mv ../${UTAR} . -tar -xzf ${UTAR} - -mv GBrowse-${VERSION} $PKG-${VERSION}+dfsg.orig # .orig is requested by Developers Reference 3.4.4 §6.7.8.2 - -cd $PKG-${VERSION}+dfsg.orig -rm -rf contrib -# Fix upstream bug 3321801 -chmod 644 t/testdata/conf/languages/POSIX.pm -sed -i '/^contrib\//d' MANIFEST -cd .. - -rm $UTAR - -BZIP2="--best" tar -cjf ${PKG}_${VERSION}+dfsg.orig.tar.bz2 ${PKG}-${VERSION}+dfsg.orig -rm -rf ${PKG}-${VERSION}+dfsg.orig ===================================== debian/tests/pkg-perl/smoke-files ===================================== @@ -0,0 +1,2 @@ +t/ +sample_data/ View it on GitLab: https://salsa.debian.org/med-team/gbrowse/compare/487634e4da9943910a44175f6b835bde291627fd...0e9ef8af6573c63ca41419b6e5a5e62306f24c11 -- View it on GitLab: https://salsa.debian.org/med-team/gbrowse/compare/487634e4da9943910a44175f6b835bde291627fd...0e9ef8af6573c63ca41419b6e5a5e62306f24c11 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
