Bug#493359: brasero: FTBFS on GNU/kFreeBSD (needs packaging changes only)

2008-08-04 Thread Loïc Minier
On Mon, Aug 04, 2008, Petr Salinger wrote:
 No, libcam-dev is GNU/kFreeBSD specific package,
 it comes from freebsd-libs source package:

 Description: FreeBSD CAM (Common Access Method) library
  The CAM (Common Access Method) library provides a way for userland
  SCSI applications to construct a SCSI command.

 Thanks for confirmation.

-- 
Loïc Minier



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#493359: brasero: FTBFS on GNU/kFreeBSD (needs packaging changes only)

2008-08-03 Thread Loïc Minier
On Sat, Aug 02, 2008, Petr Salinger wrote:
 +ifeq ($(DEB_BUILD_ARCH_OS), linux)
  DEB_CONFIGURE_EXTRA_FLAGS += \
   --disable-libburnia
 -
 +else
 +DEB_CONFIGURE_EXTRA_FLAGS += \
 + --disable-libburnia --disable-inotify
 +endif

 Changed to:
+ifneq ($(DEB_BUILD_ARCH_OS), linux)
+DEB_CONFIGURE_EXTRA_FLAGS += --disable-inotify
+endif
+

 Could you clarify whether libcam-dev is useful on hurd?  I might list
 it in control as well in this case.

   Thanks,
-- 
Loïc Minier



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#493359: brasero: FTBFS on GNU/kFreeBSD (needs packaging changes only)

2008-08-03 Thread Petr Salinger

Could you clarify whether libcam-dev is useful on hurd?  I might list
it in control as well in this case.


No, libcam-dev is GNU/kFreeBSD specific package,
it comes from freebsd-libs source package:

Description: FreeBSD CAM (Common Access Method) library
 The CAM (Common Access Method) library provides a way for userland
 SCSI applications to construct a SCSI command.


Petr



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#493359: brasero: FTBFS on GNU/kFreeBSD (needs packaging changes only)

2008-08-02 Thread Petr Salinger

Package: brasero
Severity: important
Version: 0.8.0-1
Tags: patch
User: [EMAIL PROTECTED]
Usertags: kfreebsd


Hi,

the current version fails to build on GNU/kFreeBSD.

It needs to build depend on libcam-dev on GNU/kFreeBSD
and pass --disable-inotify to configure on them.

Please find attached patch with that.

Thanks in advance

Petrdiff -u brasero-0.8.0/debian/control brasero-0.8.0/debian/control
--- brasero-0.8.0/debian/control
+++ brasero-0.8.0/debian/control
@@ -23,6 +23,7 @@
libbeagle-dev (= 0.3.0),
gnome-doc-utils (= 0.3.2),
scrollkeeper,
+   libcam-dev [kfreebsd-i386 kfreebsd-amd64],
libc0.1-dev (= 2.5) | libc0.3-dev (= 2.5) | libc6-dev (= 
2.5) | libc6.1-dev (= 2.5)
 Uploaders: Debian GNOME Maintainers [EMAIL PROTECTED], Loic Minier [EMAIL 
PROTECTED], Sebastian DrĂśge [EMAIL PROTECTED]
 Standards-Version: 3.8.0
diff -u brasero-0.8.0/debian/rules brasero-0.8.0/debian/rules
--- brasero-0.8.0/debian/rules
+++ brasero-0.8.0/debian/rules
@@ -12,3 +12,7 @@
+ifeq ($(DEB_BUILD_ARCH_OS), linux)
 DEB_CONFIGURE_EXTRA_FLAGS += \
--disable-libburnia
-
+else
+DEB_CONFIGURE_EXTRA_FLAGS += \
+   --disable-libburnia --disable-inotify
+endif
diff -u brasero-0.8.0/debian/control.in brasero-0.8.0/debian/control.in
--- brasero-0.8.0/debian/control.in
+++ brasero-0.8.0/debian/control.in
@@ -23,6 +23,7 @@
libbeagle-dev (= 0.3.0),
gnome-doc-utils (= 0.3.2),
scrollkeeper,
+   libcam-dev [kfreebsd-i386 kfreebsd-amd64],
libc0.1-dev (= 2.5) | libc0.3-dev (= 2.5) | libc6-dev (= 
2.5) | libc6.1-dev (= 2.5)
 Uploaders: @GNOME_TEAM@
 Standards-Version: 3.8.0