Bas Couwenberg pushed to branch master at Debian GIS Project / libkml
Commits: dbce3f37 by Bas Couwenberg at 2018-04-28T16:24:15+02:00 Drop obsolete get-orig-source target. - - - - - 3 changed files: - debian/changelog - − debian/get-orig-source - debian/rules Changes: ===================================== debian/changelog ===================================== --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ libkml (1.3.0-6) UNRELEASED; urgency=medium * Fix deprecated source override location. * Update Vcs-* URLs for Salsa. * Bump Standards-Version to 4.1.4, no changes. + * Drop obsolete get-orig-source target. -- Bas Couwenberg <[email protected]> Wed, 15 Nov 2017 21:59:22 +0100 ===================================== debian/get-orig-source deleted ===================================== --- a/debian/get-orig-source +++ /dev/null @@ -1,21 +0,0 @@ -#!/bin/bash -# Repack tarball because the IETF RFC license has non-free restrictions. - -REMOTE=upstream -BRANCH=${REMOTE}/master - -if [ $(git remote show ${REMOTE} | wc -l) -eq 0 ]; then - git remote add ${REMOTE} https://github.com/libkml/libkml.git -fi - -git fetch ${REMOTE} --no-tags - -PACKAGE=$(dpkg-parsechangelog | grep ^Source: | awk '{print $2}') - -COMMIT=$(git log -n1 --format=format:%h ${BRANCH}) -DATE=$(date +%Y%m%d --date="@$(git log -n1 --format=format:%ct ${BRANCH})") - -VERSION="1.3.0+git${DATE}-${COMMIT}" - -git archive --format=tar.gz --prefix=${PACKAGE}-${VERSION}/ -o ../${PACKAGE}_${VERSION}.orig.tar.gz ${BRANCH} - ===================================== debian/rules ===================================== --- a/debian/rules +++ b/debian/rules @@ -40,6 +40,3 @@ override_dh_makeshlibs: override_dh_python2: dh_python2 -ppython-kml -get-orig-source: - uscan --verbose --force-download - View it on GitLab: https://salsa.debian.org/debian-gis-team/libkml/commit/dbce3f3723753749e61509f632b4f3d6db4cb79a --- View it on GitLab: https://salsa.debian.org/debian-gis-team/libkml/commit/dbce3f3723753749e61509f632b4f3d6db4cb79a You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ Pkg-grass-devel mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel
