Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
postgresql-common
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
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
Monitor
Incidents
Service Desk
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
PostgreSQL
postgresql-common
Commits
3c0432e7
Commit
3c0432e7
authored
1 year ago
by
Christoph Berg
Browse files
Options
Downloads
Patches
Plain Diff
debian/maintscripts-functions: Remove empty /usr/share/man/ directories.
parent
0ab10b3d
No related branches found
No related tags found
No related merge requests found
Pipeline
#614730
passed
1 year ago
Stage: provisioning
Stage: build
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
debian/changelog
+1
-0
1 addition, 0 deletions
debian/changelog
debian/maintscripts-functions
+1
-0
1 addition, 0 deletions
debian/maintscripts-functions
with
2 additions
and
0 deletions
debian/changelog
+
1
−
0
View file @
3c0432e7
...
...
@@ -3,6 +3,7 @@ postgresql-common (257) UNRELEASED; urgency=medium
* Move systemd unit files to /usr on releases that support it.
* debian/maintscripts-functions: More carefully build update-alternatives
command line. Hopefully fixes "link and path can't be the same" errors.
* debian/maintscripts-functions: Remove empty /usr/share/man/ directories.
* pg_backupcluster: Add hostname, machine-id, and machine-deployment (from
/etc/machine-info) to backup status; use machine-readable timestamps for
starttime/endtime; sort keys.
...
...
This diff is collapsed.
Click to expand it.
debian/maintscripts-functions
+
1
−
0
View file @
3c0432e7
...
...
@@ -49,6 +49,7 @@ _unlink_manpages() {
mkdir
-p
/usr/share/man/man1 /usr/share/man/man3 /usr/share/man/man7
section
=
$(
echo
"
$NAME
"
|
sed
-e
's/.*\.\(.*\)\..*/man\1/'
)
update-alternatives
--remove
$NAME
/usr/share/postgresql/
$VERSION
/man/
$section
/
$NAME
rmdir
--ignore-fail-on-non-empty
-p
/usr/share/man/man1 /usr/share/man/man3 /usr/share/man/man7
}
_remove_tsearch
()
{
...
...
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