Control: tags 966882 + patch Control: tags 966882 + pending -- Dear maintainer,
I've prepared an NMU for buici-clock (versioned as 0.4.9.4+nmu1) and uploaded it to DELAYED/2. Please feel free to tell me if I should cancel it. -- Regards Sudip diff -Nru buici-clock-0.4.9.4/debian/changelog buici-clock-0.4.9.4+nmu1/debian/changelog --- buici-clock-0.4.9.4/debian/changelog 2016-07-24 01:25:31.000000000 +0100 +++ buici-clock-0.4.9.4+nmu1/debian/changelog 2021-01-14 22:05:45.000000000 +0000 @@ -1,3 +1,11 @@ +buici-clock (0.4.9.4+nmu1) unstable; urgency=medium + + * Non-maintainer upload. + * Fix FTBFS. (Closes: #966882) + - Remove rename and use res_y.hxx + + -- Sudip Mukherjee <sudipm.mukher...@gmail.com> Thu, 14 Jan 2021 22:05:45 +0000 + buici-clock (0.4.9.4) unstable; urgency=medium * Fixed source archive package build. (Closes: #832295) diff -Nru buici-clock-0.4.9.4/xo/Makefile.in buici-clock-0.4.9.4+nmu1/xo/Makefile.in --- buici-clock-0.4.9.4/xo/Makefile.in 2012-12-29 18:51:57.000000000 +0000 +++ buici-clock-0.4.9.4+nmu1/xo/Makefile.in 2021-01-14 21:48:16.000000000 +0000 @@ -104,7 +104,6 @@ %.cxx: %.y $(YACC) -d -o $@ $< - mv $(basename $@).hxx $(basename $@).h %.i: %.cxx $(CC) -c $(CXXFLAGS) $(CXXFLAGS_) -E -o $(notdir $@) $< @@ -162,7 +161,7 @@ -rm Makefile config.h $(DEPEND) -rm config.cache config.status config.log -rm _version.h .version - -rm res_y.h res_l.cxx res_y.cxx + -rm res_y.hxx res_l.cxx res_y.cxx -rm libxo.a res_l.l: res.h diff -Nru buici-clock-0.4.9.4/xo/res.cxx buici-clock-0.4.9.4+nmu1/xo/res.cxx --- buici-clock-0.4.9.4/xo/res.cxx 2012-12-29 18:51:57.000000000 +0000 +++ buici-clock-0.4.9.4+nmu1/xo/res.cxx 2021-01-14 21:48:43.000000000 +0000 @@ -43,7 +43,7 @@ #define IS_PARSER #include "lres.h" -#include "res_y.h" +#include "res_y.hxx" #define LONG_PRIME_MAX (LONG_MAX/10) #define LONG_PRIME_MAX_REM (LONG_MAX - LONG_PRIME_MAX*10) diff -Nru buici-clock-0.4.9.4/xo/res_l.l buici-clock-0.4.9.4+nmu1/xo/res_l.l --- buici-clock-0.4.9.4/xo/res_l.l 2012-12-29 18:51:57.000000000 +0000 +++ buici-clock-0.4.9.4+nmu1/xo/res_l.l 2021-01-14 21:48:58.000000000 +0000 @@ -33,7 +33,7 @@ #include "standard.h" #define IS_PARSER #include "lres.h" -#include "res_y.h" +#include "res_y.hxx" #include <limits.h> #if defined (__cplusplus)