From 374771d434502d00995c950132a9bc069545964b Mon Sep 17 00:00:00 2001 From: Jeremy Bicha Date: Sun, 25 Nov 2018 23:10:54 -0500 Subject: [PATCH] Stop using gnome-get-source --- debian/rules | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/debian/rules b/debian/rules index 74c2d2c6b6..93deaaab39 100755 --- a/debian/rules +++ b/debian/rules @@ -1,10 +1,9 @@ #!/usr/bin/make -f -GNOME_MODULE = gtk+ DISABLE_UPDATE_UPLOADERS = 1 include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk include /usr/share/dpkg/default.mk +include /usr/share/dpkg/pkg-info.mk built_binaries := $(shell dh_listpackages) all_binaries := $(shell sed -ne 's/^Package: *//p' < debian/control) @@ -68,7 +67,7 @@ debian/%: debian/%.in sed \ -e "s#@SONAME@#$(SONAME)#g" \ -e "s#@APIVER@#$(APIVER)#g" \ - -e "s#@VERSION@#$(DEB_UPSTREAM_VERSION)#g" \ + -e "s#@VERSION@#$(DEB_VERSION_UPSTREAM)#g" \ -e "s#@GTK_BINVER_DEP@#$(GTK_BINVER_DEP)#g" \ -e "s#@SHARED_PKG@#$(SHARED_PKG)#g" \ -e "s#@COMMON_PKG@#$(COMMON_PKG)#g" \