[Python-modules-commits] r32658 - in packages/python-qt4/trunk/debian/patches (1 file)
mitya57 at users.alioth.debian.org
mitya57 at users.alioth.debian.org
Thu May 14 12:11:10 UTC 2015
Date: Thursday, May 14, 2015 @ 12:11:09
Author: mitya57
Revision: 32658
Update remove_timestamps.diff to upstream version of the patch
Modified:
packages/python-qt4/trunk/debian/patches/remove_timestamps.diff
Modified: packages/python-qt4/trunk/debian/patches/remove_timestamps.diff
===================================================================
--- packages/python-qt4/trunk/debian/patches/remove_timestamps.diff 2015-05-13 02:55:25 UTC (rev 32657)
+++ packages/python-qt4/trunk/debian/patches/remove_timestamps.diff 2015-05-14 12:11:09 UTC (rev 32658)
@@ -2,9 +2,8 @@
Timestamps in generated files will make packages using those tools no longer
build reproducibly, because the files will differ in each build.
As those timestamps are no useful information, they can be left out.
-Author: Reiner Herrmann <reiner at reiner-h.de>
-Forwarded: yes
-Last-Update: 2015-01-11
+Origin: upstream, changesets 4a18f77c9854 and f67a1a3ba439
+Last-Update: 2015-05-14
--- a/pyrcc/rcc.cpp
+++ b/pyrcc/rcc.cpp
@@ -22,7 +21,7 @@
fprintf(out, "#\n");
- fprintf(out, "# Created: %s\n", QDateTime::currentDateTime().toString().toUtf8().constData());
- fprintf(out, "# by: The Resource Compiler for PyQt (Qt v%s)\n", QT_VERSION_STR);
-+ fprintf(out, "# Created by: The Resource Compiler for PyQt (Qt v%s)\n", QT_VERSION_STR);
++ fprintf(out, "# Created by: The Resource Compiler for PyQt4 (Qt v%s)\n", QT_VERSION_STR);
fprintf(out, "#\n");
fprintf(out, "# WARNING! All changes made in this file will be lost!\n");
fprintf(out, "\n");
More information about the Python-modules-commits
mailing list