Your message dated Fri, 22 Feb 2013 17:32:29 +0000
with message-id <[email protected]>
and subject line Bug#504065: fixed in evilwm 1.1.0-1
has caused the Debian Bug report #504065,
regarding evilwm: menu not installed because debian/rules does not call
dh_installmenu
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.)
--
504065: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=504065
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: evilwm
Version: 1.0.0-1
Severity: normal
Tags: patch
Hi, evilwm has a menu file in debian/menu, but it doesn't call dh_installmenu
in debian/rules.
The attached patch also calls dh_installwm in debian/rules, which allows
removal of the postinst and prerm files, shrinking the diff.
Daniel
-- System Information:
Debian Release: lenny/sid
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1,
'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.26-1-686-bigmem (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages evilwm depends on:
ii libc6 2.7-15 GNU C Library: Shared libraries
ii libx11-6 2:1.1.5-2 X11 client-side library
ii libxext6 2:1.0.4-1 X11 miscellaneous extension librar
ii libxrandr2 2:1.2.3-1 X11 RandR extension library
evilwm recommends no packages.
evilwm suggests no packages.
-- no debconf information
>From b9e5aa28b0d842648877e7d8fb0f098ac0e08b83 Mon Sep 17 00:00:00 2001
From: Daniel Moerner <[email protected]>
Date: Thu, 30 Oct 2008 17:00:51 -0700
Subject: [PATCH] fix up
---
debian/evilwm.postinst | 46 ----------------------------------------------
debian/evilwm.prerm | 38 --------------------------------------
debian/rules | 2 ++
3 files changed, 2 insertions(+), 84 deletions(-)
delete mode 100644 debian/evilwm.postinst
delete mode 100644 debian/evilwm.prerm
diff --git a/debian/evilwm.postinst b/debian/evilwm.postinst
deleted file mode 100644
index dc4580a..0000000
--- a/debian/evilwm.postinst
+++ /dev/null
@@ -1,46 +0,0 @@
-#!/bin/sh
-# postinst script for evilwm
-#
-# see: dh_installdeb(1)
-
-set -e
-
-# summary of how this script can be called:
-# * <postinst> `configure' <most-recently-configured-version>
-# * <old-postinst> `abort-upgrade' <new version>
-# * <conflictor's-postinst> `abort-remove' `in-favour' <package>
-# <new-version>
-# * <postinst> `abort-remove'
-# * <deconfigured's-postinst> `abort-deconfigure' `in-favour'
-# <failed-install-package> <version> `removing'
-# <conflicting-package> <version>
-# for details, see http://www.debian.org/doc/debian-policy/ or
-# the debian-policy package
-
-
-case "$1" in
-configure)
- update-alternatives \
- --install /usr/bin/x-window-manager \
- x-window-manager /usr/bin/evilwm 30 \
- --slave /usr/share/man/man1/x-window-manager.1.gz \
- x-window-manager.1.gz /usr/share/man/man1/evilwm.1.gz
- ;;
-
-abort-upgrade|abort-remove|abort-deconfigure)
- ;;
-
-*)
- echo "postinst called with unknown argument \`$1'" >&2
- exit 1
- ;;
-esac
-
-# dh_installdeb will replace this with shell code automatically
-# generated by other debhelper scripts.
-
-#DEBHELPER#
-
-exit 0
-
-
diff --git a/debian/evilwm.prerm b/debian/evilwm.prerm
deleted file mode 100644
index 1f24973..0000000
--- a/debian/evilwm.prerm
+++ /dev/null
@@ -1,38 +0,0 @@
-#!/bin/sh
-# prerm script for evilwm
-#
-# see: dh_installdeb(1)
-
-set -e
-
-# summary of how this script can be called:
-# * <prerm> `remove'
-# * <old-prerm> `upgrade' <new-version>
-# * <new-prerm> `failed-upgrade' <old-version>
-# * <conflictor's-prerm> `remove' `in-favour' <package> <new-version>
-# * <deconfigured's-prerm> `deconfigure' `in-favour'
-# <package-being-installed> <version> `removing'
-# <conflicting-package> <version>
-# for details, see http://www.debian.org/doc/debian-policy/ or
-# the debian-policy package
-
-
-case "$1" in
-remove|upgrade|deconfigure|failed-upgrade)
- update-alternatives --remove x-window-manager /usr/bin/evilwm
- ;;
-
-*)
- echo "prerm called with unknown argument \`$1'" >&2
- exit 1
- ;;
-esac
-
-# dh_installdeb will replace this with shell code automatically
-# generated by other debhelper scripts.
-
-#DEBHELPER#
-
-exit 0
-
-
diff --git a/debian/rules b/debian/rules
index fafd550..0aaee1f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -46,6 +46,8 @@ binary-arch: build install
dh_installdocs
dh_installexamples
dh_installman
+ dh_installmenu
+ dh_installwm /usr/bin/evilwm
dh_link
dh_strip
dh_compress
--
1.5.6.5
--- End Message ---
--- Begin Message ---
Source: evilwm
Source-Version: 1.1.0-1
We believe that the bug you reported is fixed in the latest version of
evilwm, which is due to be installed in the Debian FTP archive.
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.
Mateusz Łukasik <[email protected]> (supplier of updated evilwm 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: SHA256
Format: 1.8
Date: Fri, 22 Feb 2013 12:12:03 +0100
Source: evilwm
Binary: evilwm
Architecture: source amd64
Version: 1.1.0-1
Distribution: unstable
Urgency: low
Maintainer: Mateusz Łukasik <[email protected]>
Changed-By: Mateusz Łukasik <[email protected]>
Description:
evilwm - minimalist window manager for X11
Closes: 330046 436821 504065 512548 542343 554846
Changes:
evilwm (1.1.0-1) unstable; urgency=low
.
* New maintainer.
* New upstream release. (Closes: #542343)
+ Fixes hangs with 100% CPU if no .xinirc provided (Closes: #554846)
+ Fixes hangs instead of shutting down when killed (Closes: #512548)
* Update debian/control:
+ change maintainer.
+ bump standard options to 3.9.4
+ add xfonts-75dpi, xfonts-100dpi to package depends (Closes LP: #217502).
+ add Vcs links.
* Add xorg to suggest depends.
* Change format to 3.0 (quilt).
+ Add source/format file.
+ Switching to xz compression.
* debian/compat bump to 9.
* Update debian/postinst and debian/prerm scripts.
* Update debian/copyright.
* Fix interaction with X and signal handler on shutdown (closes: #512548).
* Call dh_installmenu (closes: #504065).
* Don't strip by default (closes: #436821).
* Include basic .desktop file (closes: #330046).
* Configuration file $HOME/.evilwmrc read on startup.
* evilwm-specific window properties track old dimensions on maximise.
* Much larger subset of EWMH 1.3 supported.
Checksums-Sha1:
e3ca6c37762a63653cc765984b27782494553a93 1842 evilwm_1.1.0-1.dsc
e56beaed55d48768115f6b972063a14c2e489ac8 40309 evilwm_1.1.0.orig.tar.gz
28512e2c91af1901d0488d0976efab5dd0c2004f 4496 evilwm_1.1.0-1.debian.tar.xz
26cc51aa0dd4b6c37128dcad27bae2039bf99783 37452 evilwm_1.1.0-1_amd64.deb
Checksums-Sha256:
04b5c96279079707bd84231bfca87b868c349e296e8fa0fe7fda97ec9748637f 1842
evilwm_1.1.0-1.dsc
cdc763c875b64ee3734f3cb764249e91ec659f550177ec1bb564304260ef0c75 40309
evilwm_1.1.0.orig.tar.gz
9a1eafaf748927aa476f98ee3e13a6a6c1521f64f0c2df5449afc4ac81df65fd 4496
evilwm_1.1.0-1.debian.tar.xz
7440e7040438d0f40f9f6a83424627c2c2810f98470013634e47262e99beacc8 37452
evilwm_1.1.0-1_amd64.deb
Files:
52acfbceb228e57bdd7d9cb006a7ae52 1842 x11 optional evilwm_1.1.0-1.dsc
5f14cc3019320860c85bb07c60a76bd7 40309 x11 optional evilwm_1.1.0.orig.tar.gz
ae92248ee6e8465eb4efbe5e6a08c14c 4496 x11 optional evilwm_1.1.0-1.debian.tar.xz
d0609a9f442ea5e49f96c42dd9801e81 37452 x11 optional evilwm_1.1.0-1_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
iQIcBAEBCAAGBQJRJ6iLAAoJEHQmOzf1tfkTu4kQAJkCgyuI2GTfHgfhKj8tCqjC
uu6o14Y9cH/OmJxhg9v7w2xBLFMq28Bfg7U5yo/OdjPsfmUhcQ+nvLvpLEAMdmwZ
7EiyEsTfHYBWLqFgSCxIKH39iZkdaebq4vJTBvr/hDM+UdM/e/6QqbYadefrqOF9
LdT928NtS9YQ40rkLAciJK+uhUVrWo8jkN8k29vzAiS9VWIJA+A7uGMyM2d6x/WH
IoQETYyADFAUfd+HuRkjFj8P5dEA08yihUgfWHpTvWX5zFEyWvRjbQKvUGC36QGB
yD/H2iaZH8GxKVQI9xfwsjho/LteQaSRqV0fOKkEv0aaXy8LY/Ef7nzWN6a0q71D
9EJZp7cqJsgqpYCgpjb1cQ1eHKYvpRpvcVlJDTbL2ZyVsO87DWebgNID/kH/8j30
xZSpaWfmcF04K2NVKAjZIrC87xcAsjpv4iyDlG4NJmR6rxH3cpNYeWBcqOgMZqpO
oDtrtQM21wzfRO9+ph2u6MdfN9UeUA1FFTXroyeBcxN2SDwk19FqrgjrfHwY44u/
ZWzyX4md7s4ZSghNhTbCgV62eHQqXDfGdzNBNL1/2l6yDFtNbKR2MpYSznl6Gwdy
cmJ+tveJt1yehAIZZRaUz4T+nYAUC6z2c2M18u/xfKF1vT3j/m7D/1mr7twu0vqM
WQI1Qe3XB61RVn6sCCvn
=ljAK
-----END PGP SIGNATURE-----
--- End Message ---