Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (4)
Update packaging for postgresql-11.
· 12098cbe
Bas Couwenberg
authored
Oct 11, 2018
12098cbe
Drop obsolete Breaks/Replaces.
· 6edc2067
Bas Couwenberg
authored
Oct 12, 2018
6edc2067
Update Homepage URL to use HTTPS.
· 52c7950a
Bas Couwenberg
authored
Oct 12, 2018
52c7950a
Set distribution to experimental.
· 23f08409
Bas Couwenberg
authored
Oct 12, 2018
23f08409
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
23f08409
pgrouting (2.6.1-2~exp1) experimental; urgency=medium
* Team upload.
* Update packaging for postgresql-11.
* Drop obsolete Breaks/Replaces.
* Update Homepage URL to use HTTPS.
-- Bas Couwenberg <sebastic@debian.org> Fri, 12 Oct 2018 07:39:35 +0200
pgrouting (2.6.1-1) unstable; urgency=medium
* Team upload.
...
...
debian/control
View file @
23f08409
...
...
@@ -16,27 +16,25 @@ Build-Depends: cmake (>= 3.2),
Standards-Version: 4.2.1
Vcs-Browser: https://salsa.debian.org/debian-gis-team/pgrouting
Vcs-Git: https://salsa.debian.org/debian-gis-team/pgrouting.git
Homepage: http://www.pgrouting.org
Homepage: http
s
://www.pgrouting.org
Package: postgresql-1
0
-pgrouting
Package: postgresql-1
1
-pgrouting
Architecture: any
Depends: postgresql-1
0
-pgrouting-scripts (>= ${source:Version}),
postgresql-1
0
,
postgresql-1
0
-postgis,
Depends: postgresql-1
1
-pgrouting-scripts (>= ${source:Version}),
postgresql-1
1
,
postgresql-1
1
-postgis,
${misc:Depends},
${shlibs:Depends}
Suggests: postgresql-1
0
-pgrouting-doc
Suggests: postgresql-1
1
-pgrouting-doc
Description: Routing functionality support for PostgreSQL/PostGIS
pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
geospatial routing and other network analysis functionality.
.
This package supports PostgreSQL 1
0
.
This package supports PostgreSQL 1
1
.
Package: postgresql-1
0
-pgrouting-scripts
Package: postgresql-1
1
-pgrouting-scripts
Architecture: all
Depends: ${misc:Depends}
Breaks: postgresql-10-pgrouting (<< 2.3.2)
Replaces: postgresql-10-pgrouting (<< 2.3.2)
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
geospatial routing and other network analysis functionality.
...
...
@@ -44,9 +42,9 @@ Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
This package contains the SQL scripts for installing pgRouting, and for
upgrading from earlier pgRouting versions.
.
This package supports PostgreSQL 1
0
.
This package supports PostgreSQL 1
1
.
Package: postgresql-1
0
-pgrouting-doc
Package: postgresql-1
1
-pgrouting-doc
Architecture: all
Section: doc
Depends: libjs-mathjax,
...
...
debian/control.in
View file @
23f08409
...
...
@@ -16,7 +16,7 @@ Build-Depends: cmake (>= 3.2),
Standards-Version: 4.2.1
Vcs-Browser: https://salsa.debian.org/debian-gis-team/pgrouting
Vcs-Git: https://salsa.debian.org/debian-gis-team/pgrouting.git
Homepage: http://www.pgrouting.org
Homepage: http
s
://www.pgrouting.org
Package: postgresql-PGVERSION-pgrouting
Architecture: any
...
...
@@ -35,8 +35,6 @@ Description: Routing functionality support for PostgreSQL/PostGIS
Package: postgresql-PGVERSION-pgrouting-scripts
Architecture: all
Depends: ${misc:Depends}
Breaks: postgresql-PGVERSION-pgrouting (<< 2.3.2)
Replaces: postgresql-PGVERSION-pgrouting (<< 2.3.2)
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
geospatial routing and other network analysis functionality.
...
...