[Git][debian-gis-team/pgrouting][master] 3 commits: Add metapackages to help upgrade the pgrouting packages.

Bas Couwenberg (@sebastic) gitlab at salsa.debian.org
Sat Oct 15 08:02:47 BST 2022



Bas Couwenberg pushed to branch master at Debian GIS Project / pgrouting


Commits:
e862b718 by Bas Couwenberg at 2022-10-15T08:39:39+02:00
Add metapackages to help upgrade the pgrouting packages.

- - - - -
c49736c6 by Bas Couwenberg at 2022-10-15T08:40:03+02:00
Update packaging for postgresql-15.

- - - - -
e6b6d81b by Bas Couwenberg at 2022-10-15T08:40:04+02:00
Set distribution to experimental.

- - - - -


3 changed files:

- debian/changelog
- debian/control
- debian/control.in


Changes:

=====================================
debian/changelog
=====================================
@@ -1,10 +1,12 @@
-pgrouting (3.4.1-2) UNRELEASED; urgency=medium
+pgrouting (3.4.1-2~exp1) experimental; urgency=medium
 
   * Team upload.
   * Add patches by Vagrant Cascadian for reproducible builds.
     (closes: #1021799, #1021800)
+  * Add metapackages to help upgrade the pgrouting packages.
+  * Update packaging for postgresql-15.
 
- -- Bas Couwenberg <sebastic at debian.org>  Sat, 15 Oct 2022 07:28:35 +0200
+ -- Bas Couwenberg <sebastic at debian.org>  Sat, 15 Oct 2022 08:13:23 +0200
 
 pgrouting (3.4.1-1) unstable; urgency=medium
 


=====================================
debian/control
=====================================
@@ -17,27 +17,25 @@ Vcs-Browser: https://salsa.debian.org/debian-gis-team/pgrouting
 Vcs-Git: https://salsa.debian.org/debian-gis-team/pgrouting.git
 Homepage: https://www.pgrouting.org
 
-Package: postgresql-14-pgrouting
+Package: postgresql-15-pgrouting
 Architecture: any
-Depends: postgresql-14-pgrouting-scripts (>= ${source:Version}),
-         postgresql-14,
-         postgresql-14-postgis,
-         postgresql-14-postgis-scripts,
+Depends: postgresql-15-pgrouting-scripts (>= ${source:Version}),
+         postgresql-15,
+         postgresql-15-postgis,
+         postgresql-15-postgis-scripts,
          ${misc:Depends},
          ${shlibs:Depends}
-Suggests: postgresql-14-pgrouting-doc
-Provides: postgresql-pgrouting
+Suggests: postgresql-15-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 14.
+ This package supports PostgreSQL 15.
 
-Package: postgresql-14-pgrouting-scripts
+Package: postgresql-15-pgrouting-scripts
 Architecture: all
 Multi-Arch: foreign
 Depends: ${misc:Depends}
-Provides: postgresql-pgrouting-scripts
 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.
@@ -45,9 +43,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 14.
+ This package supports PostgreSQL 15.
 
-Package: postgresql-14-pgrouting-doc
+Package: postgresql-15-pgrouting-doc
 Architecture: all
 Multi-Arch: foreign
 Section: doc
@@ -59,3 +57,28 @@ Description: Routing functionality support for PostgreSQL/PostGIS (Documentation
  geospatial routing and other network analysis functionality.
  .
  This package contains the documentation.
+
+Package: postgresql-pgrouting
+Architecture: any
+Section: metapackages
+Depends: postgresql-pgrouting-scripts,
+         postgresql-15-pgrouting,
+         ${misc:Depends}
+Description: Routing functionality support for PostgreSQL/PostGIS - Metapackage
+ pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
+ geospatial routing and other network analysis functionality.
+ .
+ This metapackage depends on the PgRouting package for PostgreSQL 15.
+
+Package: postgresql-pgrouting-scripts
+Architecture: all
+Multi-Arch: foreign
+Section: metapackages
+Depends: postgresql-15-pgrouting-scripts,
+         ${misc:Depends}
+Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts metapackage
+ pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
+ geospatial routing and other network analysis functionality.
+ .
+ This metapackage depends on the PgRouting scripts package for
+ PostgreSQL 15.


=====================================
debian/control.in
=====================================
@@ -26,7 +26,6 @@ Depends: postgresql-PGVERSION-pgrouting-scripts (>= ${source:Version}),
          ${misc:Depends},
          ${shlibs:Depends}
 Suggests: postgresql-PGVERSION-pgrouting-doc
-Provides: postgresql-pgrouting
 Description: Routing functionality support for PostgreSQL/PostGIS
  pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
  geospatial routing and other network analysis functionality.
@@ -37,7 +36,6 @@ Package: postgresql-PGVERSION-pgrouting-scripts
 Architecture: all
 Multi-Arch: foreign
 Depends: ${misc:Depends}
-Provides: postgresql-pgrouting-scripts
 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.
@@ -59,3 +57,28 @@ Description: Routing functionality support for PostgreSQL/PostGIS (Documentation
  geospatial routing and other network analysis functionality.
  .
  This package contains the documentation.
+
+Package: postgresql-pgrouting
+Architecture: any
+Section: metapackages
+Depends: postgresql-pgrouting-scripts,
+         postgresql-PGVERSION-pgrouting,
+         ${misc:Depends}
+Description: Routing functionality support for PostgreSQL/PostGIS - Metapackage
+ pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
+ geospatial routing and other network analysis functionality.
+ .
+ This metapackage depends on the PgRouting package for PostgreSQL PGVERSION.
+
+Package: postgresql-pgrouting-scripts
+Architecture: all
+Multi-Arch: foreign
+Section: metapackages
+Depends: postgresql-PGVERSION-pgrouting-scripts,
+         ${misc:Depends}
+Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts metapackage
+ pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
+ geospatial routing and other network analysis functionality.
+ .
+ This metapackage depends on the PgRouting scripts package for
+ PostgreSQL PGVERSION.



View it on GitLab: https://salsa.debian.org/debian-gis-team/pgrouting/-/compare/192c8ce8eabfb44bcb64e3740d284f27da97b85f...e6b6d81bc2b7a7c3ad73f80cb827ecef0930fc1f

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/pgrouting/-/compare/192c8ce8eabfb44bcb64e3740d284f27da97b85f...e6b6d81bc2b7a7c3ad73f80cb827ecef0930fc1f
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20221015/dd0a0817/attachment-0001.htm>


More information about the Pkg-grass-devel mailing list