Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
postgresql-mysql-fdw
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-mysql-fdw
Commits
4e639e9e
Commit
4e639e9e
authored
2 years ago
by
Christoph Berg
Browse files
Options
Downloads
Patches
Plain Diff
Test-depend on locales-all instead of pgcommon.sh.
parent
db375ce3
No related branches found
No related tags found
No related merge requests found
Pipeline
#441382
passed
2 years ago
Stage: provisioning
Stage: build
Stage: test
Changes
3
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
debian/changelog
+6
-0
6 additions, 0 deletions
debian/changelog
debian/tests/control
+1
-1
1 addition, 1 deletion
debian/tests/control
debian/tests/installcheck
+0
-2
0 additions, 2 deletions
debian/tests/installcheck
with
7 additions
and
3 deletions
debian/changelog
+
6
−
0
View file @
4e639e9e
postgresql-mysql-fdw (2.8.0-2) unstable; urgency=medium
* Test-depend on locales-all instead of pgcommon.sh.
-- Christoph Berg <myon@debian.org> Fri, 19 Aug 2022 15:40:10 +0200
postgresql-mysql-fdw (2.8.0-1) unstable; urgency=medium
* New upstream version 2.8.0.
...
...
This diff is collapsed.
Click to expand it.
debian/tests/control
+
1
−
1
View file @
4e639e9e
Depends: @, default-mysql-server | mysql-server, make
Depends: @, default-mysql-server | mysql-server,
locales-all,
make
Tests: installcheck
Restrictions: needs-root, allow-stderr, skippable
This diff is collapsed.
Click to expand it.
debian/tests/installcheck
+
0
−
2
View file @
4e639e9e
#!/bin/sh
.
/usr/share/postgresql-common/pgcommon.sh
locale_gen en_US.UTF-8 UTF-8
export
LANG
=
en_US.UTF-8
unset
LANGUAGE LC_ALL LC_CTYPE
...
...
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