Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
M
mimeo
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
mimeo
Commits
b064a1a8
Commit
b064a1a8
authored
7 years ago
by
Christoph Berg
Browse files
Options
Downloads
Patches
Plain Diff
Upload with PostgreSQL 10 support.
parent
72bc5aaf
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
debian/changelog
+6
-0
6 additions, 0 deletions
debian/changelog
debian/control
+3
-3
3 additions, 3 deletions
debian/control
debian/control.in
+1
-1
1 addition, 1 deletion
debian/control.in
debian/tests/control
+1
-1
1 addition, 1 deletion
debian/tests/control
with
11 additions
and
5 deletions
debian/changelog
+
6
−
0
View file @
b064a1a8
mimeo (1.5.1-2) unstable; urgency=medium
* Upload with PostgreSQL 10 support.
-- Christoph Berg <myon@debian.org> Tue, 26 Sep 2017 19:15:01 +0200
mimeo (1.5.1-1) unstable; urgency=medium
* New upstream version.
...
...
This diff is collapsed.
Click to expand it.
debian/control
+
3
−
3
View file @
b064a1a8
...
...
@@ -4,16 +4,16 @@ Priority: optional
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Uploaders: Christoph Berg <myon@debian.org>
Build-Depends: debhelper (>= 9), postgresql-server-dev-all (>= 171~)
Standards-Version:
3.9.8
Standards-Version:
4.1.0
Homepage: https://github.com/omniti-labs/mimeo
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-postgresql/mimeo.git/
Vcs-Git: https://anonscm.debian.org/git/pkg-postgresql/mimeo.git
XS-Testsuite: autopkgtest
Package: postgresql-
9.6
-mimeo
Package: postgresql-
10
-mimeo
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends},
postgresql-
9.6
, postgresql-contrib-
9.6
postgresql-
10
, postgresql-contrib-
10
# run_refresh.py is optional
Recommends: python
Description: specialized, per-table replication between PostgreSQL instances
...
...
This diff is collapsed.
Click to expand it.
debian/control.in
+
1
−
1
View file @
b064a1a8
...
...
@@ -4,7 +4,7 @@ Priority: optional
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Uploaders: Christoph Berg <myon@debian.org>
Build-Depends: debhelper (>= 9), postgresql-server-dev-all (>= 171~)
Standards-Version:
3.9.8
Standards-Version:
4.1.0
Homepage: https://github.com/omniti-labs/mimeo
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-postgresql/mimeo.git/
Vcs-Git: https://anonscm.debian.org/git/pkg-postgresql/mimeo.git
...
...
This diff is collapsed.
Click to expand it.
debian/tests/control
+
1
−
1
View file @
b064a1a8
Depends: @, libtap-parser-sourcehandler-pgtap-perl, postgresql-
9.6
-pgtap, postgresql-server-dev-all, newpid
Depends: @, libtap-parser-sourcehandler-pgtap-perl, postgresql-
10
-pgtap, postgresql-server-dev-all, newpid
Tests: prove
Restrictions: allow-stderr
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