Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
postgresql-q3c
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-q3c
Commits
4fe37e4e
Commit
4fe37e4e
authored
10 months ago
by
Ole Streicher
Browse files
Options
Downloads
Patches
Plain Diff
Install docs to non-generic name
Closes: #1073800
parent
77bb529a
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
debian/clean
+1
-0
1 addition, 0 deletions
debian/clean
debian/patches/non-generic-docname.patch
+25
-0
25 additions, 0 deletions
debian/patches/non-generic-docname.patch
debian/patches/series
+1
-0
1 addition, 0 deletions
debian/patches/series
debian/rules
+4
-0
4 additions, 0 deletions
debian/rules
with
31 additions
and
0 deletions
debian/clean
+
1
−
0
View file @
4fe37e4e
gen_data
results/
q3c.md
This diff is collapsed.
Click to expand it.
debian/patches/non-generic-docname.patch
0 → 100644
+
25
−
0
View file @
4fe37e4e
From 44a34187ab3ecd1a49b818a7d61f707e666007c7 Mon Sep 17 00:00:00 2001
From: Christoph Berg <myon@debian.org>
Date: Wed, 19 Jun 2024 14:50:39 +0200
Subject: [PATCH] Install docs to non-generic name
Previously, README.md was installed to .../doc/extension/README.md which
conflicts with other extensions doing the same mistake. Fix by adding a
symlink q3c.md and using that in DOCS. Keep the original README.md name
to please GitHub.
Debian Bug: https://bugs.debian.org/1073800
diff --git a/Makefile b/Makefile
index 11b3ab2..fbbd1bb 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@
EXTVERSION := $(shell grep default_version $(EXTENSION).control | \
sed -e "s/default_version[[:space:]]*=[[:space:]]*'\([^']*\)'/\1/")
-DOCS = README.md
+DOCS = q3c.md
OBJS = dump.o q3c.o q3c_poly.o q3cube.o
MODULE_big = q3c
DATA = $(wildcard scripts/*sql)
This diff is collapsed.
Click to expand it.
debian/patches/series
+
1
−
0
View file @
4fe37e4e
ldflags
skip-slow-tests
non-generic-docname.patch
This diff is collapsed.
Click to expand it.
debian/rules
+
4
−
0
View file @
4fe37e4e
...
...
@@ -5,3 +5,7 @@ override_dh_pgxs_test:
%:
dh $@ --with pgxs_loop
override_dh_auto_install:
cp README.md q3c.md
dh_auto_install
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