[Pkg-urxvt-maintainers] [SCM] Git repository for pkg-urxvt branch, master, updated. debian/9.20-1-12-ga701ca5

Ryan Kavanagh rak at moszumanska.debian.org
Sun Feb 8 17:10:49 UTC 2015


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

The following commit has been merged in the master branch:
commit f6fccd4b0c7d7484df6bbf652bf5c9847121ac7b
Author: Ryan Kavanagh <rak at debian.org>
Date:   Sun Feb 8 10:52:26 2015 -0500

    Make builds reproducible: don't include timestamp in gzipped manpages
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 028a54f..de4234c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -151,7 +151,7 @@ build-stamp: config.status
 		install -m644 debian/*.desktop $$y/usr/share/applications; \
 		install -m755 debian/urxvtcd $$y/usr/bin; \
 		install -m644 debian/urxvtcd.1 $$y/usr/share/man/man1; \
-		gzip -9 $$y/usr/share/man/man1/urxvtcd.1; \
+		gzip -n9 $$y/usr/share/man/man1/urxvtcd.1; \
 		ln -sf urxvt.xpm $$y/usr/share/pixmaps/urxvt_32x32.xpm; \
 		cp debian/app-defaults $$y/etc/X11/app-defaults/URxvt; \
 	done

-- 
Git repository for pkg-urxvt



More information about the Pkg-urxvt-maintainers mailing list