[Git][haskell-team/package-plan][master] Add postgresql-libpq-pkgconfig
Ilias Tsitsimpis (@iliastsi)
gitlab at salsa.debian.org
Fri Feb 6 21:14:16 GMT 2026
Ilias Tsitsimpis pushed to branch master at Debian Haskell Group / package-plan
Commits:
9719c4ee by Ilias Tsitsimpis at 2026-02-06T22:26:48+02:00
Add postgresql-libpq-pkgconfig
Use postgresql-libpq-pkgconfig instead of postgresql-libpq-configure,
since the latter requires manually running autoconf.
- - - - -
3 changed files:
- .gitlab-ci.yml
- README.md
- packages.txt
Changes:
=====================================
.gitlab-ci.yml
=====================================
@@ -8,6 +8,6 @@ build:
script:
- apt-get update
- apt-get install -y --no-install-recommends cabal-install ghc dctrl-tools patchutils libtext-patch-perl libfile-slurp-perl libipc-run-perl liblist-moreutils-perl libdpkg-perl
- - apt-get install -y --no-install-recommends --no-install-suggests pkg-config libxft-dev libcairo-dev libatk1.0-dev libdbusmenu-glib-dev libdbusmenu-gtk3-dev libvte-2.91-dev libgsasl-dev libgirepository1.0-dev libhdf5-serial-dev libxml2-dev libpcre2-dev libsdl2-dev libsdl2-image-dev libsdl2-mixer-dev libsdl2-ttf-dev libzmq3-dev libyaml-dev libgraphene-1.0-dev libgtk-4-dev
+ - apt-get install -y --no-install-recommends --no-install-suggests pkg-config libxft-dev libcairo-dev libatk1.0-dev libdbusmenu-glib-dev libdbusmenu-gtk3-dev libvte-2.91-dev libgsasl-dev libgirepository1.0-dev libhdf5-serial-dev libxml2-dev libpcre2-dev libsdl2-dev libsdl2-image-dev libsdl2-mixer-dev libsdl2-ttf-dev libzmq3-dev libyaml-dev libgraphene-1.0-dev libgtk-4-dev libpq-dev
- HOME=/builds/haskell-team/package-plan cabal update
- HOME=/builds/haskell-team/package-plan ./test-packages.pl
=====================================
README.md
=====================================
@@ -91,7 +91,7 @@ The script has a few dependencies, so run
libgirepository1.0-dev libhdf5-serial-dev libxml2-dev \
libpcre2-dev libsdl2-dev libsdl2-image-dev libsdl2-mixer-dev \
libsdl2-ttf-dev libzmq3-dev ca-certificates libyaml-dev \
- libgraphene-1.0-dev libgtk-4-dev
+ libgraphene-1.0-dev libgtk-4-dev libpq-dev
To test the package plan, run
@@ -142,7 +142,7 @@ The following Dockerfile may help test in a reproducible environment
libatk1.0-dev libdbusmenu-glib-dev libdbusmenu-gtk3-dev \
libvte-2.91-dev libgsasl-dev libgirepository1.0-dev libhdf5-serial-dev \
libxml2-dev libpcre2-dev libsdl2-dev libsdl2-image-dev libsdl2-mixer-dev \
- libsdl2-ttf-dev libzmq3-dev ca-certificates libyaml-dev
+ libsdl2-ttf-dev libzmq3-dev ca-certificates libyaml-dev libpq-dev
# Replace the following with
# git clone <URI> -b <BRANCH_NAME>
=====================================
packages.txt
=====================================
@@ -789,8 +789,8 @@ pointedlist 0.6.1
polyparse 1.13.1
posix-pty 0.2.2
postgresql-binary 0.14.2 notest
-postgresql-libpq 0.11.0.0
-postgresql-libpq-configure 0.11
+postgresql-libpq 0.11.0.0 -f+use-pkg-config
+postgresql-libpq-pkgconfig 0.11
postgresql-simple 0.7.0.1
pqueue 1.5.0.0
prelude-extras 0.4.0.3
View it on GitLab: https://salsa.debian.org/haskell-team/package-plan/-/commit/9719c4eecd02db1279604e7bd1cc70906aafbc16
--
View it on GitLab: https://salsa.debian.org/haskell-team/package-plan/-/commit/9719c4eecd02db1279604e7bd1cc70906aafbc16
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-haskell-commits/attachments/20260206/218aabab/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list