Merge ~mkukri/ubuntu/+source/gnustep-base:ubuntu/devel into ubuntu/+source/gnustep-base:ubuntu/devel

Proposed by Mate Kukri
Status: Merged
Merged at revision: e9fcd1e3b4f68a2be6dd628cfc8c71e3f1a0bfb9
Proposed branch: ~mkukri/ubuntu/+source/gnustep-base:ubuntu/devel
Merge into: ubuntu/+source/gnustep-base:ubuntu/devel
Diff against target: 67 lines (+19/-4)
3 files modified
debian/changelog (+15/-0)
debian/control (+2/-2)
debian/templates/control.m4 (+2/-2)
Reviewer Review Type Date Requested Status
Julian Andres Klode (community) Approve
git-ubuntu import Pending
Review via email: mp+450857@code.launchpad.net

Commit message

Fix gnustep-base regression caused by tzdata 2023c-9ubuntu1.

To post a comment you must log in.
Revision history for this message
Julian Andres Klode (juliank) wrote :

This was missing a call to update-maintainer and it may have been nice to drop the empty line after [...] but I ran the call and uploaded it, thank you!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
diff --git a/debian/changelog b/debian/changelog
index aad605d..6417092 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,18 @@
1gnustep-base (1.29.0-6ubuntu2) mantic; urgency=medium
2
3 [ Yavor Doganov ]
4
5 * debian/templates/control.m4 (Build-Depends): Replace tzdata with
6 tzdata-legacy; fixes FTBFS and autopkgtest failure with recent tzdata
7 (Closes: #1050528). Thanks Paul Gevers for the report.
8 (gnustep-base-common) <Depends>: Likewise. This has the unfortunate
9 effect of pulling in tzdata-legacy on practically every GNUstep
10 installation but it's necessary so that methods like NSTimeZone
11 +timeZoneWithAbbreviation: continue to work.
12 * debian/control: Regenerate.
13
14 -- Mate Kukri <mate.kukri@canonical.com> Wed, 06 Sep 2023 14:15:57 +0100
15
1gnustep-base (1.29.0-6ubuntu1) mantic; urgency=low16gnustep-base (1.29.0-6ubuntu1) mantic; urgency=low
217
3 * Merge from Debian unstable. Remaining changes:18 * Merge from Debian unstable. Remaining changes:
diff --git a/debian/control b/debian/control
index 588f3e9..b33626b 100644
--- a/debian/control
+++ b/debian/control
@@ -19,7 +19,7 @@ Build-Depends: debhelper-compat (= 13),
19 m4,19 m4,
20 libavahi-client-dev,20 libavahi-client-dev,
21 libicu-dev,21 libicu-dev,
22 tzdata22 tzdata-legacy,
23Build-Depends-Indep: texinfo <!nodoc>,23Build-Depends-Indep: texinfo <!nodoc>,
24 texlive-latex-base <!nodoc>,24 texlive-latex-base <!nodoc>,
25 texlive-fonts-recommended <!nodoc>,25 texlive-fonts-recommended <!nodoc>,
@@ -35,7 +35,7 @@ Package: gnustep-base-common
35Architecture: all35Architecture: all
36Depends: gnustep-common (>= 2.9.1-2),36Depends: gnustep-common (>= 2.9.1-2),
37 ca-certificates,37 ca-certificates,
38 tzdata,38 tzdata-legacy,
39 ${misc:Depends}39 ${misc:Depends}
40Description: GNUstep Base library - common files40Description: GNUstep Base library - common files
41 The GNUstep Base Library is a powerful fast library of41 The GNUstep Base Library is a powerful fast library of
diff --git a/debian/templates/control.m4 b/debian/templates/control.m4
index d2a6d26..0c795b8 100644
--- a/debian/templates/control.m4
+++ b/debian/templates/control.m4
@@ -19,7 +19,7 @@ Build-Depends: debhelper-compat (= 13),
19 m4,19 m4,
20 libavahi-client-dev,20 libavahi-client-dev,
21 libicu-dev,21 libicu-dev,
22 tzdata22 tzdata-legacy,
23Build-Depends-Indep: texinfo <!nodoc>,23Build-Depends-Indep: texinfo <!nodoc>,
24 texlive-latex-base <!nodoc>,24 texlive-latex-base <!nodoc>,
25 texlive-fonts-recommended <!nodoc>,25 texlive-fonts-recommended <!nodoc>,
@@ -35,7 +35,7 @@ Package: gnustep-base-common
35Architecture: all35Architecture: all
36Depends: gnustep-common (>= V_MAKE),36Depends: gnustep-common (>= V_MAKE),
37 ca-certificates,37 ca-certificates,
38 tzdata,38 tzdata-legacy,
39 ${misc:Depends}39 ${misc:Depends}
40Description: GNUstep Base library - common files40Description: GNUstep Base library - common files
41 The GNUstep Base Library is a powerful fast library of41 The GNUstep Base Library is a powerful fast library of

Subscribers

People subscribed via source and target branches

to all changes: