Question about PTS web interface

2013-01-26 Thread Rodolfo García Peñas (kix)
Hello, Some days ago I uploaded a new version of wmaker (0.95.4-1) package [1] to experimental. The PTS web interface shows this package in the "patch-tracker" box, but the "todo" box show info about the unstable version (0.95.3-2): 8< Lintian reports 3 warnings about this package. You

Re: Question about PTS web interface

2013-01-26 Thread Paul Wise
The PTS has a lot of unstable-isms, patches welcome though. Outside the freeze, experimental probably isn't particularly important to inform people about though. -- bye, pabs http://wiki.debian.org/PaulWise -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org with a subject of "u

Re: problematic shlibs entry in substvars file

2013-01-26 Thread Charles Plessy
> I guess that #s-sharedlibs-symbols on that page should be referenced by > deb-symbols(5), dpkg-shlibdeps(1) and dpkg-gensymbols(1), could you file a > bug/patch about that on dpkg-dev? Done in #698999. -- Charles Plessy Tsurumi, Kanagawa, Japan -- To UNSUBSCRIBE, email to debian-devel-requ.

Suggestion about minor improvements to default bashrc

2013-01-26 Thread Simon Johnsson
Hello, this is my first minor contribution to Debian, but as it's my Linux distribution of choise and the only one I chose to work with I have found minor improvements that perhaps can be of use. The first one I will mail about is so minor it might be uninteresting but as I spend so much time on n

Re: Suggestion about minor improvements to default bashrc

2013-01-26 Thread Andrey Rahmatullin
On Sat, Jan 26, 2013 at 06:19:02PM +0100, Simon Johnsson wrote: > Hello, this is my first minor contribution to Debian, but as it's my > Linux distribution of choise and the only one I chose to work with I > have found minor improvements that perhaps can be of use. > > The first one I will mail ab

screen says "Bad tty" if /dev/console is a symlink

2013-01-26 Thread Игорь Пашев
Before filling a bug, I need a review :-) The patch fo screen.cc [1] introduces the function CheckTtyname(): int CheckTtyname (tty) char *tty; { struct stat st; if (lstat(tty, &st) || !S_ISCHR(st.st_mode) || (st.st_nlink > 1 && strncmp(tty, "/dev/", 5))) return -1; return

Re: screen says "Bad tty" if /dev/console is a symlink

2013-01-26 Thread Guillem Jover
On Sat, 2013-01-26 at 22:57:59 +0400, Игорь Пашев wrote: > The patch fo screen.cc [1] introduces the function CheckTtyname(): > > int > CheckTtyname (tty) > char *tty; > { >struct stat st; > >if (lstat(tty, &st) || !S_ISCHR(st.st_mode) || > (st.st_nlink > 1 && strncmp(tty, "/dev

Re: screen says "Bad tty" if /dev/console is a symlink

2013-01-26 Thread Игорь Пашев
Did I break anything? Too paranoid? Index: screen/tty.sh === --- screen.orig/tty.sh 2013-01-26 07:55:33.092171499 + +++ screen/tty.sh 2013-01-26 08:56:34.254462991 + @@ -1505,12 +1505,29 @@ CheckTtyname (tty) char *t

Re: screen says "Bad tty" if /dev/console is a symlink

2013-01-26 Thread Игорь Пашев
I'd rather drop checking for path at all. -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/CALL-Q8zSrj=fgggfqeva4k4iuqngbb6u12to8_fz1vp4uqo...@mail.gmail.com

Re: Suggestion about minor improvements to default bashrc

2013-01-26 Thread Charles Plessy
Le Sat, Jan 26, 2013 at 06:19:02PM +0100, Simon Johnsson a écrit : > Hello, this is my first minor contribution to Debian, but as it's my > Linux distribution of choise and the only one I chose to work with I > have found minor improvements that perhaps can be of use. Dear Simon, thank you for tr