[Pkg-xfce-commits] r7772 - in goodies/tags/xfce4-mailwatch-plugin: . 1.1.0-7 1.1.0-7/debian
Yves-Alexis Perez
corsac at alioth.debian.org
Mon Jun 10 09:28:31 UTC 2013
Author: corsac
Date: 2013-06-10 21:28:31 +0000 (Mon, 10 Jun 2013)
New Revision: 7772
Added:
goodies/tags/xfce4-mailwatch-plugin/1.1.0-7/
goodies/tags/xfce4-mailwatch-plugin/1.1.0-7/debian/changelog
Removed:
goodies/tags/xfce4-mailwatch-plugin/1.1.0-7/debian/changelog
Log:
[svn-buildpackage] Tagging xfce4-mailwatch-plugin 1.1.0-7
Property changes on: goodies/tags/xfce4-mailwatch-plugin/1.1.0-7
___________________________________________________________________
Added: mergewithupstream
+ +1
Added: svn:mergeinfo
+ /goodies/branches/experimental/xfce4-mailwatch-plugin:4528-5284
/goodies/branches/experimental/xfce4-mailwatch-plugin.new:4524-4527
/goodies/tags/xfce4-mailwatch-plugin/1.1.0-3:4419-4523
Deleted: goodies/tags/xfce4-mailwatch-plugin/1.1.0-7/debian/changelog
===================================================================
--- goodies/trunk/xfce4-mailwatch-plugin/debian/changelog 2013-06-10 19:37:12 UTC (rev 7764)
+++ goodies/tags/xfce4-mailwatch-plugin/1.1.0-7/debian/changelog 2013-06-10 21:28:31 UTC (rev 7772)
@@ -1,141 +0,0 @@
-xfce4-mailwatch-plugin (1.1.0-7) UNRELEASED; urgency=low
-
- * Port from libxfcegui4 to libxfce4ui:
- - debian/patches/05_port-to-libxfce4ui.patch: added.
- - debian/control: replace libxfcegui4-dev build-dep with libxfce4ui-1-dev.
- * debian/rules:
- - override dh_auto_clean to properly clean up autogenerated files changed
- by xdt-autogen.
- - use autotools-dev addon to rebuild config.{guess,sub} since they are
- from 2008...
- * debian/control:
- - add build-dep on autotools-dev.
-
- -- Lionel Le Folgoc <mrpouit at gmail.com> Sat, 08 Jun 2013 19:35:59 +0200
-
-xfce4-mailwatch-plugin (1.1.0-6) unstable; urgency=low
-
- * debian/rules:
- - enable all hardening flags.
- - enable parallel build.
- * debian/control:
- - update standards version to 3.9.4.
- - drop dpkg-dev build-dep, the one in stable supports hardening.
- - drop version on xfce4-panel-dev build-dep, stable has Xfce 4.8.
- - update debhelper build-dep to 9.
- * debian/compat bumped to 9.
-
- -- Yves-Alexis Perez <corsac at debian.org> Fri, 24 May 2013 21:59:48 +0200
-
-xfce4-mailwatch-plugin (1.1.0-5) unstable; urgency=low
-
- * debian/patches:
- - 04_fix-format-string-errors added, fix some string format errors leading
- to a FTBFS when building with -Werror=format-security. closes: #646497
- * debian/rules:
- - switch to dh tiny rules.
- - use hardening support from dh 9 and dpkg-dev 1.16.1
- * debian/compat bumped to 9.
- * debian/control:
- - drop cdbs build-dep
- - update debhelper build-dep for hardening support.
- - add dpkg-dev (>= 1.16.1) build-dep for hardening support.
- * debian/docs added to track documentation to install.
-
- -- Yves-Alexis Perez <corsac at debian.org> Mon, 24 Oct 2011 18:43:42 +0200
-
-xfce4-mailwatch-plugin (1.1.0-4) unstable; urgency=low
-
- [ Yves-Alexis Perez ]
- * debian/patches:
- - 02_link-with-libxfcegui4, links against libxfcegui4 since xfce4-panel
- doesn't brings the flags anymore.
- * debian/control:
- - add build-dep on xfce4-dev-tools, intltool and libtool in order to run
- xdt-autogen after patching.
- - add build-dep on hardening-includes.
- - update standards version to 3.9.2.
- - update xfce4-panel build-dep to 4.8.
- * debian/rules:
- - run xdt-autogen after patching.
- - pick {C,LD}FLAGS from dpkg-buildflags
- - add hardening flags to {C,LD}FLAGS
- - add -z,defs, -O1 and --as-needed to LDFLAGS.
- * Switch to 3.0 (quilt) source format.
- * debian/watch updated.
-
- [ Lionel Le Folgoc ]
- * debian/rules: clean up autogenerated files changed by xdt-autogen.
- * debian/control: add myself to Uploaders.
- * debian/patches:
- - 03_fix-implicit-dso-linking.patch: add missing -lgcrypt, fixes FTBFS with
- binutils-gold. closes: #615798
- - series: refreshed.
-
- -- Yves-Alexis Perez <corsac at debian.org> Tue, 19 Apr 2011 23:06:00 +0200
-
-xfce4-mailwatch-plugin (1.1.0-3) unstable; urgency=low
-
- [ Yves-Alexis Perez ]
- * debian/control:
- - move to xfce section.
- * debian/watch edited to track Xfce archive reorganisation.
- * debian/control:
- - update standards version to 3.9.1.
-
- [ Evgeni Golov ]
- * Fix Vcs-* fields, they were missing 'trunk' in the path.
-
- [ Stefan Ott ]
- * debian/patches:
- - 02_mbox-interval.diff added, fix mbox refresh interval closes: #572342
-
- -- Yves-Alexis Perez <corsac at debian.org> Fri, 05 Nov 2010 08:56:49 +0100
-
-xfce4-mailwatch-plugin (1.1.0-2) unstable; urgency=low
-
- * debian/patches:
- - 01_fix-cpu-usage added, fix high cpu usage (Xfce #4494) closes: #523312
- * debian/compat bumped to 7.
- * debian/control:
- - update standards version to 3.8.1.
- - update debhelper build-dep to 7.
- * debian/rules:
- - add -Wl,-z,-defs -Wl,--as-needed to LDFLAGS.
-
- -- Yves-Alexis Perez <corsac at debian.org> Thu, 09 Apr 2009 22:04:48 +0200
-
-xfce4-mailwatch-plugin (1.1.0-1) unstable; urgency=low
-
- [ Simon Huggins ]
- * debian/control: Move fake Homepage field to a real one now dpkg
- supports it.
- * Add Vcs-* headers to debian/control
-
- [ Yves-Alexis Perez ]
- * new upstream release.
- - fix refresh time. closes: #378944
- * debian/control:
- - remove Jani Monoses, Rudy Godo and Martin Loschwitz from Uploaders.
- - update my email address.
- - update standards version to 3.8.0.
- - add build-dep on libxfce4util-dev and libxfcegui4-dev.
- - add ${misc:Depends} to build-deps.
- * debian/copyright: update dates and move license link to from GPL to GPL-2.
-
- [ Stefan Ott ]
- * debian/control: update e-mail address
-
- -- Yves-Alexis Perez <corsac at debian.org> Sun, 22 Feb 2009 19:39:15 +0100
-
-xfce4-mailwatch-plugin (1.0.1-2) unstable; urgency=low
-
- * Updated build-deps to 4.3.90.2 (Xfce 4.4 Beta2).
-
- -- Yves-Alexis Perez <corsac at corsac.net> Wed, 26 Jul 2006 17:48:06 +0100
-
-xfce4-mailwatch-plugin (1.0.1-1) unstable; urgency=low
-
- * Initial release (Closes: #370092)
-
- -- Yves-Alexis Perez <corsac at corsac.net> Sat, 3 Jun 2006 10:40:38 +0200
Copied: goodies/tags/xfce4-mailwatch-plugin/1.1.0-7/debian/changelog (from rev 7770, goodies/trunk/xfce4-mailwatch-plugin/debian/changelog)
===================================================================
--- goodies/tags/xfce4-mailwatch-plugin/1.1.0-7/debian/changelog (rev 0)
+++ goodies/tags/xfce4-mailwatch-plugin/1.1.0-7/debian/changelog 2013-06-10 21:28:31 UTC (rev 7772)
@@ -0,0 +1,141 @@
+xfce4-mailwatch-plugin (1.1.0-7) unstable; urgency=low
+
+ * Port from libxfcegui4 to libxfce4ui:
+ - debian/patches/05_port-to-libxfce4ui.patch: added.
+ - debian/control: replace libxfcegui4-dev build-dep with libxfce4ui-1-dev.
+ * debian/rules:
+ - override dh_auto_clean to properly clean up autogenerated files changed
+ by xdt-autogen.
+ - use autotools-dev addon to rebuild config.{guess,sub} since they are
+ from 2008...
+ * debian/control:
+ - add build-dep on autotools-dev.
+
+ -- Lionel Le Folgoc <mrpouit at gmail.com> Mon, 10 Jun 2013 22:20:21 +0200
+
+xfce4-mailwatch-plugin (1.1.0-6) unstable; urgency=low
+
+ * debian/rules:
+ - enable all hardening flags.
+ - enable parallel build.
+ * debian/control:
+ - update standards version to 3.9.4.
+ - drop dpkg-dev build-dep, the one in stable supports hardening.
+ - drop version on xfce4-panel-dev build-dep, stable has Xfce 4.8.
+ - update debhelper build-dep to 9.
+ * debian/compat bumped to 9.
+
+ -- Yves-Alexis Perez <corsac at debian.org> Fri, 24 May 2013 21:59:48 +0200
+
+xfce4-mailwatch-plugin (1.1.0-5) unstable; urgency=low
+
+ * debian/patches:
+ - 04_fix-format-string-errors added, fix some string format errors leading
+ to a FTBFS when building with -Werror=format-security. closes: #646497
+ * debian/rules:
+ - switch to dh tiny rules.
+ - use hardening support from dh 9 and dpkg-dev 1.16.1
+ * debian/compat bumped to 9.
+ * debian/control:
+ - drop cdbs build-dep
+ - update debhelper build-dep for hardening support.
+ - add dpkg-dev (>= 1.16.1) build-dep for hardening support.
+ * debian/docs added to track documentation to install.
+
+ -- Yves-Alexis Perez <corsac at debian.org> Mon, 24 Oct 2011 18:43:42 +0200
+
+xfce4-mailwatch-plugin (1.1.0-4) unstable; urgency=low
+
+ [ Yves-Alexis Perez ]
+ * debian/patches:
+ - 02_link-with-libxfcegui4, links against libxfcegui4 since xfce4-panel
+ doesn't brings the flags anymore.
+ * debian/control:
+ - add build-dep on xfce4-dev-tools, intltool and libtool in order to run
+ xdt-autogen after patching.
+ - add build-dep on hardening-includes.
+ - update standards version to 3.9.2.
+ - update xfce4-panel build-dep to 4.8.
+ * debian/rules:
+ - run xdt-autogen after patching.
+ - pick {C,LD}FLAGS from dpkg-buildflags
+ - add hardening flags to {C,LD}FLAGS
+ - add -z,defs, -O1 and --as-needed to LDFLAGS.
+ * Switch to 3.0 (quilt) source format.
+ * debian/watch updated.
+
+ [ Lionel Le Folgoc ]
+ * debian/rules: clean up autogenerated files changed by xdt-autogen.
+ * debian/control: add myself to Uploaders.
+ * debian/patches:
+ - 03_fix-implicit-dso-linking.patch: add missing -lgcrypt, fixes FTBFS with
+ binutils-gold. closes: #615798
+ - series: refreshed.
+
+ -- Yves-Alexis Perez <corsac at debian.org> Tue, 19 Apr 2011 23:06:00 +0200
+
+xfce4-mailwatch-plugin (1.1.0-3) unstable; urgency=low
+
+ [ Yves-Alexis Perez ]
+ * debian/control:
+ - move to xfce section.
+ * debian/watch edited to track Xfce archive reorganisation.
+ * debian/control:
+ - update standards version to 3.9.1.
+
+ [ Evgeni Golov ]
+ * Fix Vcs-* fields, they were missing 'trunk' in the path.
+
+ [ Stefan Ott ]
+ * debian/patches:
+ - 02_mbox-interval.diff added, fix mbox refresh interval closes: #572342
+
+ -- Yves-Alexis Perez <corsac at debian.org> Fri, 05 Nov 2010 08:56:49 +0100
+
+xfce4-mailwatch-plugin (1.1.0-2) unstable; urgency=low
+
+ * debian/patches:
+ - 01_fix-cpu-usage added, fix high cpu usage (Xfce #4494) closes: #523312
+ * debian/compat bumped to 7.
+ * debian/control:
+ - update standards version to 3.8.1.
+ - update debhelper build-dep to 7.
+ * debian/rules:
+ - add -Wl,-z,-defs -Wl,--as-needed to LDFLAGS.
+
+ -- Yves-Alexis Perez <corsac at debian.org> Thu, 09 Apr 2009 22:04:48 +0200
+
+xfce4-mailwatch-plugin (1.1.0-1) unstable; urgency=low
+
+ [ Simon Huggins ]
+ * debian/control: Move fake Homepage field to a real one now dpkg
+ supports it.
+ * Add Vcs-* headers to debian/control
+
+ [ Yves-Alexis Perez ]
+ * new upstream release.
+ - fix refresh time. closes: #378944
+ * debian/control:
+ - remove Jani Monoses, Rudy Godo and Martin Loschwitz from Uploaders.
+ - update my email address.
+ - update standards version to 3.8.0.
+ - add build-dep on libxfce4util-dev and libxfcegui4-dev.
+ - add ${misc:Depends} to build-deps.
+ * debian/copyright: update dates and move license link to from GPL to GPL-2.
+
+ [ Stefan Ott ]
+ * debian/control: update e-mail address
+
+ -- Yves-Alexis Perez <corsac at debian.org> Sun, 22 Feb 2009 19:39:15 +0100
+
+xfce4-mailwatch-plugin (1.0.1-2) unstable; urgency=low
+
+ * Updated build-deps to 4.3.90.2 (Xfce 4.4 Beta2).
+
+ -- Yves-Alexis Perez <corsac at corsac.net> Wed, 26 Jul 2006 17:48:06 +0100
+
+xfce4-mailwatch-plugin (1.0.1-1) unstable; urgency=low
+
+ * Initial release (Closes: #370092)
+
+ -- Yves-Alexis Perez <corsac at corsac.net> Sat, 3 Jun 2006 10:40:38 +0200
More information about the Pkg-xfce-commits
mailing list