[SCM] gsequencer/master: drop duplicate definition of DEB_SOURCE_PACKAGE

umlaeute at users.alioth.debian.org umlaeute at users.alioth.debian.org
Tue Aug 22 20:41:17 UTC 2017


The following commit has been merged in the master branch:
commit ada1441ffc7752f7e93f0fcea10a039931d40e4d
Author: IOhannes m zmölnig <zmoelnig at umlautQ.umlaeute.mur.at>
Date:   Tue Aug 22 21:30:53 2017 +0200

    drop duplicate definition of DEB_SOURCE_PACKAGE

diff --git a/debian/rules b/debian/rules
index fa9ef11..6f6a77b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -30,7 +30,6 @@ DEB_NOEPOCH_VERSION := $(shell echo $(DEB_VERSION) | cut -d: -f2-)
 
 # Gets only the upstream version of the package
 DEB_UPSTREAM_VERSION := $(shell echo $(DEB_NOEPOCH_VERSION) | sed 's/-[^-]*$$//')
-DEB_SOURCE_PACKAGE := $(strip $(shell egrep '^Source: ' debian/control | cut -f 2 -d ':'))
 DEB_UPSTREAM_MINOR_VERSION := $(shell echo $(DEB_UPSTREAM_VERSION) | sed -r 's/([0-9]+).([0-9]+).([0-9]+)/\1.\2.x/')
 
 # Sets build tarball-dir if not provided by command line

-- 
gsequencer packaging



More information about the pkg-multimedia-commits mailing list