File: README.md

package info (click to toggle)
pgl-ddl-deploy 2.2.1-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 3,780 kB
  • sloc: sql: 47,586; ansic: 364; python: 282; sh: 72; makefile: 63
file content (16 lines) | stat: -rw-r--r-- 515 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Debian/Ubuntu packaging
This directory contains the Debian control section for pgl_ddl_deploy packages.

## How to Use This
1. Edit the `debian/changelog` file.
2. Run the following command in the top level source directory to build all source and binary packages.
```
debuild -us -uc
```

## New major version of PostgreSQL?
Install the appropriate development packages.  The debian/control file needs to be updated.
Use the following command in the top level source directory:
```
pg_buildext updatecontrol
```