* Cyril Brulebois | 2010-07-02 12:50:35 [+0200]:

>Hi Sebastian,
Hi Cyril,

>> Severity: normal
>
>That'd be wishlist, but oh well.
Okay.

>
>> Since Debian Policy 3.9.0.0 architecture wild cards are defined for
>> Build-Depends(?:-Indep): [0] and Architecture: [1]. You are
>> encouraged to start using them.
>
>Which has been out for a few days only, I guess you could let some
>time for everyone to react?
Am I pushy? It is actually up to you when you close the bug. It is just a
reminder. Some people like to close bugs :)

>Also, I presume you've been filing bugs for a bunch of packages (I
>kinda know how many times such things appear in BD/D fields???), which I
>guess would qualify as a MBF. Please check what the developer's
>reference says about that for next rounds.
I learned about this after filling this bugs. Next time.

>I should mention filing bugs with patches is the most effective method
>of getting a job done.

Yes. I attached one. I switched libhal-dev to !hurd-i386 instead of
linux-any. It looks like libhal-dev is available on kfreebsd-*. I did a
test build on kfreebsd-amd64 and it seems to work. The build log is at
[0] if you want to take a look.

>Mraw,
>KiBi.
[0] http://download.breakpoint.cc/libgphoto2-2.4.6-buildlog.txt

Sebastian
>From f40d9e75658a899971d89d78b0b4e1e518adeef6 Mon Sep 17 00:00:00 2001
From: Sebastian Andrzej Siewior <[email protected]>
Date: Wed, 28 Jul 2010 23:03:43 +0200
Subject: [PATCH] libgphoto2 switch away from typehandling deps

Signed-off-by: Sebastian Andrzej Siewior <[email protected]>
---
 debian/control |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 6256992..9837fde 100644
--- a/debian/control
+++ b/debian/control
@@ -10,11 +10,11 @@ Build-Depends: debhelper (>> 5.0.0),
                libltdl3-dev,
                zlib1g-dev,
                libusb-dev (>= 1:0.1.5) [!hurd-i386],
-               libgpmg1-dev | not+linux-gnu,
+               libgpmg1-dev [linux-any],
                pkg-config,
                libexif-dev (>= 0.5.9),
                libjpeg62-dev,
-               libhal-dev (>= 0.5.0) | not+linux-gnu,
+               libhal-dev (>= 0.5.0) [!hurd-i386],
                doxygen,
                graphviz,
                libdbus-1-dev
-- 
1.7.1

Reply via email to