From 43dc47b30be1d0d8ae24b883f8dbba8e48058a36 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ond=C5=99ej=20Nov=C3=BD?= <onovy@debian.org>
Date: Tue, 9 Aug 2016 15:39:55 +0200
Subject: [PATCH] Removed VER from d/rules - it's not used

---
 debian/rules | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index f880028..650a51c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,8 +1,7 @@
 #!/usr/bin/make -f
 
-VER ?= $(shell dpkg-parsechangelog -SVersion)
-
 export PYBUILD_NAME=click-log
+
 %:
 	dh $@ --with python2,python3 --buildsystem=pybuild
 
-- 
GitLab