I am upoading the suggested changes to DELAYED/10 as NMU.
he debdiff is attached.
diff -Nru openmsx-debugger-0.1~git20230804/debian/changelog 
openmsx-debugger-0.1~git20230804/debian/changelog
--- openmsx-debugger-0.1~git20230804/debian/changelog   2023-08-04 
09:14:30.000000000 +0200
+++ openmsx-debugger-0.1~git20230804/debian/changelog   2025-02-04 
12:38:21.000000000 +0100
@@ -1,3 +1,10 @@
+openmsx-debugger (0.1~git20230804-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Replace stx2any manual with a real manual.  Closes: #1091731
+
+ -- Bastian Germann <[email protected]>  Tue, 04 Feb 2025 12:38:21 +0100
+
 openmsx-debugger (0.1~git20230804-1) unstable; urgency=medium
 
   * New snapshot.
diff -Nru openmsx-debugger-0.1~git20230804/debian/control 
openmsx-debugger-0.1~git20230804/debian/control
--- openmsx-debugger-0.1~git20230804/debian/control     2023-08-04 
09:11:38.000000000 +0200
+++ openmsx-debugger-0.1~git20230804/debian/control     2025-02-04 
12:36:47.000000000 +0100
@@ -2,7 +2,7 @@
 Section: otherosfs
 Priority: optional
 Maintainer: Bas Wijnen <[email protected]>
-Build-Depends: debhelper (>= 10), qtbase5-dev, stx2any, python3, chrpath
+Build-Depends: debhelper (>= 10), qtbase5-dev, python3, chrpath
 Standards-Version: 4.6.2
 
 Package: openmsx-debugger
diff -Nru openmsx-debugger-0.1~git20230804/debian/openmsx-debugger.1 
openmsx-debugger-0.1~git20230804/debian/openmsx-debugger.1
--- openmsx-debugger-0.1~git20230804/debian/openmsx-debugger.1  1970-01-01 
01:00:00.000000000 +0100
+++ openmsx-debugger-0.1~git20230804/debian/openmsx-debugger.1  2025-02-04 
12:36:47.000000000 +0100
@@ -0,0 +1,29 @@
+.Dd August 10, 2007
+.Dt OPENMSX-DEBUGGER 1
+.Os
+.
+.Sh NAME
+.Nm openmsx-debugger
+.Nd Graphical debugger for openMSX
+.Sh SYNOPSIS
+.Nm
+.Sh DESCRIPTION
+This manual page was written for the Debian distribution
+because the original program does not have a manual page.
+.
+.Sh SEE ALSO
+.Xr openmsx 1 ,
+.Xr openmsx-catapult 1
+.
+.Sh AUTHORS
+This manual page was written by for
+.An Joost Yervante Damad Aq Mt [email protected]
+the Debian system (but may be used by others).
+Permission is
+granted to copy, distribute and/or modify this document under
+the terms of the GNU General Public License, Version 2 or any
+later version published by the Free Software Foundation.
+.Pp
+On Debian systems, the complete text of the GNU General Public
+License can be found in
+.Pa /usr/share/common-licenses/GPL .
diff -Nru openmsx-debugger-0.1~git20230804/debian/openmsx-debugger.txt 
openmsx-debugger-0.1~git20230804/debian/openmsx-debugger.txt
--- openmsx-debugger-0.1~git20230804/debian/openmsx-debugger.txt        
2016-03-26 17:49:51.000000000 +0100
+++ openmsx-debugger-0.1~git20230804/debian/openmsx-debugger.txt        
1970-01-01 01:00:00.000000000 +0100
@@ -1,31 +0,0 @@
-w_title(OPENMSX-DEBUGGER)dnl
-w_doc_id(OPENMSXDEBUGGER)dnl
-w_section(1)dnl
-w_author(Joost Yervante Damad <[email protected]>)dnl
-w_man_desc(Graphical debugger for openMSX)
-
-! DESCRIPTION
-
-This manual page briefly documents the openmsx-debugger
-application.
-! SYNOPSIS
-
-''openmsx-debugger''
-
-This manual page was written for the Debian distribution
-because the original program does not have a manual page.
-
-! SEE ALSO
-
-''openmsx'' (1), ''openmsx-catapult'' (1).
-
-! AUTHOR
-
-This manual page was written by w_author for
-the Debian system (but may be used by others).  Permission is
-granted to copy, distribute and/or modify this document under
-the terms of the GNU General Public License, Version 2 or any
-later version published by the Free Software Foundation.
-
-On Debian systems, the complete text of the GNU General Public
-License can be found in /usr/share/common-licenses/GPL.
diff -Nru openmsx-debugger-0.1~git20230804/debian/rules 
openmsx-debugger-0.1~git20230804/debian/rules
--- openmsx-debugger-0.1~git20230804/debian/rules       2017-08-06 
07:33:40.000000000 +0200
+++ openmsx-debugger-0.1~git20230804/debian/rules       2025-02-04 
12:37:28.000000000 +0100
@@ -12,11 +12,8 @@
                DEB_LINK_FLAGS="$(shell dpkg-buildflags --get LDFLAGS)"
        # Remove rpath.
        chrpath -d derived/bin/openmsx-debugger
-       # Generate manpage.
-       stx2any -T man debian/openmsx-debugger.txt > debian/openmsx-debugger.1
 
 override_dh_auto_clean:
-       rm -rf derived debian/openmsx-debugger.1
        find build -name \*.pyc -exec rm {} \;
 
 NEW_VERSION := 0.1~git$(shell date +%Y%m%d)

Reply via email to