r2708 - in /experimental/evolution/debian: changelog control rules
pochu at users.alioth.debian.org
pochu at users.alioth.debian.org
Mon Jun 1 16:41:04 UTC 2015
Author: pochu
Date: Mon Jun 1 16:41:04 2015
New Revision: 2708
URL: http://svn.debian.org/wsvn/pkg-evolution/?sc=1&rev=2708
Log:
* Merge changes from 3.12.6-1 through 3.12.11-1.
* Strip -Bsymbolic-functions from LDFLAGS; evolution doesn't work when built
with this (see bgo #594473 for more info)
* New upstream translation and bugfix release.
* Update (build-)dependencies on e-d-s to 3.12.11.
* New upstream git snapshot from stable branch, includes only bugfixes
and translations.
+ Fix crash caused by hidden alert buttons. Closes: #770390.
* Remove geoclue build-dependency.
* Update (build-)dependencies on e-d-s to 3.12.9~.
* New upstream release 3.12.7
* debian/control: Bump Standards-Version to 3.9.6, no changes required
* debian/control: Bump e-d-s BDs/deps to >= 3.12.7, per configure.ac
* New upstream release.
* debian/control: Bump Standards-Version to 3.9.5 (no further changes)
Modified:
experimental/evolution/debian/changelog
experimental/evolution/debian/control
experimental/evolution/debian/rules
Modified: experimental/evolution/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-evolution/experimental/evolution/debian/changelog?rev=2708&op=diff
==============================================================================
--- experimental/evolution/debian/changelog (original)
+++ experimental/evolution/debian/changelog Mon Jun 1 16:41:04 2015
@@ -1,5 +1,6 @@
evolution (3.13.5-1) UNRELEASED; urgency=medium
+ [ Jean Schurger ]
* New upstream release.
* debian/control:
- Bump e-d-s Build-Deps to >= 3.13.5.
@@ -8,7 +9,47 @@
- Bump Standards-Version to 3.9.4 (no further changes).
* Refreshed debian/patches/10_revert_libevolution_avoid-version.patch.
+ [ Emilio Pozuelo Monfort ]
+ * Merge changes from 3.12.6-1 through 3.12.11-1.
+
-- Jean Schurger <jean at schurger.org> Sat, 06 Sep 2014 15:45:37 -0400
+
+evolution (3.12.11-1) unstable; urgency=medium
+
+ [ Iain Lane ]
+ * Strip -Bsymbolic-functions from LDFLAGS; evolution doesn't work when built
+ with this (see bgo #594473 for more info)
+
+ [ Josselin Mouette ]
+ * New upstream translation and bugfix release.
+ * Update (build-)dependencies on e-d-s to 3.12.11.
+
+ -- Josselin Mouette <joss at debian.org> Fri, 29 May 2015 17:55:00 +0200
+
+evolution (3.12.9~git20141130.241663-1) unstable; urgency=medium
+
+ * New upstream git snapshot from stable branch, includes only bugfixes
+ and translations.
+ + Fix crash caused by hidden alert buttons. Closes: #770390.
+ * Remove geoclue build-dependency.
+ * Update (build-)dependencies on e-d-s to 3.12.9~.
+
+ -- Josselin Mouette <joss at debian.org> Sun, 30 Nov 2014 19:08:57 +0100
+
+evolution (3.12.7-1) unstable; urgency=medium
+
+ * New upstream release 3.12.7
+ * debian/control: Bump Standards-Version to 3.9.6, no changes required
+ * debian/control: Bump e-d-s BDs/deps to >= 3.12.7, per configure.ac
+
+ -- Iain Lane <iain at orangesquash.org.uk> Mon, 13 Oct 2014 15:19:02 +0100
+
+evolution (3.12.6-1) unstable; urgency=medium
+
+ * New upstream release.
+ * debian/control: Bump Standards-Version to 3.9.5 (no further changes)
+
+ -- Laurent Bigonville <bigon at debian.org> Tue, 16 Sep 2014 21:23:46 +0200
evolution (3.12.5-1) unstable; urgency=medium
Modified: experimental/evolution/debian/control
URL: http://svn.debian.org/wsvn/pkg-evolution/experimental/evolution/debian/control?rev=2708&op=diff
==============================================================================
--- experimental/evolution/debian/control (original)
+++ experimental/evolution/debian/control Mon Jun 1 16:41:04 2015
@@ -10,7 +10,7 @@
Pedro Fragoso <emberez at gmail.com>,
Josselin Mouette <joss at debian.org>,
Laurent Bigonville <bigon at debian.org>
-Standards-Version: 3.9.5
+Standards-Version: 3.9.6
Homepage: http://projects.gnome.org/evolution/
Vcs-Svn: svn://anonscm.debian.org/pkg-evolution/unstable/evolution
Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-evolution/unstable/evolution
@@ -20,7 +20,6 @@
dpkg-dev (>= 1.16.1),
libcamel1.2-dev (>= 3.13.5),
libchamplain-gtk-0.12-dev,
- libgeoclue-dev (>= 0.12.0),
libglib2.0-dev (>= 2.36),
libgtk-3-dev (>= 3.8.0),
libgail-3-dev (>= 3.0.2),
Modified: experimental/evolution/debian/rules
URL: http://svn.debian.org/wsvn/pkg-evolution/experimental/evolution/debian/rules?rev=2708&op=diff
==============================================================================
--- experimental/evolution/debian/rules (original)
+++ experimental/evolution/debian/rules Mon Jun 1 16:41:04 2015
@@ -20,6 +20,8 @@
export DEB_LDFLAGS_MAINT_APPEND=-Wl,-z,defs -Wl,--as-needed -Wl,-O1
export DEB_BUILD_MAINT_OPTIONS=hardening=+all
+# see https://bugzilla.gnome.org/show_bug.cgi?id=594473 for details
+export DEB_LDFLAGS_MAINT_STRIP=-Wl,-Bsymbolic-functions
include /usr/share/dpkg/buildflags.mk
DEB_REVISION := $(shell echo $(DEB_VERSION) | awk -F- '{ print $$NF }')
More information about the pkg-evolution-commits
mailing list