[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#563732: marked as done (wmii: patch - add 9base support)



Your message dated Wed, 18 Dec 2019 06:04:47 +0000
with message-id <[🔎] E1ihSRz-00014j-DH@fasolo.debian.org>
and subject line Bug#946929: Removed package(s) from unstable
has caused the Debian Bug report #563732,
regarding wmii: patch - add 9base 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 owner@bugs.debian.org
immediately.)


-- 
563732: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=563732
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: wmii
Version: 3.6+debian-7
Severity: normal
Tags: patch

Hi, i would like to submit a patch that rend wmii usable with 9base
currently in debian.

Two files should be fixed:

 * config.mk doesn't include debian 9base path. This makes
   /usr/bin/wmii9rc to fail at line 12.
   I'm attaching what i think is the most sensible solution.
 * plan9's rc invocation in wmii9rc is wrong, apparently rc need an
   absolute path for working properly so i stolen from
   /usr/bin/wmiistartrc the "which trick" ;)


HTH, thank you
-- 
:(){ :|:& };:
Alessandro -oggei- Ogier
gpg --keyserver pgp.mit.edu --recv-keys EEBB4D0D

-- System Information:
Debian Release: squeeze/sid
  APT prefers oldstable
  APT policy: (500, 'oldstable'), (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.30-2-686 (SMP w/2 CPU cores)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages wmii depends on:
ii  dwm-tools                     31-1       dynamic window manager (tools)
ii  libc6                         2.10.2-3   Embedded GNU C Library: Shared lib
ii  libx11-6                      2:1.3.2-1  X11 client-side library
ii  libxext6                      2:1.0.4-1  X11 miscellaneous extension librar

Versions of packages wmii recommends:
ii  wmii-doc                      1:1-11     lightweight tabbed and tiled X11 w

wmii suggests no packages.

-- no debconf information
Index: wmii-3.6+debian/cmd/wmii9rc.sh
===================================================================
--- wmii-3.6+debian.orig/cmd/wmii9rc.sh	2010-01-04 22:40:00.121377695 +0100
+++ wmii-3.6+debian/cmd/wmii9rc.sh	2010-01-04 22:40:18.469352991 +0100
@@ -14,7 +14,9 @@
 fi
 
 if [ -n "$1" ]; then
-	exec "$RC" "$@"
+    WMII_CONFPATH="$HOME/.wmii-3.5:/etc/X11/wmii-3.5"
+    WMIIRC=`PATH="$WMII_CONFPATH:$PATH" which rc.wmii`
+    exec "$RC" "$WMIIRC"
 else
 	true
 fi
Index: wmii-3.6+debian/config.mk
===================================================================
--- wmii-3.6+debian.orig/config.mk	2010-01-04 22:39:14.709379653 +0100
+++ wmii-3.6+debian/config.mk	2010-01-04 22:39:48.034659494 +0100
@@ -27,7 +27,7 @@
 AR = ar crs
 
 AWKPATH = $$(which awk)
-P9PATHS = ${PLAN9}:"'$${HOME}/plan9'":/usr/local/plan9:/usr/local/9:/opt/plan9:/opt/9:/usr/plan9:/usr/9
+P9PATHS = ${PLAN9}:"'$${HOME}/plan9'":/usr/local/lib/plan9:/usr/lib/plan9
 
 INCX11 = -I/usr/X11R6/include
 LIBX11 = -L/usr/X11R6/lib -lX11

--- End Message ---
--- Begin Message ---
Version: 3.10~20120413+hg2813-11+rm

Dear submitter,

as the package wmii has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/946929

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

Please note that the changes have been done on the master archive and
will not propagate to any mirrors until the next dinstall run at the
earliest.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmaster@ftp-master.debian.org.

Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)

--- End Message ---

Reply to: