r52339 - in /packages/unstable/gnome-shell-extension-weather/debian: changelog control rules
bigon at users.alioth.debian.org
bigon at users.alioth.debian.org
Sun Apr 9 21:10:10 UTC 2017
Author: bigon
Date: Sun Apr 9 21:10:09 2017
New Revision: 52339
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=52339
Log:
- Adjust the supported versions (>= 3.14, << 3.25)
* debian/rules: Set the GIT_VERSION so the package version is displayed in
the about dialog
Modified:
packages/unstable/gnome-shell-extension-weather/debian/changelog
packages/unstable/gnome-shell-extension-weather/debian/control
packages/unstable/gnome-shell-extension-weather/debian/rules
Modified: packages/unstable/gnome-shell-extension-weather/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-shell-extension-weather/debian/changelog?rev=52339&op=diff
==============================================================================
--- packages/unstable/gnome-shell-extension-weather/debian/changelog [utf-8] (original)
+++ packages/unstable/gnome-shell-extension-weather/debian/changelog [utf-8] Sun Apr 9 21:10:09 2017
@@ -3,9 +3,12 @@
* QA upload
* New upstream snapshot.
- Fix installation detection by extensions.gnome.org (Closes: #859971)
+ - Adjust the supported versions (>= 3.14, << 3.25)
* debian/control: Bump Standards-Version to 3.9.8 (no further changes)
+ * debian/rules: Set the GIT_VERSION so the package version is displayed in
+ the about dialog
- -- Laurent Bigonville <bigon at debian.org> Sun, 09 Apr 2017 22:53:07 +0200
+ -- Laurent Bigonville <bigon at debian.org> Sun, 09 Apr 2017 23:09:50 +0200
gnome-shell-extension-weather (0~20160325.gitb5415ec-2) unstable; urgency=medium
Modified: packages/unstable/gnome-shell-extension-weather/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-shell-extension-weather/debian/control?rev=52339&op=diff
==============================================================================
--- packages/unstable/gnome-shell-extension-weather/debian/control [utf-8] (original)
+++ packages/unstable/gnome-shell-extension-weather/debian/control [utf-8] Sun Apr 9 21:10:09 2017
@@ -19,8 +19,8 @@
gir1.2-glib-2.0,
gir1.2-gtk-3.0,
gir1.2-soup-2.4,
- gnome-shell (<< 3.23),
- gnome-shell (>= 3.12),
+ gnome-shell (<< 3.25),
+ gnome-shell (>= 3.14),
Recommends: gnome-tweak-tool
Description: weather extension for GNOME Shell
gnome-shell-extension-weather is a simple extension for displaying weather
Modified: packages/unstable/gnome-shell-extension-weather/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-shell-extension-weather/debian/rules?rev=52339&op=diff
==============================================================================
--- packages/unstable/gnome-shell-extension-weather/debian/rules [utf-8] (original)
+++ packages/unstable/gnome-shell-extension-weather/debian/rules [utf-8] Sun Apr 9 21:10:09 2017
@@ -1,6 +1,8 @@
#!/usr/bin/make -f
include /usr/share/dpkg/default.mk
+
+export GIT_VERSION := $(DEB_VERSION)
%:
dh $@ --with autoreconf
More information about the pkg-gnome-commits
mailing list