Package: gnome-shell-extension-redshift Version: 0~20141101.git3091f6f-1 Followup-For: Bug #788807
I prepper a new upstream version. Please find debdiff attached. You may also want to add some VCS to the packaging -- System Information: Debian Release: stretch/sid APT prefers testing APT policy: (990, 'testing'), (500, 'unstable'), (101, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 4.0.5 (SMP w/4 CPU cores) Locale: LANG=en_IN.utf8, LC_CTYPE=en_IN.utf8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) Versions of packages gnome-shell-extension-redshift depends on: ii gnome-shell 3.14.4-1 ii redshift 1.10-2 Versions of packages gnome-shell-extension-redshift recommends: ii gnome-tweak-tool 3.14.2-2 gnome-shell-extension-redshift suggests no packages. -- no debconf information
diff -Nru gnome-shell-extension-redshift-0~20141101.git3091f6f/debian/changelog gnome-shell-extension-redshift-0~20150616.git4648ad79/debian/changelog --- gnome-shell-extension-redshift-0~20141101.git3091f6f/debian/changelog 2014-11-10 08:03:05.000000000 +0530 +++ gnome-shell-extension-redshift-0~20150616.git4648ad79/debian/changelog 2015-06-16 13:37:48.000000000 +0530 @@ -1,3 +1,9 @@ +gnome-shell-extension-redshift (0~20150616.git4648ad79-1) UNRELEASED; urgency=medium + + * [7c9707f] Drop patch, not needed anymore + + -- Ritesh Raj Sarraf <r...@debian.org> Tue, 16 Jun 2015 13:37:48 +0530 + gnome-shell-extension-redshift (0~20141101.git3091f6f-1) unstable; urgency=medium * Initial release. (Closes: #768248) diff -Nru gnome-shell-extension-redshift-0~20141101.git3091f6f/debian/control gnome-shell-extension-redshift-0~20150616.git4648ad79/debian/control --- gnome-shell-extension-redshift-0~20141101.git3091f6f/debian/control 2014-11-10 08:03:05.000000000 +0530 +++ gnome-shell-extension-redshift-0~20150616.git4648ad79/debian/control 2015-06-16 13:56:05.000000000 +0530 @@ -12,7 +12,7 @@ Depends: ${misc:Depends}, redshift, gnome-shell (>= 3.8), - gnome-shell (<< 3.15), + gnome-shell (<< 3.17), Recommends: gnome-tweak-tool Description: redshift extension for GNOME Shell GNOME shell extension to control redshift, which adjusts the color diff -Nru gnome-shell-extension-redshift-0~20141101.git3091f6f/debian/patches/series gnome-shell-extension-redshift-0~20150616.git4648ad79/debian/patches/series --- gnome-shell-extension-redshift-0~20141101.git3091f6f/debian/patches/series 2014-11-10 08:03:05.000000000 +0530 +++ gnome-shell-extension-redshift-0~20150616.git4648ad79/debian/patches/series 2015-06-16 13:37:23.000000000 +0530 @@ -1 +0,0 @@ -01-gnome-3.14.diff diff -Nru gnome-shell-extension-redshift-0~20141101.git3091f6f/src/extension.js gnome-shell-extension-redshift-0~20150616.git4648ad79/src/extension.js --- gnome-shell-extension-redshift-0~20141101.git3091f6f/src/extension.js 2014-11-02 03:53:35.000000000 +0530 +++ gnome-shell-extension-redshift-0~20150616.git4648ad79/src/extension.js 2015-06-15 01:21:03.000000000 +0530 @@ -72,7 +72,7 @@ if (provider == "manual") { let lat = this._settings.get_double(RedshiftUtil.REDSHIFT_LOCATION_LATITUDE_KEY); let lon = this._settings.get_double(RedshiftUtil.REDSHIFT_LOCATION_LONGITUDE_KEY); - command.push("-l " + lon + ":" + lat); + command.push("-l " + lat + ":" + lon); } else { command.push("-l" + provider); } diff -Nru gnome-shell-extension-redshift-0~20141101.git3091f6f/src/metadata.json gnome-shell-extension-redshift-0~20150616.git4648ad79/src/metadata.json --- gnome-shell-extension-redshift-0~20141101.git3091f6f/src/metadata.json 2014-11-02 03:53:35.000000000 +0530 +++ gnome-shell-extension-redshift-0~20150616.git4648ad79/src/metadata.json 2015-06-15 01:21:03.000000000 +0530 @@ -4,6 +4,6 @@ "description": "Integrate redshift toggle into the user menu", "original-author": "tho...@tommie-lie.de", "url": "https://github.com/tommie-lie/gnome-shell-extension-redshift", -"shell-version": [ "3.6", "3.8", "3.12" ], +"shell-version": [ "3.6", "3.8", "3.12", "3.14", "3.16" ], "settings-schema": "org.gnome.shell.extensions.redshift" } diff -Nru gnome-shell-extension-redshift-0~20141101.git3091f6f/src/schemas/org.gnome.shell.extensions.redshift.gschema.xml gnome-shell-extension-redshift-0~20150616.git4648ad79/src/schemas/org.gnome.shell.extensions.redshift.gschema.xml --- gnome-shell-extension-redshift-0~20141101.git3091f6f/src/schemas/org.gnome.shell.extensions.redshift.gschema.xml 2014-11-02 03:53:35.000000000 +0530 +++ gnome-shell-extension-redshift-0~20150616.git4648ad79/src/schemas/org.gnome.shell.extensions.redshift.gschema.xml 2015-06-15 01:21:03.000000000 +0530 @@ -4,7 +4,7 @@ <key name="active" type="b"> <default>true</default> <summary>Activate redshift mode.</summary> - <description>Wether redshift mode should currently be active.</description> + <description>Whether redshift mode should currently be active.</description> </key> <key name="location-provider" type="s">