I am uploading a NMU to fix this. The debdiff is attached and the change is
also available in git.
diff -Nru enscript-1.6.5.90/debian/changelog enscript-1.6.5.90/debian/changelog
--- enscript-1.6.5.90/debian/changelog 2016-06-07 00:32:13.000000000 +0200
+++ enscript-1.6.5.90/debian/changelog 2023-06-23 14:21:04.000000000 +0200
@@ -1,3 +1,11 @@
+enscript (1.6.5.90-3.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Migrate repository from alioth to salsa.
+ * Switch to modern automake (Closes: #865157)
+
+ -- Bastian Germann <[email protected]> Fri, 23 Jun 2023 14:21:04 +0200
+
enscript (1.6.5.90-3) unstable; urgency=medium
* Force use of aclocal 1.11 to fix FTBFS. (Closes: #822407)
diff -Nru enscript-1.6.5.90/debian/control enscript-1.6.5.90/debian/control
--- enscript-1.6.5.90/debian/control 2016-06-07 00:26:33.000000000 +0200
+++ enscript-1.6.5.90/debian/control 2023-06-23 14:21:04.000000000 +0200
@@ -7,12 +7,12 @@
libpaper-dev,
autotools-dev,
autoconf,
- automake1.11,
- autopoint
-Build-Conflicts: autoconf2.13, automake1.4
+ automake,
+ autopoint,
+ texinfo
Standards-Version: 3.9.2
-Vcs-Git: git://git.debian.org/git/collab-maint/enscript.git
-Vcs-Browser: http://git.debian.org/?p=collab-maint/enscript.git
+Vcs-Git: https://salsa.debian.org/debian/enscript.git
+Vcs-Browser: https://salsa.debian.org/debian/enscript
Homepage: http://www.gnu.org/software/enscript/
Package: enscript
diff -Nru enscript-1.6.5.90/debian/patches/865157-automake
enscript-1.6.5.90/debian/patches/865157-automake
--- enscript-1.6.5.90/debian/patches/865157-automake 1970-01-01
01:00:00.000000000 +0100
+++ enscript-1.6.5.90/debian/patches/865157-automake 2023-06-23
14:21:04.000000000 +0200
@@ -0,0 +1,13 @@
+Index: enscript/configure.ac
+===================================================================
+--- enscript.orig/configure.ac 2017-08-10 12:01:11.267738765 -0400
++++ enscript/configure.ac 2017-08-10 12:01:25.319584336 -0400
+@@ -11,7 +11,7 @@
+ AC_PROG_CC
+
+ AC_USE_SYSTEM_EXTENSIONS
+-AM_C_PROTOTYPES
++AC_C_PROTOTYPES
+
+ AC_C_CONST
+ AC_FUNC_ALLOCA
diff -Nru enscript-1.6.5.90/debian/patches/series
enscript-1.6.5.90/debian/patches/series
--- enscript-1.6.5.90/debian/patches/series 2016-06-07 00:26:33.000000000
+0200
+++ enscript-1.6.5.90/debian/patches/series 2023-06-23 14:21:04.000000000
+0200
@@ -8,3 +8,4 @@
344750-no-gecos
147116-ruby-hilight
457244-octave-highlighting
+865157-automake
diff -Nru enscript-1.6.5.90/debian/rules enscript-1.6.5.90/debian/rules
--- enscript-1.6.5.90/debian/rules 2016-06-07 00:26:33.000000000 +0200
+++ enscript-1.6.5.90/debian/rules 2023-06-23 14:21:04.000000000 +0200
@@ -10,7 +10,7 @@
find -name Makefile.in -exec rm {} \;
override_dh_auto_configure:
- AUTOMAKE=automake-1.11 ACLOCAL=aclocal-1.11 autoreconf -fis
+ autoreconf -fis
dh_auto_configure
override_dh_auto_install: