I am uploading a NMU with the debdiff attached to DELAYED/3.
This was the last dpatch-using package in the archive.
diff -Nru qmc-0.94/debian/changelog qmc-0.94/debian/changelog
--- qmc-0.94/debian/changelog   2022-12-21 11:39:18.000000000 +0100
+++ qmc-0.94/debian/changelog   2022-12-21 11:23:02.000000000 +0100
@@ -1,3 +1,16 @@
+qmc (0.94-4.1) unstable; urgency=low
+
+  * Non-maintainer upload
+  * Fix missing-depends-on-sensible-utils (Lintian)
+
+  [ Jari Aalto ]
+  * Remove deprecated dpatch and upgrade to packaging format "3.0 (quilt)"
+    (closes: #668644)
+  * Fix copyright-without-copyright-notice (Lintian)
+  * Fix copyright-refers-to-symlink-license (Lintian)
+
+ -- Bastian Germann <b...@debian.org>  Wed, 21 Dec 2022 11:23:02 +0100
+
 qmc (0.94-4) unstable; urgency=medium
 
   * build using dh sequencer (well,  theoretically) (closes: #998921)
diff -Nru qmc-0.94/debian/control qmc-0.94/debian/control
--- qmc-0.94/debian/control     2022-12-21 11:39:18.000000000 +0100
+++ qmc-0.94/debian/control     2022-12-21 11:23:02.000000000 +0100
@@ -2,12 +2,12 @@
 Section: science
 Priority: optional
 Maintainer: Rene Engelhard <r...@debian.org>
-Build-Depends: debhelper (>= 10), dpatch
+Build-Depends: debhelper (>= 10)
 Standards-Version: 3.9.8
 
 Package: qmc
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}, sensible-utils
 Recommends: wish
 Suggests: www-browser
 Description: Quine McClusky Simplification Tool
diff -Nru qmc-0.94/debian/copyright qmc-0.94/debian/copyright
--- qmc-0.94/debian/copyright   2022-12-21 11:39:18.000000000 +0100
+++ qmc-0.94/debian/copyright   2022-12-21 11:18:06.000000000 +0100
@@ -1,11 +1,14 @@
 This package was debianized by Rene Engelhard <r...@debian.org> on
 Sun,  2 Nov 2003 01:24:58 +0100.
 
-It was downloaded from http://qmc.pollaknet.at/
+It was downloaded from http://qmc.pollaknet.at/ which as of
+2012-04-13 no longer exists.
 
 Upstream Author: Thomas Pollak <tho...@pollaknet.at>
 
 Copyright:
 
+       Copyright (C) 2000 Thomas Pollak <tho...@pollaknet.at>
+
 GNU GPL, on Debian systems you can find the full text of the GPL
-under /usr/share/common-licenses/GPL
+under /usr/share/common-licenses/GPL-2
diff -Nru qmc-0.94/debian/patches/00list qmc-0.94/debian/patches/00list
--- qmc-0.94/debian/patches/00list      2022-12-21 11:39:18.000000000 +0100
+++ qmc-0.94/debian/patches/00list      1970-01-01 01:00:00.000000000 +0100
@@ -1,2 +0,0 @@
-01_wish_in_shebang
-02_run_sensible-browser
diff -Nru qmc-0.94/debian/patches/01_wish_in_shebang.dpatch 
qmc-0.94/debian/patches/01_wish_in_shebang.dpatch
--- qmc-0.94/debian/patches/01_wish_in_shebang.dpatch   2022-12-21 
11:39:18.000000000 +0100
+++ qmc-0.94/debian/patches/01_wish_in_shebang.dpatch   1970-01-01 
01:00:00.000000000 +0100
@@ -1,36 +0,0 @@
-#!/bin/sh -e
-## 01_wish_in_shebang.dpatch by Rene Engelhard <r...@debian.org>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: No description.
-
-if [ $# -ne 1 ]; then
-    echo >&2 "`basename $0`: script expects -patch|-unpatch as argument"
-    exit 1
-fi
-
-[ -f debian/patches/00patch-opts ] && . debian/patches/00patch-opts
-patch_opts="${patch_opts:--f --no-backup-if-mismatch}"
-
-case "$1" in
-       -patch) patch $patch_opts -p1 < $0;;
-       -unpatch) patch $patch_opts -p1 -R < $0;;
-        *)
-                echo >&2 "`basename $0`: script expects -patch|-unpatch as 
argument"
-                exit 1;;
-esac
-
-exit 0
-
-@DPATCH@
-diff -urNad /home/rene/Debian/Pakete/ITP/qmc/qmc-0.94/qmc-gui.tcl 
qmc-0.94/qmc-gui.tcl
---- /home/rene/Debian/Pakete/ITP/qmc/qmc-0.94/qmc-gui.tcl      2003-10-30 
16:30:21.000000000 +0100
-+++ qmc-0.94/qmc-gui.tcl       2003-12-03 04:45:56.000000000 +0100
-@@ -1,6 +1,4 @@
--#!/bin/sh
--#\
--exec wish "$0"
-+#!/usr/bin/wish
- 
- set qmc(status) "Status: waiting for input"
- set qmc(output) ""
diff -Nru qmc-0.94/debian/patches/01-wish-in-shebang.patch 
qmc-0.94/debian/patches/01-wish-in-shebang.patch
--- qmc-0.94/debian/patches/01-wish-in-shebang.patch    1970-01-01 
01:00:00.000000000 +0100
+++ qmc-0.94/debian/patches/01-wish-in-shebang.patch    2022-12-21 
11:18:06.000000000 +0100
@@ -0,0 +1,14 @@
+From: Rene Engelhard <r...@debian.org>
+Subject: No description.
+
+diff -urNad /home/rene/Debian/Pakete/ITP/qmc/qmc-0.94/qmc-gui.tcl 
qmc-0.94/qmc-gui.tcl
+--- /home/rene/Debian/Pakete/ITP/qmc/qmc-0.94/qmc-gui.tcl      2003-10-30 
16:30:21.000000000 +0100
++++ qmc-0.94/qmc-gui.tcl       2003-12-03 04:45:56.000000000 +0100
+@@ -1,6 +1,4 @@
+-#!/bin/sh
+-#\
+-exec wish "$0"
++#!/usr/bin/wish
+ 
+ set qmc(status) "Status: waiting for input"
+ set qmc(output) ""
diff -Nru qmc-0.94/debian/patches/02_run_sensible-browser.dpatch 
qmc-0.94/debian/patches/02_run_sensible-browser.dpatch
--- qmc-0.94/debian/patches/02_run_sensible-browser.dpatch      2022-12-21 
11:39:18.000000000 +0100
+++ qmc-0.94/debian/patches/02_run_sensible-browser.dpatch      1970-01-01 
01:00:00.000000000 +0100
@@ -1,37 +0,0 @@
-#!/bin/sh -e
-## 02_run_sensible-browser.dpatch by Rene Engelhard <r...@debian.org>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: No description.
-
-if [ $# -ne 1 ]; then
-    echo >&2 "`basename $0`: script expects -patch|-unpatch as argument"
-    exit 1
-fi
-
-[ -f debian/patches/00patch-opts ] && . debian/patches/00patch-opts
-patch_opts="${patch_opts:--f --no-backup-if-mismatch}"
-
-case "$1" in
-       -patch) patch $patch_opts -p1 < $0;;
-       -unpatch) patch $patch_opts -p1 -R < $0;;
-        *)
-                echo >&2 "`basename $0`: script expects -patch|-unpatch as 
argument"
-                exit 1;;
-esac
-
-exit 0
-
-@DPATCH@
-diff -urNad /home/rene/Debian/Pakete/ITP/qmc/qmc-0.94/qmc-gui.tcl 
qmc-0.94/qmc-gui.tcl
---- /home/rene/Debian/Pakete/ITP/qmc/qmc-0.94/qmc-gui.tcl      2003-10-30 
16:30:21.000000000 +0100
-+++ qmc-0.94/qmc-gui.tcl       2003-12-03 04:45:12.000000000 +0100
-@@ -13,7 +13,7 @@
- 
-     if {$qmc(opt_browser) > 0} {
-       exec "qmc" -G $qmc(opt_time) $qmc(opt_av_ast) -s $qmc(equation) > 
~/.qmc_gui_tmp
--      exec "konqueror" "~/.qmc_gui_tmp" &
-+      exec "sensible-browser" "~/.qmc_gui_tmp" &
-     } else {
-       exec "qmc" $qmc(opt_table) $qmc(opt_time) $qmc(opt_av_ast) -s 
$qmc(equation) > ~/.qmc_gui_tmp
-       set fp [open "~/.qmc_gui_tmp" r]
diff -Nru qmc-0.94/debian/patches/02-run-sensible-browser.patch 
qmc-0.94/debian/patches/02-run-sensible-browser.patch
--- qmc-0.94/debian/patches/02-run-sensible-browser.patch       1970-01-01 
01:00:00.000000000 +0100
+++ qmc-0.94/debian/patches/02-run-sensible-browser.patch       2022-12-21 
11:18:06.000000000 +0100
@@ -0,0 +1,15 @@
+From: Rene Engelhard <r...@debian.org>
+Subject: No description.
+
+diff -urNad /home/rene/Debian/Pakete/ITP/qmc/qmc-0.94/qmc-gui.tcl 
qmc-0.94/qmc-gui.tcl
+--- /home/rene/Debian/Pakete/ITP/qmc/qmc-0.94/qmc-gui.tcl      2003-10-30 
16:30:21.000000000 +0100
++++ qmc-0.94/qmc-gui.tcl       2003-12-03 04:45:12.000000000 +0100
+@@ -13,7 +13,7 @@
+ 
+     if {$qmc(opt_browser) > 0} {
+       exec "qmc" -G $qmc(opt_time) $qmc(opt_av_ast) -s $qmc(equation) > 
~/.qmc_gui_tmp
+-      exec "konqueror" "~/.qmc_gui_tmp" &
++      exec "sensible-browser" "~/.qmc_gui_tmp" &
+     } else {
+       exec "qmc" $qmc(opt_table) $qmc(opt_time) $qmc(opt_av_ast) -s 
$qmc(equation) > ~/.qmc_gui_tmp
+       set fp [open "~/.qmc_gui_tmp" r]
diff -Nru qmc-0.94/debian/patches/series qmc-0.94/debian/patches/series
--- qmc-0.94/debian/patches/series      1970-01-01 01:00:00.000000000 +0100
+++ qmc-0.94/debian/patches/series      2022-12-21 11:18:06.000000000 +0100
@@ -0,0 +1,2 @@
+01-wish-in-shebang.patch
+02-run-sensible-browser.patch
diff -Nru qmc-0.94/debian/rules qmc-0.94/debian/rules
--- qmc-0.94/debian/rules       2022-12-21 11:39:18.000000000 +0100
+++ qmc-0.94/debian/rules       2022-12-21 11:22:54.000000000 +0100
@@ -1,19 +1,15 @@
 #!/usr/bin/make -f
 
-include /usr/share/dpatch/dpatch.make
-
 CXX=g++
 CFLAGS+= -I.
 
 %:
        dh $@
 
-override_dh_auto_configure: patch-stamp
-
 override_dh_auto_build:
        for i in *.cc; do $(CXX) $(CFLAGS) -c $$i; done && $(CXX) -o qmc *.o
 
-override_dh_auto_clean: unpatch
+override_dh_auto_clean:
        rm -rf qmc *.o
 
 override_dh_auto_install:
diff -Nru qmc-0.94/debian/source/format qmc-0.94/debian/source/format
--- qmc-0.94/debian/source/format       1970-01-01 01:00:00.000000000 +0100
+++ qmc-0.94/debian/source/format       2022-12-21 11:18:06.000000000 +0100
@@ -0,0 +1 @@
+3.0 (quilt)

Reply via email to