I am uploading a NMU to DELAYED/10 in order to fix this.
The debdiff is attached.
diff -Nru hoz-1.65/debian/changelog hoz-1.65/debian/changelog
--- hoz-1.65/debian/changelog   2018-10-17 09:47:43.000000000 +0000
+++ hoz-1.65/debian/changelog   2023-08-12 11:17:35.000000000 +0000
@@ -1,3 +1,13 @@
+hoz (1.65-3.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Remove hoz-gui. Closes: #967530
+  * Remove explicit quilt (patches are part of the source format).
+  * Remove non-existing homepage.
+  * Clean hoz.1.
+
+ -- Bastian Germann <b...@debian.org>  Sat, 12 Aug 2023 11:17:35 +0000
+
 hoz (1.65-3) unstable; urgency=medium
 
   * Fixed partsize miscalculation. Closes: #499318
diff -Nru hoz-1.65/debian/control hoz-1.65/debian/control
--- hoz-1.65/debian/control     2018-10-17 09:47:43.000000000 +0000
+++ hoz-1.65/debian/control     2023-08-12 11:17:35.000000000 +0000
@@ -2,9 +2,8 @@
 Section: utils
 Priority: optional
 Maintainer: Miriam Ruiz <mir...@debian.org>
-Build-Depends: debhelper, quilt, gettext, help2man, libgtk2.0-dev
+Build-Depends: debhelper, gettext, help2man
 Standards-Version: 4.2.1.2
-Homepage: http://hoz.sourceforge.net/
 
 Package: hoz
 Architecture: any
@@ -12,12 +11,3 @@
 Description: file splitter that uses the hacha file format
  HOZ is a file splitter, which uses the same file format as the popular
  'Hacha' program.
-
-Package: hoz-gui
-Architecture: any
-Depends: hoz (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
-Description: file splitter that uses the hacha file format
- HOZ is a file splitter, which uses the same file format as the popular
- 'Hacha' program.
- .
- This package includes the GUI interface for the program.
diff -Nru hoz-1.65/debian/ghoz.xpm hoz-1.65/debian/ghoz.xpm
--- hoz-1.65/debian/ghoz.xpm    2018-10-17 09:47:31.000000000 +0000
+++ hoz-1.65/debian/ghoz.xpm    1970-01-01 00:00:00.000000000 +0000
@@ -1,39 +0,0 @@
-/* XPM */
-static char *hoz[]={
-"32 32 4 1",
-". c None",
-"# c #000000",
-"b c #800000",
-"a c #c0c0c0",
-"................................",
-"..........#######...............",
-"........##aaaaaaa##.............",
-".......#a#######aaa###..........",
-"......###.......#aaaaa#.........",
-".................#aaaaa#........",
-"..................#aaaaa#.......",
-"...................#aaaaa#......",
-".......######.......#aaaaa#.....",
-".....##aaaaaa#......#aaaaa#.....",
-"...##aa########......#aaaaa#....",
-"..#aaaa#.....#a#.....#aaaaa#....",
-".#aaa##.......##.....#aaaaa#....",
-".#aa#...............#aaaaaa#....",
-"#aaa#...............#aaaaaa#....",
-"#aaa#..............#aaaaaaa#....",
-"#aaa#.............#aaaaaaaa#....",
-"#aaa#............#aaaaaaaa#.....",
-"#aaaa#..........#aaaaaaaa#......",
-".##aa#..........#aaaaaaa#.......",
-"...#aa###bb#####aaaaaa##........",
-"....##aaa#############..........",
-".....##aaaaa##b.................",
-"......#######bb.................",
-"......bbbbbb#bbb................",
-".....bbbb...bbbb................",
-"....bbbbb....bbbb...............",
-"...bbbbbb.....bbb...............",
-"..bbbbb........bbbb.............",
-".bbbbb..........bbbb............",
-".bbbb...........bbbb............",
-"................................"};
diff -Nru hoz-1.65/debian/h2m/hoz.1 hoz-1.65/debian/h2m/hoz.1
--- hoz-1.65/debian/h2m/hoz.1   2018-10-17 09:47:43.000000000 +0000
+++ hoz-1.65/debian/h2m/hoz.1   1970-01-01 00:00:00.000000000 +0000
@@ -1,44 +0,0 @@
-.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.4.
-.TH HOZ "1" "October 2018" "hoz 1.65" "User Commands"
-.SH NAME
-hoz \- file splitter that uses the hacha file format
-.SH SYNOPSIS
-.B hoz [-pvf] [-c size[K|M]] [-o outpath] inputfname
-.TP
-.B ghoz
-.SH DESCRIPTION
-HOZ is a file splitter, which uses the same file format as the popular 'Hacha' 
program.
-.SH OPTIONS
-.TP
-\fB\-c\fR   \fB\-\-cut\fR
-cut (file\->pieces)
-.TP
-\fB\-p\fR   \fB\-\-paste\fR
-paste (pieces\->file)
-.TP
-\fB\-v\fR   \fB\-\-verbose\fR
-verbose output
-.TP
-\fB\-f\fR   \fB\-\-force\fR
-force overwrite of file when pasting
-.TP
-\fB\-o\fR   \fB\-\-outpath\fR
-specify an output directory
-.TP
-\fB\-h\fR   \fB\-\-help\fR
-print this help, then exit
-.TP
-\fB\-\-version\fR
-print hoz program version number, then exit
-.SH USAGE
-There are two basic operations: cut and paste. Cut will 'split' a file in
-pieces. The size of each piece is passed as an option. Each piece will have a
-numeric extension, starting with 0. So for instance if you 'cut' a file called 
'foo.iso',
-the pieces will be named 'foo.iso.0', 'foo.iso.1' and so on.
-
-Paste will 'merge' these pieces and generate and exact copy of the original
-file.
-
-ghoz is the graphical version of hoz, which uses a GTK GUI interface.
-.SH "SEE ALSO"
-You can find more information at http://hoz.sourceforge.net/
diff -Nru hoz-1.65/debian/hoz-gui.links hoz-1.65/debian/hoz-gui.links
--- hoz-1.65/debian/hoz-gui.links       2018-10-17 09:47:31.000000000 +0000
+++ hoz-1.65/debian/hoz-gui.links       1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/share/man/man1/hoz.1.gz usr/share/man/man1/ghoz.1.gz
diff -Nru hoz-1.65/debian/hoz-gui.menu hoz-1.65/debian/hoz-gui.menu
--- hoz-1.65/debian/hoz-gui.menu        2018-10-17 09:47:31.000000000 +0000
+++ hoz-1.65/debian/hoz-gui.menu        1970-01-01 00:00:00.000000000 +0000
@@ -1,3 +0,0 @@
-?package(hoz-gui):needs="x11" section="Applications/File Management" \
-       title="Hacha Open Zource (hoz GUI)" command="/usr/bin/ghoz" \
-       icon="/usr/share/pixmaps/ghoz.xpm"
diff -Nru hoz-1.65/debian/rules hoz-1.65/debian/rules
--- hoz-1.65/debian/rules       2018-10-17 09:47:43.000000000 +0000
+++ hoz-1.65/debian/rules       2023-08-12 11:17:35.000000000 +0000
@@ -13,7 +13,6 @@
 configure: configure-stamp
 configure-stamp:
        dh_testdir
-       $(MAKE) -f /usr/share/quilt/quilt.make patch
        touch $@
 
 build: build-arch build-indep
@@ -21,7 +20,7 @@
 build-indep: build-stamp
 build-stamp: configure-stamp 
        dh_testdir
-       $(MAKE) CFLAGS="$(CFLAGS) $(CPPFLAGS)" LDFLAGS="$(LDFLAGS) $(LDFLAGS2)"
+       $(MAKE) CFLAGS="$(CFLAGS) $(CPPFLAGS)" LDFLAGS="$(LDFLAGS) $(LDFLAGS2)" 
cli
        cd debian/msg && $(MAKE) CFLAGS="$(CFLAGS) $(CPPFLAGS)" 
LDFLAGS="$(LDFLAGS) $(LDFLAGS2)"
        cd debian/h2m && chmod +x hoz && help2man ./hoz --no-discard-stderr 
--include=hoz.h2m --no-info > hoz.1
        touch $@
@@ -32,8 +31,7 @@
        rm -f build-stamp configure-stamp
        [ ! -f Makefile ] || $(MAKE) clean
        cd debian/msg && $(MAKE) clean
-       rm -f ghoz hoz h2m/hoz.1
-       $(MAKE) -f /usr/share/quilt/quilt.make unpatch
+       rm -f ghoz hoz debian/h2m/hoz.1
        dh_clean 
 
 install: build
@@ -42,10 +40,7 @@
        dh_prep
        dh_installdirs
        cd debian/msg && $(MAKE) install 
LOCALEDIR=$(CURDIR)/debian/hoz/usr/share/locale/
-       dh_installdirs -phoz-gui usr/share/pixmaps
        #dh_installdirs -phoz usr/share/applications
-       dh_install -phoz-gui debian/ghoz.xpm usr/share/pixmaps
-        #dh_install -phoz debian/hoz.desktop usr/share/applications
 
 # Build architecture-independent files here.
 binary-indep: build install
@@ -58,7 +53,6 @@
        dh_installdocs
        dh_installexamples
        dh_install -phoz hoz usr/bin
-       dh_install -phoz-gui ghoz usr/bin
        dh_installmenu
        dh_installman debian/h2m/hoz.1
        dh_link

Reply via email to