r53494 - in /packages/unstable/polari/debian: changelog control control.in rules
bsnider-guest at users.alioth.debian.org
bsnider-guest at users.alioth.debian.org
Wed Sep 6 01:32:01 UTC 2017
Author: bsnider-guest
Date: Wed Sep 6 01:32:00 2017
New Revision: 53494
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=53494
Log:
* New upstream release.
* debian/control.in: Bump build-dep on gjs to (>= 1.49.2).
* debian/control.in: Bump runtime-dep on gjs to (>= 1.49.2).
* debian/control.in: Added build-dep on meson.
* debian/rules: Added --buildsystem=meson.
Modified:
packages/unstable/polari/debian/changelog
packages/unstable/polari/debian/control
packages/unstable/polari/debian/control.in
packages/unstable/polari/debian/rules
Modified: packages/unstable/polari/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/polari/debian/changelog?rev=53494&op=diff
==============================================================================
--- packages/unstable/polari/debian/changelog [utf-8] (original)
+++ packages/unstable/polari/debian/changelog [utf-8] Wed Sep 6 01:32:00 2017
@@ -1,3 +1,13 @@
+polari (3.25.92-1) experimental; urgency=medium
+
+ * New upstream release.
+ * debian/control.in: Bump build-dep on gjs to (>= 1.49.2).
+ * debian/control.in: Bump runtime-dep on gjs to (>= 1.49.2).
+ * debian/control.in: Added build-dep on meson.
+ * debian/rules: Added --buildsystem=meson.
+
+ -- Brandon Snider <brandonjsnider at gmail.com> Tue, 05 Sep 2017 21:27:46 -0400
+
polari (3.24.2-1) unstable; urgency=medium
* New upstream release.
Modified: packages/unstable/polari/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/polari/debian/control?rev=53494&op=diff
==============================================================================
--- packages/unstable/polari/debian/control [utf-8] (original)
+++ packages/unstable/polari/debian/control [utf-8] Wed Sep 6 01:32:00 2017
@@ -26,7 +26,8 @@
gir1.2-gspell-1 (>= 1.5.4),
desktop-file-utils,
libxml2-utils,
- gjs (>= 1.45.0)
+ gjs (>= 1.49.2),
+ meson
Standards-Version: 4.1.0
Homepage: https://wiki.gnome.org/Apps/Polari
Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/packages/unstable/polari/
@@ -48,7 +49,7 @@
telepathy-mission-control-5,
telepathy-logger,
libglib2.0-bin (>= 2.40.0-3),
- gjs (>= 1.45.0)
+ gjs (>= 1.49.2)
Description: Internet Relay Chat (IRC) client
Polari is an Internet Relay Chat (IRC) client designed for GNOME 3.
Modified: packages/unstable/polari/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/polari/debian/control.in?rev=53494&op=diff
==============================================================================
--- packages/unstable/polari/debian/control.in [utf-8] (original)
+++ packages/unstable/polari/debian/control.in [utf-8] Wed Sep 6 01:32:00 2017
@@ -22,7 +22,8 @@
gir1.2-gspell-1 (>= 1.5.4),
desktop-file-utils,
libxml2-utils,
- gjs (>= 1.45.0)
+ gjs (>= 1.49.2),
+ meson
Standards-Version: 4.1.0
Homepage: https://wiki.gnome.org/Apps/Polari
Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/packages/unstable/polari/
@@ -44,7 +45,7 @@
telepathy-mission-control-5,
telepathy-logger,
libglib2.0-bin (>= 2.40.0-3),
- gjs (>= 1.45.0)
+ gjs (>= 1.49.2)
Description: Internet Relay Chat (IRC) client
Polari is an Internet Relay Chat (IRC) client designed for GNOME 3.
Modified: packages/unstable/polari/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/polari/debian/rules?rev=53494&op=diff
==============================================================================
--- packages/unstable/polari/debian/rules [utf-8] (original)
+++ packages/unstable/polari/debian/rules [utf-8] Wed Sep 6 01:32:00 2017
@@ -6,7 +6,7 @@
export DEB_LDFLAGS_MAINT_APPEND = -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
%:
- dh $@ --with gnome,gir
+ dh $@ --with gnome,gir --buildsystem=meson
override_dh_autoreconf:
dh_autoreconf --as-needed
More information about the pkg-gnome-commits
mailing list