--- postgresql-debversion-1.1.1.orig/debian/changelog +++ postgresql-debversion-1.1.1/debian/changelog @@ -1,3 +1,17 @@ +postgresql-debversion (1.1.1-2~ubuntu14.04.1~ppa1) trusty; urgency=medium + + * Backport to trusty, for PostgreSQL 9.3 and 10. + + -- Colin Watson Fri, 15 Mar 2019 15:44:19 +0000 + +postgresql-debversion (1.1.1-2) unstable; urgency=medium + + * Upload for PostgreSQL 11. + * Add watch file. + * Move maintainer address to team+postgresql@tracker.debian.org. + + -- Christoph Berg Sat, 13 Oct 2018 11:35:01 +0200 + postgresql-debversion (1.1.1-1) unstable; urgency=medium * Support PostgreSQL 11. --- postgresql-debversion-1.1.1.orig/debian/control +++ postgresql-debversion-1.1.1/debian/control @@ -1,13 +1,39 @@ Source: postgresql-debversion Section: database Priority: optional -Maintainer: Debian PostgreSQL Maintainers +Maintainer: Debian PostgreSQL Maintainers Uploaders: Michael Banck , Christoph Berg Build-Depends: debhelper (>= 9), libapt-pkg-dev, postgresql-server-dev-all Standards-Version: 4.1.1 Vcs-Browser: https://salsa.debian.org/postgresql/postgresql-debversion Vcs-Git: https://salsa.debian.org/postgresql/postgresql-debversion.git +Package: postgresql-9.3-debversion +Architecture: any +Depends: ${misc:Depends}, ${shlibs:Depends}, postgresql-9.3 +Description: Debian version number type for PostgreSQL + Debian version numbers, used to version Debian binary and source + packages, have a defined format, including specifications for how + versions should be compared in order to sort them. This package + implements a "debversion" type to represent Debian version numbers + within the PostgreSQL database. This also includes operators for + version comparison and index operator classes for creating indexes on + the debversion type. + . + Version comparison uses the algorithm used by the Debian package + manager, dpkg, using the implementation from libapt-pkg. This means + that columns in tables using the debversion type may be sorted and + compared correctly using the same logic as "dpkg --compare-versions". + It is also possible to create indexes on these columns. + . + postgresql-debversion implements the following features: + . + * The "debversion" type (internally derived from the "text" type) + * A full set of operators for version comparison (< <= = <> >= >) + including commutator and negator optimisation hints + * Operator classes for btree and hash indexes + * The aggregate functions min() and max() + Package: postgresql-10-debversion Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends}, postgresql-10 --- postgresql-debversion-1.1.1.orig/debian/control.in +++ postgresql-debversion-1.1.1/debian/control.in @@ -1,7 +1,7 @@ Source: postgresql-debversion Section: database Priority: optional -Maintainer: Debian PostgreSQL Maintainers +Maintainer: Debian PostgreSQL Maintainers Uploaders: Michael Banck , Christoph Berg Build-Depends: debhelper (>= 9), libapt-pkg-dev, postgresql-server-dev-all Standards-Version: 4.1.1 --- postgresql-debversion-1.1.1.orig/debian/watch +++ postgresql-debversion-1.1.1/debian/watch @@ -0,0 +1,2 @@ +version=4 +https://salsa.debian.org/postgresql/postgresql-debversion/tags .*/postgresql-debversion-v(.*).tar.bz2