menu-methods?

1998-03-29 Thread Marcelo E . Magallón
Hi, I suspect this code snippet found on wmaker's postinst is giving users a headache: inst="/etc/menu-methods/wmaker /etc/menu-methods/wmstyle" [...] if [ -x /usr/bin/update-menus -a /usr/sbin/install-menu ] ; then for file in $inst ; do if [ -f $file ] ; the

Need help testing wmaker 0.6.3 -> 0.14.0

1998-03-15 Thread Marcelo E . Magallón
Hi, it looks like wmaker 0.14.0 is going to be on Debian 2.0. I need help testing the upgrade from 0.6.3 (the one in hamm) to 0.14.0-2 (which is not yet available on master, I'm building it right now). I remember some proposal about a testing procedure (submitting a checklist and something

Conflics/Provides?

1998-02-16 Thread Marcelo E . Magallón
If I have: Package: something Architecture: any Section: x11 Priority: optional Depends: ${shlibs:Depends}, cpp Package: something-else Architecture: any Section: x11 Priority: optional Depends: ${shlibs:Depends}, cpp Suggests: something Package: something-custom Architecture: any Section: x11 P

sp: Does this make sense?

1998-02-10 Thread Marcelo E . Magallón
This is on the control file for sp: Package: sp Architecture: any Conflicts: sp (<=1.1.1-2) Replaces: sp what's the intention of this? A package conflicting with a previous version of itself? Marcelo