[Git][haskell-team/DHG_packages][master] 4 commits: gtk2hs-buildtools: Upgrading from 0.13.10.0 to 0.13.11.0

Ilias Tsitsimpis (@iliastsi) gitlab at salsa.debian.org
Thu Oct 3 17:39:02 BST 2024



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


Commits:
68380592 by Ilias Tsitsimpis at 2024-10-03T19:28:23+03:00
gtk2hs-buildtools: Upgrading from 0.13.10.0 to 0.13.11.0

- - - - -
f4b7d448 by Ilias Tsitsimpis at 2024-10-03T19:36:55+03:00
cabal-install-solver: Upgrading from 3.8.1.0 to 3.10.3.0

- - - - -
6a312cf9 by Ilias Tsitsimpis at 2024-10-03T19:36:55+03:00
hsemail: Upgrading from 2.2.1 to 2.2.2

- - - - -
41f2e60a by Ilias Tsitsimpis at 2024-10-03T19:36:55+03:00
kvitable: Upgrading from 1.0.2.1 to 1.0.3.0

- - - - -


8 changed files:

- p/gtk2hs-buildtools/debian/changelog
- p/gtk2hs-buildtools/debian/patches/manpages.patch
- p/haskell-cabal-install-solver/debian/changelog
- p/haskell-cabal-install-solver/debian/control
- − p/haskell-cabal-install-solver/debian/patches/newer-deps
- − p/haskell-cabal-install-solver/debian/patches/series
- p/haskell-hsemail/debian/changelog
- p/haskell-kvitable/debian/changelog


Changes:

=====================================
p/gtk2hs-buildtools/debian/changelog
=====================================
@@ -1,8 +1,9 @@
-gtk2hs-buildtools (0.13.10.0-2) UNRELEASED; urgency=medium
+gtk2hs-buildtools (0.13.11.0-1) unstable; urgency=medium
 
   * Declare compliance with Debian policy 4.7.0
+  * New upstream release
 
- -- Ilias Tsitsimpis <iliastsi at debian.org>  Wed, 11 Sep 2024 15:16:54 +0300
+ -- Ilias Tsitsimpis <iliastsi at debian.org>  Thu, 03 Oct 2024 19:27:54 +0300
 
 gtk2hs-buildtools (0.13.10.0-1) unstable; urgency=medium
 


=====================================
p/gtk2hs-buildtools/debian/patches/manpages.patch
=====================================
@@ -6,13 +6,13 @@ Forwarded:
  http://sourceforge.net/mailarchive/message.php?msg_name=1274874328-sup-8367%40zezinho
 Author: Marco Túlio Gontijo e Silva <marcot at debian.org>
 Last-Update: 2010-05-26
-Index: gtk2hs-buildtools-0.9/Setup.hs
+Index: b/Setup.hs
 ===================================================================
---- gtk2hs-buildtools-0.9.orig/Setup.hs	2010-05-26 10:11:38.000000000 -0300
-+++ gtk2hs-buildtools-0.9/Setup.hs	2010-05-26 10:13:46.000000000 -0300
+--- a/Setup.hs
++++ b/Setup.hs
 @@ -1,6 +1,42 @@
  module Main (main) where
-
+ 
 -import Distribution.Simple
 +-- Cabal
 +import Distribution.PackageDescription (PackageDescription)
@@ -26,7 +26,7 @@ Index: gtk2hs-buildtools-0.9/Setup.hs
 +import Distribution.Simple.UserHooks (UserHooks (..))
 +import Distribution.Simple.Utils (copyFiles)
 +import System.FilePath ((</>))
-
+ 
  main :: IO ()
 -main = defaultMain
 +main
@@ -55,10 +55,10 @@ Index: gtk2hs-buildtools-0.9/Setup.hs
 +installManpages pkg lbi verbosity copy
 +  = copyFiles verbosity (mandir (absoluteInstallDirs pkg lbi copy) </> "man1")
 +    $ zip (repeat manDir) manpages
-Index: gtk2hs-buildtools-0.9/man/gtk2hsC2hs.1
+Index: b/man/gtk2hsC2hs.1
 ===================================================================
---- /dev/null	1970-01-01 00:00:00.000000000 +0000
-+++ gtk2hs-buildtools-0.9/man/gtk2hsC2hs.1	2010-05-26 09:04:20.000000000 -0300
+--- /dev/null
++++ b/man/gtk2hsC2hs.1
 @@ -0,0 +1,158 @@
 +.\" Hey Emacs! This file is -*- nroff -*- source.
 +.\"
@@ -218,10 +218,10 @@ Index: gtk2hs-buildtools-0.9/man/gtk2hsC2hs.1
 +The \fBc2hs\fR(1) was written by Michael Weber
 +<michael.weber at post.rwth-aachen.de> for the Debian GNU/Linux system (but may be
 +used by others).
-Index: gtk2hs-buildtools-0.9/man/gtk2hsHookGenerator.1
+Index: b/man/gtk2hsHookGenerator.1
 ===================================================================
---- /dev/null	1970-01-01 00:00:00.000000000 +0000
-+++ gtk2hs-buildtools-0.9/man/gtk2hsHookGenerator.1	2010-05-26 09:04:20.000000000 -0300
+--- /dev/null
++++ b/man/gtk2hsHookGenerator.1
 @@ -0,0 +1,62 @@
 +.\" Hey Emacs! This file is -*- nroff -*- source.
 +.\"
@@ -285,10 +285,10 @@ Index: gtk2hs-buildtools-0.9/man/gtk2hsHookGenerator.1
 +This page was addapted from the \fBgtk2hsC2hs\fR(1) manpage, by Marco Túlio
 +Gontijo e Silva <marcot at debian.org> for the Debian GNU/Linux system (but may be
 +used by others).
-Index: gtk2hs-buildtools-0.9/man/gtk2hsTypeGen.1
+Index: b/man/gtk2hsTypeGen.1
 ===================================================================
---- /dev/null	1970-01-01 00:00:00.000000000 +0000
-+++ gtk2hs-buildtools-0.9/man/gtk2hsTypeGen.1	2010-05-26 09:04:20.000000000 -0300
+--- /dev/null
++++ b/man/gtk2hsTypeGen.1
 @@ -0,0 +1,88 @@
 +.\" Hey Emacs! This file is -*- nroff -*- source.
 +.\"


=====================================
p/haskell-cabal-install-solver/debian/changelog
=====================================
@@ -1,8 +1,9 @@
-haskell-cabal-install-solver (3.8.1.0-3) UNRELEASED; urgency=medium
+haskell-cabal-install-solver (3.10.3.0-1) unstable; urgency=medium
 
   * Declare compliance with Debian policy 4.7.0
+  * New upstream release
 
- -- Ilias Tsitsimpis <iliastsi at debian.org>  Wed, 11 Sep 2024 15:17:03 +0300
+ -- Ilias Tsitsimpis <iliastsi at debian.org>  Thu, 03 Oct 2024 19:29:27 +0300
 
 haskell-cabal-install-solver (3.8.1.0-2) unstable; urgency=medium
 


=====================================
p/haskell-cabal-install-solver/debian/control
=====================================
@@ -9,15 +9,15 @@ Build-Depends: debhelper (>= 10),
  cdbs,
  ghc (>= 9.4),
  ghc-prof,
- libghc-cabal-syntax-dev (>= 3.8),
- libghc-cabal-syntax-dev (<< 3.9),
+ libghc-cabal-syntax-dev (>= 3.10),
+ libghc-cabal-syntax-dev (<< 3.11),
  libghc-cabal-syntax-prof,
  libghc-edit-distance-dev (>= 0.2.2),
  libghc-edit-distance-dev (<< 0.3),
  libghc-edit-distance-prof,
  libghc-cabal-syntax-dev,
  libghc-tasty-dev (>= 1.2.3),
- libghc-tasty-dev (<< 1.5),
+ libghc-tasty-dev (<< 1.6),
  libghc-tasty-prof,
  libghc-tasty-hunit-dev (>= 0.10),
  libghc-tasty-hunit-prof,


=====================================
p/haskell-cabal-install-solver/debian/patches/newer-deps deleted
=====================================
@@ -1,30 +0,0 @@
-Index: b/cabal-install-solver.cabal
-===================================================================
---- a/cabal-install-solver.cabal
-+++ b/cabal-install-solver.cabal
-@@ -1,6 +1,7 @@
- cabal-version: 2.2
- name:          cabal-install-solver
- version:       3.8.1.0
-+x-revision: 1
- synopsis:      The command-line interface for Cabal and Hackage.
- description:
-   The solver component used in cabal-install command-line program
-@@ -105,7 +106,7 @@ library
- 
-   build-depends:
-     , array         >=0.4      && <0.6
--    , base          >=4.10     && <4.17
-+    , base          >=4.10     && <4.18
-     , bytestring    >=0.10.6.0 && <0.12
-     , Cabal         ^>=3.8
-     , Cabal-syntax  ^>=3.8
-@@ -138,7 +139,7 @@ Test-Suite unit-tests
-      UnitTests.Distribution.Solver.Modular.MessageUtils
- 
-    build-depends:
--     , base        >= 4.10  && <4.17
-+     , base        >= 4.10  && <4.18
-      , Cabal
-      , Cabal-syntax
-      , cabal-install-solver


=====================================
p/haskell-cabal-install-solver/debian/patches/series deleted
=====================================
@@ -1 +0,0 @@
-newer-deps


=====================================
p/haskell-hsemail/debian/changelog
=====================================
@@ -1,8 +1,9 @@
-haskell-hsemail (2.2.1-3) UNRELEASED; urgency=medium
+haskell-hsemail (2.2.2-1) unstable; urgency=medium
 
   * Declare compliance with Debian policy 4.7.0
+  * New upstream release
 
- -- Ilias Tsitsimpis <iliastsi at debian.org>  Wed, 11 Sep 2024 15:17:35 +0300
+ -- Ilias Tsitsimpis <iliastsi at debian.org>  Thu, 03 Oct 2024 19:30:27 +0300
 
 haskell-hsemail (2.2.1-2) unstable; urgency=medium
 


=====================================
p/haskell-kvitable/debian/changelog
=====================================
@@ -1,8 +1,9 @@
-haskell-kvitable (1.0.2.1-2) UNRELEASED; urgency=medium
+haskell-kvitable (1.0.3.0-1) unstable; urgency=medium
 
   * Declare compliance with Debian policy 4.7.0
+  * New upstream release
 
- -- Ilias Tsitsimpis <iliastsi at debian.org>  Wed, 11 Sep 2024 15:17:45 +0300
+ -- Ilias Tsitsimpis <iliastsi at debian.org>  Thu, 03 Oct 2024 19:30:49 +0300
 
 haskell-kvitable (1.0.2.1-1) unstable; urgency=medium
 



View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/compare/09e592c95afc067eec0cba55f581a77084b1b505...41f2e60a7a667b482c2ef741f6bc572acbb67a07

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/compare/09e592c95afc067eec0cba55f581a77084b1b505...41f2e60a7a667b482c2ef741f6bc572acbb67a07
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/20241003/7792ea22/attachment-0001.htm>


More information about the Pkg-haskell-commits mailing list