--- gtkfontsel-1.1.orig/AUTHORS +++ gtkfontsel-1.1/AUTHORS @@ -1 +1 @@ -Damon Chaplin \ No newline at end of file +Damon Chaplin --- gtkfontsel-1.1.orig/debian/changelog +++ gtkfontsel-1.1/debian/changelog @@ -0,0 +1,45 @@ +gtkfontsel (1.1-6) unstable; urgency=low + + * Replaced xlib6g-dev by xlibs-dev in Build-Depends: (Closes: #170125) + + -- Dima Barsky Mon, 23 Dec 2002 23:35:15 +0000 + +gtkfontsel (1.1-5) unstable; urgency=low + + * Some changes in the rules and control files to make the package + policy compliant (thanks to Josip Rodin). + * Added menu entry (Closes: #65393) + + -- Dima Barsky Sun, 31 Dec 2000 17:07:40 +0000 + +gtkfontsel (1.1-4) unstable; urgency=low + + * Changed the copyright file to conform to Standards-Version: 3.2.1 + + -- Dima Barsky Sun, 31 Dec 2000 15:43:11 +0000 + +gtkfontsel (1.1-3) unstable; urgency=low + + * Recompiled with GTK 1.2 + + -- Dima Barsky Sat, 27 Feb 1999 01:21:43 +0000 + +gtkfontsel (1.1-2) unstable; urgency=low + + * Removed CFLAGS from the "rules" file. + + -- Dima Barsky Wed, 3 Feb 1999 13:57:24 +0000 + +gtkfontsel (1.1-1) unstable; urgency=low + + * New mainstream version, compiled with GTK 1.1.11 + + -- Dima Barsky Thu, 21 Jan 1999 20:49:38 +0000 + +gtkfontsel (1.0-1) unstable; urgency=low + + * Initial Release. + + -- Paul Seelig Fri, 30 Oct 1998 02:54:03 +0100 + + --- gtkfontsel-1.1.orig/debian/copyright +++ gtkfontsel-1.1/debian/copyright @@ -0,0 +1,10 @@ +This package was originally debianized by Paul Seelig + on Fri, 30 Oct 1998 02:54:03 +0100. + +It was downloaded from "http://glade.pn.org/fontsel/". + +Copyright: + +gtkfontsel was written by Damon Chaplin +and is published under the licensing terms of the GPL. See the file +/usr/share/common-licenses/GPL for more details. --- gtkfontsel-1.1.orig/debian/control +++ gtkfontsel-1.1/debian/control @@ -0,0 +1,13 @@ +Source: gtkfontsel +Section: x11 +Priority: optional +Maintainer: Dima Barsky +Standards-Version: 3.5.7 +Build-Depends: debhelper, xlibs-dev, libgtk1.2-dev, libglib1.2-dev + +Package: gtkfontsel +Architecture: any +Depends: ${shlibs:Depends} +Description: A gtk+ based font selection utility + This is a nice utility for browsing, previewing and selecting a X11 font + to insert its correct name via the X clipboard into a configuration file. --- gtkfontsel-1.1.orig/debian/menu +++ gtkfontsel-1.1/debian/menu @@ -0,0 +1,2 @@ +?package(gtkfontsel):needs=x11 section=Apps/Tools\ + title="gtkfontsel" command="/usr/bin/gtkfontsel" --- gtkfontsel-1.1.orig/debian/rules +++ gtkfontsel-1.1/debian/rules @@ -0,0 +1,53 @@ +#!/usr/bin/make -f + +package=gtkfontsel + +build: + $(checkdir) + ./configure --prefix=/usr --mandir='$${prefix}/share/man' + $(MAKE) + touch build + +clean: + $(checkdir) + dh_clean + -$(MAKE) distclean + rm -f build Makefile + rm -f `find . -name "*~"` + rm -rf debian/tmp debian/files* core debian/substvars + +binary-indep: checkroot build + $(checkdir) +# There are no architecture-independent files to be uploaded +# generated by this package. If there were any they would be +# made here. + +binary-arch: checkroot build + $(checkdir) + dh_clean + install -d debian/tmp + $(MAKE) install prefix=$(CURDIR)/debian/tmp/usr + dh_installdocs NEWS README AUTHORS + dh_installchangelogs + dh_installmenu + dh_installmanpages + dh_strip + dh_compress + dh_fixperms + dh_shlibdeps + dh_gencontrol + dh_installdeb + dh_md5sums + dh_builddeb + +define checkdir + test -f debian/rules +endef + +binary: binary-indep binary-arch + +checkroot: + $(checkdir) + test `id -u` = 0 + +.PHONY: binary binary-arch binary-indep clean checkroot --- gtkfontsel-1.1.orig/gtkfontsel.1 +++ gtkfontsel-1.1/gtkfontsel.1 @@ -0,0 +1,34 @@ +.TH GTKFONTSEL 1 +.\" NAME should be all caps, SECTION should be 1-8, maybe w/ subsection +.\" other parms are allowed: see man(7), man(1) +.SH NAME +gtkfontsel \- a font selector program +.SH SYNOPSIS +.B gtkfontsel \[-print\] +.SH "DESCRIPTION" +This manual page documents briefly the +.BR gtkfontsel +command. +It was written for the Debian GNU/Linux distribution +because the original program does not have a manual page. +.PP +.B gtkfontsel +is very similar to xfontsel, +but is hopefully much easier to use. After selecting a font, you can use the 'Copy Font Name' button to copy the +font name to the clipboard, so you can easily paste it into another +application. + +It also supports the '-print' command line option which will print the selected +font name to stdout when the user hits 'Exit'. +.SH OPTIONS +.TP +.B \-print +Makes the program print the selected +font name to stdout when the user hits 'Exit'. +.SH "SEE ALSO" +.BR xfontsel (1x) +.SH AUTHOR +Damon Chaplin +.PP +This manual page was written by Dima Barsky , +for the Debian GNU/Linux system (but may be used by others).