[Pkg-jed-commit] [SCM] slang-slirp branch, master, updated. bf938c5b6f753c0e31010ed919882b35fb3f5260

Jörg Sommer joerg at alea.gnuu.de
Sat Feb 27 10:51:29 UTC 2010


The following commit has been merged in the master branch:
commit 3e1071f4a1e13ac710d5a3aa301737685166349e
Author: Jörg Sommer <joerg at alea.gnuu.de>
Date:   Tue Feb 23 22:06:19 2010 +0100

    Configure /usr/share/doc/slang-slirp as docdir
    
    Something already renames the directory /u/s/d/slirp to slang-slirp (I
    guess a dh_ script), but it's cleaner to instruct configure it should use
    the correct directory from the beginning.

diff --git a/debian/rules b/debian/rules
index 5332b97..17090da 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,8 @@
 include /usr/share/cdbs/1/class/autotools.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
 
-DEB_CONFIGURE_EXTRA_FLAGS := --enable-warnings
+DEB_CONFIGURE_EXTRA_FLAGS := --enable-warnings \
+  --docdir="\$${prefix}/doc/slang-slirp"
 DEB_CONFIGURE_SCRIPT_ENV += CFLAGS="-fPIC -g -Wall -O2" FCFLAGS="-fPIC -g -O2"
 
 DEB_MAKE_BUILD_TARGET := all installable_slirpsh RPATH= SO_DEP_LIBS=-lc

-- 
slang-slirp



More information about the Pkg-jed-commit mailing list