Your message dated Mon, 05 Mar 2012 16:33:01 +0000
with message-id <[email protected]>
and subject line Bug#560836: fixed in jwm 2.1.0-2
has caused the Debian Bug report #560836,
regarding jwm: [PATCH] Makefile.in -- add DESTDIR support
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.)
--
560836: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=560836
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: jwm
Version: 2.0.1-2
Severity: wishlist
The patch modifies src/Makefile.in target "install" to use DESTDIR and
modes 755. Hope this is included in next release.
-- System Information:
Debian Release: squeeze/sid
APT prefers testing
APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.30-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_DK.UTF-8, LC_CTYPE=en_DK.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages jwm depends on:
ii libc6 2.10.2-2 GNU C Library: Shared libraries
ii libfribidi0 0.10.9-1 Free Implementation of the Unicode
ii libjpeg62 6b-15 The Independent JPEG Group's JPEG
ii libpng12-0 1.2.40-1 PNG library - runtime
ii libx11-6 2:1.3.2-1 X11 client-side library
ii libxext6 2:1.0.4-1 X11 miscellaneous extension librar
ii libxft2 2.1.13-3 FreeType-based font drawing librar
ii libxinerama1 2:1.0.3-2 X11 Xinerama extension library
ii libxpm4 1:3.5.8-1 X11 pixmap library
ii libxrender1 1:0.9.5-1 X Rendering Extension client libra
jwm recommends no packages.
Versions of packages jwm suggests:
ii menu 2.1.42 generates programs menu for all me
ii x11-apps 7.4+2 X applications
-- no debconf information
>From 67b122e70f035430250a6af6b0f56e4c6496bff3 Mon Sep 17 00:00:00 2001
From: Jari Aalto <[email protected]>
Date: Sat, 12 Dec 2009 19:08:24 +0200
Subject: [PATCH] src/Makefile.in: (install): Install with modes 755 to DESTDIR
Signed-off-by: Jari Aalto <[email protected]>
---
src/Makefile.in | 7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/src/Makefile.in b/src/Makefile.in
index 578597d..cb2b576 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -1,8 +1,8 @@
-
CC = @CC@
CFLAGS = @CFLAGS@
LDFLAGS = @LDFLAGS@
-BINDIR = @BINDIR@
+
+BINDIR = $(DESTDIR)@BINDIR@
VPATH=.:os
@@ -22,7 +22,7 @@ all: $(EXE)
install: all
strip $(EXE)
install -d $(BINDIR)
- install $(EXE) $(BINDIR)/$(EXE)
+ install -m 0755 $(EXE) $(BINDIR)/$(EXE)
depend:
makedepend -m -DMAKE_DEPEND -- $(CFLAGS) -- *.c
@@ -35,4 +35,3 @@ $(EXE): $(OBJECTS)
clean:
rm -f $(OBJECTS) $(EXE) core
-
--
1.6.5
--- End Message ---
--- Begin Message ---
Source: jwm
Source-Version: 2.1.0-2
We believe that the bug you reported is fixed in the latest version of
jwm, which is due to be installed in the Debian FTP archive:
jwm_2.1.0-2.debian.tar.gz
to main/j/jwm/jwm_2.1.0-2.debian.tar.gz
jwm_2.1.0-2.dsc
to main/j/jwm/jwm_2.1.0-2.dsc
jwm_2.1.0-2_amd64.deb
to main/j/jwm/jwm_2.1.0-2_amd64.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.
Jari Aalto <[email protected]> (supplier of updated jwm 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: Mon, 05 Mar 2012 04:08:00 -0500
Source: jwm
Binary: jwm
Architecture: source amd64
Version: 2.1.0-2
Distribution: unstable
Urgency: low
Maintainer: Jari Aalto <[email protected]>
Changed-By: Jari Aalto <[email protected]>
Description:
jwm - very small lightweight pure X11 window manager with tray and menu
Closes: 392838 470416 560836 588597 644625
Changes:
jwm (2.1.0-2) unstable; urgency=low
.
* Bug fixed in 2.1.0-1 but not closed
- Makefile.in -- add DESTDIR support (Closes: #560836).
* debian/compat
- Update to 9.
* debian/control
- (Build-Depends): Update to debhelper 9.
Change libpng12-dev to libpng-dev; libpng 1.5 transition
<http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=650601>.
- (Depends): Add x-terminal-emulator, www-browser.
- (Standards-Version): Update to 3.9.3.
* debian/copyright
- Update to Copyright Format 1.0.
* debian/menu-method
- Rewrite. Output to /etc/jwm/debian-menu (Closes: #588597, #470416).
* debian/patches
- (57): New. Include debian from dir /etc/jwm (Closes: #392838).
* debian/rules
- Install system.jwmrc (CloseS: #644625).
- Use hardened CFLAGS.
http://wiki.debian.org/ReleaseGoals/SecurityHardeningBuildFlags
Checksums-Sha1:
6c952258d044cc5c5fe12315e8f1061b391fc8ae 1260 jwm_2.1.0-2.dsc
694e20863bb0697504c75e5cb02de32797093a7f 20180 jwm_2.1.0-2.debian.tar.gz
cde8d51f4101beaac7fde2d4945e65c2818b8be4 126292 jwm_2.1.0-2_amd64.deb
Checksums-Sha256:
5ab1e1ec1cd08c393a6555e60655cd9078d955535ad0bf1ff337ecff312d240c 1260
jwm_2.1.0-2.dsc
7567c29d9446de67055de2d1b95d66febd729324535188858184476b6e28760c 20180
jwm_2.1.0-2.debian.tar.gz
bf873dfb79e0964de759968dba625191cb704a61482b9f4c725d6e84123d1bfd 126292
jwm_2.1.0-2_amd64.deb
Files:
ba09bb5d8b8272c054ca2284d6068641 1260 x11 optional jwm_2.1.0-2.dsc
346c9d7086ddee27e96faad5a8fcc6ac 20180 x11 optional jwm_2.1.0-2.debian.tar.gz
2eec90dbae7d60664a02abb3c187f792 126292 x11 optional jwm_2.1.0-2_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iEYEARECAAYFAk9U4pUACgkQLARVQsm1XaxdvgCfSnhpyaU0bldEenIpe3Uy9fcc
ZSkAnRaU/mo/QHAVefy8QA1iSy0Ai156
=XA1A
-----END PGP SIGNATURE-----
--- End Message ---