From e9179515eb1e70495a34b70de6d00cc625bcbdd9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Tue, 10 Jul 2018 10:04:56 +0200 Subject: Remove now default dh-autoreconf --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index b8258ef..0d3b37d 100755 --- a/debian/rules +++ b/debian/rules @@ -17,7 +17,7 @@ export CPPFLAGS:=$(shell dpkg-buildflags --get CPPFLAGS) -Wall UPSTREAM_VERSION=$(shell dpkg-parsechangelog | sed -n '/\(Version:\)/{s/^Version:[[:space:]]\+\([0-9]\+:\)\?\(.*\)/\2/p}' | rev | cut -d- -f 2- | rev) %: - dh $@ --with autoreconf + dh $@ override_dh_auto_build-indep: dh_auto_build -- cgit v1.2.3 From 6925013f5dec15d98f842a29f98bfb3b1790f518 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Tue, 10 Jul 2018 10:19:50 +0200 Subject: Replace parsing the output of dpkg-parsechangelog with --- debian/rules | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index 0d3b37d..1a61a09 100755 --- a/debian/rules +++ b/debian/rules @@ -14,8 +14,6 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all # export CPPFLAGS:=$(shell dpkg-buildflags --get CPPFLAGS) -Wall -UPSTREAM_VERSION=$(shell dpkg-parsechangelog | sed -n '/\(Version:\)/{s/^Version:[[:space:]]\+\([0-9]\+:\)\?\(.*\)/\2/p}' | rev | cut -d- -f 2- | rev) - %: dh $@ @@ -29,4 +27,4 @@ override_dh_installdocs-indep: override_dh_makeshlibs: dh_makeshlibs - dpkg-gensymbols -v$(UPSTREAM_VERSION) -plibpsocksxx0 + dpkg-gensymbols -v$(DEB_VERSION_UPSTREAM) -plibpsocksxx0 -- cgit v1.2.3 From 720915d1cd70cd2a5503d5698c17cce3ea73fcec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Tue, 10 Jul 2018 10:44:36 +0200 Subject: Remove debian/libpsocksxx-doc.docs to remove twin install of README.md --- debian/rules | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index 1a61a09..d42cda7 100755 --- a/debian/rules +++ b/debian/rules @@ -14,6 +14,11 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all # export CPPFLAGS:=$(shell dpkg-buildflags --get CPPFLAGS) -Wall +# +# for use $(DEB_ ... +# +include /usr/share/dpkg/default.mk + %: dh $@ -- cgit v1.2.3