diff -Nru redshift-1.7/debian/changelog redshift-1.7/debian/changelog --- redshift-1.7/debian/changelog 2012-07-18 20:43:04.000000000 -0400 +++ redshift-1.7/debian/changelog 2013-10-16 13:15:16.000000000 -0400 @@ -1,3 +1,11 @@ +redshift (1.7-2ubuntu2) saucy; urgency=low + + * Added dependency on geoclue-hostip. (LP: #868904) + * d/patches/change-default-geoip-provider.patch to change + geoip provider to Hostip from UbuntuGeoIP. + + -- Mark Russell Wed, 16 Oct 2013 13:06:37 -0400 + redshift (1.7-2ubuntu1) quantal; urgency=low * Merge from Debian unstable. Remaining Ubuntu changes: diff -Nru redshift-1.7/debian/control redshift-1.7/debian/control --- redshift-1.7/debian/control 2012-07-18 20:39:51.000000000 -0400 +++ redshift-1.7/debian/control 2013-10-16 13:04:32.000000000 -0400 @@ -12,7 +12,7 @@ Package: redshift Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends} +Depends: ${shlibs:Depends}, ${misc:Depends}, geoclue-hostip Description: Adjusts the color temperature of your screen The color temperature is set according to the position of the sun. A different color temperature is set during night and daytime. During diff -Nru redshift-1.7/debian/patches/change-default-geoip-provider.patch redshift-1.7/debian/patches/change-default-geoip-provider.patch --- redshift-1.7/debian/patches/change-default-geoip-provider.patch 1969-12-31 19:00:00.000000000 -0500 +++ redshift-1.7/debian/patches/change-default-geoip-provider.patch 2013-10-16 13:06:14.000000000 -0400 @@ -0,0 +1,15 @@ +Index: redshift-1.7/src/location-geoclue.c +=================================================================== +--- redshift-1.7.orig/src/location-geoclue.c 2013-10-16 13:03:53.000000000 -0400 ++++ redshift-1.7/src/location-geoclue.c 2013-10-16 13:06:00.237626966 -0400 +@@ -33,8 +33,8 @@ + # define _(s) s + #endif + +-#define DEFAULT_PROVIDER "org.freedesktop.Geoclue.Providers.UbuntuGeoIP" +-#define DEFAULT_PROVIDER_PATH "/org/freedesktop/Geoclue/Providers/UbuntuGeoIP" ++#define DEFAULT_PROVIDER "org.freedesktop.Geoclue.Providers.Hostip" ++#define DEFAULT_PROVIDER_PATH "/org/freedesktop/Geoclue/Providers/Hostip" + + int + location_geoclue_init(location_geoclue_state_t *state) diff -Nru redshift-1.7/debian/patches/series redshift-1.7/debian/patches/series --- redshift-1.7/debian/patches/series 2012-07-18 20:37:17.000000000 -0400 +++ redshift-1.7/debian/patches/series 2013-10-16 13:05:13.000000000 -0400 @@ -1,2 +1,3 @@ remove_autostart.patch retry-geoclue.patch +change-default-geoip-provider.patch