Your message dated Fri, 19 May 2006 20:47:09 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#353170: fixed in gnome-applets 2.14.1-1
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: gnome-applets
Severity: important
Tags: patch

Fails to build on GNU/kFreeBSD due to missing libhal-dev (Linux-specific).

Also, one of the packages is not installable due to dependency on
gstreamer0.8-alsa.  My patch fixes it to depend on -oss for all non-Linux
(except GNU/Hurd).

Patch attached.

-- System Information:
Debian Release: testing/unstable
Architecture: kfreebsd-i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: GNU/kFreeBSD 5.4-1-686
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ANSI_X3.4-1968) (ignored: LC_ALL 
set to C)
diff -ur gnome-applets-2.12.3.old/debian/control.in 
gnome-applets-2.12.3/debian/control.in
--- gnome-applets-2.12.3.old/debian/control.in  2006-02-16 10:54:52.000000000 
+0100
+++ gnome-applets-2.12.3/debian/control.in      2006-02-16 16:31:09.000000000 
+0100
@@ -4,7 +4,7 @@
 Maintainer: Guilherme de S. Pastore <[EMAIL PROTECTED]>
 Uploaders: @GNOME_TEAM@
 Standards-Version: 3.6.2.1
-Build-Depends: cdbs, autotools-dev, debhelper (>= 5.0.13), patchutils, 
type-handling, libgtop2-dev (>= 2.11.92), intltool, libpanel-applet2-dev (>= 
2.10.1-1), liborbit2-dev (>= 1:2.12.1-1), scrollkeeper, libgail-dev (>= 
1.8.2-1), libwnck-dev (>= 2.10.0-1), libgconf2-dev (>= 2.10.0-1), libglade2-dev 
(>= 1:2.5.1-1), libapm-dev | not+linux-gnu, libgnomeui-dev (>= 2.10.0-1), 
libgnome-keyring-dev (>= 0.4.2-1) , libxklavier-dev (>= 1.14-1), 
gnome-pkg-tools, xsltproc, docbook-xsl, xlibs-static-dev, sharutils, 
libgstreamer-plugins0.8-dev (>= 0.8.8) [!hurd-i386], libgnomevfs2-dev (>= 
2.10.0-1), libgucharmap4-dev (>= 1:1.4.2-1), system-tools-backends-dev (>= 
1.1.3), xlibs-static-dev, libxkbfile-dev, libgnome-desktop-dev (>= 2.11.1), 
libhal-dev (>= 0.5.3), libdbus-glib-1-dev (>= 0.60), gnome-doc-utils (>= 0.3.2) 
+Build-Depends: cdbs, autotools-dev, debhelper (>= 5.0.13), patchutils, 
libgtop2-dev (>= 2.11.92), intltool, libpanel-applet2-dev (>= 2.10.1-1), 
liborbit2-dev (>= 1:2.12.1-1), scrollkeeper, libgail-dev (>= 1.8.2-1), 
libwnck-dev (>= 2.10.0-1), libgconf2-dev (>= 2.10.0-1), libglade2-dev (>= 
1:2.5.1-1), libapm-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386], 
libgnomeui-dev (>= 2.10.0-1), libgnome-keyring-dev (>= 0.4.2-1) , 
libxklavier-dev (>= 1.14-1), gnome-pkg-tools, xsltproc, docbook-xsl, 
xlibs-static-dev, sharutils, libgstreamer-plugins0.8-dev (>= 0.8.8) 
[!hurd-i386], libgnomevfs2-dev (>= 2.10.0-1), libgucharmap4-dev (>= 1:1.4.2-1), 
system-tools-backends-dev (>= 1.1.3), xlibs-static-dev, libxkbfile-dev, 
libgnome-desktop-dev (>= 2.11.1), libhal-dev (>= 0.5.3) [!kfreebsd-i386 
!kfreebsd-amd64 !hurd-i386], libdbus-glib-1-dev (>= 0.60), gnome-doc-utils (>= 
0.3.2), libxres-dev
 
 Package: gnome-applets-data
 Architecture: all
diff -ur gnome-applets-2.12.3.old/debian/rules gnome-applets-2.12.3/debian/rules
--- gnome-applets-2.12.3.old/debian/rules       2006-02-16 10:54:51.000000000 
+0100
+++ gnome-applets-2.12.3/debian/rules   2006-02-16 11:27:45.000000000 +0100
@@ -26,6 +26,11 @@
 
 MANPAGES += debian/gnome-keyboard-layout.1 debian/gswitchit-plugins-capplet.1
 
+ifeq ($(DEB_HOST_GNU_SYSTEM),linux-gnu)
+sound=alsa
+else
+sound=oss
+endif
 
 build/gnome-applets:: $(MANPAGES)
 
@@ -49,7 +54,7 @@
 ifeq ($(DEB_BUILD_GNU_SYSTEM),gnu)
        sed -i "s/, @gstreamer@//" debian/control
 else
-       sed -i "s/@gstreamer@/gstreamer0.8-alsa | gstreamer0.8-audiosink/" 
debian/control
+       sed -i "s/@gstreamer@/gstreamer0.8-$(sound) | gstreamer0.8-audiosink/" 
debian/control
 endif
        case $$(dpkg-architecture -qDEB_BUILD_ARCH) in \
                i386|ia64|amd64)        sed -i "s/@acpid@/acpid, /" 
debian/control ;; \

--- End Message ---
--- Begin Message ---
Source: gnome-applets
Source-Version: 2.14.1-1

We believe that the bug you reported is fixed in the latest version of
gnome-applets, which is due to be installed in the Debian FTP archive:

gnome-applets-data_2.14.1-1_all.deb
  to pool/main/g/gnome-applets/gnome-applets-data_2.14.1-1_all.deb
gnome-applets-dbg_2.14.1-1_i386.deb
  to pool/main/g/gnome-applets/gnome-applets-dbg_2.14.1-1_i386.deb
gnome-applets-dev_2.14.1-1_i386.deb
  to pool/main/g/gnome-applets/gnome-applets-dev_2.14.1-1_i386.deb
gnome-applets_2.14.1-1.diff.gz
  to pool/main/g/gnome-applets/gnome-applets_2.14.1-1.diff.gz
gnome-applets_2.14.1-1.dsc
  to pool/main/g/gnome-applets/gnome-applets_2.14.1-1.dsc
gnome-applets_2.14.1-1_i386.deb
  to pool/main/g/gnome-applets/gnome-applets_2.14.1-1_i386.deb
gnome-applets_2.14.1.orig.tar.gz
  to pool/main/g/gnome-applets/gnome-applets_2.14.1.orig.tar.gz



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Josselin Mouette <[EMAIL PROTECTED]> (supplier of updated gnome-applets package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Fri, 19 May 2006 18:45:10 +0200
Source: gnome-applets
Binary: gnome-applets-data gnome-applets-dbg gnome-applets gnome-applets-dev
Architecture: source i386 all
Version: 2.14.1-1
Distribution: unstable
Urgency: low
Maintainer: Guilherme de S. Pastore <[EMAIL PROTECTED]>
Changed-By: Josselin Mouette <[EMAIL PROTECTED]>
Description: 
 gnome-applets - Various applets for GNOME 2 panel - binary files
 gnome-applets-data - Various applets for GNOME 2 panel - data files
 gnome-applets-dbg - Various applets for GNOME 2 panel - binary files with 
debugging s
 gnome-applets-dev - Various applets for GNOME 2 panel - development files
Closes: 353170
Changes: 
 gnome-applets (2.14.1-1) unstable; urgency=low
 .
   [ Loic Minier ]
   * Fix GNU/kFreeBSD build-deps (libhal-dev) and dependencies
     (gstreamer0.8-alsa versus -oss), thanks Robert Millan. (Closes: #353170)
     [debian/control, debian/control.in, debian/rules]
 .
   [ Josselin Mouette ]
   * Make the package binNMU-safe.
     + Build-depend on dpkg-dev 1.13.19.
     + Use ${source:Version} and ${binary:Version}.
   * New upstream release.
   * Update build-dependencies.
   * Use debhelper mode 5.
   * Switch to gstreamer 0.10.
   * Use type-handling for build-dependencies.
   * Remove unnecessary hacks for generating dependencies.
   * gnome-applets-data.{install,postinst}: remove the horrible defaults
     added to the system default source.
   * 08_gweather_locations.patch: updated.
   * 09_gweather_translation.patch,stickynotes-utf-8-date-title.patch,
     10_kfreebsd.patch: removed, integrated upstream.
   * Enable gstreamer for hurd-i386 but don't depend on an audiosink as
     there isn't one available.
   * Cleanup *.install.
   * gnome-applets{,-data}.install: ship libgweather.
   * Add a shlibs statement about libgweather.
Files: 
 15e954052b7819667d014acaec236fc1 2379 gnome optional gnome-applets_2.14.1-1.dsc
 8ce583e5546d51f805f3549792194abe 9536041 gnome optional 
gnome-applets_2.14.1.orig.tar.gz
 68b90d0df3ceae832791fa1b7b820a60 21081 gnome optional 
gnome-applets_2.14.1-1.diff.gz
 5f4f66775f30f3f288a8868715610085 7921264 gnome optional 
gnome-applets-data_2.14.1-1_all.deb
 ca8c1dff1a9952090f088048044f5451 403886 gnome optional 
gnome-applets_2.14.1-1_i386.deb
 61b8b42335b68b2ee5b7263571f0f0ec 807850 gnome extra 
gnome-applets-dbg_2.14.1-1_i386.deb
 4ca28db90b40f8b8fdc911140995de14 125216 gnome optional 
gnome-applets-dev_2.14.1-1_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.3 (GNU/Linux)

iD8DBQFEboODrSla4ddfhTMRAiQwAJ94v40TgCFDBOTRJlhOZh/wb3mRrgCfSpPO
75fNK8vOwnrWDtJGgyV4rYo=
=Gile
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to