[saga] 03/04: Drop unused UPSTREAM_{URL,VERSION} variables.
Bas Couwenberg
sebastic at debian.org
Fri Jun 30 22:09:54 UTC 2017
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch master
in repository saga.
commit 7f921b2575f475cf265fe4e98998243c7b458679
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Fri Jun 30 23:30:53 2017 +0200
Drop unused UPSTREAM_{URL,VERSION} variables.
---
debian/changelog | 1 +
debian/rules | 4 +---
2 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 0b7daea..ba24e7a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ saga (2.3.1+dfsg-4) UNRELEASED; urgency=medium
* Add dh-python to build dependencies.
* Bump Standards-Version to 4.0.0, no changes.
* Add autopkgtest to test installability.
+ * Drop unused UPSTREAM_{URL,VERSION} variables.
-- Bas Couwenberg <sebastic at debian.org> Sat, 21 Jan 2017 15:45:06 +0100
diff --git a/debian/rules b/debian/rules
index c321271..b43d31d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,9 +5,7 @@ export DEB_BUILD_MAINT_OPTIONS=hardening=+all
CFLAGS += $(CPPFLAGS)
-VERSION := $(shell grep '^AC_INIT' configure.ac | sed 's/AC_INIT(saga, \([0-9|\.]*\)\,.*)/\1/g')
-UPSTREAM_URL ?= $(shell uscan --dehs | sed -n 's/.*<upstream-url>\(.*\)<\/upstream-url>.*/\1/p')
-UPSTREAM_VERSION ?= $(shell uscan --dehs | sed -n 's/.*<upstream-version>\(.*\)<\/upstream-version>.*/\1/p')
+VERSION := $(shell grep '^AC_INIT' configure.ac | sed 's/AC_INIT(saga, \([0-9|\.]*\)\,.*)/\1/g')
TEMPLATES = $(wildcard debian/*.in)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/saga.git
More information about the Pkg-grass-devel
mailing list