--- redshift-1.6.orig/debian/compat +++ redshift-1.6/debian/compat @@ -0,0 +1 @@ +7 --- redshift-1.6.orig/debian/docs +++ redshift-1.6/debian/docs @@ -0,0 +1,3 @@ +AUTHORS +NEWS +README --- redshift-1.6.orig/debian/rules +++ redshift-1.6/debian/rules @@ -0,0 +1,16 @@ +#!/usr/bin/make -f +# -*- makefile -*- +# Sample debian/rules that uses debhelper. +# This file was originally written by Joey Hess and Craig Small. +# As a special exception, when this file is copied by dh-make into a +# dh-make output file, you may use that output file without restriction. +# This special exception was added by Craig Small in version 0.37 of dh-make. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +%: + dh $@ + +override_dh_auto_configure: + dh_auto_configure -- --enable-randr --enable-vidmode --enable-gui --enable-gnome-clock --disable-wingdi --- redshift-1.6.orig/debian/control +++ redshift-1.6/debian/control @@ -0,0 +1,21 @@ +Source: redshift +Section: x11 +Priority: extra +Maintainer: Jon Lund Steffensen +Build-Depends: debhelper (>= 7.0.50~), autotools-dev, pkg-config, libxcb1-dev, libxcb-randr0-dev, libx11-dev, x11proto-xf86vidmode-dev, libxxf86vm-dev, libxext-dev, libgconf2-dev, libglib2.0-dev, python-support +Standards-Version: 3.8.4 +Homepage: http://jonls.dk/redshift/ + +Package: redshift +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python-gtk2 (>=2.10), python-appindicator +Description: Adjusts screen color temperature based on surroundings + Adjust color temperature of your screen according to your + surroundings. This may help your eyes hurt less if you are working in + front of the screen at night. + . + The color temperature is set according to the position of the sun. A + different color temperature is set during night and daytime. During + twilight and early morning, the color temperature transitions smoothly + from night to daytime temperature to allow your eyes to slowly + adapt. --- redshift-1.6.orig/debian/copyright +++ redshift-1.6/debian/copyright @@ -0,0 +1,24 @@ +This package was debianized by Jon Lund Steffensen on +Sat, 15 May 2010 21:04:00 +0100. + +It was downloaded from + +Upstream Author: + + Jon Lund Steffensen + +Copyright: + + Copyright (C) 2009,2010 Jon Lund Steffensen + +License: + + Redshift is licensed under the GPL version 3, + see `/usr/share/common-licenses/GPL-3'. + +The Debian packaging is: + + Copyright (C) 2010 Jon Lund Steffensen + +and is licensed under the GPL version 3, +see `/usr/share/common-licenses/GPL-3'. --- redshift-1.6.orig/debian/changelog +++ redshift-1.6/debian/changelog @@ -0,0 +1,49 @@ +redshift (1.6-0ubuntu1) maverick; urgency=low + + * New upstream release. + + -- Jon Lund Steffensen Mon, 18 Oct 2010 01:48:24 +0200 + +redshift (1.5-0ubuntu1) lucid; urgency=low + + * New upstream release. + + -- Jon Lund Steffensen Wed, 18 Aug 2010 21:26:08 +0200 + +redshift (1.4.1-0ubuntu1) lucid; urgency=low + + * New upstream release. + + -- Jon Lund Steffensen Tue, 15 Jun 2010 13:03:06 +0200 + +redshift (1.4-0ubuntu1) lucid; urgency=low + + * New upstream release. + + -- Jon Lund Steffensen Mon, 14 Jun 2010 00:10:18 +0200 + +redshift (1.3-0ubuntu1) lucid; urgency=low + + * New upsteam release. + * Package for lucid. + + -- Jon Lund Steffensen Sat, 15 May 2010 20:45:24 +0200 + +redshift (1.2-0ubuntu1) karmic; urgency=low + + * New upstream release + * Add dh_pysupport in rules. + + -- Jon Lund Steffensen Thu, 11 Feb 2010 23:23:20 +0100 + +redshift (1.1-0ubuntu1) karmic; urgency=low + + * New upstream release + + -- Jon Lund Steffensen Thu, 14 Jan 2010 01:45:08 +0100 + +redshift (1.0-1) karmic; urgency=low + + * Initial release. + + -- Jon Lund Steffensen Sat, 09 Jan 2010 17:34:47 +0100