[Pkg-urxvt-maintainers] [SCM] Git repository for pkg-urxvt branch, master, updated. debian/9.22-1-28-ge909968

Ryan Kavanagh rak at moszumanska.debian.org
Thu Jan 4 19:26:19 UTC 2018


Gitweb-URL: http://git.debian.org/?p=pkg-kde//srv/git.debian.org/git/pkg-urxvt/pkg-urxvt.git;a=commitdiff;h=750fa03

The following commit has been merged in the master branch:
commit 750fa03654c9b8ba5838ae27c8e81cd67f51f007
Author: Ryan Kavanagh <rak at debian.org>
Date:   Tue Jan 2 14:49:05 2018 -0500

    We need to make sure the binary package versions for rxvt and rxvt-ml are greater than their old versions to allow for upgrades
---
 debian/rules | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/debian/rules b/debian/rules
index 44cfda4..c97f1ed 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,6 +4,8 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 DPKG_EXPORT_BUILDFLAGS = 1
 include /usr/share/dpkg/buildflags.mk
 
+include /usr/share/dpkg/pkg-info.mk
+
 DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
 DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
 
@@ -65,3 +67,10 @@ override_dh_fixperms:
 	dh_fixperms
 	chgrp utmp $(PACKAGE_DIR)/usr/bin/urxvt $(PACKAGE_DIR)/usr/bin/urxvtd
 	chmod g+s $(PACKAGE_DIR)/usr/bin/urxvt $(PACKAGE_DIR)/usr/bin/urxvtd
+
+override_dh_gencontrol:
+	dh_gencontrol
+	# We need to make our version greater than the rxvt version to allow for
+	# upgrades
+	dh_gencontrol -prxvt -- -v1:2.7.10-7.1+urxvt$(DEB_VERSION)
+	dh_gencontrol -prxvt-ml -- -v1:2.7.10-7.1+urxvt$(DEB_VERSION)

-- 
Git repository for pkg-urxvt



More information about the Pkg-urxvt-maintainers mailing list