diff -Nru fltk1.1-1.1.10/debian/changelog fltk1.1-1.1.10/debian/changelog --- fltk1.1-1.1.10/debian/changelog 2019-02-11 04:07:45.000000000 +0000 +++ fltk1.1-1.1.10/debian/changelog 2019-02-17 01:46:35.000000000 +0000 @@ -1,3 +1,10 @@ +fltk1.1 (1.1.10-26ubuntu1) disco; urgency=medium + + * debian/rules: Remove override_dh_installchangelogs because Ubuntu doesn't + install changelogs by default, and the logic causes an FTBFS. + + -- Logan Rosen Sat, 16 Feb 2019 20:46:35 -0500 + fltk1.1 (1.1.10-26) unstable; urgency=medium * configure: Revert local changes in favor of using (dh_)autoreconf. diff -Nru fltk1.1-1.1.10/debian/control fltk1.1-1.1.10/debian/control --- fltk1.1-1.1.10/debian/control 2019-02-11 04:07:45.000000000 +0000 +++ fltk1.1-1.1.10/debian/control 2019-02-17 01:46:35.000000000 +0000 @@ -1,5 +1,6 @@ Source: fltk1.1 -Maintainer: Aaron M. Ucko +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Aaron M. Ucko Section: libs Priority: optional Build-Depends: debhelper (>= 11~), diff -Nru fltk1.1-1.1.10/debian/.gitignore fltk1.1-1.1.10/debian/.gitignore --- fltk1.1-1.1.10/debian/.gitignore 2019-02-11 04:07:45.000000000 +0000 +++ fltk1.1-1.1.10/debian/.gitignore 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -*.debhelper -*.debhelper.log -*.substvars -autoreconf.* -configure.saved -debhelper-build-stamp -files -fltk1.1-doc -fltk1.1-games -libfltk1.1 -libfltk1.1-dev -tmp diff -Nru fltk1.1-1.1.10/debian/patches/debian-changes fltk1.1-1.1.10/debian/patches/debian-changes --- fltk1.1-1.1.10/debian/patches/debian-changes 2019-02-11 04:07:45.000000000 +0000 +++ fltk1.1-1.1.10/debian/patches/debian-changes 2019-02-17 01:46:35.000000000 +0000 @@ -1,106 +1,4 @@ Combined patches from git. ---- /dev/null -+++ fltk1.1-1.1.10/.gitignore -@@ -0,0 +1,99 @@ -+.pc -+FL/Makefile -+autom4te.cache -+config.* -+documentation/*.[0-9] -+documentation/fltk.p* -+fltk-config -+fltk-config.unhardened -+fltk.list -+fluid/fluid -+fluid/fluid-shared -+lib/lib*.a -+makeinclude -+src/lib*.so* -+test/CubeView -+test/CubeViewUI.cxx -+test/CubeViewUI.h -+test/adjuster -+test/arc -+test/ask -+test/bitmap -+test/blocks -+test/boxtype -+test/browser -+test/button -+test/buttons -+test/checkers -+test/clock -+test/colbrowser -+test/color_chooser -+test/cube -+test/cursor -+test/curve -+test/demo -+test/doublebuffer -+test/editor -+test/fast_slow -+test/fast_slow.cxx -+test/fast_slow.h -+test/file_chooser -+test/fonts -+test/forms -+test/fractals -+test/fullscreen -+test/gl_overlay -+test/glpuzzle -+test/hello -+test/help -+test/iconize -+test/image -+test/inactive -+test/inactive.cxx -+test/inactive.h -+test/input -+test/input_choice -+test/keyboard -+test/keyboard_ui.cxx -+test/keyboard_ui.h -+test/label -+test/line_style -+test/list_visuals -+test/mandelbrot -+test/mandelbrot_ui.cxx -+test/mandelbrot_ui.h -+test/menubar -+test/message -+test/minimum -+test/navigation -+test/output -+test/overlay -+test/pack -+test/pixmap -+test/pixmap_browser -+test/preferences -+test/preferences.cxx -+test/preferences.h -+test/radio -+test/radio.cxx -+test/radio.h -+test/resize -+test/resize.cxx -+test/resize.h -+test/resizebox -+test/scroll -+test/shape -+test/subwindow -+test/sudoku -+test/symbols -+test/tabs -+test/tabs.cxx -+test/tabs.h -+test/threads -+test/tile -+test/tiled_image -+test/unittests -+test/valuators -+test/valuators.cxx -+test/valuators.h -+*/*.o --- fltk1.1-1.1.10.orig/FL/forms.H +++ fltk1.1-1.1.10/FL/forms.H @@ -651,7 +651,7 @@ inline int fl_show_question(const char* diff -Nru fltk1.1-1.1.10/debian/rules fltk1.1-1.1.10/debian/rules --- fltk1.1-1.1.10/debian/rules 2019-02-11 04:07:45.000000000 +0000 +++ fltk1.1-1.1.10/debian/rules 2019-02-17 01:46:34.000000000 +0000 @@ -104,9 +104,3 @@ > debian/libfltk1.1.symbols.$(DEB_HOST_ARCH) endif dh_makeshlibs -V - -override_dh_installchangelogs: - dh_installchangelogs - for x in debian/*/usr/share/doc/*/changelog; do \ - mv -v $$x `dirname $$x`/NEWS; \ - done