Control: tags 989965 pending
Control: tags 989966 pending

I have uploaded an NMU to DELAYED/10 fixing two reproducible builds
issues:

diff -Nru gtk-sharp3-2.99.3/debian/changelog gtk-sharp3-2.99.3/debian/changelog
--- gtk-sharp3-2.99.3/debian/changelog  2020-02-24 14:14:23.000000000 -0800
+++ gtk-sharp3-2.99.3/debian/changelog  2023-01-10 10:56:28.000000000 -0800
@@ -1,3 +1,12 @@
+gtk-sharp3 (2.99.3-4.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Do not install example Makefiles. (Closes: #989965)
+  * Build with C.UTF-8 locale to ensure reproducible builds of .dll files.
+    (Closes: #989966)
+
+ -- Vagrant Cascadian <vagr...@reproducible-builds.org>  Tue, 10 Jan 2023 
10:56:28 -0800
+
 gtk-sharp3 (2.99.3-4) unstable; urgency=medium
 
   * [09ff38e] Fix for building on newer Mono
diff -Nru gtk-sharp3-2.99.3/debian/gtk-sharp3-examples.install 
gtk-sharp3-2.99.3/debian/gtk-sharp3-examples.install
--- gtk-sharp3-2.99.3/debian/gtk-sharp3-examples.install        2017-10-30 
10:42:23.000000000 -0700
+++ gtk-sharp3-2.99.3/debian/gtk-sharp3-examples.install        2023-01-10 
10:56:28.000000000 -0800
@@ -2,5 +2,5 @@
 sample/*.exe   /usr/share/gtk-sharp3-examples/
 sample/GtkDemo/*.cs    /usr/share/gtk-sharp3-examples/GtkDemo
 sample/GtkDemo/*.exe   /usr/share/gtk-sharp3-examples/GtkDemo
-sample/Makefile        /usr/share/gtk-sharp3-examples/
-sample/pixmaps/        /usr/share/gtk-sharp3-examples/
+sample/pixmaps/Makefile.*      /usr/share/gtk-sharp3-examples/pixmaps/
+sample/pixmaps/*.png   /usr/share/gtk-sharp3-examples/pixmaps/
diff -Nru gtk-sharp3-2.99.3/debian/rules gtk-sharp3-2.99.3/debian/rules
--- gtk-sharp3-2.99.3/debian/rules      2017-10-30 10:42:23.000000000 -0700
+++ gtk-sharp3-2.99.3/debian/rules      2023-01-10 10:56:28.000000000 -0800
@@ -2,6 +2,10 @@
 
 DEB_API_VERSION = 2.99.3
 
+# Set locale to ensure .dll files are built reproducibly.
+export LC_ALL=C.UTF-8
+export LANG=C.UTF-8
+
 # override libdir to workaround multi-arched pkg-config paths
 override_dh_auto_configure:
        dh_auto_configure -- \


live well,
  vagrant

Attachment: signature.asc
Description: PGP signature

Reply via email to