--- root-tail-1.2.orig/mkdist +++ root-tail-1.2/mkdist @@ -9,6 +9,7 @@ rm -rf $DISTDIR mkdir $DISTDIR cp -Rlpv Changes Imakefile Makefile.simple README config.h debian mkdist root-tail.c root-tail.man $DISTDIR +rm -rf $DISTDIR/debian/CVS/ chown -R root.root $DISTDIR chmod u=rwX,go=rX -R $DISTDIR --- root-tail-1.2.orig/config.h +++ root-tail-1.2/config.h @@ -5,7 +5,7 @@ //default font.. -font at runtime should work -#define USE_FONT "*" +#define USE_FONT "-*-*-*-*-*-*-*-*-*-*-*-*-*-*" //default positions.. can be changed with -g at runtime #define STD_WIDTH 730 --- root-tail-1.2.orig/root-tail.c +++ root-tail-1.2/root-tail.c @@ -115,7 +115,7 @@ /* HACK - ideally listlen will start at however many '~'s will fit on * the screen */ -int width = STD_WIDTH, height = STD_HEIGHT, listlen = 50; +unsigned int width = STD_WIDTH, height = STD_HEIGHT, listlen = 50; int win_x = LOC_X, win_y = LOC_Y; int effect_x_space, effect_y_space; /* how much space does shading / outlining take up */ int effect_x_offset, effect_y_offset; /* and how does it offset the usable space */ --- root-tail-1.2.orig/root-tail.man +++ root-tail-1.2/root-tail.man @@ -40,7 +40,7 @@ Displays a given file anywhere on your X11 root window, i.e. it is kind of tail -f for multiple files using your desktop background as output window. .PP -All non-option arguments on the comamnd line are files to be logged. A +All non-option arguments on the command line are files to be logged. A null desc (example: "/var/log/messages,red,") will prevent the printing of a description and the []'s. .PP --- root-tail-1.2.orig/Makefile +++ root-tail-1.2/Makefile @@ -0,0 +1,39 @@ +COPTS = -g + +CFLAGS = -Wall $(COPTS) + +LDFLAGS = -L/usr/X11R6/lib -lX11 + +PREFIX = /usr +BINDIR = $(PREFIX)/bin +MANDIR = $(PREFIX)/share/man/man1 +DOCDIR = $(PREFIX)/share/doc/root-tail + +SOURCES = root-tail.c +all: root-tail man + +root-tail: $(SOURCES) config.h + $(CC) $(CFLAGS) $(SOURCES) $(LDFLAGS) -o $@ + +man: root-tail.1.gz + +root-tail.1.gz: root-tail.man + cp root-tail.man root-tail.1 + gzip -f9 root-tail.1 + +clean: + rm -f root-tail root-tail.1.gz + +install: all + install -D -o root -g root root-tail $(BINDIR) + install -D -m 0644 -o root -g root root-tail.1.gz $(MANDIR) + install -D -m 0644 -o root -g root README $(DOCDIR) + install -m 0644 -o root -g root Changes $(DOCDIR) + +uninstall: + rm -f $(BINDIR)/root-tail + rm -f $(MANDIR)/root-tail.1.gz + rm -f $(DOCDIR)/Changes + rm -f $(DOCDIR)/README + rmdir --ignore-fail-on-non-empty $(DOCDIR) + --- root-tail-1.2.orig/debian/rules +++ root-tail-1.2/debian/rules @@ -14,7 +14,7 @@ clean: dh_testroot dh_testdir - $(MAKE) -i clean + [ ! -f Makefile ] || $(MAKE) clean rm -f build-stamp dh_clean --- root-tail-1.2.orig/debian/control +++ root-tail-1.2/debian/control @@ -2,12 +2,10 @@ Section: x11 Priority: optional Maintainer: Stephen Gran -Build-Depends: debhelper (>=4.0), xlibs-dev -Standards-Version: 3.6.1 +Build-Depends: debhelper (>=4.0), libx11-dev, x11proto-core-dev +Standards-Version: 3.8.0 Package: root-tail -Replaces: rt -Conflicts: rt (<= mbm0606-1.2), webrt (<= 1.0.6-3) Architecture: any Depends: ${shlibs:Depends} Description: Displays select log files in the X root window --- root-tail-1.2.orig/debian/copyright +++ root-tail-1.2/debian/copyright @@ -1,5 +1,5 @@ Current package maintainer is Stephen Gran . -Current upstream author is Marc Lehmann , +Current upstream author is Marc Lehmann , http://root-tail.plan9.de/ This package was redebianized by Peter Novodvorsky on @@ -7,40 +7,47 @@ Previous package was made by Ender ewigin@petra and maintained by Kevin Poorman. -AUTHORS - - Please tell me if I left anybody out. - - Mike Baker original author - Ivo van der Wijk co-author - Marc Lehmann optimized refresh - Olexij Tkatchenko correct refresh ;) - Daniel Lowe many small improvements - andre@aleph.it signal handling - Marco D'Itri many fixes - Here is a list of all (since I started this list) people that helped by - diagnosing a bug: - - Gunnar Ritter - Kevin Bryan - Eric Thompson +Copyright © 2001 by Marco d'Itri +Copyright © 2000,2001,2002,2003,2004 + Marc Lehmann , + Chris Moore , + and many others, see README + +Original version by Mike Baker. + +AUTHORS + + Please tell me if I left anybody out. + + Mike Baker original author + Ivo van der Wijk co-author + Marc Lehmann optimized refresh + Olexij Tkatchenko correct refresh ;) + Daniel Lowe many small improvements + andre@aleph.it signal handling + Marco D'Itri many fixes + Here is a list of all (since I started this list) people that helped by + diagnosing a bug: + + Gunnar Ritter + Kevin Bryan + Eric Thompson Copyright: -This program is free software; you can redistribute it and/or modify it -under the terms of the GNU General Public License as published by the -Free Software Foundation; either version 2, or (at your option) any -later version. - -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA. - -On Debian GNU/Linux systems, the complete text of the GNU General -Public License can be found in `/usr/share/common-licenses/GPL'. +This program is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 2, or (at your option) any +later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License along +with this program; if not, write to the Free Software Foundation, Inc., +51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. + +On Debian GNU/Linux systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL'. --- root-tail-1.2.orig/debian/changelog +++ root-tail-1.2/debian/changelog @@ -1,3 +1,53 @@ +root-tail (1.2-3ubuntu1) oneiric; urgency=low + + * Fix FTBFS with ld --as-needed. LP: #770864. + + -- Matthias Klose Tue, 13 Sep 2011 23:09:58 +0200 + +root-tail (1.2-3) unstable; urgency=low + + * Bump Standards-Version to 3.8.0 (no changes) + * Fix build depends to be on x11proto-core-dev instead of x-dev + * Fix copyright notice + * Don't ignore errors in clean target + + -- Stephen Gran Sun, 14 Sep 2008 19:42:42 +0100 + +root-tail (1.2-2) unstable; urgency=low + + * Man page typo fix (closes: #343230) + * Fix Build-Depends to only use what's needed + * s/int/unsigned int/ for width and height arguments to XParseGeometry + * Update standards version to 3.6.2 (no changes) + * Update FSF address + + -- Stephen Gran Sat, 24 Dec 2005 13:23:16 +0000 + +root-tail (1.2-1) unstable; urgency=low + + * New Upstream Version + * Patch to fix font initialization (closes: #298708) + (thanks Manuel Menal ) + + -- Stephen Gran Sat, 12 Mar 2005 08:22:31 -0500 + +root-tail (1.1+CVS-1) unstable; urgency=low + + * CVS checkout + * Upstream fixed initializing the window twice (made some interlacing + problems)(closes: #243724) + * Font fix - uses an expandable field, in case the default one or the + specified one isn't found (hopefully will close 245852, but cannot + reproduce here, so cannot test). + + -- Stephen Gran Mon, 26 Apr 2004 21:15:17 -0400 + +root-tail (1.1-1) unstable; urgency=low + + * New Upstream Version + + -- Stephen Gran Sun, 11 Apr 2004 13:39:14 -0400 + root-tail (0.2-1) unstable; urgency=low * New upstream version