--- grabc-1.1.orig/debian/install +++ grabc-1.1/debian/install @@ -0,0 +1 @@ +grabc usr/bin/ --- grabc-1.1.orig/debian/copyright +++ grabc-1.1/debian/copyright @@ -0,0 +1,17 @@ +This package was debianized by Sonia Hamilton on +Fri, 29 Apr 2005 13:35:49 +1000. + +It was downloaded from http://muquit.com/muquit/software/grabc/grabc.html + +Copyright: 1997, Muhammad A Muquit + +Upstream Author: Muhammad A Muquit ma_muquit@fccc.edu + +License: GPL + +On Debian systems, the full text of the GPL can be found at +/usr/share/common-licenses/GPL + +The Debian packaging is Copyright 2005 Sonia Hamilton and Copyright +2009 Ryan Niebur, and is licensed under the same license as grabc +itself, see above. --- grabc-1.1.orig/debian/menu +++ grabc-1.1/debian/menu @@ -0,0 +1,2 @@ +?package(grabc):needs="text" section="Applications/Graphics"\ + title="GrabC" command="/usr/bin/grabc" --- grabc-1.1.orig/debian/changelog +++ grabc-1.1/debian/changelog @@ -0,0 +1,29 @@ +grabc (1.1-2) unstable; urgency=low + + * convert debian/rules to debhelper 7 + * Debian Policy 3.8.1 + * use Homepage field in debian/rules + * add watch file + * adopt package (Closes: #526126) + * remove x-dev build dependency (Closes: #515368) + * change short and long descriptions + * remove debian/post{inst,rm}, debhelper handles running update-menus + * update menu file's section from Apps to Applications + * remove the need for debian/dirs and for direct changes to the + Makefile by installing the binary with debhelper + + -- Ryan Niebur Wed, 29 Apr 2009 14:44:08 -0700 + +grabc (1.1-1.1) unstable; urgency=low + + * NMU. + * Fixed "FTBFS: build-depends on removed xlibs-dev", closes: #346616. + + -- Anibal Monsalve Salazar Tue, 17 Jan 2006 22:08:16 +1100 + +grabc (1.1-1) unstable; urgency=low + + * Initial Release. (Closes: #304450) + + -- Sonia Hamilton Fri, 29 Apr 2005 13:35:49 +1000 + --- grabc-1.1.orig/debian/compat +++ grabc-1.1/debian/compat @@ -0,0 +1 @@ +7 --- grabc-1.1.orig/debian/watch +++ grabc-1.1/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://muquit.com/muquit/software/grabc/grabc.html grabc([0-9.]+).tar.gz --- grabc-1.1.orig/debian/rules +++ grabc-1.1/debian/rules @@ -0,0 +1,20 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +build: build-stamp +build-stamp: + dh build + touch $@ + +clean: + dh $@ + +install: build + dh $@ + + +binary-arch: build install + dh $@ + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install --- grabc-1.1.orig/debian/control +++ grabc-1.1/debian/control @@ -0,0 +1,24 @@ +Source: grabc +Section: x11 +Priority: optional +Maintainer: Ryan Niebur +Build-Depends: debhelper (>= 7), libx11-dev +Standards-Version: 3.8.1 +Homepage: http://muquit.com/muquit/software/grabc/grabc.html + +Package: grabc +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: simple program to determine the color string in hex by clicking on a pixel + grabc is simple but useful program to determine the color string in + hex or in RGB components by clicking on a pixel on the screen. + When this program is run, the mouse pointer is grabbed and changed to + a cross hair and when the mouse is clicked, the color of the clicked + pixel is written to stdout in hex and the R, G, B components are + written to stderr. + . + This program can be useful when you see a color and want to use the + color in xterm or your window manager's border but no clue what the + name of the color is. It's silly to use a image processing software + to find it out. + --- grabc-1.1.orig/debian/manpages +++ grabc-1.1/debian/manpages @@ -0,0 +1 @@ +debian/grabc.1 --- grabc-1.1.orig/debian/grabc.1 +++ grabc-1.1/debian/grabc.1 @@ -0,0 +1,21 @@ +.TH GRABC 1 "April 29, 2005" +.SH NAME +grabc \- identifies an onscreen colour using a crosshair cursor. +.SH SYNOPSIS +.B grabc +.SH DESCRIPTION +.P +grabc is s simple but very useful program to determine the color string in hex +(or in RGB components) by clicking on a pixel on the screen. While web +browsing, lots of time you find a nice color and wonder what color is that. +Well just use grabc! +.P +When this program is run, the mouse pointer is grabbed and changed to a cross +hair and when the mouse is clicked, the color of the clicked pixel is written +to stdout in hex prefixed with #. It will the R, G, B component also in the +stderr. +.SH AUTHOR +grabc was written by Muhammad A Muquit +.PP +This manual page was written by Sonia Hamilton , +for the Debian project (but may be used by others).