debian/0000755000000000000000000000000011734661435007200 5ustar debian/source.lintian-overrides0000644000000000000000000000005511722633132014046 0ustar xtermset: configure-generated-file-in-source debian/patches/0000755000000000000000000000000011722633161010617 5ustar debian/patches/01-fix-wrong-use-of-hyphens-in-manpage.patch0000644000000000000000000000474211722633160020666 0ustar From: Patrick Schoenfeld Subject: Fix wrong use of hyphens in the manpage diff -urNad xtermset-0.5.2~/doc/xtermset.1 xtermset-0.5.2/doc/xtermset.1 --- xtermset-0.5.2~/doc/xtermset.1 2000-12-20 16:53:52.000000000 +0100 +++ xtermset-0.5.2/doc/xtermset.1 2008-02-25 15:12:42.613308808 +0100 @@ -2,7 +2,7 @@ .SH NAME xtermset \- change settings of an xterm .SH SYNOPSIS -xtermset [-option ...] +xtermset [\-option ...] .SH DESCRIPTION .B xtermset allows you to change the characteristics of an xterm window from the @@ -10,62 +10,62 @@ give xterm at startup. .SH OPTIONS .TP 8 -.I -store [] +.I \-store [] This option will save all the other command line options given to the filename. If filename is omitted then the options will be written to ~/.xtermsetrc. .TP 8 -.I -default [] +.I \-default [] This option will load options from the specified filename. If the filename is omitted then the options will be loaded from ~/.xtermsetrc. Options specified on the command line preceed those that are in the options file. .TP 8 -.I -f, -force +.I \-f, \-force xtermset normally checks if you are using it on a correct terminal (xterm (derivative) or dtterm (derivative). With this option you can override this checking. .TP 8 -.I -T string, -title string +.I \-T string, \-title string Sets the window title. .TP 8 -.I -n string +.I \-n string Sets the icon name. .TP 8 -.I -fg color +.I \-fg color Sets the VT100 foreground color. .TP 8 -.I -bg color +.I \-bg color Sets the VT100 background color. .TP 8 -.I -mousefg color +.I \-mousefg color Sets the mouse pointer foreground color. .TP 8 -.I -mousebg color +.I \-mousebg color Sets the mouse pointer background color. .TP 8 -.I -tekfg color +.I \-tekfg color Sets the Tektronix emulation window foreground color. .TP 8 -.I -tekbg color +.I \-tekbg color Sets the Tektronix emulation window background color. .TP 8 -.I -cr color +.I \-cr color Sets the text cursor color. .TP 8 -.I -hc color +.I \-hc color Sets the color for highlighted (selected) text. .TP 8 -.I -fn font-spec, -font font-spec +.I \-fn font-spec, \-font font-spec Sets the font. .TP 8 -.I -geom geometry-spec, -geometry geometry-spec +.I \-geom geometry-spec, \-geometry geometry-spec Sets the window size and position; see X(1) for details. .SH FILES ~/.xtermsetrc .SH SEE ALSO bash(1), xterm(1), X(1) .SH BUGS -.I -geom +.I \-geom does not support offsets from the left or bottom of the screen. If the .I geometry-spec debian/patches/series0000644000000000000000000000005511722633154012036 0ustar 01-fix-wrong-use-of-hyphens-in-manpage.patch debian/compat0000644000000000000000000000000211722633174010372 0ustar 9 debian/control0000644000000000000000000000133611722633174010602 0ustar Source: xtermset Section: x11 Priority: optional Maintainer: Debian QA Group Build-Depends: debhelper (>= 9), autoconf, automake Homepage: http://www.bje.nu/apps/xtermset/ Vcs-Svn: svn://svn.debian.org/svn/collab-maint/ext-maint/xtermset/trunk Vcs-Browser: http://svn.debian.org/wsvn/collab-maint/ext-maint/xtermset Standards-Version: 3.9.3 Package: xtermset Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Suggests: xterm | eterm | rxvt Description: change the characteristics of an xterm xtermset allows you to change the characteristics, such as title and geometry, of an xterm window from the command line. Most options have the same names as those that you would give xterm at startup. debian/changelog0000644000000000000000000000537211734661405011056 0ustar xtermset (0.5.2-5) unstable; urgency=low * QA upload. * Remove deprecated dpatch and upgrade to packaging format "3.0 quilt" (Closes: #664321). * Update to Standards-Version to 3.9.3.1 and debhelper to 9. * Add missing build-arch, build-indep rules and use dh_prep. -- Jari Aalto Wed, 28 Mar 2012 22:14:13 +0300 xtermset (0.5.2-4) unstable; urgency=low * Orphan this package -- Patrick Schoenfeld Wed, 23 Feb 2011 15:32:32 +0100 xtermset (0.5.2-3) unstable; urgency=low * Updated maintainer email address * Updated Standards-Version to 3.9.0: + Added README.source to document patch handling * Fix a spelling mistake in the last changelog entry -- Patrick Schoenfeld Tue, 03 Mar 2009 10:59:30 +0100 xtermset (0.5.2-2) unstable; urgency=low * Run autoreconf without '-s' to avoid FTBFS errors when building twice in a row * Include a copyright information with the year to debian/copyright * Remove files generated by autoreconf in clean target to avoid different results when building twice in a row * Run autoreconf in an own target configure so that building does not fail, because of the missing configure script * Add dpatch patch system * Add a patch for the wrong use of hyphens in the manpage * Add missing copyright information to debian/copyright * Add a copyright and licensing information for the Debian packaging to debian/copyright * Install upstream changelog * Install upstream documents NEWS and THANKS -- Patrick Schoenfeld Tue, 26 Feb 2008 11:09:51 +0100 xtermset (0.5.2-1) unstable; urgency=low * New maintainer (Closes: #455009) * New upstream release (Closes: #262302) * Run autoreconf to fix missing autoconf files * Updated Standards-Version to 3.7.3 * Added Vcs-Headers * Updated copyright file to include include license excerpt * Added a watch file -- Patrick Schoenfeld Fri, 14 Dec 2007 21:05:42 +0100 xtermset (0.5.1-1) unstable; urgency=low * New upstream release, new contact information. Closes: #143730. * Adapt packaging to upstream changes: autoconf, more READMEish files. * Remove local variables from debian/changelog. * Get rid of /usr/doc compatibility. * Upgraded standards version to 3.5.9. * Use dpkg-gencontrol -isp to get Priority into the deb control file. -- Tommi Virtanen Sun, 20 Apr 2003 19:33:43 +0300 xtermset (0.4-2) unstable; urgency=low * Lowercased Eterm in Depends. Closes: #54886. -- Tommi Virtanen Fri, 14 Jan 2000 18:46:48 +0200 xtermset (0.4-1) unstable; urgency=low * Initial Release. -- Tommi Virtanen Mon, 1 Nov 1999 20:06:46 +0200 debian/watch0000644000000000000000000000006411722633132010217 0ustar version=3 http://sf.net/clts/xtermset-(.*)\.tar\.gz debian/rules0000755000000000000000000000327011734655044010261 0ustar #!/usr/bin/make -f # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) ifeq ($(DEB_BUILD_GNU_TYPE), $(DEB_HOST_GNU_TYPE)) CONFFLAGS += --build $(DEB_HOST_GNU_TYPE) else CONFFLAGS += --build $(DEB_BUILD_GNU_TYPE) --host $(DEB_HOST_GNU_TYPE) endif CFLAGS = -Wall -g -D_GNU_SOURCE ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) CFLAGS += -O0 else CFLAGS += -O2 endif configure: dh_testdir autoreconf -if config.status: configure dh_testdir ./configure $(CONFFLAGS) \ --prefix=/usr \ --mandir=\$${prefix}/share/man \ --infodir=\$${prefix}/share/info \ CFLAGS="$(CFLAGS)" \ LDFLAGS="-Wl,-z,defs" build-arch: build build-indep: build build: build-stamp build-stamp: config.status dh_testdir $(MAKE) touch $@ install: build dh_testdir dh_testroot dh_prep dh_installdirs $(MAKE) DESTDIR=$(CURDIR)/debian/xtermset install # delete empty directory rm -r $(CURDIR)/debian/xtermset/usr/share/aclocal binary-indep: build install binary-arch: build install dh_testdir dh_testroot dh_installchangelogs ChangeLog dh_installdocs dh_strip dh_compress dh_fixperms dh_installdeb dh_shlibdeps dh_gencontrol dh_md5sums dh_builddeb clean: dh_testdir dh_testroot rm -f build-stamp [ ! -f Makefile ] || $(MAKE) distclean rm -f config.sub config.guess config.status rm -f Makefile.in m4/Makefile.in configure src/Makefile.in aclocal.m4 \ config.h.in install-sh missing depcomp INSTALL mkinstalldirs \ doc/Makefile.in dh_clean binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install debian/docs0000644000000000000000000000001411722633132010034 0ustar NEWS THANKS debian/copyright0000644000000000000000000000450311722633132011123 0ustar This package was debianized by Tommi Virtanen on Mon, 1 Nov 1999 20:06:46 +0200. It was downloaded from http://sourceforge.net/projects/clts/ The web site for it is at http://www.bje.nu/apps/xtermset/ Upstream Authors: Breyten Ernsting Copyright: Copyright © 1994-2002 Breyten J. Ernsting License (except for some exceptions, see below for their listing): This package 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 of the License, or (at your option) any later version. This package 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 package; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA On Debian systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-2' License (for Makefile.am, m4/Makefile.am, acconfig.h, configure.in, reconf, src/Makefile.am) This file is free software; as a special exception the author gives unlimited permission to copy and/or distribute it, with or without modifications, as long as this notice is preserved. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY, to the extent permitted by law; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. License (for NEWS): Permission is granted to anyone to make or distribute verbatim copies of this document as received, in any medium, provided that the copyright notice and this permission notice are preserved, thus giving the recipient permission to redistribute in turn. Permission is granted to distribute modified versions of this document, or of portions of it, under the above conditions, provided also that they carry prominent notices stating who last changed them. The Debian packaging is © 2007-2008 Patrick Schoenfeld and is licensed under the same license as the software. debian/source/0000755000000000000000000000000011722633176010476 5ustar debian/source/format0000644000000000000000000000001411722633176011704 0ustar 3.0 (quilt)