[Reproducible-commits] [gtk-doc] 04/04: Second attempt at reproducible output.

Holger Levsen holger at moszumanska.debian.org
Fri Mar 20 20:58:02 UTC 2015


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch p-u/reproducible_builds
in repository gtk-doc.

commit aa2faf7883b528a63e5be88f6043b32c88fbc503
Author: Peter De Wachter <pdewacht at gmail.com>
Date:   Fri Mar 20 21:51:49 2015 +0100

    Second attempt at reproducible output.
---
 debian/changelog                       |  6 ++++++
 debian/patches/reproducible-html.patch | 11 +++++++++++
 2 files changed, 17 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index fd8abe3..06dbd17 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+gtk-doc (1.21-2.0~reproducible2) unstable; urgency=medium
+
+  * Second attempt at reproducible output.
+
+ -- Peter De Wachter <pdewacht at gmail.com>  Sat, 24 Jan 2015 20:19:52 +0100
+
 gtk-doc (1.21-2.0~reproducible1) unstable; urgency=medium
 
   * Make the HTML output reproducible (if all goes well).
diff --git a/debian/patches/reproducible-html.patch b/debian/patches/reproducible-html.patch
index 0d0ff68..bea8c3e 100644
--- a/debian/patches/reproducible-html.patch
+++ b/debian/patches/reproducible-html.patch
@@ -13,3 +13,14 @@ Last-Update: 2015-01-19
          map { my $x = uc($_); $x =~ s/^$NAME_SPACE\_?(.*)/$1/i; { criteria => $x, original => $_, short => $1 } }
          keys %apiindex) {
  
+--- a/gtkdoc-scan.in
++++ b/gtkdoc-scan.in
+@@ -853,7 +853,7 @@
+     close(INPUT);
+ 
+     # print remaining forward declarations
+-    foreach $symbol (keys %forward_decls) {
++    foreach $symbol (sort(keys %forward_decls)) {
+         if (defined($forward_decls{$symbol})) {
+             &AddSymbolToList (\$list, $symbol);
+             print DECL $forward_decls{$symbol};

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/gtk-doc.git



More information about the Reproducible-commits mailing list