[Git][haskell-team/DHG_packages][master] postgresql-libpq: Upgrading from 0.9.4.2 to 0.9.4.3

Ilias Tsitsimpis (@iliastsi) gitlab at salsa.debian.org
Sun Jul 3 11:39:36 BST 2022



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


Commits:
9e56bc66 by Ilias Tsitsimpis at 2022-07-03T13:38:07+03:00
postgresql-libpq: Upgrading from 0.9.4.2 to 0.9.4.3

- - - - -


3 changed files:

- p/haskell-postgresql-libpq/debian/changelog
- p/haskell-postgresql-libpq/debian/control
- p/haskell-postgresql-libpq/debian/patches/newer-deps


Changes:

=====================================
p/haskell-postgresql-libpq/debian/changelog
=====================================
@@ -1,8 +1,9 @@
-haskell-postgresql-libpq (0.9.4.2-4) UNRELEASED; urgency=medium
+haskell-postgresql-libpq (0.9.4.3-1) unstable; urgency=medium
 
   * Declare compliance with Debian policy 4.6.1
+  * New upstream release (Closes: #1013783)
 
- -- Ilias Tsitsimpis <iliastsi at debian.org>  Tue, 28 Jun 2022 15:32:55 +0300
+ -- Ilias Tsitsimpis <iliastsi at debian.org>  Sun, 03 Jul 2022 13:35:43 +0300
 
 haskell-postgresql-libpq (0.9.4.2-3) unstable; urgency=medium
 


=====================================
p/haskell-postgresql-libpq/debian/control
=====================================
@@ -13,7 +13,7 @@ Build-Depends:
  libpq-dev,
 Build-Depends-Indep: ghc-doc
 Standards-Version: 4.6.1
-Homepage: https://github.com/phadej/postgresql-libpq
+Homepage: https://github.com/haskellari/postgresql-libpq
 Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-postgresql-libpq
 Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-postgresql-libpq]
 


=====================================
p/haskell-postgresql-libpq/debian/patches/newer-deps
=====================================
@@ -1,20 +1,39 @@
+Index: b/postgresql-libpq.cabal
+===================================================================
 --- a/postgresql-libpq.cabal
 +++ b/postgresql-libpq.cabal
-@@ -37,7 +37,7 @@
+@@ -1,5 +1,6 @@
+ name:               postgresql-libpq
+ version:            0.9.4.3
++x-revision:         2
+ synopsis:           low-level binding to libpq
+ description:
+   This is a binding to libpq: the C application
+@@ -35,14 +36,16 @@ tested-with:
+    || ==8.4.4
+    || ==8.6.5
+    || ==8.8.4
+-   || ==8.10.2
++   || ==8.10.7
++   || ==9.0.1
++   || ==9.2.1
  
- Custom-setup
+ extra-source-files: CHANGELOG.md
+ 
+ custom-setup
    setup-depends:
--    base >= 4.3 && <5, Cabal >= 1.10 && <2.5
-+    base >= 4.3 && <5, Cabal >= 1.10 && <3.3
+       base   >=4.3  && <5
+-    , Cabal  >=1.10 && <3.3
++    , Cabal  >=1.10 && <3.7
  
  -- If true,  use pkg-config,  otherwise use the pg_config based build
  -- configuration
-@@ -51,7 +51,7 @@
-   include-dirs:        cbits
-   Exposed-modules:     Database.PostgreSQL.LibPQ
-                        Database.PostgreSQL.LibPQ.Internal
--  Build-depends:       base       >=4.3     && <4.13
-+  Build-depends:       base       >=4.3     && <4.15
-                      , bytestring >=0.9.1.0 && <0.11
+@@ -61,7 +64,7 @@ library
+ 
+   other-modules:    Database.PostgreSQL.LibPQ.Compat
+   build-depends:
+-      base        >=4.3     && <4.15
++      base        >=4.3     && <4.17
+     , bytestring  >=0.9.1.0 && <0.12
  
    if !os(windows)



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

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/9e56bc66030d3a3ae6f55f78f6434b3e520ac727
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/20220703/8efbe7ee/attachment-0001.htm>


More information about the Pkg-haskell-commits mailing list