--- roxterm-1.7.4.orig/debian/roxterm.xml +++ roxterm-1.7.4/debian/roxterm.xml @@ -0,0 +1,233 @@ + +.
will be generated. You may view the +manual page with: nroff -man .
| less'. A +typical entry in a Makefile or Makefile.am is: + +DB2MAN=/usr/share/sgml/docbook/stylesheet/xsl/nwalsh/\ +manpages/docbook.xsl +XP=xsltproc -''-nonet + +manpage.1: manpage.dbk + $(XP) $(DB2MAN) $< + +The xsltproc binary is found in the xsltproc package. The +XSL files are in docbook-xsl. Please remember that if you +create the nroff version in one of the debian/rules file +targets (such as build), you will need to include xsltproc +and docbook-xsl in your Build-Depends control field. + +--> + + + Tony"> + Houghton"> + + March 22, 2007"> + + 1"> + h@realh.co.uk"> + + roxterm"> + + + Debian"> + GNU"> + GPL"> +]> + + + +
+ &dhemail; +
+ + &dhfirstname; + &dhsurname; + + + 2005 + &dhusername; + + &dhdate; +
+ + &dhucpackage; + + &dhsection; + + + &dhpackage; + + terminal emulator + + + + &dhpackage; + | + + + + | + + | + + | + + + + | + + + + | + + + + + DESCRIPTION + + This manual page documents briefly the + &dhpackage; command. + + This manual page was written for the &debian; distribution + because the original program does not have a manual page. + + &dhpackage; is a terminal emulator. + + + + OPTIONS + + These programs follow the usual &gnu; command line syntax, + with long options starting with two dashes (`-'). A summary of + options is included below. + + + + + + + + Show description of options. + + + + + + + Show summary of usage. + + + + + + + + Execute remainder of command line inside the terminal. Must + be final option. + + + + + + + + Run shell/command in DIRECTORY. + + + + + + + Set size and/or position of terminal according to X geometry + specification. + + + + + + + Application directory when run as a ROX app. + + + + + + + + Whether to show or hide the menubar, overriding the profile. + The default is to show it. + + + + + + + + Use the named profile. + + + + + + + + Use the named colour scheme. + + + + + + + + Use the named keyboard shortcut (accelerator) scheme. + + + + + + + Use a separate process for this terminal. + + + + + + + Replace any existing instance as ROXTerm D-BUS service + provider. + + + + + + SEE ALSO + + The program is documented fully by the HTML file + file:///usr/share/doc/roxterm/index.html. + + + AUTHOR + + This manual page was written by &dhusername; &dhemail; for + the &debian; system (but may be used by others). Permission is + granted to copy, distribute and/or modify this document under + the terms of the &gnu; General Public License, Version 2 any + later version published by the Free Software Foundation. + + + On Debian systems, the complete text of the GNU General Public + License can be found in /usr/share/common-licenses/GPL. + + + +
--- roxterm-1.7.4.orig/debian/compat +++ roxterm-1.7.4/debian/compat @@ -0,0 +1 @@ +5 --- roxterm-1.7.4.orig/debian/roxterm.postinst +++ roxterm-1.7.4/debian/roxterm.postinst @@ -0,0 +1,12 @@ +#!/bin/sh + +set -e + +update-alternatives --install /usr/bin/x-terminal-emulator \ + x-terminal-emulator /usr/bin/roxterm 50 --slave \ + /usr/share/man/man1/x-terminal-emulator.1.gz x-terminal-emulator.1.gz \ + /usr/share/man/man1/roxterm.1.gz + +#DEBHELPER# + +exit 0 --- roxterm-1.7.4.orig/debian/changelog +++ roxterm-1.7.4/debian/changelog @@ -0,0 +1,26 @@ +roxterm (1.7.4-1) unstable; urgency=low + + * New upstream release + * Don't report trivial cases of failure to load bgimg in profilegui. (Closes: #441964) + + -- Thierry Randrianiriana Tue, 11 Sep 2007 23:43:03 +0300 + +roxterm (1.6.0-1) unstable; urgency=low + + * New upstream release + * Configuration manager can't copy Keyboard accelerators profile. (Closes: #435989) + * Can't modify keyboard shortcuts. (Closes: #436158, #435984) + + -- Thierry Randrianiriana Mon, 03 Sep 2007 22:35:33 +0300 + +roxterm (1.5.2-2) unstable; urgency=low + + * Renamed roxterm.postint to roxterm.postinst (Closes: #435475). + + -- Thierry Randrianiriana Wed, 01 Aug 2007 09:20:15 +0300 + +roxterm (1.5.2-1) unstable; urgency=low + + * Initial release (Closes: #416089) + + -- Thierry Randrianiriana Mon, 16 Jul 2007 13:42:17 +0300 --- roxterm-1.7.4.orig/debian/copyright +++ roxterm-1.7.4/debian/copyright @@ -0,0 +1,29 @@ +This package was debianized by Randrianiriana Soloniaina Thierry on +Mon, 16 Jul 2007 13:42:17 +0300. + +It was downloaded from http://roxterm.sourceforge.net + +Upstream Author: Tony Houghton + +Copyright (C) 2004 Tony Houghton + +License: + + Copyright (C) 2004 Tony Houghton + + 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 of the License, 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 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. --- roxterm-1.7.4.orig/debian/watch +++ roxterm-1.7.4/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://sf.net/roxterm/roxterm-(.*)\.tar\.gz --- roxterm-1.7.4.orig/debian/dirs +++ roxterm-1.7.4/debian/dirs @@ -0,0 +1 @@ +usr/share/pixmaps --- roxterm-1.7.4.orig/debian/control +++ roxterm-1.7.4/debian/control @@ -0,0 +1,19 @@ +Source: roxterm +Section: x11 +Priority: optional +Maintainer: Thierry Randrianiriana +Build-Depends: debhelper (>= 5), autotools-dev, libglade2-dev, libgtk2.0-dev (>= 2.6), libvte-dev, libdbus-glib-1-dev, imagemagick, xsltproc, docbook-xsl +Standards-Version: 3.7.2 + +Package: roxterm +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Provides: x-terminal-emulator +Description: multi-tabbed GTK+2 terminal emulator application + ROXTerm is a terminal emulator intended to provide similar features to + gnome-terminal, based on the same VTE library, but with a smaller footprint + and quicker start-up time. It achieves this by not using the Gnome libraries + and by using a separate applet to provide the configuration GUI. It can be + used as a ROX application, as the name implies, or in any other X environment. + . + Homepage: http://roxterm.sourceforge.net --- roxterm-1.7.4.orig/debian/menu +++ roxterm-1.7.4/debian/menu @@ -0,0 +1,4 @@ +?package(roxterm):needs="X11" section="Applications/Terminal Emulators"\ + title="ROXTerm"\ + icon="/usr/share/pixmaps/roxterm.xpm"\ + command="/usr/bin/roxterm" --- roxterm-1.7.4.orig/debian/rules +++ roxterm-1.7.4/debian/rules @@ -0,0 +1,92 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +#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) + + +CFLAGS = -Wall -g + +ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) + CFLAGS += -O0 +else + CFLAGS += -O2 +endif + +config.status: configure + dh_testdir + +ifneq "$(wildcard /usr/share/misc/config.sub)" "" + cp -f /usr/share/misc/config.sub config.sub +endif +ifneq "$(wildcard /usr/share/misc/config.guess)" "" + cp -f /usr/share/misc/config.guess config.guess +endif + ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs" \ + --prefix=/usr \ + --mandir=\$${prefix}/share/man \ + --infodir=\$${prefix}/share/info + +build: build-stamp + +build-stamp: config.status + dh_testdir + + $(MAKE) + + touch $@ + +clean: + dh_testdir + dh_testroot + rm -f build-stamp + + [ ! -f Makefile ] || $(MAKE) clean + [ ! -f Makefile ] || $(MAKE) distclean + -$(RM) config.sub config.guess + -$(RM) roxterm{-config,}.1 + -$(RM) debian/roxterm.xpm + + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + + $(MAKE) DESTDIR=$(CURDIR)/debian/roxterm install + convert $(CURDIR)/Help/imgs/roxterm_logo.png \ + -scale 32x32 \ + $(CURDIR)/debian/roxterm/usr/share/pixmaps/roxterm.xpm + xsltproc --nonet -o $(CURDIR)/ \ + /usr/share/xml/docbook/stylesheet/nwalsh/manpages/docbook.xsl \ + $(CURDIR)/debian/roxterm.xml + xsltproc --nonet -o $(CURDIR)/ \ + /usr/share/xml/docbook/stylesheet/nwalsh/manpages/docbook.xsl \ + $(CURDIR)/debian/roxterm-config.xml + -$(RM) $(CURDIR)/debian/roxterm/usr/share/doc/roxterm/COPYING + +binary-indep: build install + +binary-arch: build install + dh_testdir + dh_testroot + dh_installchangelogs ChangeLog + dh_installdocs + dh_installmenu + dh_desktop + dh_installman roxterm.1 roxterm-config.1 + dh_strip + dh_compress + dh_fixperms + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install --- roxterm-1.7.4.orig/debian/roxterm-config.xml +++ roxterm-1.7.4/debian/roxterm-config.xml @@ -0,0 +1,156 @@ + +.
will be generated. You may view the +manual page with: nroff -man .
| less'. A +typical entry in a Makefile or Makefile.am is: + +DB2MAN=/usr/share/sgml/docbook/stylesheet/xsl/nwalsh/\ +manpages/docbook.xsl +XP=xsltproc -''-nonet + +manpage.1: manpage.dbk + $(XP) $(DB2MAN) $< + +The xsltproc binary is found in the xsltproc package. The +XSL files are in docbook-xsl. Please remember that if you +create the nroff version in one of the debian/rules file +targets (such as build), you will need to include xsltproc +and docbook-xsl in your Build-Depends control field. + +--> + + + Tony"> + Houghton"> + + March 22, 2007"> + + 1"> + h@realh.co.uk"> + + roxterm"> + + + Debian"> + GNU"> + GPL"> +]> + + + +
+ &dhemail; +
+ + &dhfirstname; + &dhsurname; + + + 2005 + &dhusername; + + &dhdate; +
+ + &dhucpackage; + + &dhsection; + + + &dhpackage; + + terminal emulator + + + + &dhpackage; + + + + + + + + + DESCRIPTION + + This manual page documents briefly the + &dhpackage; command. + + This manual page was written for the &debian; distribution + because the original program does not have a manual page. + + &dhpackage; is for configuring ROXTerm, the + terminal emulator. + + + + OPTIONS + + These programs follow the usual &gnu; command line syntax, + with long options starting with two dashes (`-'). A summary of + options is included below. + + + + + + + Application directory when run as a ROX app. + + + + + + + Edit the named profile. + + + + + + + Edit the named colour scheme. + + + + + + + Do nothing but wait for ROXTerm to request operations + via D-BUS. + + + + + + SEE ALSO + + roxterm-config is usually run by roxterm. The package is + documented fully by the HTML file + file:///usr/share/doc/roxterm/index.html. + + + AUTHOR + + This manual page was written by &dhusername; &dhemail; for + the &debian; system (but may be used by others). Permission is + granted to copy, distribute and/or modify this document under + the terms of the &gnu; General Public License, Version 2 any + later version published by the Free Software Foundation. + + + On Debian systems, the complete text of the GNU General Public + License can be found in /usr/share/common-licenses/GPL. + + + +
--- roxterm-1.7.4.orig/debian/roxterm.prerm +++ roxterm-1.7.4/debian/roxterm.prerm @@ -0,0 +1,11 @@ +#!/bin/sh + +set -e + +if [ "$1" = "remove" ] || [ "$1" = "deconfigure" ]; then + update-alternatives --remove x-terminal-emulator /usr/bin/roxterm +fi + +#DEBHELPER# + +exit 0 --- roxterm-1.7.4.orig/debian/roxterm.doc-base +++ roxterm-1.7.4/debian/roxterm.doc-base @@ -0,0 +1,9 @@ +Document: roxterm +Title: ROXTerm Manual +Author: Tony Houghton +Abstract: This manual describes what ROXTerm is, and how it can be used. +Section: XShells + +Format: HTML +Index: /usr/share/doc/roxterm/index.html +Files: /usr/share/doc/roxterm/*.html