[med-svn] [pbalign] 06/09: Indicate binary package name in d/rules

Afif Elghraoui afif-guest at moszumanska.debian.org
Sun Sep 6 09:03:19 UTC 2015


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

afif-guest pushed a commit to branch master
in repository pbalign.

commit 084043d814eb67ba39a1ed1c3722a1e613ff3f37
Author: Afif Elghraoui <afif at ghraoui.name>
Date:   Sun Sep 6 01:36:45 2015 -0700

    Indicate binary package name in d/rules
    
    It now differs from the source package name, so my help2man
    calls are looking in the wrong place for the scripts to test.
---
 debian/rules | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index 7ec24f0..253f061 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,8 +7,8 @@ include /usr/share/dpkg/default.mk
 
 export PYBUILD_NAME = pbalign
 
-BUILDDIR = $(CURDIR)/debian/$(DEB_SOURCE)
-BINDIR=$(CURDIR)/debian/$(DEB_SOURCE)/usr/bin
+BUILDDIR = $(CURDIR)/debian/python-pbalign
+BINDIR=$(BUILDDIR)/usr/bin
 HELP2MAN = help2man --no-info --version-string $(DEB_VERSION_UPSTREAM)
 MANDIR = $(BUILDDIR)/usr/share/man/man1
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/pbalign.git



More information about the debian-med-commit mailing list