Package: xtrkcad Version: 1:5.3.0GA-1 Severity: normal Tags: patch pending
[Replace XX with correct value] Dear maintainer, I've prepared an NMU for xtrkcad to fix the issue created by the accidential upload of the wrong versoin, versioned as 1:5.3.0GA-1.1) and uploaded it yesterday. Please import the NMU into your git. should delay it longer.This fixes also the accidentially dropped version 5.2.0Beta2.1-2 Regards.
diff -Nru xtrkcad-5.3.0GA/debian/changelog xtrkcad-5.3.0GA/debian/changelog --- xtrkcad-5.3.0GA/debian/changelog 2024-07-03 21:32:38.000000000 +0200 +++ xtrkcad-5.3.0GA/debian/changelog 2024-11-14 20:36:25.000000000 +0100 @@ -1,3 +1,12 @@ +xtrkcad (1:5.3.0GA-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Reintroduce changes from 1:5.2.0Beta2.1-2 accidentally dropped by the + last upload. (Closes: #1087529, #1066691) + * Delete precompiled libzip.a via d/clean (Closes: #1087474) + + -- Tobias Frost <t...@debian.org> Thu, 14 Nov 2024 20:36:25 +0100 + xtrkcad (1:5.3.0GA-1) unstable; urgency=medium * New upstream release (Closes: #1057286, #1074722): @@ -22,6 +31,14 @@ -- Jörg Frings-Fürst <debian@jff.email> Wed, 03 Jul 2024 21:32:38 +0200 +xtrkcad (1:5.2.0Beta2.1-2) unstable; urgency=medium + + * debian/patches: + + Add 0901-implicit-function-declaration.patch. Fix FTBFS after dpkg enabled + -Werror=implicit-function-declaration by default. (Closes: #1066691). + + -- Mike Gabriel <sunwea...@debian.org> Wed, 03 Apr 2024 10:41:33 +0200 + xtrkcad (1:5.2.0Beta2.1-1) unstable; urgency=medium * New upstream release. diff -Nru xtrkcad-5.3.0GA/debian/patches/0901-implicit-function-declaration.patch xtrkcad-5.3.0GA/debian/patches/0901-implicit-function-declaration.patch --- xtrkcad-5.3.0GA/debian/patches/0901-implicit-function-declaration.patch 1970-01-01 01:00:00.000000000 +0100 +++ xtrkcad-5.3.0GA/debian/patches/0901-implicit-function-declaration.patch 2024-11-14 20:36:25.000000000 +0100 @@ -0,0 +1,10 @@ +--- a/app/bin/ctext.c ++++ b/app/bin/ctext.c +@@ -36,6 +36,7 @@ + void UpdateFontSizeList( long *, wList_p, wIndex_t ); + long GetFontSize(long); + long GetFontSizeIndex(long size); ++void wSetSelectedFontSize(wFontSize_t size); + + static wMenu_p textPopupM; + diff -Nru xtrkcad-5.3.0GA/debian/patches/series xtrkcad-5.3.0GA/debian/patches/series --- xtrkcad-5.3.0GA/debian/patches/series 2024-07-03 10:21:59.000000000 +0200 +++ xtrkcad-5.3.0GA/debian/patches/series 2024-11-14 20:36:25.000000000 +0100 @@ -1,2 +1,3 @@ #0001-usr_gtk-3.patch +0901-implicit-function-declaration.patch #0900-spelling-errors.patch