From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=37400 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PzUZ5-0001aS-DJ for qemu-devel@nongnu.org; Tue, 15 Mar 2011 09:45:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PzUZ4-0004oN-AL for qemu-devel@nongnu.org; Tue, 15 Mar 2011 09:45:35 -0400 Received: from mail-iw0-f173.google.com ([209.85.214.173]:45619) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PzUZ4-0004oH-7Y for qemu-devel@nongnu.org; Tue, 15 Mar 2011 09:45:34 -0400 Received: by iwl42 with SMTP id 42so660183iwl.4 for ; Tue, 15 Mar 2011 06:45:33 -0700 (PDT) Message-ID: <4D7F6D79.9090707@codemonkey.ws> Date: Tue, 15 Mar 2011 08:45:29 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 4/7] libcacard: initial commit References: <1298460024-23591-1-git-send-email-alevy@redhat.com> <1298460024-23591-5-git-send-email-alevy@redhat.com> <4D7E3236.8050507@redhat.com> <20110314164010.GL31372@playa.tlv.redhat.com> <4D7F5ED0.70401@redhat.com> <20110315131409.GW31372@playa.tlv.redhat.com> In-Reply-To: <20110315131409.GW31372@playa.tlv.redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jes Sorensen , qemu-devel@nongnu.org On 03/15/2011 08:14 AM, Alon Levy wrote: > >> Alternatively the external apps that build against it should be taught >> to link with the QEMU version. >> > That would require me to teach qemu's configure to build libcacard, possibly > only libcacard (even though qemu doesn't need a lot of packages by itself, > I still wouldn't want apt-get install spice-client to drag in qemu-kvm). Any reasonable packaging system can generate multiple binary packages from a source source package without the binary packages being implicit dependent on each other. Regards, Anthony Liguori >> Cheers, >> Jes