[Git][haskell-team/DHG_packages][master] taffybar: Upgrading from 4.0.1 to 4.0.2
Ilias Tsitsimpis (@iliastsi)
gitlab at salsa.debian.org
Wed Oct 16 03:40:50 BST 2024
Ilias Tsitsimpis pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
2c1bf5f8 by Ilias Tsitsimpis at 2024-10-16T00:01:33+03:00
taffybar: Upgrading from 4.0.1 to 4.0.2
- - - - -
3 changed files:
- p/taffybar/debian/changelog
- p/taffybar/debian/control
- p/taffybar/debian/rules
Changes:
=====================================
p/taffybar/debian/changelog
=====================================
@@ -1,8 +1,11 @@
-taffybar (4.0.1-2) UNRELEASED; urgency=medium
+taffybar (4.0.2-1) unstable; urgency=medium
* Declare compliance with Debian policy 4.7.0
+ * New upstream release
+ * Make the build reproducible.
+ Thanks to Chris Lamb for the patch (Closes: #1056119)
- -- Ilias Tsitsimpis <iliastsi at debian.org> Wed, 11 Sep 2024 15:18:46 +0300
+ -- Ilias Tsitsimpis <iliastsi at debian.org> Tue, 15 Oct 2024 23:57:13 +0300
taffybar (4.0.1-1) unstable; urgency=medium
=====================================
p/taffybar/debian/control
=====================================
@@ -8,11 +8,9 @@ Rules-Requires-Root: no
Build-Depends:
cdbs,
debhelper (>= 10),
- ghc (>= 9.4),
+ ghc (>= 9.6),
ghc-prof,
haskell-devscripts (>= 0.13),
- libghc-configfile-dev,
- libghc-configfile-prof,
libghc-hstringtemplate-dev (>= 0.8),
libghc-hstringtemplate-dev (<< 0.9),
libghc-hstringtemplate-prof,
@@ -93,7 +91,7 @@ Build-Depends:
libghc-safe-dev (<< 1),
libghc-safe-prof,
libghc-scotty-dev (>= 0.11),
- libghc-scotty-dev (<< 0.13),
+ libghc-scotty-dev (<< 0.22),
libghc-scotty-prof,
libghc-split-dev (>= 0.1.4.2),
libghc-split-prof,
@@ -127,7 +125,6 @@ Build-Depends:
libghc-optparse-applicative-dev,
libghc-optparse-applicative-prof,
Build-Depends-Indep: ghc-doc,
- libghc-configfile-doc,
libghc-hstringtemplate-doc,
libghc-x11-doc,
libghc-aeson-doc,
=====================================
p/taffybar/debian/rules
=====================================
@@ -7,3 +7,5 @@ include /usr/share/cdbs/1/class/hlibrary.mk
binary-fixup/taffybar::
install -m 755 -s -D dist-ghc/build/taffybar/taffybar debian/taffybar/usr/bin/taffybar || true
cp -R debian/tmp-inst-ghc/usr/share/taffybar debian/taffybar/usr/share
+ # Make the build reproducible
+ find debian/taffybar/usr/share -type d -print0 | xargs -0r chmod 755
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/2c1bf5f8be54e2e648f8d96e125ff6452b37a6b7
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/2c1bf5f8be54e2e648f8d96e125ff6452b37a6b7
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/20241016/8fd118fc/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list