debian/0000755000000000000000000000000011427574145007200 5ustar debian/compat0000644000000000000000000000000211377611026010370 0ustar 7 debian/changelog0000644000000000000000000000575011427574145011061 0ustar xcolmix (1.07-10build1) maverick; urgency=low * No-change rebuild for libforms1 → libforms2 transition. -- Michael Bienia Sun, 08 Aug 2010 20:32:49 +0200 xcolmix (1.07-10) unstable; urgency=low * Rebuild against libforms2. * Standards-Version: 3.8.4 * Switch to dpkg-source 3.0 (quilt) format. -- Peter S Galbraith Thu, 27 May 2010 20:47:37 -0400 xcolmix (1.07-9) unstable; urgency=low * Opps. Forgot to change xserver-common for x11-common as part of fix for #508864. -- Peter S Galbraith Sat, 17 Oct 2009 08:29:29 -0400 xcolmix (1.07-8) unstable; urgency=low * Bug fix: "FTBFS: xcolmix.h:29:23: error: X11/forms.h: No such file or directory", thanks to Lucas Nussbaum (Closes: #551247). Adapt to new libforms1 library. * Bug fix: "looks for rgb.txt in the wrong place", thanks to Justin B Rye (Closes: #508864). * Fixed menu entry. -- Peter S Galbraith Fri, 16 Oct 2009 15:53:21 -0400 xcolmix (1.07-7) unstable; urgency=low * Bug fix: "xcolmix: FTBFS: build-depends on removed xlibs-dev", thanks to Adeodato Simó for the report and to Justin Pryzby for the patch (Closes: #346802). * Standards version 3.6.2 -- Peter S Galbraith Wed, 18 Jan 2006 18:53:12 -0500 xcolmix (1.07-6) unstable; urgency=low * Move to main from contrib! * Standards version 3.5.8; Edited rules file a bit to comply. -- Peter S Galbraith Mon, 9 Dec 2002 22:55:09 -0500 xcolmix (1.07-5) unstable; urgency=low * Update to policy 3.2.1 (Build-Depends) -- Peter S Galbraith Wed, 21 Feb 2001 10:21:50 -0500 xcolmix (1.07-4) unstable; urgency=low * Fixed packaging of upstream changelog file. -- Peter S Galbraith Tue, 14 Dec 1999 09:33:00 -0500 xcolmix (1.07-3) unstable; urgency=low * Added Suggests: xserver-common for rgb.txt files. * Build i386 against libforms0.89 -- Peter S Galbraith Tue, 19 Oct 1999 13:06:14 -0400 xcolmix (1.07-2) unstable; urgency=low * Update to policy 3.0.1 (/usr/share/) -- Peter S Galbraith Sat, 25 Sep 1999 15:08:01 -0400 xcolmix (1.07-1) unstable; urgency=low * New upstream release created by Debian maintainer. Yet another new license (GPL + permission to link against XForms). -- Peter S Galbraith Fri, 11 Jun 1999 10:07:56 -0400 xcolmix (1.06-1) unstable; urgency=low * New upstream release created by Debian maintainer. New license (GPL + permission to link against XForms). Also added the Debian man page to upstream package. * Closes Bug#35855: Xcolmix does not build from source design.c and xcolmix.h now have #include Hacked the makefile a little to add library path. -- Peter S Galbraith Mon, 12 Apr 1999 23:15:23 -0500 xcolmix (1.05-1) unstable; urgency=low * Initial Release. -- Peter S Galbraith Wed, 16 Dec 1998 22:51:50 -0500 debian/copyright0000644000000000000000000000277411377611406011141 0ustar This package was debianized by Peter S Galbraith on Mon, 7 Jun 1999 10:07:56 -0400 It was downloaded from ftp://ftp.icce.rug.nl/pub/unix/xcolmix-1.07.tar.gz but the file is no longer hosted there. It is abandoned upstream. Copyright: [GPL + Okay to link against XForms, which was needed before the XForms library was LGPLed.] The GPLV2 license text can be found at /usr/share/common-licenses/GPL-2 XColmix - an RGB colour mixer. Copyright (C) 1996 Karel Kubat. All rights reserved. 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. You may link this software with XForms (Copyright (C) by T.C. Zhao and Mark Overmars) and distribute the resulting binary, under the restrictions in clause 3 of the GPL, even though the resulting binary is not, as a whole, covered by the GPL. (You still need a separate license to do so from the owner(s) of the copyright for XForms, however). If a derivative no longer requires XForms, you may use the unsupplemented GPL as its license by deleting this paragraph and therefore removing this exemption for XForms. 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. debian/rules0000755000000000000000000000233611377611026010256 0ustar #!/usr/bin/make -f # Made with the aid of debmake, by Christoph Lameter, # based on the sample debian/rules file for GNU hello by Ian Jackson. # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 package=xcolmix build: $(checkdir) (cd src; make final STDLFLAGS="-L /usr/X11R6/lib" STDCFLAGS="-c -O2 -Wall $(XFINCDIR) -g") touch build clean: $(checkdir) -rm -f build (cd src; make clean) dh_clean 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) -rm -rf debian/xcolmix install -d debian/xcolmix/usr/bin # install -d debian/xcolmix/usr/share/doc/xcolmix install -m 755 src/xcolmix debian/xcolmix/usr/bin dh_installdirs dh_installdocs xcolmix.README dh_installexamples dh_installchangelogs ChangeLog dh_installmenu dh_installman -pxcolmix src/xcolmix.1 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 root = "`whoami`" .PHONY: binary binary-arch binary-indep clean checkroot debian/patches/0000755000000000000000000000000011377612051010620 5ustar debian/patches/series0000644000000000000000000000003411377612037012036 0ustar 0_xcolmix-compilation-fixes debian/patches/0_xcolmix-compilation-fixes0000644000000000000000000000476411377612026016112 0ustar Description: Upstream changes to fix compilation. Track XForms header file. Track rgb.txt file. Author: Peter S Galbraith Last-Update: 2010-05-27 --- xcolmix-1.07.orig/src/xcolmix.c +++ xcolmix-1.07/src/xcolmix.c @@ -49,7 +49,7 @@ int foreground_selected = 0, lookup_on_screen = 0; char - *rgbfile = "/usr/lib/X11/rgb.txt"; + *rgbfile = "/etc/X11/rgb.txt"; void main (int argc, char **argv) { --- xcolmix-1.07.orig/src/xcolmix.1 +++ xcolmix-1.07/src/xcolmix.1 @@ -6,7 +6,7 @@ xcolmix \- an RGB colour mixer .I "[-display host:dpy] [-name appname] [-visual class] [-depth d] [-private] [-shared] [-stdcmap] [-debug d] [-sync] rgb-database-file" The rgb-database-file is the file which holds the X-windows colour -definitions, when absent: /usr/lib/X11/rgb.txt is used. +definitions, when absent: /etc/X11/rgb.txt is used. .SH "DESCRIPTION" This manual page documents briefly the .BR xcolmix , @@ -64,7 +64,7 @@ or the background. Then, use the three s `blue' to change the colour. The button `lookup' starts a second window, with a browser showing the -system colour database. The default database name is /usr/lib/X11/rgb.txt, +system colour database. The default database name is /etc/X11/rgb.txt, though you can overrule this filename with a file argument in the command that starts up xcolmix. --- xcolmix-1.07.orig/src/design.c +++ xcolmix-1.07/src/design.c @@ -27,7 +27,7 @@ /* <<< End of information >>> */ /* Form definition file generated with fdesign. */ -#include +#include #include #include "design.h" --- xcolmix-1.07.orig/src/usage.c +++ xcolmix-1.07/src/usage.c @@ -41,7 +41,7 @@ void usage () "Usage: xcolmix [X options] \n" " or: xcolmix [X options] rgb-database-file\n" "The rgb-database-file is the file which holds the X-windows color\n" - "definitions, when absent: /usr/lib/X11/rgb.txt is used.\n" + "definitions, when absent: /etc/X11/rgb.txt is used.\n" "Options may be:\n" " -display host:display - the display, default: $DISPLAY\n" " -name applicationname - application name for X resource managing\n" --- xcolmix-1.07.orig/src/xcolmix.h +++ xcolmix-1.07/src/xcolmix.h @@ -26,7 +26,7 @@ /* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ /* <<< End of information >>> */ -#include +#include #include #include #include debian/control0000644000000000000000000000121311377611114010570 0ustar Source: xcolmix Section: utils Priority: optional Maintainer: Peter S Galbraith Build-Depends: debhelper (>= 7), libforms-dev Standards-Version: 3.8.4 Package: xcolmix Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Suggests: x11-common Description: an RGB colour mixer xcolmix enables you to mix your own colours in order to determine three values (the R/G/B code, or red-green-blue mix) of a colour. You can use those colours to, e.g., define the foreground or background of X applications which support it. Furthermore, xcolmix lets you retrieve RGB values from the X system's database of `predefined' colours. debian/menu0000644000000000000000000000022011377611026010053 0ustar ?package(xcolmix):needs="X11" \ section="Applications/Programming" \ hints="Selectors,Color" \ title="xcolmix" command="/usr/bin/xcolmix" debian/README.debian0000644000000000000000000000055111377611026011274 0ustar xcolmix for DEBIAN ------------------ This is stock xcolmix, repackaged for the upstream author by the Debian maintainer to clarify the license and include a man page. The package xserver-common is suggested because it holds the rgb.txt file that xcolmix can use to lookup colours by name. Peter S Galbraith , Mon, 7 Jun 1999 10:07:56 -0400 debian/source/0000755000000000000000000000000011377611202010466 5ustar debian/source/format0000644000000000000000000000001411377611202011674 0ustar 3.0 (quilt)