Commit 21a03fe9 authored by Sebastien Jodogne's avatar Sebastien Jodogne
Browse files

fix issue #916954

parent e2131534
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
orthanc-postgresql (2.2-4) unstable; urgency=medium

  * Fix missing dependency on zlib1g-dev. Closes: #916954

 -- Sebastien Jodogne <s.jodogne@gmail.com>  Fri, 21 Dec 2018 09:24:42 +0100

orthanc-postgresql (2.2-3) unstable; urgency=medium

  * Fix build with PostgreSQL 11. Closes: #912108
+2 −1
Original line number Diff line number Diff line
@@ -12,7 +12,8 @@ Build-Depends: cmake,
               orthanc-dev,
               postgresql-server-dev-all,
               unzip,
               uuid-dev
               uuid-dev,
               zlib1g-dev
Standards-Version: 4.2.1
Vcs-Browser: https://salsa.debian.org/med-team/orthanc-postgresql
Vcs-Git: https://salsa.debian.org/med-team/orthanc-postgresql.git