From e568e8ecacb8509ae8fae067d05ad1e1fb78ec96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 11 Sep 2016 19:11:38 +0200 Subject: New upstream version 0.0+git20160911~9bf299c --- debian/rules | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100755 debian/rules (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules deleted file mode 100755 index 0902082..0000000 --- a/debian/rules +++ /dev/null @@ -1,18 +0,0 @@ -#!/usr/bin/make -f - -# 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} - wget https://github.com/ben-strasser/fast-cpp-csv-parser/blob/master/csv.h -O csv.h - tar -cJf ../$(PKG)_$(VER).orig.tar.xz *.h -- cgit v1.2.3