--- xtermset-0.5.2.orig/debian/control +++ xtermset-0.5.2/debian/control @@ -0,0 +1,18 @@ +Source: xtermset +Section: x11 +Priority: optional +Maintainer: Debian QA Group +Build-Depends: debhelper (>= 5), autoconf, automake, dpatch +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.8.0 + +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. --- xtermset-0.5.2.orig/debian/README.source +++ xtermset-0.5.2/debian/README.source @@ -0,0 +1,6 @@ +This package uses dpatch to manage all modifications to the upstream +source. Changes are stored in the source package as diffs in +debian/patches and applied during the build. + +Further information can be found here (with the dpatch package installed): +/usr/share/doc/dpatch/README.source.gz --- xtermset-0.5.2.orig/debian/source.lintian-overrides +++ xtermset-0.5.2/debian/source.lintian-overrides @@ -0,0 +1 @@ +xtermset: configure-generated-file-in-source --- xtermset-0.5.2.orig/debian/rules +++ xtermset-0.5.2/debian/rules @@ -0,0 +1,82 @@ +#!/usr/bin/make -f + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +include /usr/share/dpatch/dpatch.make + +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: build-stamp + +build-stamp: patch config.status + dh_testdir + $(MAKE) + touch $@ + +install: build + dh_testdir + dh_testroot + dh_clean -k + 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: unpatch + 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 --- xtermset-0.5.2.orig/debian/changelog +++ xtermset-0.5.2/debian/changelog @@ -0,0 +1,70 @@ +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 + + --- xtermset-0.5.2.orig/debian/watch +++ xtermset-0.5.2/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://sf.net/clts/xtermset-(.*)\.tar\.gz --- xtermset-0.5.2.orig/debian/compat +++ xtermset-0.5.2/debian/compat @@ -0,0 +1 @@ +5 --- xtermset-0.5.2.orig/debian/copyright +++ xtermset-0.5.2/debian/copyright @@ -0,0 +1,57 @@ +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. --- xtermset-0.5.2.orig/debian/docs +++ xtermset-0.5.2/debian/docs @@ -0,0 +1,2 @@ +NEWS +THANKS --- xtermset-0.5.2.orig/debian/patches/00list +++ xtermset-0.5.2/debian/patches/00list @@ -0,0 +1 @@ +01-fix-wrong-use-of-hyphens-in-manpage --- xtermset-0.5.2.orig/debian/patches/01-fix-wrong-use-of-hyphens-in-manpage.dpatch +++ xtermset-0.5.2/debian/patches/01-fix-wrong-use-of-hyphens-in-manpage.dpatch @@ -0,0 +1,98 @@ +#! /bin/sh /usr/share/dpatch/dpatch-run +## 01-fix-wrong-use-of-hyphens-in-manpage.dpatch by Patrick Schoenfeld +## +## +## DP: Fix wrong use of hyphens in the manpage + +@DPATCH@ +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