[Pkg-wmaker-commits] [wmaker] 03/21: debian: Ignore missing documentation for --runstatedir.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Sat Jan 9 16:12:20 UTC 2016


This is an automated email from the git hooks/post-receive script.

dtorrance-guest pushed a commit to branch master
in repository wmaker.

commit 160eb0c1b34c00c998c20fd72abb6de32608aba8
Author: Andreas Metzler <ametzler at bebt.de>
Date:   Sun Dec 27 14:36:11 2015 +0100

    debian: Ignore missing documentation for --runstatedir.
    
    Ignore runstatedir in check-cmdline-options-doc.sh
    autoconf 2.70 will add a --runstatedir option, Debian has backported
    it. Ignore it when checking whether INSTALL is up to date.
---
 debian/changelog                          |  5 +++++
 debian/patches/56_ignore_runstatedir.diff | 16 ++++++++++++++++
 debian/patches/series                     |  1 +
 3 files changed, 22 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index b0e1129..6065693 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,6 @@
 wmaker (0.95.7-1) unstable; urgency=medium
 
+  [ Rodolfo García Peñas (kix) ]
   * New upstrem version 0.95.7.
   * debian/changelog, removed debian files (lintian warning).
   * Updated debian/libwings3.symbols.
@@ -20,6 +21,10 @@ wmaker (0.95.7-1) unstable; urgency=medium
     * debian/wmaker.manpages
   * Removed upstream file FAQ.I18N in debian/wmaker-common.docs.
 
+  [ Andreas Metzler ]
+  * 56_ignore_runstatedir.diff: Ignore missing documentation for --runstatedir
+    in INSTALL.
+
  -- Rodolfo García Peñas (kix) <kix at debian.org>  Thu, 13 Aug 2015 20:19:33 +0200
 
 wmaker (0.95.6-1.1) unstable; urgency=medium
diff --git a/debian/patches/56_ignore_runstatedir.diff b/debian/patches/56_ignore_runstatedir.diff
new file mode 100644
index 0000000..4305bfc
--- /dev/null
+++ b/debian/patches/56_ignore_runstatedir.diff
@@ -0,0 +1,16 @@
+Description: Ignore runstatedir in check-cmdline-options-doc.sh
+ autoconf 2.70 will add a --runstatedir option, Debian has backported it.
+ Ignore it when checking whether INSTALL is up to date.
+Author: Andreas Metzler <ametzler at debian.org>
+Origin: vendor
+
+--- wmaker-0.95.7.orig/Makefile.am
++++ wmaker-0.95.7/Makefile.am
+@@ -106,6 +106,7 @@ configure-documentation:
+ 		--ignore-prg 'enable-shared,enable-static # should be in INSTALL' \
+ 		--ignore-prg 'disable-option-checking,enable-fast-install # should be in INSTALL' \
+ 		--ignore-prg 'disable-libtool-lock,with-pic,with-gnu-ld,with-sysroot # for libtool' \
++		--ignore-prg 'runstatedir #new in autoconf 2.70, backported in Debian' \
+ 		--ignore-prg 'with-x # no use, it would not work without X'
+ 
+ .PHONY: configure-documentation
diff --git a/debian/patches/series b/debian/patches/series
index b704e17..7032d1d 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -3,3 +3,4 @@
 53_Debian_WMState.diff
 54_Debian_wmmacros.diff
 55_ungif_problem.diff
+56_ignore_runstatedir.diff

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmaker.git



More information about the Pkg-wmaker-commits mailing list