Your message dated Sun, 16 Aug 2009 13:02:10 +0000
with message-id <[email protected]>
and subject line Bug#376735: fixed in wmclockmon 0.8.1-2
has caused the Debian Bug report #376735,
regarding wmclockmon: FTBFS on GNU/kFreeBSD
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
376735: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=376735
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: wmclockmon
Severity: normal
Tags: patch

Hi,

wmclockmon fails to build on kFreeBSD, mostly because the configure
script does not check the arch correctly.

The attached patch makes the following changes:
* update Standards version to 3.7.2
* add kfreebsd target to configure.ac script
* update config.{guess,sub}
* remove obsolete depends on xlibs-dev (this change was just to make
package lintian-clean, drop it if you consider it bad)

You also have to run autoconf to validate the changes on configure.ac)

Regards,
Pierre


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-1-vserver-686
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to fr_FR.UTF-8)
diff -ruN wmclockmon-0.8.1-orig/configure.ac wmclockmon-0.8.1/configure.ac
--- wmclockmon-0.8.1-orig/configure.ac  2005-06-15 15:55:27.000000000 +0200
+++ wmclockmon-0.8.1/configure.ac       2006-06-06 16:48:15.000000000 +0200
@@ -98,7 +98,7 @@
   ignore_buffers=yes
   ignore_cached=yes
   ;;
-freebsd*)
+[k]freebsd*)
   OS=freebsd
   ignore_wired=yes
   ignore_cached=yes
diff -ruN wmclockmon-0.8.1-orig/debian/control wmclockmon-0.8.1/debian/control
--- wmclockmon-0.8.1-orig/debian/control        2005-06-15 15:55:27.000000000 
+0200
+++ wmclockmon-0.8.1/debian/control     2006-06-06 15:43:03.000000000 +0200
@@ -2,8 +2,8 @@
 Section: x11
 Priority: optional
 Maintainer: Marc 'HE' Brockschmidt <[email protected]>
-Build-Depends: libglib1.2-dev, libgtk1.2-dev, libx11-dev | xlibs-dev (>> 
4.1.0), libxext-dev | xlibs-dev (>> 4.1.0), libxi-dev | xlibs-dev (>> 4.1.0), 
libxpm-dev | xlibs-dev (>> 4.1.0), libxt-dev | xlibs-dev (>> 4.1.0), debhelper 
(>= 4)
-Standards-Version: 3.6.1
+Build-Depends: libglib1.2-dev, libgtk1.2-dev, libx11-dev, libxext-dev, 
libxi-dev, libxpm-dev, libxt-dev, debhelper (>= 4), autotools-dev
+Standards-Version: 3.7.2
 
 Package: wmclockmon
 Architecture: any
diff -ruN wmclockmon-0.8.1-orig/debian/rules wmclockmon-0.8.1/debian/rules
--- wmclockmon-0.8.1-orig/debian/rules  2005-06-15 15:55:27.000000000 +0200
+++ wmclockmon-0.8.1/debian/rules       2006-06-06 15:34:13.000000000 +0200
@@ -27,6 +27,12 @@
        rm -f build-stamp install-stamp configure-stamp
        -$(MAKE) maintainer-clean
        rm -f config.h config.log config.status stamp-h Makefile src/Makefile 
doc/Makefile wmclockmon-config/Makefile wmclockmon-cal/Makefile
+ifneq "$(wildcard /usr/share/misc/config.sub)" ""
+       cp -f /usr/share/misc/config.sub config.sub
+endif
+ifneq "$(wildcard /usr/share/misc/config.guess)" ""
+       cp -f /usr/share/misc/config.guess config.guess
+endif
        dh_clean
 
 install: install-stamp

--- End Message ---
--- Begin Message ---
Source: wmclockmon
Source-Version: 0.8.1-2

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

wmclockmon_0.8.1-2.diff.gz
  to pool/main/w/wmclockmon/wmclockmon_0.8.1-2.diff.gz
wmclockmon_0.8.1-2.dsc
  to pool/main/w/wmclockmon/wmclockmon_0.8.1-2.dsc
wmclockmon_0.8.1-2_i386.deb
  to pool/main/w/wmclockmon/wmclockmon_0.8.1-2_i386.deb
wmclockmon_0.8.1.orig.tar.gz
  to pool/main/w/wmclockmon/wmclockmon_0.8.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.
Marc 'HE' Brockschmidt <[email protected]> (supplier of updated wmclockmon 
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.8
Date: Sun, 16 Aug 2009 13:05:34 +0200
Source: wmclockmon
Binary: wmclockmon
Architecture: source i386
Version: 0.8.1-2
Distribution: unstable
Urgency: low
Maintainer: Marc 'HE' Brockschmidt <[email protected]>
Changed-By: Marc 'HE' Brockschmidt <[email protected]>
Description: 
 wmclockmon - Displays a clock in 12/24h mode with alarm mode
Closes: 355731 376735 437442 527784
Changes: 
 wmclockmon (0.8.1-2) unstable; urgency=low
 .
   * Port to Gtk+ 2, patch provided by Julien BLACHE <[email protected]> -
     Thanks! (Closes: #437442, #527784)
   * Fix configure.ac to correctly handle kfreebsd (not only freebsd), patch
     provided by Pierre Chifflier <[email protected]>. (Closes: #376735)
   * Fixed packaging to drag in fresh config.{sub,guess} at every build.
     (Closes: #355731)
   * Updated to debhelper 7 and policy 3.8.3.
   * Squashed several lintian warnings (doing the menu transition on the way)
Checksums-Sha1: 
 f3196155dbbdd8b9f3e2a789e86ddc872a88b76c 1174 wmclockmon_0.8.1-2.dsc
 dd2a8f15d6dc49311741739ec5983ad29ade2c71 138662 wmclockmon_0.8.1.orig.tar.gz
 0761aa78216a6217a9c23bdd8d2e2eedab5df172 5042 wmclockmon_0.8.1-2.diff.gz
 1a8fdc0bef64fa28be3834c389d8dab09ebefb99 63414 wmclockmon_0.8.1-2_i386.deb
Checksums-Sha256: 
 8782dea63f2ffd32fb16d9582a9e72605e0902a942411b228932d2fa58f7439b 1174 
wmclockmon_0.8.1-2.dsc
 f6a77ea89512813acb00144ddc355c11dee7c89c39380563e68ea7098cfb418d 138662 
wmclockmon_0.8.1.orig.tar.gz
 e8cb92b8aa18d923829d6e43d15d9e08a9bf18b519057c3755e43270075613c8 5042 
wmclockmon_0.8.1-2.diff.gz
 2c4ebb38d1adbe74e902cd296a2dcdb895d406ddb69dca1e50be41c6962be656 63414 
wmclockmon_0.8.1-2_i386.deb
Files: 
 ab6f364acdf469a4fe22a40f0005e538 1174 x11 optional wmclockmon_0.8.1-2.dsc
 e5569e326f5542a181dd123836f652ee 138662 x11 optional 
wmclockmon_0.8.1.orig.tar.gz
 e04f55bfa7936838573fb717b1117996 5042 x11 optional wmclockmon_0.8.1-2.diff.gz
 d2e3f5f66ecfe59b159e5471d2653eb1 63414 x11 optional wmclockmon_0.8.1-2_i386.deb

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

iEYEARECAAYFAkqIANwACgkQmO5zOp3h7rEEIACbB0uewDlMATm4h0i16aPB47al
ycAAn2e6kGuycKJox6LkZBmzAE5eGrrW
=vPHu
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to