All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stefan Seyfried <seife@suse.de>
To: BlueZ development <linux-bluetooth@vger.kernel.org>
Subject: compat/Makefile.am manpages fix / pand/dund question
Date: Mon, 10 Nov 2008 10:20:09 +0100	[thread overview]
Message-ID: <20081110092009.GD11057@suse.de> (raw)

Hi,

pand.1 and dund.1 are always installed. Fix below.

Then some kind of packaging question:
I got users that request pand and dund. I am under the impression
that this should be handled by the networking service, however was
unable to find anything understandable on the WIKI where I can point
them to.

Am I still "allowed" to package pand and dund, e.g. in a "bluez-compat"
package? I guess that I should not package hidd, no matter how much
users would like it, though ;-)

Thanks,

	Stefan

diff --git a/compat/Makefile.am b/compat/Makefile.am
index f3422fc..58254ad 100644
--- a/compat/Makefile.am
+++ b/compat/Makefile.am
@@ -20,11 +20,11 @@ bin_PROGRAMS += pand
 pand_SOURCES = pand.c pand.h bnep.c sdp.h sdp.c
 
 pand_LDADD = $(top_builddir)/common/libhelper.a @BLUEZ_LIBS@
-endif
 
 if MANPAGES
 man_MANS += pand.1
 endif
+endif
 
 if DUND
 bin_PROGRAMS += dund
@@ -32,11 +32,11 @@ bin_PROGRAMS += dund
 dund_SOURCES = dund.c dund.h lib.h sdp.h sdp.c dun.c msdun.c
 
 dund_LDADD = $(top_builddir)/common/libhelper.a @BLUEZ_LIBS@
-endif
 
 if MANPAGES
 man_MANS += dund.1
 endif
+endif
 
 AM_CFLAGS = @BLUEZ_CFLAGS@
 

-- 
Stefan Seyfried
R&D Team Mobile Devices            |              "Any ideas, John?"
SUSE LINUX Products GmbH, Nürnberg | "Well, surrounding them's out." 

This footer brought to you by insane German lawmakers:
SUSE Linux Products GmbH, GF: Markus Rex, HRB 16746 (AG Nürnberg)

             reply	other threads:[~2008-11-10  9:20 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-11-10  9:20 Stefan Seyfried [this message]
2008-11-24  2:58 ` compat/Makefile.am manpages fix / pand/dund question Marcel Holtmann
2008-11-24 11:00   ` Stefan Seyfried

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20081110092009.GD11057@suse.de \
    --to=seife@suse.de \
    --cc=linux-bluetooth@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.