I am uploading a NMU to DELAYED/10 in order to fix this.
Please find the debdiff attached.
diff -Nru ips-4.0/debian/changelog ips-4.0/debian/changelog
--- ips-4.0/debian/changelog    2023-10-28 13:52:40.000000000 +0200
+++ ips-4.0/debian/changelog    2023-10-28 13:45:20.000000000 +0200
@@ -1,3 +1,11 @@
+ips (4.0-1.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Convert to source format 3.0. (Closes: #1007662)
+  * Fix FTCBFS: Let dh_auto_build pass cross tools to make. (Closes: #939992)
+
+ -- Bastian Germann <b...@debian.org>  Sat, 28 Oct 2023 13:45:20 +0200
+
 ips (4.0-1.1) unstable; urgency=low
 
   * Non-maintainer upload.
diff -Nru ips-4.0/debian/control ips-4.0/debian/control
--- ips-4.0/debian/control      2023-10-28 13:52:40.000000000 +0200
+++ ips-4.0/debian/control      2023-10-28 13:45:03.000000000 +0200
@@ -1,8 +1,8 @@
 Source: ips
-Section: admin 
+Section: admin
 Priority: extra
 Maintainer: Michael Meskes <mes...@debian.org>
-Build-Depends: debhelper (>= 5), quilt (>= 0.40), libncurses5-dev, libxt-dev
+Build-Depends: debhelper (>= 7), libncurses5-dev, libxt-dev
 Standards-Version: 3.8.4
 
 Package: ips
diff -Nru ips-4.0/debian/patches/conffile.diff 
ips-4.0/debian/patches/conffile.diff
--- ips-4.0/debian/patches/conffile.diff        2023-10-28 13:52:40.000000000 
+0200
+++ ips-4.0/debian/patches/conffile.diff        2023-10-28 13:45:20.000000000 
+0200
@@ -8,9 +8,9 @@
 +.I /etc/ips.init
  which is used to set system defaults for
  .BR ips .
- .PP
+ 
 @@ -936,7 +936,7 @@
- command line.
+ 
  .SH USEFUL MACROS
  The standard supplied system initialization file
 -.I /usr/local/lib/ips.init
diff -Nru ips-4.0/debian/rules ips-4.0/debian/rules
--- ips-4.0/debian/rules        2023-10-28 13:52:40.000000000 +0200
+++ ips-4.0/debian/rules        2023-10-28 13:45:20.000000000 +0200
@@ -9,10 +9,8 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-include /usr/share/quilt/quilt.make
-
 configure: configure-stamp
-configure-stamp: patch
+configure-stamp:
        dh_testdir
        # Add here commands to configure the package.
 
@@ -23,13 +21,10 @@
 
 build-stamp: configure-stamp 
        dh_testdir
-
-       # Add here commands to compile the package.
-       $(MAKE) 
-
+       dh_auto_build
        touch $@
 
-clean: unpatch
+clean:
        dh_testdir
        dh_testroot
        rm -f build-stamp configure-stamp
diff -Nru ips-4.0/debian/source/format ips-4.0/debian/source/format
--- ips-4.0/debian/source/format        2023-10-28 13:52:40.000000000 +0200
+++ ips-4.0/debian/source/format        2023-10-28 13:39:17.000000000 +0200
@@ -1 +1 @@
-1.0
+3.0 (quilt)

Reply via email to