--- gnome-color-manager-2.30.0.orig/debian/compat +++ gnome-color-manager-2.30.0/debian/compat @@ -0,0 +1 @@ +7 --- gnome-color-manager-2.30.0.orig/debian/copyright +++ gnome-color-manager-2.30.0/debian/copyright @@ -0,0 +1,16 @@ +Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=59 +Name: Gnome Color Manager +Maintainer: Richard Hughes +Source: http://projects.gnome.org/gnome-color-manager/ + +Files: * +Copyright: Copyright 2009-2010, Richard Hughes +License: GPL-2+ + On Debian systems, the complete text of the GNU General Public License + can be found in the /usr/share/common-licenses directory. + +Files: help/* +Copyright: Copyright 2009-2010, Richard Hughes +License: GFDL-1.1 + On Debian systems, the complete text of the GNU Free Documentation + License can be found in the /usr/share/common-licenses directory. --- gnome-color-manager-2.30.0.orig/debian/changelog +++ gnome-color-manager-2.30.0/debian/changelog @@ -0,0 +1,22 @@ +gnome-color-manager (2.30.0-0ubuntu2) lucid; urgency=low + + * debian/control: + - Build-depend on libnotify-dev + + -- Robert Ancell Tue, 30 Mar 2010 10:29:43 +1100 + +gnome-color-manager (2.30.0-0ubuntu1) lucid; urgency=low + + * New upstream release + * debian/control: + - Build-depend on libcanberra-gtk-dev + - Build-depend on libsane-dev + - Use Standards-Version 3.8.4 + + -- Robert Ancell Tue, 30 Mar 2010 09:20:50 +1100 + +gnome-color-manager (2.29.2-1) experimental; urgency=low + + * Initial packaging, just a tiny bit of dh7 (closes: #566884). + + -- Roland Mas Mon, 25 Jan 2010 20:45:10 +0100 --- gnome-color-manager-2.30.0.orig/debian/watch +++ gnome-color-manager-2.30.0/debian/watch @@ -0,0 +1,2 @@ +version=2 +http://ftp.gnome.org/pub/gnome/sources/gnome-color-manager/([\d\.\d]+)/gnome-color-manager-([\d\.]+)\.tar\.gz --- gnome-color-manager-2.30.0.orig/debian/rules +++ gnome-color-manager-2.30.0/debian/rules @@ -0,0 +1,8 @@ +#!/usr/bin/make -f + +# Skip testsuite, since it requires a running X session +override_dh_auto_test: + +# For everything else, there's Debhelper +%: + dh $@ --- gnome-color-manager-2.30.0.orig/debian/control +++ gnome-color-manager-2.30.0/debian/control @@ -0,0 +1,40 @@ +Source: gnome-color-manager +Section: gnome +Priority: optional +Maintainer: Debian GNOME Maintainers +Uploaders: Roland Mas +Standards-Version: 3.8.4 +Build-Depends: debhelper (>= 7.0.50~), + autoconf, + automake, + libtool, + libgconf2-dev, + gnome-pkg-tools, + gnome-doc-utils, + intltool, + libgtk2.0-dev, + libglib2.0-dev, + libgnome-desktop-dev, + libvte-dev, + libgudev-1.0-dev, + liblcms1-dev, + libdbus-glib-1-dev, + libxxf86vm-dev, + libxrandr-dev, + libunique-dev, + libnotify-dev, + libcanberra-gtk-dev, + libsane-dev, + gtk-doc-tools, + scrollkeeper, + docbook-utils +Homepage: http://projects.gnome.org/gnome-color-manager/ + +Package: gnome-color-manager +Architecture: any +Depends: policykit-1, ${misc:Depends}, ${shlibs:Depends} +Recommends: argyll +Description: Color management integration for the Gnome desktop environment + GNOME Color Manager is a set of graphical utilities for color + management to be used in the GNOME desktop. With the help of + ArgyllCMS, it can create and apply display ICC color profiles.