Control: tags 974099 + patch
Control: tags 974099 + pending

Dear maintainer,

octave-database currently blocks the removal of postgresql-12 from
testing which blocks the perl 5.32 transition. To unblock the situation,
I've prepared an NMU for octave-database (versioned as 2.4.4-3.1) and
uploaded it to DELAYED/2. Please feel free to tell me if I should delay
it longer.

Cheers
-- 
Sebastian Ramacher
diff -Nru octave-database-2.4.4/debian/changelog octave-database-2.4.4/debian/changelog
--- octave-database-2.4.4/debian/changelog	2020-07-28 10:38:50.000000000 +0200
+++ octave-database-2.4.4/debian/changelog	2020-11-14 09:18:48.000000000 +0100
@@ -1,3 +1,11 @@
+octave-database (2.4.4-3.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * debian/{control,tests}/: Run tests with default postgresql version
+    (Closes: #974099)
+
+ -- Sebastian Ramacher <sramac...@debian.org>  Sat, 14 Nov 2020 09:18:48 +0100
+
 octave-database (2.4.4-3) unstable; urgency=medium
 
   * d/control:
diff -Nru octave-database-2.4.4/debian/control octave-database-2.4.4/debian/control
--- octave-database-2.4.4/debian/control	2020-05-04 21:00:42.000000000 +0200
+++ octave-database-2.4.4/debian/control	2020-11-14 09:08:29.000000000 +0100
@@ -6,7 +6,7 @@
 Build-Depends: debhelper-compat (= 13),
                dh-octave (>= 0.7.1),
                libpq-dev,
-               postgresql-12
+               postgresql
 Standards-Version: 4.5.0
 Homepage: https://octave.sourceforge.io/database/
 Vcs-Git: https://salsa.debian.org/pkg-octave-team/octave-database.git
diff -Nru octave-database-2.4.4/debian/tests/control octave-database-2.4.4/debian/tests/control
--- octave-database-2.4.4/debian/tests/control	2019-11-12 16:57:36.000000000 +0100
+++ octave-database-2.4.4/debian/tests/control	2020-11-14 09:09:46.000000000 +0100
@@ -1,2 +1,2 @@
 Tests: test-pq-connect
-Depends: @, postgresql-12
+Depends: @, postgresql
diff -Nru octave-database-2.4.4/debian/tests/test-pq-connect octave-database-2.4.4/debian/tests/test-pq-connect
--- octave-database-2.4.4/debian/tests/test-pq-connect	2019-11-12 16:54:48.000000000 +0100
+++ octave-database-2.4.4/debian/tests/test-pq-connect	2020-11-14 09:12:34.000000000 +0100
@@ -15,7 +15,7 @@
 done
 
 ### Extend PATH for the PostrgeSQL commands
-PATH=$PATH:/usr/lib/postgresql/12/bin/
+PATH=$PATH:$(pg_config --bindir)
 
 ### Create temporary directory for DB data and temporary file for the
 ### OCtave script

Attachment: signature.asc
Description: PGP signature

Reply via email to