[Pkg-xfce-commits] [Git][xfce-team/goodies/thunar-volman][debian/master] d/rules: Ensure the m4 directory exists before autoreconf.
Unit 193
gitlab at salsa.debian.org
Tue Sep 25 12:19:03 BST 2018
Unit 193 pushed to branch debian/master at xfce / goodies / thunar-volman
Commits:
6b981341 by Unit 193 at 2018-09-25T11:18:56Z
d/rules: Ensure the m4 directory exists before autoreconf.
- - - - -
2 changed files:
- debian/changelog
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -10,7 +10,9 @@ thunar-volman (0.9.0-1) UNRELEASED; urgency=medium
* d/compat, d/control: Bump dh compat to 11.
* d/control: Drop unneeded B-D: autotools-dev, dpkg-dev, libxml-parser-perl.
* d/control: Update build-depends for GTK3, drop versioned deps.
- * d/rules: Drop --parallel --with autotools-dev, unneeded.
+ * d/rules:
+ - Drop --parallel --with autotools-dev, unneeded.
+ - Ensure the m4 directory exists before autoreconf.
* d/rules, d/install:
- Move installation of thunar-volman.xml out of the override.
* d/*.1, d/control, d/copyright, d/watch: Use https where possible.
=====================================
debian/rules
=====================================
@@ -8,3 +8,7 @@ export DEB_BUILD_MAINT_OPTIONS=hardening=+all
%:
dh $@
+
+override_dh_autoreconf:
+ mkdir -p m4
+ dh_autoreconf
View it on GitLab: https://salsa.debian.org/xfce-team/goodies/thunar-volman/commit/6b9813410517fcd8d255194f5bb82be639ddc2ce
--
View it on GitLab: https://salsa.debian.org/xfce-team/goodies/thunar-volman/commit/6b9813410517fcd8d255194f5bb82be639ddc2ce
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-xfce-commits/attachments/20180925/801eb018/attachment-0001.html>
More information about the Pkg-xfce-commits
mailing list