[Git][haskell-team/DHG_packages][master] postgresql-libpq-pkgconfig: Initial release

Ilias Tsitsimpis (@iliastsi) gitlab at salsa.debian.org
Fri Feb 6 21:22:25 GMT 2026



Ilias Tsitsimpis pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
c29a978d by Ilias Tsitsimpis at 2026-02-06T23:19:42+02:00
postgresql-libpq-pkgconfig: Initial release

- - - - -


6 changed files:

- + p/haskell-postgresql-libpq-pkgconfig/debian/changelog
- + p/haskell-postgresql-libpq-pkgconfig/debian/control
- + p/haskell-postgresql-libpq-pkgconfig/debian/copyright
- + p/haskell-postgresql-libpq-pkgconfig/debian/rules
- + p/haskell-postgresql-libpq-pkgconfig/debian/source/format
- + p/haskell-postgresql-libpq-pkgconfig/debian/watch


Changes:

=====================================
p/haskell-postgresql-libpq-pkgconfig/debian/changelog
=====================================
@@ -0,0 +1,5 @@
+haskell-postgresql-libpq-pkgconfig (0.11-1) unstable; urgency=low
+
+  * Initial release
+
+ -- Ilias Tsitsimpis <iliastsi at debian.org>  Fri, 06 Feb 2026 16:50:30 +0200


=====================================
p/haskell-postgresql-libpq-pkgconfig/debian/control
=====================================
@@ -0,0 +1,64 @@
+Source: haskell-postgresql-libpq-pkgconfig
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Ilias Tsitsimpis <iliastsi at debian.org>
+Priority: optional
+Section: haskell
+Rules-Requires-Root: no
+Build-Depends: debhelper-compat (= 13),
+ haskell-devscripts-minimal | haskell-devscripts (>= 0.16.42),
+ dh-sequence-haskell,
+ ghc,
+ ghc-prof,
+ pkg-config,
+ libpq-dev,
+Build-Depends-Indep: ghc-doc,
+Standards-Version: 4.7.3
+Homepage: https://github.com/haskellari/postgresql-libpq
+Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-postgresql-libpq-pkgconfig
+Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-postgresql-libpq-pkgconfig]
+Description: low-level binding to libpq; pkg-config based provider
+ This is a binding to libpq: the C application programmer's interface to
+ PostgreSQL. libpq is a set of library functions that allow client
+ programs to pass queries to the PostgreSQL backend server and to receive
+ the results of these queries.
+
+Package: libghc-postgresql-libpq-pkgconfig-dev
+Architecture: any
+Depends: ${haskell:Depends},
+ ${misc:Depends},
+ ${shlibs:Depends},
+ libpq-dev,
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Conflicts: ${haskell:Conflicts},
+Provides: ${haskell:Provides},
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
+
+Package: libghc-postgresql-libpq-pkgconfig-prof
+Architecture: any
+Depends: ${haskell:Depends},
+ ${misc:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Conflicts: ${haskell:Conflicts},
+Provides: ${haskell:Provides},
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
+
+Package: libghc-postgresql-libpq-pkgconfig-doc
+Architecture: all
+Section: doc
+Depends: ${haskell:Depends},
+ ${misc:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Conflicts: ${haskell:Conflicts},
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}


=====================================
p/haskell-postgresql-libpq-pkgconfig/debian/copyright
=====================================
@@ -0,0 +1,48 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: postgresql-libpq-pkgconfig
+Upstream-Contact: Oleg Grenrus <oleg.grenrus at iki.fi>
+Source: https://hackage.haskell.org/package/postgresql-libpq-pkgconfig
+
+Files: *
+Copyright:
+ (c) 2010 Grant Monroe
+ (c) 2011 Leon P Smith
+ (c) 2024 Oleg Grenrus
+License: BSD-3-clause
+
+Files: debian/*
+Copyright: held by the contributors mentioned in debian/changelog
+License: BSD-3-clause
+
+License: BSD-3-clause
+ Copyright (c) 2010, Grant Monroe
+ Copyright (c) 2011, Leon P Smith
+ .
+ All rights reserved.
+ .
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are met:
+ .
+     * Redistributions of source code must retain the above copyright
+       notice, this list of conditions and the following disclaimer.
+ .
+     * Redistributions in binary form must reproduce the above
+       copyright notice, this list of conditions and the following
+       disclaimer in the documentation and/or other materials provided
+       with the distribution.
+ .
+     * Neither the name of the authors nor the names of other
+       contributors may be used to endorse or promote products derived
+       from this software without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.


=====================================
p/haskell-postgresql-libpq-pkgconfig/debian/rules
=====================================
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@


=====================================
p/haskell-postgresql-libpq-pkgconfig/debian/source/format
=====================================
@@ -0,0 +1 @@
+3.0 (quilt)


=====================================
p/haskell-postgresql-libpq-pkgconfig/debian/watch
=====================================
@@ -0,0 +1,2 @@
+version=4
+https://hackage.haskell.org/package/postgresql-libpq-pkgconfig/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))



View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/c29a978dd08d993e3ec5f6402268a17afe82a372

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/c29a978dd08d993e3ec5f6402268a17afe82a372
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/94e42197/attachment-0001.htm>


More information about the Pkg-haskell-commits mailing list