[Pkg-privacy-commits] [onioncircuits] 03/08: do not export UPSTREAM_VERSION
Sascha Steinbiss
satta at debian.org
Tue Jun 21 21:58:00 UTC 2016
This is an automated email from the git hooks/post-receive script.
satta pushed a commit to branch master
in repository onioncircuits.
commit 845c9f03af1d6e595553beb9b0b8568bf934b10d
Author: Sascha Steinbiss <sascha at steinbiss.name>
Date: Tue Jun 21 22:31:56 2016 +0100
do not export UPSTREAM_VERSION
---
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index f968acb..7de0525 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
#! /usr/bin/make -f
export PYBUILD_NAME=onioncircuits
-export UPSTREAM_VERSION=$(shell dpkg-parsechangelog -SVersion | cut -d- -f1)
+UPSTREAM_VERSION=$(shell dpkg-parsechangelog -SVersion | cut -d- -f1)
%:
dh $@ --with python3 --buildsystem=pybuild
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/onioncircuits.git
More information about the Pkg-privacy-commits
mailing list