From dffef5d8c6c859613cdd75e0b61203ee2e1bb421 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 8 Jul 2018 16:48:09 +0200 Subject: Declare compliance with Debian Policy 4.1.5 --- debian/rules | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index 8ff4ad0..5fa6f8b 100755 --- a/debian/rules +++ b/debian/rules @@ -3,18 +3,7 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 -PKD = $(abspath $(dir $(MAKEFILE_LIST))) -PKG = $(word 2,$(shell dpkg-parsechangelog -l$(PKD)/changelog | grep ^Source)) -VER = $(shell dpkg-parsechangelog -l$(PKD)/changelog -SVersion | cut -d- -f1) - %: dh $@ override_dh_auto_build: - -get-orig-source: $(info I: $(PKG)_$(VER)) - cd ${CURDIR} - git clone https://github.com/ben-strasser/fast-cpp-csv-parser.git ../$(PKG)_$(VER) - $(RM) -r ../$(PKG)_$(VER)/.git - tar -cJf ../$(PKG)_$(VER).orig.tar.xz ../$(PKG)_$(VER) - $(RM) -r ../$(PKG)_$(VER) -- cgit v1.2.3