[Git][debian-gis-team/postgis][experimental] 2 commits: Add patch to fix FTBFS caused by create_upgrade.pl failing.

Bas Couwenberg (@sebastic) gitlab at salsa.debian.org
Tue Sep 17 06:55:59 BST 2024



Bas Couwenberg pushed to branch experimental at Debian GIS Project / postgis


Commits:
db125ed5 by Bas Couwenberg at 2024-09-17T07:41:07+02:00
Add patch to fix FTBFS caused by create_upgrade.pl failing.

- - - - -
77b314d6 by Bas Couwenberg at 2024-09-17T07:41:16+02:00
Set distribution to experimental.

- - - - -


3 changed files:

- debian/changelog
- + debian/patches/create_upgrade.patch
- debian/patches/series


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+postgis (3.5.0~beta1+dfsg-1~exp2) experimental; urgency=medium
+
+  * Add patch to fix FTBFS caused by create_upgrade.pl failing.
+
+ -- Bas Couwenberg <sebastic at debian.org>  Tue, 17 Sep 2024 07:41:08 +0200
+
 postgis (3.5.0~beta1+dfsg-1~exp1) experimental; urgency=medium
 
   * New upstream beta release.


=====================================
debian/patches/create_upgrade.patch
=====================================
@@ -0,0 +1,18 @@
+Description: Fix create_upgrade.pl failure.
+Author: Bas Couwenberg <sebastic at debian.org>
+Bug: https://trac.osgeo.org/postgis/ticket/5779
+
+--- a/raster/rt_pg/Makefile.in
++++ b/raster/rt_pg/Makefile.in
+@@ -129,9 +129,9 @@ endif
+ #       in the extension/ folder
+ #
+ %.sql: %.sql.in
+-	$(SQLPP) -I at top_builddir@/postgis/ $< > $@.tmp
++	$(SQLPP) -I at top_builddir@/postgis/ $< > $@.tmp && \
+ 	grep -v '^#' $@.tmp | \
+-	$(PERL) -lpe "s'MODULE_PATHNAME'\$(MODULEPATH)'g;s'@extschema@\.''g" > $@
++	$(PERL) -lpe "s'MODULE_PATHNAME'\$(MODULEPATH)'g;s'@extschema@\.''g" > $@ && \
+ 	rm -f $@.tmp
+ 
+ ../../liblwgeom/.libs/liblwgeom.a:


=====================================
debian/patches/series
=====================================
@@ -1,3 +1,4 @@
 relax-test-timing-constraints.patch
 chaikin
 incorrect-path-for-interpreter.patch
+create_upgrade.patch



View it on GitLab: https://salsa.debian.org/debian-gis-team/postgis/-/compare/bd48adf04972c65656e9eda637ff854372a8ac80...77b314d68fe6509eef3d14d9ff61ea78af51a02a

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/postgis/-/compare/bd48adf04972c65656e9eda637ff854372a8ac80...77b314d68fe6509eef3d14d9ff61ea78af51a02a
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/20240917/01990d69/attachment-0001.htm>


More information about the Pkg-grass-devel mailing list