~ubuntu-branches/ubuntu/quantal/postgresql-common/quantal

« back to all changes in this revision

Viewing changes to debian/README.Devel

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2011-05-11 09:40:00 UTC
  • Revision ID: james.westby@ubuntu.com-20110511094000-wic7e3ki5987pyy6
Tags: 115
* Add Danish debconf translations, thanks Joe Dalton. (Closes: #619057)
* debian/README.Devel: Modernize a bit.
* pg_upgradecluster: In the "probin" fixup, drop the wrapping in
  encode()/decode(). This has been wrong all the time, as the "probin"
  column already is of "text" datatype, and now breaks with 9.1.
* Add support for 9.1:
  - Add 9.1 configuration method to pg_createcluster.
  - cleanpg: Stop 9.1 clusters.
  - t/040_upgrade.t: Don't call createlang for upgrades from 9.0 on, as
    PL/pgsql is enabled there by default.
  - t/050_encodings.t: Update for changed error message for invalid usage of
    \' in 9.1.
  - t/060_obsolete_confparams.t: Add full configuration for 9.0 to test the
    configuration update to 9.1.

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
This contains the following branches:
36
36
 
37
37
  common     (postgresql-common package)
38
 
  debian-8.1 (all available major versions)
39
 
  debian-8.2
40
 
  debian-8.3
 
38
  debian-8.4 (all available major versions)
 
39
  debian-9.0
41
40
 
42
41
The orig.tar.gz files are not kept under revision control since they
43
42
would only bloat the archive. They need to be downloaded separately
57
56
you can commit to. As an example, let's create a branch of the
58
57
postgresql-common package:
59
58
 
60
 
  $ bzr branch http://bazaar.launchpad.net/~pitti/postgresql/common
 
59
  $ bzr branch lp:~pitti/postgresql/common
61
60
 
62
61
Now you can happily use "bzr diff", "bzr commit", "bzr add", "baz
63
62
pull", "bzr merge", and all the other features of revision control.
69
68
account and put your branch there as well, so that all branches are
70
69
managed in one place, and can be browsed, subscribed to, etc.
71
70
 
72
 
  bzr push bzr+ssh://<username>@bazaar.launchpad.net/~<username>/postgresql/<branchname>
 
71
  bzr push lp:~<username>/postgresql/<branchname>
73
72
 
74
73
Of course you can also use any other server where you have ssh or sftp
75
74
access (use sftp:// for the latter) and which is http accessible: