diff -Nru feh-3.3/config.mk feh-3.3.0/config.mk --- feh-3.3/config.mk 2019-12-03 16:33:06.000000000 +0000 +++ feh-3.3.0/config.mk 2019-12-03 16:32:41.000000000 +0000 @@ -1,5 +1,5 @@ PACKAGE ?= feh -VERSION ?= 3.3 +VERSION ?= ${shell git describe --dirty} app ?= 0 curl ?= 1 @@ -93,7 +93,7 @@ MAN_INOTIFY = disabled endif -MAN_DATE ?= December 03, 2019 +MAN_DATE ?= ${shell date '+%B %d, %Y'} # Uncomment this to use dmalloc #CFLAGS += -DWITH_DMALLOC diff -Nru feh-3.3/debian/changelog feh-3.3.0/debian/changelog --- feh-3.3/debian/changelog 2020-01-12 22:07:18.000000000 +0000 +++ feh-3.3.0/debian/changelog 2021-02-11 22:07:56.000000000 +0000 @@ -1,9 +1,20 @@ -feh (3.3-1) unstable; urgency=medium +feh (3.3.0-0yavdr2~focal) focal; urgency=medium - * New upstream release. - * Update Standards-Version to 4.4.1 . + * automatic rebuild - -- Laszlo Boszormenyi (GCS) Sun, 12 Jan 2020 22:07:18 +0000 + -- Alexander Grothe Thu, 11 Feb 2021 23:07:56 +0100 + +feh (3.3.0-0yavdr1~focal) focal; urgency=medium + + * automatic rebuild + + -- Alexander Grothe Thu, 30 Apr 2020 11:08:10 +0200 + +feh (3.3.0-0yavdr0~focal) focal; urgency=medium + + * new upstream release + + -- Alexander Grothe Sat, 21 Dec 2019 16:40:11 +0100 feh (3.2.1-1) unstable; urgency=medium diff -Nru feh-3.3/debian/compat feh-3.3.0/debian/compat --- feh-3.3/debian/compat 1970-01-01 00:00:00.000000000 +0000 +++ feh-3.3.0/debian/compat 2019-12-21 15:40:07.000000000 +0000 @@ -0,0 +1 @@ +10 diff -Nru feh-3.3/debian/control feh-3.3.0/debian/control --- feh-3.3/debian/control 2020-01-12 22:07:18.000000000 +0000 +++ feh-3.3.0/debian/control 2019-12-21 15:40:07.000000000 +0000 @@ -8,12 +8,12 @@ libxt-dev, libimlib2-dev, libxinerama-dev, - debhelper-compat (= 10), + debhelper (>= 10), perl, libtest-command-perl, libcurl4-openssl-dev | libcurl-dev, libexif-dev -Standards-Version: 4.4.1 +Standards-Version: 4.4.0 Vcs-Browser: https://salsa.debian.org/debian-phototools-team/feh Vcs-Git: https://salsa.debian.org/debian-phototools-team/feh.git Homepage: https://feh.finalrewind.org/ diff -Nru feh-3.3/debian/patches/do_not_touch_deps_mk.patch feh-3.3.0/debian/patches/do_not_touch_deps_mk.patch --- feh-3.3/debian/patches/do_not_touch_deps_mk.patch 2018-12-07 19:27:44.000000000 +0000 +++ feh-3.3.0/debian/patches/do_not_touch_deps_mk.patch 2019-12-21 15:40:11.000000000 +0000 @@ -2,9 +2,11 @@ Last-Update: Mon, 14 Feb 2011 19:47:19 +0100 Description: make sure src/deps.mk will not be changed ---- a/src/Makefile -+++ b/src/Makefile -@@ -40,7 +40,7 @@ OBJECTS = ${TARGETS:.c=.o} +Index: feh-3.3/src/Makefile +=================================================================== +--- feh-3.3.orig/src/Makefile 2019-12-21 17:08:01.820625096 +0100 ++++ feh-3.3/src/Makefile 2019-12-21 17:08:01.816625146 +0100 +@@ -39,7 +39,7 @@ I_SRCS = ${shell echo *.raw} I_DSTS = ${I_SRCS:.raw=.inc} @@ -13,7 +15,7 @@ ${CC} ${LDFLAGS} ${CFLAGS} -o $@ ${OBJECTS} ${LDLIBS} include deps.mk -@@ -52,8 +52,9 @@ fehrc.inc: fehrc.raw +@@ -51,8 +51,9 @@ help.inc: help.raw # CFLAGS might contain include paths needed to resolve includes in headers diff -Nru feh-3.3/debian/patches/feh_3.3.0_deps.mk feh-3.3.0/debian/patches/feh_3.3.0_deps.mk --- feh-3.3/debian/patches/feh_3.3.0_deps.mk 1970-01-01 00:00:00.000000000 +0000 +++ feh-3.3.0/debian/patches/feh_3.3.0_deps.mk 2019-12-21 15:40:11.000000000 +0000 @@ -0,0 +1,81 @@ +Description: debs.mk for version 3.3.0 + This patch contains the changes made by depends.mk + . + feh (3.3.0-0yavdr0~focal) focal; urgency=medium + . + * new upstream release +Author: Alexander Grothe + +--- +The information above should follow the Patch Tagging Guidelines, please +checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here +are templates for supplementary fields that you might want to add: + +Origin: , +Bug: +Bug-Debian: https://bugs.debian.org/ +Bug-Ubuntu: https://launchpad.net/bugs/ +Forwarded: +Reviewed-By: +Last-Update: 2019-12-21 + +--- /dev/null ++++ feh-3.3.0/src/deps.mk +@@ -0,0 +1,57 @@ ++events.o: events.c feh.h gib_hash.h gib_list.h gib_imlib.h gib_style.h \ ++ structs.h menu.h utils.h getopt.h debug.h filelist.h winwidget.h \ ++ timers.h options.h events.h thumbnail.h ++feh_png.o: feh_png.c feh_png.h feh.h gib_hash.h gib_list.h gib_imlib.h \ ++ gib_style.h structs.h menu.h utils.h getopt.h debug.h ++filelist.o: filelist.c feh.h gib_hash.h gib_list.h gib_imlib.h \ ++ gib_style.h structs.h menu.h utils.h getopt.h debug.h filelist.h \ ++ signals.h options.h ++getopt.o: getopt.c ++getopt1.o: getopt1.c getopt.h ++gib_hash.o: gib_hash.c gib_hash.h gib_list.h utils.h debug.h ++gib_imlib.o: gib_imlib.c gib_imlib.h gib_style.h gib_list.h utils.h \ ++ debug.h ++gib_list.o: gib_list.c gib_list.h utils.h debug.h ++gib_style.o: gib_style.c gib_style.h gib_list.h utils.h debug.h ++imlib.o: imlib.c feh.h gib_hash.h gib_list.h gib_imlib.h gib_style.h \ ++ structs.h menu.h utils.h getopt.h debug.h filelist.h signals.h \ ++ winwidget.h options.h ++index.o: index.c feh.h gib_hash.h gib_list.h gib_imlib.h gib_style.h \ ++ structs.h menu.h utils.h getopt.h debug.h filelist.h winwidget.h \ ++ options.h index.h ++keyevents.o: keyevents.c feh.h gib_hash.h gib_list.h gib_imlib.h \ ++ gib_style.h structs.h menu.h utils.h getopt.h debug.h thumbnail.h \ ++ filelist.h winwidget.h options.h ++list.o: list.c feh.h gib_hash.h gib_list.h gib_imlib.h gib_style.h \ ++ structs.h menu.h utils.h getopt.h debug.h filelist.h options.h ++main.o: main.c feh.h gib_hash.h gib_list.h gib_imlib.h gib_style.h \ ++ structs.h menu.h utils.h getopt.h debug.h filelist.h winwidget.h \ ++ timers.h options.h events.h signals.h wallpaper.h ++md5.o: md5.c md5.h ++menu.o: menu.c feh.h gib_hash.h gib_list.h gib_imlib.h gib_style.h \ ++ structs.h menu.h utils.h getopt.h debug.h thumbnail.h filelist.h \ ++ winwidget.h wallpaper.h options.h ++multiwindow.o: multiwindow.c feh.h gib_hash.h gib_list.h gib_imlib.h \ ++ gib_style.h structs.h menu.h utils.h getopt.h debug.h winwidget.h \ ++ timers.h filelist.h options.h signals.h ++options.o: options.c feh.h gib_hash.h gib_list.h gib_imlib.h gib_style.h \ ++ structs.h menu.h utils.h getopt.h debug.h filelist.h options.h ++signals.o: signals.c feh.h gib_hash.h gib_list.h gib_imlib.h gib_style.h \ ++ structs.h menu.h utils.h getopt.h debug.h filelist.h winwidget.h \ ++ options.h ++slideshow.o: slideshow.c feh.h gib_hash.h gib_list.h gib_imlib.h \ ++ gib_style.h structs.h menu.h utils.h getopt.h debug.h filelist.h \ ++ timers.h winwidget.h options.h signals.h ++thumbnail.o: thumbnail.c feh.h gib_hash.h gib_list.h gib_imlib.h \ ++ gib_style.h structs.h menu.h utils.h getopt.h debug.h filelist.h \ ++ winwidget.h options.h thumbnail.h md5.h feh_png.h index.h signals.h ++timers.o: timers.c feh.h gib_hash.h gib_list.h gib_imlib.h gib_style.h \ ++ structs.h menu.h utils.h getopt.h debug.h options.h timers.h ++utils.o: utils.c feh.h gib_hash.h gib_list.h gib_imlib.h gib_style.h \ ++ structs.h menu.h utils.h getopt.h debug.h options.h ++wallpaper.o: wallpaper.c feh.h gib_hash.h gib_list.h gib_imlib.h \ ++ gib_style.h structs.h menu.h utils.h getopt.h debug.h filelist.h \ ++ options.h wallpaper.h ++winwidget.o: winwidget.c feh.h gib_hash.h gib_list.h gib_imlib.h \ ++ gib_style.h structs.h menu.h utils.h getopt.h debug.h filelist.h \ ++ winwidget.h options.h events.h diff -Nru feh-3.3/debian/patches/reproducible_build.patch feh-3.3.0/debian/patches/reproducible_build.patch --- feh-3.3/debian/patches/reproducible_build.patch 2018-12-07 19:27:44.000000000 +0000 +++ feh-3.3.0/debian/patches/reproducible_build.patch 2019-12-21 15:40:11.000000000 +0000 @@ -2,9 +2,11 @@ Author: Chris Lamb Last-Update: 2017-09-08 ---- feh-2.16.1.orig/src/Makefile -+++ feh-2.16.1/src/Makefile -@@ -37,7 +37,7 @@ endif +Index: feh-3.3/src/Makefile +=================================================================== +--- feh-3.3.orig/src/Makefile 2019-12-21 17:08:06.564566658 +0100 ++++ feh-3.3/src/Makefile 2019-12-21 17:08:06.560566707 +0100 +@@ -36,7 +36,7 @@ OBJECTS = ${TARGETS:.c=.o} diff -Nru feh-3.3/debian/patches/series feh-3.3.0/debian/patches/series --- feh-3.3/debian/patches/series 2018-12-07 19:27:44.000000000 +0000 +++ feh-3.3.0/debian/patches/series 2019-12-21 15:40:11.000000000 +0000 @@ -1,2 +1,3 @@ do_not_touch_deps_mk.patch reproducible_build.patch +feh_3.3.0_deps.mk diff -Nru feh-3.3/src/deps.mk feh-3.3.0/src/deps.mk --- feh-3.3/src/deps.mk 2019-12-03 16:33:06.000000000 +0000 +++ feh-3.3.0/src/deps.mk 1970-01-01 00:00:00.000000000 +0000 @@ -1,57 +0,0 @@ -events.o: events.c feh.h gib_hash.h gib_list.h gib_imlib.h gib_style.h \ - structs.h menu.h utils.h getopt.h debug.h filelist.h winwidget.h \ - timers.h options.h events.h thumbnail.h -feh_png.o: feh_png.c feh_png.h feh.h gib_hash.h gib_list.h gib_imlib.h \ - gib_style.h structs.h menu.h utils.h getopt.h debug.h -filelist.o: filelist.c feh.h gib_hash.h gib_list.h gib_imlib.h \ - gib_style.h structs.h menu.h utils.h getopt.h debug.h filelist.h \ - signals.h options.h -getopt.o: getopt.c -getopt1.o: getopt1.c getopt.h -gib_hash.o: gib_hash.c gib_hash.h gib_list.h utils.h debug.h -gib_imlib.o: gib_imlib.c gib_imlib.h gib_style.h gib_list.h utils.h \ - debug.h -gib_list.o: gib_list.c gib_list.h utils.h debug.h -gib_style.o: gib_style.c gib_style.h gib_list.h utils.h debug.h -imlib.o: imlib.c feh.h gib_hash.h gib_list.h gib_imlib.h gib_style.h \ - structs.h menu.h utils.h getopt.h debug.h filelist.h signals.h \ - winwidget.h options.h -index.o: index.c feh.h gib_hash.h gib_list.h gib_imlib.h gib_style.h \ - structs.h menu.h utils.h getopt.h debug.h filelist.h winwidget.h \ - options.h index.h -keyevents.o: keyevents.c feh.h gib_hash.h gib_list.h gib_imlib.h \ - gib_style.h structs.h menu.h utils.h getopt.h debug.h thumbnail.h \ - filelist.h winwidget.h options.h -list.o: list.c feh.h gib_hash.h gib_list.h gib_imlib.h gib_style.h \ - structs.h menu.h utils.h getopt.h debug.h filelist.h options.h -main.o: main.c feh.h gib_hash.h gib_list.h gib_imlib.h gib_style.h \ - structs.h menu.h utils.h getopt.h debug.h filelist.h winwidget.h \ - timers.h options.h events.h signals.h wallpaper.h -md5.o: md5.c md5.h -menu.o: menu.c feh.h gib_hash.h gib_list.h gib_imlib.h gib_style.h \ - structs.h menu.h utils.h getopt.h debug.h thumbnail.h filelist.h \ - winwidget.h wallpaper.h options.h -multiwindow.o: multiwindow.c feh.h gib_hash.h gib_list.h gib_imlib.h \ - gib_style.h structs.h menu.h utils.h getopt.h debug.h winwidget.h \ - timers.h filelist.h options.h signals.h -options.o: options.c feh.h gib_hash.h gib_list.h gib_imlib.h gib_style.h \ - structs.h menu.h utils.h getopt.h debug.h filelist.h options.h -signals.o: signals.c feh.h gib_hash.h gib_list.h gib_imlib.h gib_style.h \ - structs.h menu.h utils.h getopt.h debug.h filelist.h winwidget.h \ - options.h -slideshow.o: slideshow.c feh.h gib_hash.h gib_list.h gib_imlib.h \ - gib_style.h structs.h menu.h utils.h getopt.h debug.h filelist.h \ - timers.h winwidget.h options.h signals.h -thumbnail.o: thumbnail.c feh.h gib_hash.h gib_list.h gib_imlib.h \ - gib_style.h structs.h menu.h utils.h getopt.h debug.h filelist.h \ - winwidget.h options.h thumbnail.h md5.h feh_png.h index.h signals.h -timers.o: timers.c feh.h gib_hash.h gib_list.h gib_imlib.h gib_style.h \ - structs.h menu.h utils.h getopt.h debug.h options.h timers.h -utils.o: utils.c feh.h gib_hash.h gib_list.h gib_imlib.h gib_style.h \ - structs.h menu.h utils.h getopt.h debug.h options.h -wallpaper.o: wallpaper.c feh.h gib_hash.h gib_list.h gib_imlib.h \ - gib_style.h structs.h menu.h utils.h getopt.h debug.h filelist.h \ - options.h wallpaper.h -winwidget.o: winwidget.c feh.h gib_hash.h gib_list.h gib_imlib.h \ - gib_style.h structs.h menu.h utils.h getopt.h debug.h filelist.h \ - winwidget.h options.h events.h