Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
W
wmaker
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Debian Window Maker Team
wmaker
Commits
dd955a76
Commit
dd955a76
authored
9 years ago
by
Doug Torrance
Browse files
Options
Downloads
Patches
Plain Diff
57_ignore_with-aix-soname.diff: Ignore missing documentation for
--with-aix-soname in INSTALL-WMAKER (Closes: #814213).
parent
8ea931fd
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
debian/changelog
+3
-1
3 additions, 1 deletion
debian/changelog
debian/patches/57_ignore_with-aix-soname.diff
+16
-0
16 additions, 0 deletions
debian/patches/57_ignore_with-aix-soname.diff
debian/patches/series
+1
-0
1 addition, 0 deletions
debian/patches/series
with
20 additions
and
1 deletion
debian/changelog
+
3
−
1
View file @
dd955a76
...
...
@@ -7,8 +7,10 @@ wmaker (0.95.7-4) UNRELEASED; urgency=medium
* Enable all hardening flags; fixes hardening-no-{bindnow,pie} Lintian
warnings.
* Bump Standards-Version to 3.9.7, no changes required.
* 57_ignore_with-aix-soname.diff: Ignore missing documentation for
--with-aix-soname in INSTALL-WMAKER (Closes: #814213).
-- Doug Torrance <dtorrance@piedmont.edu>
Mon
, 0
1
Feb 2016
23:40:46
-0500
-- Doug Torrance <dtorrance@piedmont.edu>
Tue
, 0
9
Feb 2016
11:07:04
-0500
wmaker (0.95.7-3) unstable; urgency=low
...
...
This diff is collapsed.
Click to expand it.
debian/patches/57_ignore_with-aix-soname.diff
0 → 100644
+
16
−
0
View file @
dd955a76
Description: Ignore with-aix-soname in check-cmdline-options-doc.sh
libtool 2.4.4 will add a --with-aix-soname option. Ignore it when checking
whether INSTALL-WMAKER is up to date.
Author: Doug Torrance <dtorrance@piedmont.edu>
Bug-Debian: http://bugs.debian.org/814213
--- a/Makefile.am
+++ b/Makefile.am
@@ -107,6 +107,7 @@
--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-aix-soname #new in libtool 2.4.4' \
--ignore-prg 'with-x # no use, it would not work without X'
.PHONY: configure-documentation
This diff is collapsed.
Click to expand it.
debian/patches/series
+
1
−
0
View file @
dd955a76
...
...
@@ -4,4 +4,5 @@
54_Debian_wmmacros.diff
55_ungif_problem.diff
56_ignore_runstatedir.diff
57_ignore_with-aix-soname.diff
60_fix_wraster_symbol_versioning.diff
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment