diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2018-07-10 10:44:36 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2018-07-10 10:44:36 +0200 |
commit | 720915d1cd70cd2a5503d5698c17cce3ea73fcec (patch) | |
tree | 478dfa6c7d84439f4442bfff577906bfa3aad54d /debian | |
parent | 6925013f5dec15d98f842a29f98bfb3b1790f518 (diff) |
Remove debian/libpsocksxx-doc.docs to remove twin install of README.md
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 4 | ||||
-rw-r--r-- | debian/libpsocksxx-doc.docs | 1 | ||||
-rwxr-xr-x | debian/rules | 5 |
3 files changed, 8 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index d4a8f93..5debd9b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -15,7 +15,9 @@ psocksxx (1.1.1-1) UNRELEASED; urgency=medium - Add year 2018 for packaging. * debian/rules: - Remove now default --with autoreconf. - - Replace parsing the output of dpkg-parsechangelog with $(DEB_VERSION_UPSTREAM). + - Replace parsing the output of dpkg-parsechangelog with + $(DEB_VERSION_UPSTREAM). + * Remove debian/libpsocksxx-doc.docs to remove twin install of README.md. -- Jörg Frings-Fürst <debian@jff.email> Thu, 28 Jun 2018 06:55:17 +0200 diff --git a/debian/libpsocksxx-doc.docs b/debian/libpsocksxx-doc.docs deleted file mode 100644 index b43bf86..0000000 --- a/debian/libpsocksxx-doc.docs +++ /dev/null @@ -1 +0,0 @@ -README.md 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 $@ |