[Pkg-bitcoin-commits] [bfgminer] 02/05: rules: minor clean-up & correction

Dmitry Smirnov onlyjob at moszumanska.debian.org
Sat May 7 09:55:03 UTC 2016


This is an automated email from the git hooks/post-receive script.

onlyjob pushed a commit to branch master
in repository bfgminer.

commit 888aa5b
Author: Dmitry Smirnov <onlyjob at member.fsf.org>
Date:   Sat May 7 08:15:40 2016

    rules: minor clean-up & correction
---
 debian/rules | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/debian/rules b/debian/rules
index c0335d9..c9e913c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -41,11 +41,8 @@ bfgminer.1:
 override_dh_installchangelogs:
 	dh_installchangelogs NEWS
 
-override_dh_builddeb:
-	dh_builddeb -- -Zxz
-
 DPATH := $(abspath $(dir $(MAKEFILE_LIST)))
-VER ?= $(shell dpkg-parsechangelog -l$(DPATH)/changelog | perl -ne 'print $$1 if m{Version:\s*([\d\.]+)}')
+VER ?= $(shell dpkg-parsechangelog -l$(DPATH)/changelog | perl -ne 'print $$1 if m{^Version:\s*([\d\.]+)}')
 .PHONY: get-orig-source
 get-orig-source:
 	@echo "# Downloading..."

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-bitcoin/bfgminer.git



More information about the Pkg-bitcoin-commits mailing list