summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2018-07-08 16:48:09 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2018-07-08 16:48:09 +0200
commitdffef5d8c6c859613cdd75e0b61203ee2e1bb421 (patch)
tree8b4fd0b6df83ef16c0d9c2174904c3b0694eff38
parentebd0605eb592248523bf22ef145d175a3bb5dfb0 (diff)
Declare compliance with Debian Policy 4.1.5
-rw-r--r--debian/changelog2
-rw-r--r--debian/control2
-rwxr-xr-xdebian/rules11
3 files changed, 3 insertions, 12 deletions
diff --git a/debian/changelog b/debian/changelog
index bfc58c0..68c243b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,8 @@ fast-cpp-csv-parser (0.0+git20160525~9bf299c-2) UNRELEASED; urgency=medium
- Remove trailing whitespaces.
* debian/rules:
- Remove trailing whitespaces.
+ * Declare compliance with Debian Policy 4.1.5:
+ - Remove get-orig-source from debian/rules.
-- Jörg Frings-Fürst <debian@jff.email> Thu, 17 Nov 2016 14:32:30 +0100
diff --git a/debian/control b/debian/control
index 9c7adad..52fbae2 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: libdevel
Priority: optional
Maintainer: Jörg Frings-Fürst <debian@jff.email>
Build-Depends: debhelper (>= 11)
-Standards-Version: 3.9.8
+Standards-Version: 4.1.5
Homepage: https://github.com/ben-strasser/fast-cpp-csv-parser
Vcs-Git: git://jff.email/opt/git/fast-cpp-csv-parser.git
Vcs-Browser: https://jff.email/cgit/fast-cpp-csv-parser.git/
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)