From 2da44849a1d04142f58c9363af945886e1ba6869 Mon Sep 17 00:00:00 2001 From: Santiago Vila Date: Tue, 29 Sep 2015 21:07:24 +0200 Subject: Import Debian changes 3b1-5 slib (3b1-5) unstable; urgency=medium * QA upload. * Drop obsolete prerm. * Drop obsolete preinst. * Switch to minimal dh debian/rules. * Tidy up debian/patches a little bit. * Add a debian/clean file so that package builds twice in a row. * Do not regenerate version.txi just because Makefile was modified. * Try to be reproducible by setting PERL_HASH_SEED and using an init file for texi2html (inspired by texi2html test suite). --- debian/patches/do-not-regenerate-version-txi.patch | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 debian/patches/do-not-regenerate-version-txi.patch (limited to 'debian/patches/do-not-regenerate-version-txi.patch') diff --git a/debian/patches/do-not-regenerate-version-txi.patch b/debian/patches/do-not-regenerate-version-txi.patch new file mode 100644 index 0000000..c1eb198 --- /dev/null +++ b/debian/patches/do-not-regenerate-version-txi.patch @@ -0,0 +1,16 @@ +From: Santiago Vila +Subject: Do not regenerate version.txi just because Makefile was modified + +--- a/Makefile ++++ b/Makefile +@@ -206,8 +206,8 @@ + + ver = $(VERSION) + version.txi: Makefile +- echo @set SLIBVERSION $(ver) > version.txi +- echo @set SLIBDATE `date +"%B %Y"` >> version.txi ++ # echo @set SLIBVERSION $(ver) > version.txi ++ # echo @set SLIBDATE `date +"%B %Y"` >> version.txi + + scheme = scm + -- cgit v1.2.3