[libsmpp34] 01/01: Fix issue with "binary"-directory present in the source

Ruben Undheim rubund-guest at moszumanska.debian.org
Fri Feb 5 13:39:04 UTC 2016


This is an automated email from the git hooks/post-receive script.

rubund-guest pushed a commit to branch master
in repository libsmpp34.

commit bebe5018a3125a663d6dbd1a256caf95e8816fb8
Author: Ruben Undheim <ruben.undheim at gmail.com>
Date:   Fri Feb 5 14:04:12 2016 +0100

    Fix issue with "binary"-directory present in the source
---
 debian/libsmpp34-0.docs      | 1 -
 debian/libsmpp34-dev.install | 1 -
 debian/rules                 | 6 ++++++
 3 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/debian/libsmpp34-0.docs b/debian/libsmpp34-0.docs
index b43bf86..e69de29 100644
--- a/debian/libsmpp34-0.docs
+++ b/debian/libsmpp34-0.docs
@@ -1 +0,0 @@
-README.md
diff --git a/debian/libsmpp34-dev.install b/debian/libsmpp34-dev.install
index 7df81cd..f3800aa 100644
--- a/debian/libsmpp34-dev.install
+++ b/debian/libsmpp34-dev.install
@@ -1,3 +1,2 @@
 usr/include/*
 usr/lib/*/lib*.so
-usr/lib/*/pkgconfig/*
diff --git a/debian/rules b/debian/rules
index efc0081..99f9c88 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,6 +14,12 @@ VER ?= $(shell dpkg-parsechangelog -l$(PKD)/changelog | perl -ne 'print $$1 if m
 %:
 	dh $@
 
+## Note! Workaround for the binary-dir present in the source dir -->
+.PHONY: binary
+binary:
+	dh $@
+## <--
+
 override_dh_strip:
 	dh_strip -plibsmpp34-0 --keep-debug --dbg-package=libsmpp34-dbg
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/libsmpp34.git



More information about the debian-science-commits mailing list