[Pkg-xfce-commits] r8729 - in /goodies/trunk/xfce4-notes-plugin/debian: changelog control rules
Yves-Alexis Perez
corsac at moszumanska.debian.org
Sun Nov 16 20:26:10 UTC 2014
Author: corsac
Date: Sun Nov 16 20:26:10 2014
New Revision: 8729
URL: http://svn.debian.org/wsvn/pkg-xfce/?sc=1&rev=8729
Log:
* debian/rules:
- use autotools_dev addon to update config.{guess,sub}. The dh-autoreconf
entry in the previous changelog entry was actually never committed, so use
a minimal fix for Jessie. Thanks Peter Green for the patch and
pre-approval request. (really) closes: #765272
Modified:
goodies/trunk/xfce4-notes-plugin/debian/changelog
goodies/trunk/xfce4-notes-plugin/debian/control
goodies/trunk/xfce4-notes-plugin/debian/rules
Modified: goodies/trunk/xfce4-notes-plugin/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/xfce4-notes-plugin/debian/changelog?rev=8729&op=diff
==============================================================================
--- goodies/trunk/xfce4-notes-plugin/debian/changelog (original)
+++ goodies/trunk/xfce4-notes-plugin/debian/changelog Sun Nov 16 20:26:10 2014
@@ -1,3 +1,13 @@
+xfce4-notes-plugin (1.7.7-5) UNRELEASED; urgency=medium
+
+ * debian/rules:
+ - use autotools_dev addon to update config.{guess,sub}. The dh-autoreconf
+ entry in the previous changelog entry was actually never committed, so use
+ a minimal fix for Jessie. Thanks Peter Green for the patch and
+ pre-approval request. (really) closes: #765272
+
+ -- Yves-Alexis Perez <corsac at debian.org> Sun, 16 Nov 2014 21:11:36 +0100
+
xfce4-notes-plugin (1.7.7-4) unstable; urgency=low
[ Evgeni Golov ]
Modified: goodies/trunk/xfce4-notes-plugin/debian/control
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/xfce4-notes-plugin/debian/control?rev=8729&op=diff
==============================================================================
--- goodies/trunk/xfce4-notes-plugin/debian/control (original)
+++ goodies/trunk/xfce4-notes-plugin/debian/control Sun Nov 16 20:26:10 2014
@@ -6,7 +6,7 @@
Build-Depends: autotools-dev, debhelper (>= 9), xfce4-panel-dev, libxml2-dev,
libxml-parser-perl, intltool, libx11-dev, pkg-config, libgtk2.0-dev,
libxfcegui4-dev, libxfconf-0-dev, libunique-dev, xfce4-dev-tools, automake,
- libtool
+ libtool, autotools-dev
Standards-Version: 3.9.6
Homepage: http://goodies.xfce.org/projects/panel-plugins/xfce4-notes-plugin
Vcs-Svn: svn://anonscm.debian.org/pkg-xfce/goodies/trunk/xfce4-notes-plugin/
Modified: goodies/trunk/xfce4-notes-plugin/debian/rules
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/xfce4-notes-plugin/debian/rules?rev=8729&op=diff
==============================================================================
--- goodies/trunk/xfce4-notes-plugin/debian/rules (original)
+++ goodies/trunk/xfce4-notes-plugin/debian/rules Sun Nov 16 20:26:10 2014
@@ -14,4 +14,4 @@
dh_makeshlibs -n -X /usr/lib/xfce4/panel-plugins
%:
- dh $@ --parallel
+ dh $@ --with autotools_dev --parallel
More information about the Pkg-xfce-commits
mailing list