Your message dated Mon, 08 May 2006 09:17:45 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#366400: fixed in xbattbar 1.4.2-4
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: xbattbar
Version: 1.4.2-3.1
Severity: grave
Tags: patch

Hi Thomas,

The xbattbar package is currently uninstallable in unstable, because it
still installs to /usr/X11R6/bin which is being turned into a compatibility
symlink for the X11R7 transition.  Fortunately, since xbattbar is using
imake the transition is fairly easy, but it does require a patch when
rebuilding with the new imake due to some hard-coded references to
/usr/X11R6.  Please find the short patch for this attached.

Thanks,
-- 
Steve Langasek                   Give me a lever long enough and a Free OS
Debian Developer                   to set it on, and I can move the world.
[EMAIL PROTECTED]                                   http://www.debian.org/
diff -u xbattbar-1.4.2/Imakefile xbattbar-1.4.2/Imakefile
--- xbattbar-1.4.2/Imakefile
+++ xbattbar-1.4.2/Imakefile
@@ -17,7 +17,6 @@
 XCOMM Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 XCOMM 
 
-BINDIR = /usr/X11R6/bin
 MANDIR = /usr/share/man/man1
 
 LOCAL_LIBRARIES = $(XLIB)
diff -u xbattbar-1.4.2/debian/menu xbattbar-1.4.2/debian/menu
--- xbattbar-1.4.2/debian/menu
+++ xbattbar-1.4.2/debian/menu
@@ -2 +2 @@
-  title="Xbattbar" command="/usr/X11R6/bin/xbattbar"
+  title="Xbattbar" command="/usr/bin/xbattbar"
diff -u xbattbar-1.4.2/debian/changelog xbattbar-1.4.2/debian/changelog
--- xbattbar-1.4.2/debian/changelog
+++ xbattbar-1.4.2/debian/changelog
@@ -1,3 +1,12 @@
+xbattbar (1.4.2-3.2) unstable; urgency=high
+
+  * Non-maintainer upload.
+  * High-urgency upload for RC bugfix.
+  * Build-depend on xutils-dev for the X11R7 transition, and adjust the
+    packaging to use the FHS paths.
+
+ -- Steve Langasek <[EMAIL PROTECTED]>  Mon,  8 May 2006 03:22:53 -0700
+
 xbattbar (1.4.2-3.1) unstable; urgency=low
 
   * Non-maintainer upload.
diff -u xbattbar-1.4.2/debian/rules xbattbar-1.4.2/debian/rules
--- xbattbar-1.4.2/debian/rules
+++ xbattbar-1.4.2/debian/rules
@@ -28,8 +28,8 @@
        dh_clean -k
        dh_installdirs
        $(MAKE) install DESTDIR=$(CURDIR)/debian/xbattbar
-       install -d -o0 -g0 $(CURDIR)/debian/xbattbar/usr/X11R6/man/man1/
-       install -o0 -g0 -m644 xbattbar.man 
$(CURDIR)/debian/xbattbar/usr/X11R6/man/man1/xbattbar.1x
+       install -d -o0 -g0 $(CURDIR)/debian/xbattbar/usr/share/man/man1/
+       install -o0 -g0 -m644 xbattbar.man 
$(CURDIR)/debian/xbattbar/usr/share/man/man1/xbattbar.1x
 
 binary-indep: build install
 
diff -u xbattbar-1.4.2/debian/control xbattbar-1.4.2/debian/control
--- xbattbar-1.4.2/debian/control
+++ xbattbar-1.4.2/debian/control
@@ -2,7 +2,7 @@
 Section: x11
 Priority: optional
 Maintainer: Thomas Seyrat <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>> 3.0.0), xutils, libx11-dev
+Build-Depends: debhelper (>> 3.0.0), xutils-dev, libx11-dev
 Standards-Version: 3.5.6.1
 
 Package: xbattbar

Attachment: signature.asc
Description: Digital signature


--- End Message ---
--- Begin Message ---
Source: xbattbar
Source-Version: 1.4.2-4

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

xbattbar_1.4.2-4.diff.gz
  to pool/main/x/xbattbar/xbattbar_1.4.2-4.diff.gz
xbattbar_1.4.2-4.dsc
  to pool/main/x/xbattbar/xbattbar_1.4.2-4.dsc
xbattbar_1.4.2-4_i386.deb
  to pool/main/x/xbattbar/xbattbar_1.4.2-4_i386.deb



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.
Thomas Seyrat <[EMAIL PROTECTED]> (supplier of updated xbattbar 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: Mon,  8 May 2006 17:32:44 +0200
Source: xbattbar
Binary: xbattbar
Architecture: source i386
Version: 1.4.2-4
Distribution: unstable
Urgency: high
Maintainer: Thomas Seyrat <[EMAIL PROTECTED]>
Changed-By: Thomas Seyrat <[EMAIL PROTECTED]>
Description: 
 xbattbar   - Display battery status in X11
Closes: 366400
Changes: 
 xbattbar (1.4.2-4) unstable; urgency=high
 .
   * Build-depend on xutils-dev for the X11R7 transition, and adjust the
     packaging to use the FHS paths (closes: #366400)
   * Bumped Standards-Version to 3.7.2
   * Bumped debhelper compatibility level to 4.0.0
Files: 
 8e95f23723ccd26e4372beaacbff0a89 590 x11 optional xbattbar_1.4.2-4.dsc
 4b77ce9601f1ee2d65ee0a5ad99fe65f 2218 x11 optional xbattbar_1.4.2-4.diff.gz
 a9efbcad7402a5b1e6ef016d7632439f 10822 x11 optional xbattbar_1.4.2-4_i386.deb

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

iD8DBQFEX2lfG7q+HrSg3okRArLdAJ9YlNiDeNRKaqt4UX9vcq6rSTsFGQCeI/tZ
nNq5ywmPbZLv0PkGRVztw7s=
=lv6F
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to