Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
samba
Manage
Activity
Members
Labels
Code
Merge requests
3
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
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 Samba Team
samba
Commits
c7628ec6
Commit
c7628ec6
authored
7 years ago
by
Mathieu Parent
Browse files
Options
Downloads
Patches
Plain Diff
Drop xsltproc_dont_build_smb.conf.5.patch, as #750593 is marked fixed (Closes: #776223)
parent
43dc188a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
debian/patches/series
+0
-1
0 additions, 1 deletion
debian/patches/series
debian/patches/xsltproc_dont_build_smb.conf.5.patch
+0
-20
0 additions, 20 deletions
debian/patches/xsltproc_dont_build_smb.conf.5.patch
with
0 additions
and
21 deletions
debian/patches/series
+
0
−
1
View file @
c7628ec6
...
...
@@ -6,7 +6,6 @@ smbclient-pager.patch
usershare.patch
VERSION.patch
add-so-version-to-private-libraries
xsltproc_dont_build_smb.conf.5.patch
heimdal-rfc3454.txt
no_build_env.patch
no_build_system.patch
...
...
This diff is collapsed.
Click to expand it.
debian/patches/xsltproc_dont_build_smb.conf.5.patch
deleted
100644 → 0
+
0
−
20
View file @
43dc188a
Description: Don't build smb.conf.5 manpage
This is a temporary workaround for a bug in xsltproc, which crashes on some
architectures when building the smb.conf.5 manpage
Author: Ivo De Decker <ivo.dedecker@ugent.be>
Bug-Debian: http://bugs.debian.org/750593
Forwarded: not-needed
Index: samba/docs-xml/wscript_build
===================================================================
--- samba.orig/docs-xml/wscript_build
+++ samba/docs-xml/wscript_build
@@ -133,7 +133,7 @@
def SMBDOTCONF_MANPAGE(bld, target):
if ('XSLTPROC_MANPAGES' in bld.env and bld.env['XSLTPROC_MANPAGES']):
- SMBDOTCONF_MANPAGE(bld, 'manpages/smb.conf.5')
+ #SMBDOTCONF_MANPAGE(bld, 'manpages/smb.conf.5')
bld.SAMBAMANPAGES(manpages)
if bld.CONFIG_SET('WITH_PAM_MODULES') and bld.CONFIG_SET('HAVE_PAM_START'):
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