--- xicc-0.2.orig/debian/control +++ xicc-0.2/debian/control @@ -0,0 +1,15 @@ +Source: xicc +Section: x11 +Priority: optional +Maintainer: Ross Burton +Build-Depends: debhelper (>=4.1.16), cdbs, libxt-dev, libglib2.0-dev +Standards-Version: 3.7.3 + +Package: xicc +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: set the ICC colour profile for an X display + This utility lets you set an ICC colour profile for an X display, so that + applications can use it to display colour calibrated images. Applications have + to specifically look for this atom but several applications such as Gimp and + Krita already do. --- xicc-0.2.orig/debian/examples +++ xicc-0.2/debian/examples @@ -0,0 +1 @@ +data/sRGB.icm --- xicc-0.2.orig/debian/copyright +++ xicc-0.2/debian/copyright @@ -0,0 +1,28 @@ +This package was debianized by Ross Burton on +Mon, 01 Aug 2005 17:15:02 +0000. + +It was downloaded from http://www.burtonini.com/ + +Copyright: (C) 2005 Ross Burton + +Upstream Author: Ross Burton + +License: + + 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 GNU/Linux systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL'. --- xicc-0.2.orig/debian/changelog +++ xicc-0.2/debian/changelog @@ -0,0 +1,19 @@ +xicc (0.2-3) unstable; urgency=low + + * debian/copyright: fix FSF address. + * debian/watch: add. + * debian/control: update Standards. + + -- Ross Burton Thu, 14 Feb 2008 21:22:05 +0000 + +xicc (0.2-2) unstable; urgency=low + + * Improve description (closes: #321703) + + -- Ross Burton Sun, 7 Aug 2005 17:39:14 +0100 + +xicc (0.2-1) unstable; urgency=low + + * Initial release. + + -- Ross Burton Mon, 01 Aug 2005 17:15:02 +0000 --- xicc-0.2.orig/debian/watch +++ xicc-0.2/debian/watch @@ -0,0 +1,2 @@ +version=2 +http://www.burtonini.com/computing/xicc-(.*).tar.gz --- xicc-0.2.orig/debian/rules +++ xicc-0.2/debian/rules @@ -0,0 +1,4 @@ +#! /usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/autotools.mk --- xicc-0.2.orig/debian/compat +++ xicc-0.2/debian/compat @@ -0,0 +1 @@ +4