[Pkg-xfce-commits] r8898 - in /goodies/trunk/xfce4-screenshooter/debian: changelog patches/01_fix-plugin-build.patch patches/03_fix-asturian-doc-install-patch.patch patches/git_selection_background_tranparency.patch patches/series rules
Yves-Alexis Perez
corsac at moszumanska.debian.org
Sun Mar 8 22:09:14 UTC 2015
Author: corsac
Date: Sun Mar 8 22:09:14 2015
New Revision: 8898
URL: http://svn.debian.org/wsvn/pkg-xfce/?sc=1&rev=8898
Log:
* New upstream release.
- fix installation path of asturian documentation. closes: #768787
- 01_fix-plugin-build dropped, included upstream.
- git_selection_background_tranparency dropped, included upstream.
* debian/rules:
- create m4 folder before calling xdt-autogen.
Removed:
goodies/trunk/xfce4-screenshooter/debian/patches/01_fix-plugin-build.patch
goodies/trunk/xfce4-screenshooter/debian/patches/03_fix-asturian-doc-install-patch.patch
goodies/trunk/xfce4-screenshooter/debian/patches/git_selection_background_tranparency.patch
goodies/trunk/xfce4-screenshooter/debian/patches/series
Modified:
goodies/trunk/xfce4-screenshooter/debian/changelog
goodies/trunk/xfce4-screenshooter/debian/rules
Modified: goodies/trunk/xfce4-screenshooter/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/xfce4-screenshooter/debian/changelog?rev=8898&op=diff
==============================================================================
--- goodies/trunk/xfce4-screenshooter/debian/changelog (original)
+++ goodies/trunk/xfce4-screenshooter/debian/changelog Sun Mar 8 22:09:14 2015
@@ -1,10 +1,14 @@
-xfce4-screenshooter (1.8.1-6) UNRELEASED; urgency=medium
-
- * debian/patches:
- - 03_fix-asturian-doc-install-patch added, fix installation path of
- asturian documentation. closes: #768787
-
- -- Yves-Alexis Perez <corsac at debian.org> Sun, 09 Nov 2014 15:44:56 +0100
+xfce4-screenshooter (1.8.2-1) UNRELEASED; urgency=medium
+
+ * New upstream release.
+ - fix installation path of asturian documentation. closes: #768787
+ * debian/patches:
+ - 01_fix-plugin-build dropped, included upstream.
+ - git_selection_background_tranparency dropped, included upstream.
+ * debian/rules:
+ - create m4 folder before calling xdt-autogen.
+
+ -- Yves-Alexis Perez <corsac at debian.org> Sun, 08 Mar 2015 22:59:37 +0100
xfce4-screenshooter (1.8.1-5) unstable; urgency=medium
Modified: goodies/trunk/xfce4-screenshooter/debian/rules
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/xfce4-screenshooter/debian/rules?rev=8898&op=diff
==============================================================================
--- goodies/trunk/xfce4-screenshooter/debian/rules (original)
+++ goodies/trunk/xfce4-screenshooter/debian/rules Sun Mar 8 22:09:14 2015
@@ -4,6 +4,7 @@
export DEB_BUILD_MAINT_OPTIONS=hardening=+all
override_dh_auto_configure:
+ mkdir -p m4
AUTOMAKE_VERSION=1.11 ACLOCAL_VERSION=1.11 NOCONFIGURE=1 xdt-autogen
dh_auto_configure -- --disable-silent-rules
More information about the Pkg-xfce-commits
mailing list