found 778226 0.0.2-19
thanks
Updated patch attached.
Regards,
--
,''`.
: :' : Chris Lamb
`. `'` [email protected] / chris-lamb.co.uk
`-
--- a/debian/patches/reproducible.patch 1969-12-31 20:00:00.000000000 -0400
--- b/debian/patches/reproducible.patch 2026-09-14 07:35:52.261928044 -0300
@@ -0,0 +1,15 @@
+Description: Make the build reproducible
+Author: Chris Lamb <[email protected]>
+Last-Update: 2026-09-14
+
+--- xfonts-nexus-0.0.2.orig/Makefile
++++ xfonts-nexus-0.0.2/Makefile
+@@ -19,7 +19,7 @@ nex6x10.alias $(BDF) $(ALIAS)
+
+ all: font-clean
+ bdftopcf $(BDF) > $(PCF)
+- gzip --best $(PCF)
++ gzip --best --no-name $(PCF)
+
+ font-clean:
+ rm -f $(PCF) $(PCF).gz
--- a/debian/patches/series 2026-09-14 07:26:44.655084334 -0300
--- b/debian/patches/series 2026-09-14 07:35:50.688414872 -0300
@@ -1 +1,2 @@
debian.patch
+reproducible.patch
--- a/debian/rules 2026-09-14 07:26:44.655084334 -0300
--- b/debian/rules 2026-09-14 07:35:14.304219326 -0300
@@ -25,7 +25,7 @@
dh_installdirs
DESTDIR="$(pwd)/debian/tmp" FONTDIR="/usr/share/fonts/X11/misc" \
- ALIASDIR="/etc/X11/fonts/misc" GZIP="-9n" make install
+ ALIASDIR="/etc/X11/fonts/misc" make install
dh_movefiles --source=debian/tmp