diff -Nru gpaste-3.30.2/debian/changelog gpaste-3.30.2/debian/changelog --- gpaste-3.30.2/debian/changelog 2018-12-12 17:17:20.000000000 +0000 +++ gpaste-3.30.2/debian/changelog 2019-01-26 04:15:32.000000000 +0000 @@ -1,3 +1,10 @@ +gpaste (3.30.2-1+rpi1) buster-staging; urgency=medium + + * Reduce build-depends-indep on libgjs-dev. + * Reduce dependency on libgjs in configure script. + + -- Peter Michael Green Sat, 26 Jan 2019 04:15:32 +0000 + gpaste (3.30.2-1) unstable; urgency=medium * New upstream version 3.30.2 diff -Nru gpaste-3.30.2/debian/control gpaste-3.30.2/debian/control --- gpaste-3.30.2/debian/control 2018-10-03 12:53:26.000000000 +0000 +++ gpaste-3.30.2/debian/control 2019-01-26 04:15:27.000000000 +0000 @@ -24,7 +24,7 @@ libmutter-3-dev, valac (>= 0.32) Build-Depends-Indep: - libgjs-dev (>= 1.54.0) + libgjs-dev (>= 1.52.0) Standards-Version: 4.2.1 Homepage: https://github.com/Keruspe/GPaste Vcs-Git: https://salsa.debian.org/debian/gpaste/gpaste.git diff -Nru gpaste-3.30.2/debian/patches/reduce-gjs-dep.patch gpaste-3.30.2/debian/patches/reduce-gjs-dep.patch --- gpaste-3.30.2/debian/patches/reduce-gjs-dep.patch 1970-01-01 00:00:00.000000000 +0000 +++ gpaste-3.30.2/debian/patches/reduce-gjs-dep.patch 2019-01-26 04:15:32.000000000 +0000 @@ -0,0 +1,27 @@ +Description: Reduce dependency on libgjs in configure script. +Author: Peter Michael Green + +--- +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-01-26 + +--- gpaste-3.30.2.orig/configure.ac ++++ gpaste-3.30.2/configure.ac +@@ -34,7 +34,7 @@ m4_define([gtk4_required], [gtk4_m + # Other dependencies + m4_define([gdk_pixbuf_required], [2.38.0]) + m4_define([gir_required], [1.58.0]) +-m4_define([gjs_required], [1.54.0]) ++m4_define([gjs_required], [1.52.0]) + m4_define([vala_required], [0.42]) + + AC_PREREQ(autoconf_required) diff -Nru gpaste-3.30.2/debian/patches/series gpaste-3.30.2/debian/patches/series --- gpaste-3.30.2/debian/patches/series 1970-01-01 00:00:00.000000000 +0000 +++ gpaste-3.30.2/debian/patches/series 2019-01-26 04:15:32.000000000 +0000 @@ -0,0 +1 @@ +reduce-gjs-dep.patch