Bug#974099: octave-database: diff for NMU version 2.4.4-3.1

2020-11-14 Thread Rafael Laboissière

* Sebastian Ramacher  [2020-11-14 12:40]:

I couldn't push them directly, so I've created a MR: 
https://salsa.debian.org/pkg-octave-team/octave-database/-/merge_requests/1


Great, thanks. It is merged now.

Best,

Rafael Laboissière



Bug#974099: octave-database: diff for NMU version 2.4.4-3.1

2020-11-14 Thread Sebastian Ramacher
On 2020-11-14 10:46:23 +0100, Rafael Laboissière wrote:
> * Sebastian Ramacher  [2020-11-14 09:22]:
> 
> > 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.
> 
> Thank you for the upload.
> 
> Could you please push your changes to the Git depository for the package ?
> https://salsa.debian.org/pkg-octave-team/octave-database

I couldn't push them directly, so I've created a MR:
https://salsa.debian.org/pkg-octave-team/octave-database/-/merge_requests/1

Cheers
-- 
Sebastian Ramacher


signature.asc
Description: PGP signature


Bug#974099: octave-database: diff for NMU version 2.4.4-3.1

2020-11-14 Thread Rafael Laboissière

* Sebastian Ramacher  [2020-11-14 09:22]:


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.


Thank you for the upload.

Could you please push your changes to the Git depository for the package ? 
https://salsa.debian.org/pkg-octave-team/octave-database


Best,

Rafael Laboissière



Bug#974099: octave-database: diff for NMU version 2.4.4-3.1

2020-11-14 Thread Sebastian Ramacher
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.0 +0200
+++ octave-database-2.4.4/debian/changelog	2020-11-14 09:18:48.0 +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   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.0 +0200
+++ octave-database-2.4.4/debian/control	2020-11-14 09:08:29.0 +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.0 +0100
+++ octave-database-2.4.4/debian/tests/control	2020-11-14 09:09:46.0 +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.0 +0100
+++ octave-database-2.4.4/debian/tests/test-pq-connect	2020-11-14 09:12:34.0 +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


signature.asc
Description: PGP signature