Bug#1073994: O: ferm -- maintain and setup complicated firewall rules

2024-06-21 Thread Bastian Germann
Package: wnpp

Helmut Grohne has orphaned the package. Please only consider adopting if you 
have the time and skills to maintain it.



Bug#1073993: O: libmicrohttpd -- library embedding HTTP server functionality

2024-06-21 Thread Bastian Germann
Package: wnpp

Daniel Baumann has orphaned libmicrohttpd. Please consider adopting only if you 
have the time and skills to maintain the package.



Bug#1073860: libarchive: Import latest version

2024-06-19 Thread Bastian Germann
Source: libarchive
Version: 3.7.2-1

Please import the latest version, which is 3.7.4 currently. I am especially
interested in the change https://github.com/libarchive/libarchive/pull/2124.
This would enable opencpn (last unarr user) to drop unarr support and rely
on libarchive exclusively.

Also, you can configure with ENABLE_PCRE2POSIX with later versions.



Bug#1007490: NMU: please consider upgrading to 3.0 source format

2024-06-17 Thread Bastian Germann
I am uploading a NMU to DELAYED/10 in order to fix this.
Please find the debdiff attached.

debaux_0.1.12-1.2.debdiff
Description: Binary data


Bug#1007471: NMU: please consider upgrading to 3.0 source format

2024-06-17 Thread Bastian Germann
I am uploading a NMU to DELAYED/10 in order to fix this.
Please find the debdiff attached.

cl-log_1.0.1-1.2.debdiff
Description: Binary data


Bug#1073212: RM: mozjs102 -- RoQA; build-depends on autoconf2.13; leaf package

2024-06-14 Thread Bastian Germann
Source: mozjs102

As soon as cjs 6.2.0 (the only reverse dep of mozjs102) or later is available 
in sid, mozjs102 should be removed.
It is one of the last reverse build dependencies of obsolete autoconf2.13.



Bug#1007560: NMU: please consider upgrading to 3.0 source format

2024-06-14 Thread Bastian Germann
I am uploading a NMU to DELAYED/10 in order to fix this.
The debdiff is attached.

libcompface_1.5.2-5.2.debdiff
Description: Binary data


Bug#1007433: gkrellmoon: please consider upgrading to 3.0 source format

2024-06-13 Thread Bastian Germann

I am uploading a NMU to DELAYED/10 in order to fix this.
The debdiff is attached.diff -Nru gkrellmoon-0.6/Makefile gkrellmoon-0.6/Makefile
--- gkrellmoon-0.6/Makefile 2024-06-13 21:03:04.0 +
+++ gkrellmoon-0.6/Makefile 2002-12-11 03:36:06.0 +
@@ -4,7 +4,7 @@
 INSTALLDIR = ${DESTDIR}/usr/lib/gkrellm2/plugins
 
 
-FLAGS = -O2 -g -Wall -fPIC $(GTK_INCLUDE)
+FLAGS = -O2 -Wall -fPIC $(GTK_INCLUDE)
 LIBS = $(GTK_LIB)
 LFLAGS = -shared
 
@@ -23,4 +23,4 @@
 # %.o: %.c
 
 install: gkrellmoon.so
-   install -c -m 644 gkrellmoon.so $(INSTALLDIR)
+   install -c -s -m 644 gkrellmoon.so $(INSTALLDIR)
diff -Nru gkrellmoon-0.6/debian/changelog gkrellmoon-0.6/debian/changelog
--- gkrellmoon-0.6/debian/changelog 2024-06-13 21:03:04.0 +
+++ gkrellmoon-0.6/debian/changelog 2024-06-13 20:47:57.0 +
@@ -1,3 +1,16 @@
+gkrellmoon (0.6-7.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Convert to source format 3.0. (Closes: #1007433)
+
+  [ Helmut Grohne ]
+  * Fix FTCBFS: (Closes: #901126)
++ Let dh_auto_build pass cross tools to make.
++ Do not stuff flags into CC.
++ Make pkg-config substitutable.
+
+ -- Bastian Germann   Thu, 13 Jun 2024 20:47:57 +
+
 gkrellmoon (0.6-7) unstable; urgency=medium
 
   * debian/rules: Add build-{arch,indep}. (Closes: #999159)
diff -Nru gkrellmoon-0.6/debian/patches/makefile.patch 
gkrellmoon-0.6/debian/patches/makefile.patch
--- gkrellmoon-0.6/debian/patches/makefile.patch1970-01-01 
00:00:00.0 +
+++ gkrellmoon-0.6/debian/patches/makefile.patch2024-06-13 
20:47:57.0 +
@@ -0,0 +1,17 @@
+--- gkrellmoon-0.6.orig/Makefile
 gkrellmoon-0.6/Makefile
+@@ -4,7 +4,7 @@ GTK_LIB = `pkg-config gtk+-2.0 --libs`
+ INSTALLDIR = ${DESTDIR}/usr/lib/gkrellm2/plugins
+ 
+ 
+-FLAGS = -O2 -Wall -fPIC $(GTK_INCLUDE)
++FLAGS = -O2 -g -Wall -fPIC $(GTK_INCLUDE)
+ LIBS = $(GTK_LIB)
+ LFLAGS = -shared
+ 
+@@ -23,4 +23,4 @@ gkrellmoon.o: gkrellmoon.c moon_60.xpm
+ # %.o: %.c
+ 
+ install: gkrellmoon.so
+-  install -c -s -m 644 gkrellmoon.so $(INSTALLDIR)
++  install -c -m 644 gkrellmoon.so $(INSTALLDIR)
diff -Nru gkrellmoon-0.6/debian/patches/pkg-config-substitutable.patch 
gkrellmoon-0.6/debian/patches/pkg-config-substitutable.patch
--- gkrellmoon-0.6/debian/patches/pkg-config-substitutable.patch
1970-01-01 00:00:00.0 +
+++ gkrellmoon-0.6/debian/patches/pkg-config-substitutable.patch
2024-06-13 20:47:57.0 +
@@ -0,0 +1,33 @@
+Author: Helmut Grohne 
+Date: Sat, 09 Jun 2018 06:48:10 +0200
+Description: Make pkg-config substitutable
+---
+diff -u gkrellmoon-0.6/Makefile gkrellmoon-0.6/Makefile
+--- gkrellmoon-0.6/Makefile
 gkrellmoon-0.6/Makefile
+@@ -1,5 +1,6 @@
+-GTK_INCLUDE = `pkg-config gtk+-2.0 --cflags`
+-GTK_LIB = `pkg-config gtk+-2.0 --libs`
++PKG_CONFIG ?= pkg-config
++GTK_INCLUDE = `$(PKG_CONFIG) gtk+-2.0 --cflags`
++GTK_LIB = `$(PKG_CONFIG) gtk+-2.0 --libs`
+ 
+ INSTALLDIR = ${DESTDIR}/usr/lib/gkrellm2/plugins
+ 
+@@ -8,12 +9,14 @@
+ LIBS = $(GTK_LIB)
+ LFLAGS = -shared
+ 
+-CC = gcc $(CFLAGS) $(FLAGS)
++CC = gcc
++%.o:%.c
++  $(CC) $(CFLAGS) $(FLAGS) -c $< -o $@
+ 
+ OBJS = gkrellmoon.o MoonRise.o CalcEphem.o Moon.o
+ 
+ gkrellmoon.so: $(OBJS)
+-  $(CC) $(OBJS) -o gkrellmoon.so $(LFLAGS) $(LIBS)
++  $(CC) $(CFLAGS) $(FLAGS) $(OBJS) -o gkrellmoon.so $(LFLAGS) $(LIBS)
+ 
+ clean:
+   rm -f *.o core *.so* *.bak *~
diff -Nru gkrellmoon-0.6/debian/patches/series 
gkrellmoon-0.6/debian/patches/series
--- gkrellmoon-0.6/debian/patches/series1970-01-01 00:00:00.0 
+
+++ gkrellmoon-0.6/debian/patches/series2024-06-13 20:47:57.0 
+
@@ -0,0 +1,3 @@
+makefile.patch
+pkg-config-substitutable.patch
+typo.patch
diff -Nru gkrellmoon-0.6/debian/patches/typo.patch 
gkrellmoon-0.6/debian/patches/typo.patch
--- gkrellmoon-0.6/debian/patches/typo.patch1970-01-01 00:00:00.0 
+
+++ gkrellmoon-0.6/debian/patches/typo.patch2024-06-13 20:47:57.0 
+
@@ -0,0 +1,11 @@
+--- gkrellmoon-0.6.orig/gkrellmoon.c
 gkrellmoon-0.6/gkrellmoon.c
+@@ -280,7 +280,7 @@ update_tooltip(MoonData *moon)
+   moon->day += 1;
+   calc_riseset_time(moon, "Today", mboxes);
+   moon->day += 1;
+-  calc_riseset_time(moon, "Tomorrrow", mboxes);
++  calc_riseset_time(moon, "Tomorrow", mboxes);
+   moon->day -= 1;
+ }
+ 
diff -Nru gkrellmoon-0.6/debian/rules gkrellmoon-0.6/debian/rules
--- gkrellmoon-0.6/debian/rules 2024-06-13 21:03:04.0 +
+++ gkrellmoon-0.6/debian/rules 2024-06-13 20:47:57.0 +
@@ -19,10 +19,7 @@
 
 build:
dh_testdir
-
-   # Add here commands to compile the package.
-   $(MAKE)
-
+   dh_auto_build
 
 clean:
dh_testdir
diff -Nru gkrellmoon-0.6/debian/source/format 
gkrellmoon-0.6/debian/source/format
--- gkrellmoon-0.6/debian/source/format 1970-01-

Bug#1007535: gkrellm-reminder: please consider upgrading to 3.0 source format

2024-06-13 Thread Bastian Germann

I am uploading a NMU to DELAYED/10 in order to fix this.
The debdiff is attached.diff -Nru gkrellm-reminder-2.0.0/debian/changelog 
gkrellm-reminder-2.0.0/debian/changelog
--- gkrellm-reminder-2.0.0/debian/changelog 2024-06-13 20:39:52.0 
+
+++ gkrellm-reminder-2.0.0/debian/changelog 2024-06-13 20:28:52.0 
+
@@ -1,3 +1,16 @@
+gkrellm-reminder (2.0.0-3.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Convert to source format 3.0. (Closes: #1007535)
+
+  [ Helmut Grohne ]
+  * Fix FTCBFS: (Closes: #958356)
++ Let dh_auto_build pass cross tools to make.
++ Make pkg-config substitutable.
++ Defer stripping to dh_strip.
+
+ -- Bastian Germann   Thu, 13 Jun 2024 20:28:52 +
+
 gkrellm-reminder (2.0.0-3.1) unstable; urgency=low
 
   * Non-maintainer upload.
diff -Nru gkrellm-reminder-2.0.0/debian/control 
gkrellm-reminder-2.0.0/debian/control
--- gkrellm-reminder-2.0.0/debian/control   2024-06-13 20:39:52.0 
+
+++ gkrellm-reminder-2.0.0/debian/control   2024-06-13 20:28:41.0 
+
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Joerg Jaspert 
 Uploaders: Ricardo Mones 
-Build-Depends: debhelper (>> 5), libgtk2.0-dev, gkrellm
+Build-Depends: debhelper (>= 7), libgtk2.0-dev, gkrellm
 Standards-Version: 3.8.2
 
 Package: gkrellm-reminder
diff -Nru gkrellm-reminder-2.0.0/debian/patches/pkg-config-substitutable.patch 
gkrellm-reminder-2.0.0/debian/patches/pkg-config-substitutable.patch
--- gkrellm-reminder-2.0.0/debian/patches/pkg-config-substitutable.patch
1970-01-01 00:00:00.0 +
+++ gkrellm-reminder-2.0.0/debian/patches/pkg-config-substitutable.patch
2024-06-13 20:28:52.0 +
@@ -0,0 +1,15 @@
+Description: Make pkg-config substitutable
+Author: Helmut Grohne 
+Date: Mon, 20 Apr 2020 21:11:28 +0200
+---
+--- gkrellm-reminder-2.0.0.orig/Makefile
 gkrellm-reminder-2.0.0/Makefile
+@@ -1,5 +1,6 @@
+-GTK_INCLUDE = `pkg-config gtk+-2.0 --cflags`
+-GTK_LIB = `pkg-config gtk+-2.0 --libs`
++PKG_CONFIG ?= pkg-config
++GTK_INCLUDE = `$(PKG_CONFIG) gtk+-2.0 --cflags`
++GTK_LIB = `$(PKG_CONFIG) gtk+-2.0 --libs`
+ 
+ CFLAGS = -O2 -Wall -fPIC $(GTK_INCLUDE) -I/usr/pkg/include
+ 
diff -Nru gkrellm-reminder-2.0.0/debian/patches/reminder.patch 
gkrellm-reminder-2.0.0/debian/patches/reminder.patch
--- gkrellm-reminder-2.0.0/debian/patches/reminder.patch1970-01-01 
00:00:00.0 +
+++ gkrellm-reminder-2.0.0/debian/patches/reminder.patch2024-06-13 
20:28:52.0 +
@@ -0,0 +1,19 @@
+--- gkrellm-reminder-2.0.0.orig/reminder.c
 gkrellm-reminder-2.0.0/reminder.c
+@@ -1102,13 +1102,13 @@ reminder_get_days_string( struct event_s
+   int day = current->days & 31;
+   int month = current->days >> 16;
+ 
+-  if( day % 10 == 1 )
++  if( day % 10 == 1 && day != 11)
+   //pos = sprintf( string, "%dst", day );
+ string = g_strdup_printf("%dst", day );
+-  else if( day % 10 == 2 )
++  else if( day % 10 == 2 && day != 12)
+   //pos = sprintf( string, "%dnd", day );
+ string = g_strdup_printf("%dnd", day );
+-  else if( day % 10 == 3 )
++  else if( day % 10 == 3 && day != 13)
+   //pos = sprintf( string, "%drd", day );
+ string = g_strdup_printf("%drd", day );
+   else
diff -Nru gkrellm-reminder-2.0.0/debian/patches/series 
gkrellm-reminder-2.0.0/debian/patches/series
--- gkrellm-reminder-2.0.0/debian/patches/series1970-01-01 
00:00:00.0 +
+++ gkrellm-reminder-2.0.0/debian/patches/series2024-06-13 
20:28:52.0 +
@@ -0,0 +1,2 @@
+reminder.patch
+pkg-config-substitutable.patch
diff -Nru gkrellm-reminder-2.0.0/debian/rules 
gkrellm-reminder-2.0.0/debian/rules
--- gkrellm-reminder-2.0.0/debian/rules 2024-06-13 20:39:52.0 +
+++ gkrellm-reminder-2.0.0/debian/rules 2024-06-13 20:28:52.0 +
@@ -2,7 +2,7 @@
 
 build: 
dh_testdir
-   $(MAKE)
+   dh_auto_build
 
 clean:
dh_testdir
@@ -16,7 +16,7 @@
dh_clean -k
dh_installdirs
install -d debian/gkrellm-reminder/usr/lib/gkrellm2/plugins
-   install -c -s -m 755 reminder.so \
+   install -c -m 755 reminder.so \
debian/gkrellm-reminder/usr/lib/gkrellm2/plugins
 
 
diff -Nru gkrellm-reminder-2.0.0/debian/source/format 
gkrellm-reminder-2.0.0/debian/source/format
--- gkrellm-reminder-2.0.0/debian/source/format 1970-01-01 00:00:00.0 
+
+++ gkrellm-reminder-2.0.0/debian/source/format 2024-06-13 20:28:52.0 
+
@@ -0,0 +1 @@
+3.0 (quilt)
diff -Nru gkrellm-reminder-2.0.0/reminder.c gkrellm-reminder-2.0.0/reminder.c
--- gkrellm-reminder-2.0.0/reminder.c   2024-06-13 20:39:52.0 +
+++ gkrellm-reminder-2.0.0/reminder.c   2002-12-04 05:29:31.0 +
@@ -1102,13 +1102,13 @@
   int day = current->days

Bug#1073145: rust-bcrypt: unsatisfiable dependency librust-getrandom-0.2+js-dev

2024-06-13 Thread Bastian Germann

I know about this issue and have created a patch for it:
https://salsa.debian.org/rust-team/debcargo-conf/-/commit/59345de27bee1925390fe36301803e460a80d51a

However, I cannot get debcargo to build a new source-only package with that 
patch included.
Anybody may upload a new revision to fix this anytime. Thanks.



Bug#1073163: xtel: please consider upgrading to 3.0 source format

2024-06-13 Thread Bastian Germann

Source: xtel
Version: 3.3.0-22

This package is among the few that still use source format 1.0.
Please upgrade it to source format 3.0:
https://wiki.debian.org/Projects/DebSrc3.0



Bug#1073067: streamripper: Please drop simple-patchsys

2024-06-12 Thread Bastian Germann

Source: streamripper
Version: 1.64.6-1.1

The package does not apply any patches. So cdbs's simple-patchsys is unused.
Please drop it from debian/rules.



Bug#1072532: NMU: dh-sequence-phpcomposer: stop creating libpcre3 dependencies

2024-06-12 Thread Bastian Germann
I am uploading the experimental version to unstable (DELAYED/10) after I have 
tested it against various php packages and have not found a problem.
Please find the debdiff enclosed.

pkg-php-tools_1.45+nmu2.debdiff
Description: Binary data


Bug#1073029: libx11: please consider upgrading to 3.0 source format

2024-06-11 Thread Bastian Germann

Source: libx11
Version: 2:1.8.7-1
Severity: wishlist

This package is among the few that still use source format 1.0.
Please upgrade it to source format 3.0, as (1) this format has many
advantages, as documented in https://wiki.debian.org/Projects/DebSrc3.0 ;
(2) this contributes to standardization of packaging practices.



Bug#1073028: libsm: please consider upgrading to 3.0 source format

2024-06-11 Thread Bastian Germann

Source: libsm
Version: 2:1.2.3-1
Severity: wishlist

This package is among the few that still use source format 1.0.
Please upgrade it to source format 3.0, as (1) this format has many
advantages, as documented in https://wiki.debian.org/Projects/DebSrc3.0 ;
(2) this contributes to standardization of packaging practices.



Bug#1073026: libpciaccess: please consider upgrading to 3.0 source format

2024-06-11 Thread Bastian Germann

Source: libpciaccess
Version: 0.14-1
Severity: wishlist

This package is among the few that still use source format 1.0.
Please upgrade it to source format 3.0, as (1) this format has many
advantages, as documented in https://wiki.debian.org/Projects/DebSrc3.0 ;
(2) this contributes to standardization of packaging practices.



Bug#1073025: libice: please consider upgrading to 3.0 source format

2024-06-11 Thread Bastian Germann

Source: libice
Version: 2:1.0.9-2
Severity: wishlist

This package is among the few that still use source format 1.0.
Please upgrade it to source format 3.0, as (1) this format has many
advantages, as documented in https://wiki.debian.org/Projects/DebSrc3.0 ;
(2) this contributes to standardization of packaging practices.



Bug#1073024: please consider upgrading to 3.0 source format

2024-06-11 Thread Bastian Germann

Source: glw
Version: 8.0.0-1.1
Severity: wishlist

This package is among the few that still use source format 1.0.
Please upgrade it to source format 3.0, as (1) this format has many
advantages, as documented in https://wiki.debian.org/Projects/DebSrc3.0 ;
(2) this contributes to standardization of packaging practices.



Bug#1073022: please consider upgrading to 3.0 source format

2024-06-11 Thread Bastian Germann

Source: cl-xptest
Version: 1.2.4-3.1
Severity: wishlist

This package is among the few that still use source format 1.0.
Please upgrade it to source format 3.0, as (1) this format has many
advantages, as documented in https://wiki.debian.org/Projects/DebSrc3.0 ;
(2) this contributes to standardization of packaging practices.



Bug#1073021: please consider upgrading to 3.0 source format

2024-06-11 Thread Bastian Germann

Source: cl-xlunit
Version: 0.6.3-2.2
Severity: wishlist

This package is among the few that still use source format 1.0.
Please upgrade it to source format 3.0, as (1) this format has many
advantages, as documented in https://wiki.debian.org/Projects/DebSrc3.0 ;
(2) this contributes to standardization of packaging practices.



Bug#1073020: please consider upgrading to 3.0 source format

2024-06-11 Thread Bastian Germann

Source: cl-pubmed
Version: 2.1.3-5.2
Severity: wishlist

This package is among the few that still use source format 1.0.
Please upgrade it to source format 3.0, as (1) this format has many
advantages, as documented in https://wiki.debian.org/Projects/DebSrc3.0 ;
(2) this contributes to standardization of packaging practices.



Bug#1073019: please consider upgrading to 3.0 source format

2024-06-11 Thread Bastian Germann

Source: cl-pipes
Version: 1.2.1-5.2
Severity: wishlist

This package is among the few that still use source format 1.0.
Please upgrade it to source format 3.0, as (1) this format has many
advantages, as documented in https://wiki.debian.org/Projects/DebSrc3.0 ;
(2) this contributes to standardization of packaging practices.



Bug#1073018: please consider upgrading to 3.0 source format

2024-06-11 Thread Bastian Germann

Source: cl-photo
Version: 0.14-4.2
Severity: wishlist

This package is among the few that still use source format 1.0.
Please upgrade it to source format 3.0, as (1) this format has many
advantages, as documented in https://wiki.debian.org/Projects/DebSrc3.0 ;
(2) this contributes to standardization of packaging practices.



Bug#1073017: please consider upgrading to 3.0 source format

2024-06-11 Thread Bastian Germann

Source: cl-modlisp
Version: 0.6-7.1
Severity: wishlist

This package is among the few that still use source format 1.0.
Please upgrade it to source format 3.0, as (1) this format has many
advantages, as documented in https://wiki.debian.org/Projects/DebSrc3.0 ;
(2) this contributes to standardization of packaging practices.



Bug#1073015: please consider upgrading to 3.0 source format

2024-06-11 Thread Bastian Germann

Source: cl-lml
Version: 2.5.7-4.1
Severity: wishlist

This package is among the few that still use source format 1.0.
Please upgrade it to source format 3.0, as (1) this format has many
advantages, as documented in https://wiki.debian.org/Projects/DebSrc3.0 ;
(2) this contributes to standardization of packaging practices.



Bug#1073016: please consider upgrading to 3.0 source format

2024-06-11 Thread Bastian Germann

Source: cl-lml2
Version: 1.6.6-4.1
Severity: wishlist

This package is among the few that still use source format 1.0.
Please upgrade it to source format 3.0, as (1) this format has many
advantages, as documented in https://wiki.debian.org/Projects/DebSrc3.0 ;
(2) this contributes to standardization of packaging practices.



Bug#1072874: pscan: Convert cdbs patches to 3.0 (quilt) patches

2024-06-11 Thread Bastian Germann

Control: tags -1 patch

Please find a patch attached.diff -Nru pscan-1.2/debian/changelog pscan-1.2/debian/changelog
--- pscan-1.2/debian/changelog  2024-06-09 13:39:31.0 +
+++ pscan-1.2/debian/changelog  2024-06-11 20:00:15.0 +
@@ -1,3 +1,10 @@
+pscan (1.2-9.3) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Convert cdbs patches to 3.0 (quilt) patches. (Closes: #1072874)
+
+ -- Bastian Germann   Tue, 11 Jun 2024 20:00:15 +
+
 pscan (1.2-9.2) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru pscan-1.2/debian/patches/40_max_stack.patch 
pscan-1.2/debian/patches/40_max_stack.patch
--- pscan-1.2/debian/patches/40_max_stack.patch 2024-06-09 13:38:23.0 
+
+++ pscan-1.2/debian/patches/40_max_stack.patch 2024-06-11 19:59:42.0 
+
@@ -1,5 +1,5 @@
 pscan.c.orig   2008-07-26 00:59:02.0 +0200
-+++ pscan.c2008-07-26 00:59:20.0 +0200
+--- pscan-1.2.orig/pscan.c 2008-07-26 00:59:02.0 +0200
 pscan-1.2/pscan.c  2008-07-26 00:59:20.0 +0200
 @@ -46,7 +46,7 @@
  static int warnings = FALSE;
  static char *filename;
diff -Nru pscan-1.2/debian/patches/series pscan-1.2/debian/patches/series
--- pscan-1.2/debian/patches/series 1970-01-01 00:00:00.0 +
+++ pscan-1.2/debian/patches/series 2024-06-11 19:58:03.0 +
@@ -0,0 +1,3 @@
+20_pscan.patch
+30_scanner.patch
+40_max_stack.patch
diff -Nru pscan-1.2/debian/rules pscan-1.2/debian/rules
--- pscan-1.2/debian/rules  2024-06-09 13:38:23.0 +
+++ pscan-1.2/debian/rules  2024-06-11 19:58:18.0 +
@@ -9,5 +9,4 @@
   
 include /usr/share/cdbs/1/class/makefile.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/rules/simple-patchsys.mk
 


Bug#1072877: cycfx2prog: Convert cdbs patches to 3.0 (quilt) patches

2024-06-11 Thread Bastian Germann

Control: tags -1 patch

Please find a patch attached.diff -Nru cycfx2prog-0.47/debian/changelog cycfx2prog-0.47/debian/changelog
--- cycfx2prog-0.47/debian/changelog2024-03-24 19:53:34.0 +
+++ cycfx2prog-0.47/debian/changelog2024-06-11 19:51:49.0 +
@@ -1,3 +1,10 @@
+cycfx2prog (0.47-1.3) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Apply patches via quilt instead of cdbs. (Closes: #1072877)
+
+ -- Bastian Germann   Tue, 11 Jun 2024 19:51:49 +
+
 cycfx2prog (0.47-1.2) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru cycfx2prog-0.47/debian/patches/series 
cycfx2prog-0.47/debian/patches/series
--- cycfx2prog-0.47/debian/patches/series   1970-01-01 00:00:00.0 
+
+++ cycfx2prog-0.47/debian/patches/series   2024-06-11 19:49:25.0 
+
@@ -0,0 +1 @@
+fix-ftbfs-with-ls-as-needed.patch
diff -Nru cycfx2prog-0.47/debian/rules cycfx2prog-0.47/debian/rules
--- cycfx2prog-0.47/debian/rules2024-03-24 19:53:13.0 +
+++ cycfx2prog-0.47/debian/rules2024-06-11 19:49:35.0 +
@@ -7,7 +7,6 @@
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/makefile.mk
-include /usr/share/cdbs/1/rules/simple-patchsys.mk
 
 binary-install/cycfx2prog::
install cycfx2prog debian/cycfx2prog/usr/bin


Bug#738178: O: libinnodb -- Embedded InnoDB Library

2024-06-11 Thread Bastian Germann

Control: retitle -1 O: libinnodb -- Embedded InnoDB Library
Control: reassign -1 wnpp
X-Debbugs-Cc: stew...@flamingspork.com

Steward has never uploaded the package, so it is fair to say that it is orphaned after 14 years of packager inactivity 
which led to it neither being available in bullseye nor bookworm.




Bug#1054367: cjs: Move to mozjs115

2024-06-11 Thread Bastian Germann

Am 11.06.24 um 17:33 schrieb Fabio Fantoni:

About autoconf2.13 I don't see it in cjs build-deps, I suppose you got confused 
with mozjs, or am I wrong?


You are right, I got confused.



Bug#1072999: RM: gcc-3.3 -- RoQA; orphaned; leaf pkg; build-depends on autoconf2.13

2024-06-11 Thread Bastian Germann

Package: ftp.debian.org
User: ftp.debian@packages.debian.org
Usertags: remove
Control: affects -1 + src:gcc-3.3

gcc-3.3 is an orphaned leaf package. It was kept around for old (non-free) 
binaries that depend on libstdc++5.
There is now a compelling reason to remove it, i.e., not to block autoconf2.13 removal. All other autoconf2.13 reverse 
build deps have at least one release with newer autoconf now and are going to move eventually.




Bug#1054367: cjs: Move to mozjs115

2024-06-11 Thread Bastian Germann

Control: tags -1 fixed-upstream

Please import the latest release 6.2.0, which has this integrated.
Don't forget to remove autoconf2.13 from the Build-Depends.



Bug#1063645: Aw: Re: markdown: missing required debian/rules targets build-arch and/or build-indep

2024-06-10 Thread Bastian Germann
"Johannes Schauer Marin Rodrigues":
> Do you have recommendations? I just need a drop-in replacement for markdown
> into stdin, html on stdout. Nothing fancy.

I would suggest discount or python3-markdown.



Bug#1072896: concalc: Remove cdbs quilt

2024-06-09 Thread Bastian Germann

Source: concalc
Version: 0.9.2-2.1
Severity: minor

Your package's rules file still contains
include /usr/share/cdbs/1/rules/patchsys-quilt.mk

This is unnecessary as the package has a 3.0 (quilt) format.
The already applied patches are unapplied and applied during build.



Bug#1072895: bidentd: Remove cdbs quilt

2024-06-09 Thread Bastian Germann

Source: bidentd
Version: 1.1.4-1.3
Severity: minor

Your package's rules file still contains
include /usr/share/cdbs/1/rules/patchsys-quilt.mk

This is unnecessary as the package has a 3.0 (quilt) format.
The already applied patches are unapplied and applied during build.



Bug#1072894: guifications: Remove cdbs quilt

2024-06-09 Thread Bastian Germann

Source: guifications
Version: 2.16-2
Severity: minor

Your package's rules file still contains
include /usr/share/cdbs/1/rules/patchsys-quilt.mk

This is unnecessary as the package has a 3.0 (quilt) format.
The already applied patches are unapplied and applied during build.



Bug#1072893: dejagnu: Remove cdbs quilt

2024-06-09 Thread Bastian Germann

Source: dejagnu
Version: 1.6.3-1
Severity: minor

Your package's rules file still contains
include /usr/share/cdbs/1/rules/patchsys-quilt.mk

This is unnecessary as the package has a 3.0 (quilt) format.
The already applied patches are unapplied and applied during build.



Bug#1072892: paje.app: Remove cdbs quilt

2024-06-09 Thread Bastian Germann

Source: paje.app
Version: 1.98-1.1
Severity: minor

Your package's rules file still contains
include /usr/share/cdbs/1/rules/patchsys-quilt.mk

This is unnecessary as the package has a 3.0 (quilt) format.
The already applied patches are unapplied and applied during build.



Bug#1072890: lwipv6: Remove cdbs quilt

2024-06-09 Thread Bastian Germann

Source: lwipv6
Version: 1.5a-9.1
Severity: minor

Your package's rules file still contains
include /usr/share/cdbs/1/rules/patchsys-quilt.mk

This is unnecessary as the package has a 3.0 (quilt) format.
The already applied patches are unapplied and applied during build.



Bug#1072891: cairo-dock: Remove cdbs quilt

2024-06-09 Thread Bastian Germann

Source: cairo-dock
Version: 3.4.1+git20201103.0836f5d1-1
Severity: minor

Your package's rules file still contains
include /usr/share/cdbs/1/rules/patchsys-quilt.mk

This is unnecessary as the package has a 3.0 (quilt) format.
The already applied patches are unapplied and applied during build.



Bug#1072889: gramophone2: Remove cdbs quilt

2024-06-09 Thread Bastian Germann

Source: gramophone2
Version: 0.8.13a-3.3
Severity: minor

Your package's rules file still contains
include /usr/share/cdbs/1/rules/patchsys-quilt.mk

This is unnecessary as the package has a 3.0 (quilt) format.
The already applied patches are unapplied and applied during build.



Bug#1007031: "patch" available

2024-06-09 Thread Bastian Germann
ram name='html.stylesheet' expression='${_css}'/>
-<param name='navig.graphics' expression='true'/>
-<param name='navig.graphics.path' expression='navicons/'/>
-<param name='navig.graphics.extension' expression='.gif'/>
-<param name='chunk.section.depth' expression='0'/>
-
-
-
-
-
-
-
-
-
-
-
-<param name='use.extensions' expression='1'/>
-<param name='tablecolumns.extension' expression='0'/>
-<param name='textinsert.extension' expression='1'/>
-<param name='fop.extensions' expression='1'/>
- 
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff -Nru hsqldb1.8.0-1.8.0.10+dfsg/debian/changelog 
hsqldb1.8.0-1.8.0.10+dfsg/debian/changelog
--- hsqldb1.8.0-1.8.0.10+dfsg/debian/changelog  2024-06-09 20:43:31.0 
+
+++ hsqldb1.8.0-1.8.0.10+dfsg/debian/changelog  2024-06-09 20:21:01.0 
+
@@ -1,3 +1,11 @@
+hsqldb1.8.0 (1.8.0.10+dfsg-12.1) unstable; urgency=medium
+
+  * Non-maintainer upload
+  * Convert to source format 3.0 (closes: #1007031)
+  * Drop build/build.xml-old
+
+ -- Bastian Germann   Sun, 09 Jun 2024 20:21:01 +
+
 hsqldb1.8.0 (1.8.0.10+dfsg-12) unstable; urgency=medium
 
   * add patch from upstream to
diff -Nru hsqldb1.8.0-1.8.0.10+dfsg/debian/patches/hsqldb-init-provides.diff 
hsqldb1.8.0-1.8.0.10+dfsg/debian/patches/hsqldb-init-provides.diff
--- hsqldb1.8.0-1.8.0.10+dfsg/debian/patches/hsqldb-init-provides.diff  
2024-06-09 20:43:31.0 +
+++ hsqldb1.8.0-1.8.0.10+dfsg/debian/patches/hsqldb-init-provides.diff  
2024-06-09 20:21:01.0 +
@@ -1,8 +1,8 @@
 bin/hsqldb-old 2009-09-19 00:53:21.0 +0200
-+++ bin/hsqldb 2009-09-19 00:53:40.0 +0200
+--- a/bin/hsqldb   2009-09-19 00:53:21.0 +0200
 b/bin/hsqldb   2009-09-19 00:53:40.0 +0200
 @@ -47,7 +47,7 @@
- # config: /etc/sysconfig/hsqldb
  
+ # This stuff for SuSE Linux.  Contributed by M. Bisping.
  ### BEGIN INIT INFO
 -# Provides:  HSQLDB-Server
 +# Provides:  hsqldb-server
diff -Nru hsqldb1.8.0-1.8.0.10+dfsg/debian/patches/jdbc.patch 
hsqldb1.8.0-1.8.0.10+dfsg/debian/patches/jdbc.patch
--- hsqldb1.8.0-1.8.0.10+dfsg/debian/patches/jdbc.patch 1970-01-01 
00:00:00.0 +
+++ hsqldb1.8.0-1.8.0.10+dfsg/debian/patches/jdbc.patch 2024-06-09 
20:21:01.0 +
@@ -0,0 +1,255 @@
+Description: Remove jdbc JAVA6 comments
+---
+--- hsqldb1.8.0-1.8.0.10+dfsg.orig/src/org/hsqldb/jdbc/jdbcBlob.java
 hsqldb1.8.0-1.8.0.10+dfsg/src/org/hsqldb/jdbc/jdbcBlob.java
+@@ -462,7 +462,6 @@ public class jdbcBlob implements Blob {
+ }
+ 
+ //#ifdef JAVA6
+-/*
+ public void free() throws SQLException
+ {
+ throw new UnsupportedOperationException("Not supported yet.");
+@@ -472,7 +471,6 @@ public class jdbcBlob implements Blob {
+ {
+ throw new UnsupportedOperationException("Not supported yet.");
+ }
+-*/
+ 
+ //#endif JAVA6
+ 
+--- 
hsqldb1.8.0-1.8.0.10+dfsg.orig/src/org/hsqldb/jdbc/jdbcCallableStatement.java
 hsqldb1.8.0-1.8.0.10+dfsg/src/org/hsqldb/jdbc/jdbcCallableStatement.java
+@@ -37,11 +37,9 @@ import java.math.BigDecimal;
+ import java.sql.CallableStatement;
+ import java.sql.Date;
+ //#ifdef JAVA6
+-/*
+ import java.sql.NClob;
+ import java.sql.RowId;
+ import java.sql.SQLXML;
+-*/
+ //#endif JAVA6
+ import java.sql.Time;
+ import java.sql.Timestamp;
+@@ -3106,7 +3104,6 @@ implements CallableStatement {
+ 
+ //#endif JAVA4
+ //#ifdef JAVA6
+-/*
+ public void setPoolable(boolean poolable) throws SQLException
+ {
+ throw new UnsupportedOperationException("Not supported yet.");
+@@ -3376,7 +3373,6 @@ implements CallableStatement {
+ {
+ throw new UnsupportedOperationException("Not supported yet.");
+ }
+-*/
+ 
+ //#endif JAVA6
+ }
+--- hsqldb1.8.0-1.8.0.10+dfsg.orig/src/org/hsqldb/jdbc/jdbcClob.java
 hsqldb1.8.0-1.8.0.10+dfsg/src/org/hsqldb/jdbc/jdbcClob.java
+@@ -464,7 +464,6 @@ public final class jdbcClob implements C
+ }
+ 
+ //#ifdef JAVA6
+-/*
+ public void free() throws SQLException
+ {
+ throw new UnsupportedOperationException("Not supporte

Bug#1007466: mh-book: please consider upgrading to 3.0 source format

2024-06-09 Thread Bastian Germann

I am uploading a NMU to DELAYED/10 in order to fix this.
The debdiff is attached.diff -Nru mh-book-200605/debian/changelog mh-book-200605/debian/changelog
--- mh-book-200605/debian/changelog 2024-06-09 19:53:37.0 +
+++ mh-book-200605/debian/changelog 2024-06-09 19:44:01.0 +
@@ -1,3 +1,12 @@
+mh-book (200605-2.3) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Convert to source format 3.0. (Closes: #1007466)
+  * d/changelog: Convert to machine-readable format.
+  * d/control: Extract Homepage to its own field.
+
+ -- Bastian Germann   Sun, 09 Jun 2024 19:44:01 +
+
 mh-book (200605-2.2) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru mh-book-200605/debian/control mh-book-200605/debian/control
--- mh-book-200605/debian/control   2024-06-09 19:53:37.0 +
+++ mh-book-200605/debian/control   2024-06-09 19:44:01.0 +
@@ -4,6 +4,7 @@
 Maintainer: Peter S Galbraith 
 Build-Depends: debhelper
 Standards-Version: 3.9.8
+Homepage: http://rand-mh.sourceforge.net/book/
 
 Package: mh-book
 Architecture: all
@@ -12,5 +13,3 @@
  This is the book written by Jerry Peek and published by O'Reilly &
  Associates, Inc.  This book covers MH, nmh, and several interfaces 
  to MH including xmh and exmh.  MH-E is now documented separately.
- .
- This manual is also visible at http://rand-mh.sourceforge.net/book/
diff -Nru mh-book-200605/debian/copyright mh-book-200605/debian/copyright
--- mh-book-200605/debian/copyright 2024-06-09 19:53:37.0 +
+++ mh-book-200605/debian/copyright 2024-06-09 19:44:01.0 +
@@ -1,37 +1,39 @@
-This package was debianized by Peter S Galbraith p...@debian.org on
-Thu, 15 Apr 1999 19:26:39 -0500.
-
-It was downloaded from
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Comment:
+ This package was debianized by Peter S Galbraith p...@debian.org on
+ Thu, 15 Apr 1999 19:26:39 -0500.
+Source:
   http://prdownloads.sourceforge.net/rand-mh/MH-book-200605.tgz?download
 
+Files: *
 Copyright:
-
-The book MH & xmh: Email for Users & Programmers,
-ISBN 1-56592-093-7, written by Jerry Peek, was published by and is
-copyright  1991, 1992, 1995 by O'Reilly & Associates, Inc.
-In June, 1996, ORA made the book freely available under the terms of
-the GNU General Public License.
-The book was split into more than 400 separate files.
-Since then, some of the files have been updated.
-Those files with information from the original book still have the
-original copyright; they're marked "Revised by 'author's name'."
-Some other files that are new, and didn't appear in the original
-print edition, are marked "This file first appeared in the updated
-online edition of the book 'MH & nmh: Email for Users & Programmers'."
-These new files are not copyrighted by ORA; each file explains its own
-copyright.
-
-The original book's title was
- MH & xmh: Email for Users & Programmers.
-The updated book title is
- MH & nmh: Email for Users & Programmers
-(without the 'xmh').
-
-This book is freely available; you can redistribute it and/or modify
-it under the terms of the GNU General Public License
-as published by the Free Software Foundation; either version 2 of the
-License, or (at your option) any later version.
-Where the License refers to "software" substitute "book."
-
-On Debian systems, the text of the license can be found at
-/usr/share/common-licenses/GPL-2
+ The book MH & xmh: Email for Users & Programmers,
+ ISBN 1-56592-093-7, written by Jerry Peek, was published by and is
+ copyright  1991, 1992, 1995 by O'Reilly & Associates, Inc.
+License: GPL-2+
+ In June, 1996, ORA made the book freely available under the terms of
+ the GNU General Public License.
+ The book was split into more than 400 separate files.
+ Since then, some of the files have been updated.
+ Those files with information from the original book still have the
+ original copyright; they're marked "Revised by 'author's name'."
+ Some other files that are new, and didn't appear in the original
+ print edition, are marked "This file first appeared in the updated
+ online edition of the book 'MH & nmh: Email for Users & Programmers'."
+ These new files are not copyrighted by ORA; each file explains its own
+ copyright.
+ .
+ The original book's title was
+  MH & xmh: Email for Users & Programmers.
+ The updated book title is
+  MH & nmh: Email for Users & Programmers
+ (without the 'xmh').
+ .
+ This book is freely available; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License
+ as published by the Free Software Foundation; either version 2 of the
+ License, or (at your option) any later version.
+ Where the License refers to "software" substitute "book."
+Comment:
+ On Debian systems, the text of the lice

Bug#1066694: netdiag: FTBFS: getservent.c:121:38: error: implicit declaration of function ‘atoi’ [-Werror=implicit-function-declaration]

2024-06-09 Thread Bastian Germann

I am uploading a NMU to fix this. The debdiff is attached.diff -Nru netdiag-1.2/debian/README.source netdiag-1.2/debian/README.source
--- netdiag-1.2/debian/README.source2024-06-09 19:25:34.0 +
+++ netdiag-1.2/debian/README.source1970-01-01 00:00:00.0 +
@@ -1,58 +0,0 @@
-This package uses quilt to manage all modifications to the upstream
-source.  Changes are stored in the source package as diffs in
-debian/patches and applied during the build.
-
-To configure quilt to use debian/patches instead of patches, you want
-either to export QUILT_PATCHES=debian/patches in your environment
-or use this snippet in your ~/.quiltrc:
-
-for where in ./ ../ ../../ ../../../ ../../../../ ../../../../../; do
-if [ -e ${where}debian/rules -a -d ${where}debian/patches ]; then
-export QUILT_PATCHES=debian/patches
-break
-fi
-done
-
-To get the fully patched source after unpacking the source package, cd to
-the root level of the source package and run:
-
-quilt push -a
-
-The last patch listed in debian/patches/series will become the current
-patch.
-
-To add a new set of changes, first run quilt push -a, and then run:
-
-quilt new 
-
-where  is a descriptive name for the patch, used as the filename in
-debian/patches.  Then, for every file that will be modified by this patch,
-run:
-
-quilt add 
-
-before editing those files.  You must tell quilt with quilt add what files
-will be part of the patch before making changes or quilt will not work
-properly.  After editing the files, run:
-
-quilt refresh
-
-to save the results as a patch.
-
-Alternately, if you already have an external patch and you just want to
-add it to the build system, run quilt push -a and then:
-
-quilt import -P  /path/to/patch
-quilt push -a
-
-(add -p 0 to quilt import if needed).  as above is the filename to
-use in debian/patches.  The last quilt push -a will apply the patch to
-make sure it works properly.
-
-To remove an existing patch from the list of patches that will be applied,
-run:
-
-quilt delete 
-
-You may need to run quilt pop -a to unapply patches first before running
-this command.
diff -Nru netdiag-1.2/debian/changelog netdiag-1.2/debian/changelog
--- netdiag-1.2/debian/changelog2024-06-09 19:25:34.0 +
+++ netdiag-1.2/debian/changelog2024-06-09 19:19:14.0 +
@@ -1,3 +1,14 @@
+netdiag (1.2-1.3) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Convert to source format 3.0. (Closes: #1054902)
++ Drop generic quilt description in d/README.source
+
+  [ Zixing Liu ]
+  * Add multiple missing headers and function prototypes. (Closes: #1066694)
+
+ -- Bastian Germann   Sun, 09 Jun 2024 19:19:14 +
+
 netdiag (1.2-1.2) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru netdiag-1.2/debian/control netdiag-1.2/debian/control
--- netdiag-1.2/debian/control  2024-06-09 19:25:34.0 +
+++ netdiag-1.2/debian/control  2024-06-09 19:17:21.0 +
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Michael Meskes 
 Standards-Version: 4.1.3
-Build-Depends: libncurses-dev, debhelper (>= 11), m4, libpcap0.8-dev, 
po-debconf (>= 0.5.0), quilt
+Build-Depends: libncurses-dev, debhelper (>= 11), m4, libpcap0.8-dev, 
po-debconf (>= 0.5.0)
 
 Package: netdiag
 Architecture: any
diff -Nru netdiag-1.2/debian/patches/gcc13.patch 
netdiag-1.2/debian/patches/gcc13.patch
--- netdiag-1.2/debian/patches/gcc13.patch  1970-01-01 00:00:00.0 
+
+++ netdiag-1.2/debian/patches/gcc13.patch  2024-06-09 19:15:38.0 
+
@@ -0,0 +1,106 @@
+Description: Add multiple missing headers and function prototypes
+Author: Zixing Liu 
+Bug: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1066694
+Bug-Ubuntu: https://bugs.launchpad.net/debian/+source/netdiag/+bug/2060901
+Forwarded: no
+Last-Update: 2024-04-10
+Index: netdiag/netwatch-1.3.1-2/netwatch.h
+===
+--- netdiag.orig/netwatch-1.3.1-2/netwatch.h
 netdiag/netwatch-1.3.1-2/netwatch.h
+@@ -38,6 +38,10 @@
+ #define SN_PROT_LOOP  164 /* Pseudo protocol for Loopback */
+ 
+ #include 
++#include 
++#include 
++#include 
++#include 
+ #include "config.h"
+ /*
+ #ifdef NETINET_SUPP_socket
+@@ -84,6 +88,11 @@ typedef unsigned short  sa_family_t;
+ 
+ 
+ #include "core.h"
++int dokeyin(int force);
++int doeth();
++int gh (int opt);
++void setuphelp();
++void uthread_wait(long usec);
+ void dispdata(int errnum);
+ void services();
+ void usage(char *arg);
+Index: netdiag/statnet-3.8/statnet.c
+===
+--- netdiag.orig/statnet-3.8/statnet.c
 netdiag/statnet-3.8/statnet.c
+@@ -7,7 +7,6 @@
+ #define MAIN_LINE 1
+ 
+ #include 
+-#include "stat.h"
+ 
+ #include "curs.h"
+ #include 
+@@ -33,6 +32,8 @@
+ #endif
+ 
+ #i

Bug#1072886: netscript-2.4: please consider upgrading to 3.0 source format

2024-06-09 Thread Bastian Germann

Source: netscript-2.4
Version: 5.5.3
Severity: wishlist

This package is among the few that still use source format 1.0.
Please upgrade it to source format 3.0, as (1) this format has many
advantages, as documented in https://wiki.debian.org/Projects/DebSrc3.0 ;
(2) this contributes to standardization of packaging practices.



Bug#1007273: nini: please consider upgrading to 3.0 source format

2024-06-09 Thread Bastian Germann

I am uploading a NMU to DELAYED/10 in order to fix this.
The debdiff is attached.diff -Nru nini-1.1.0+dfsg.2/debian/changelog nini-1.1.0+dfsg.2/debian/changelog
--- nini-1.1.0+dfsg.2/debian/changelog  2024-06-09 18:56:28.0 +
+++ nini-1.1.0+dfsg.2/debian/changelog  2024-06-09 18:44:25.0 +
@@ -1,3 +1,14 @@
+nini (1.1.0+dfsg.2-5.2) unstable; urgency=medium
+
+  * Non-maintainer upload
+  * Convert to source format 3.0 (Closes: #1007273)
+  * d/copyright: Convert to machine-readable format
+  * Make package buildable source-only
+  * Clean build directory (Closes: #1045903)
+  * d/control: Drop non-existing Vcs fields
+
+ -- Bastian Germann   Sun, 09 Jun 2024 18:44:25 +
+
 nini (1.1.0+dfsg.2-5.1) unstable; urgency=medium
 
   * Non maintainer upload by the Reproducible Builds team.
diff -Nru nini-1.1.0+dfsg.2/debian/clean nini-1.1.0+dfsg.2/debian/clean
--- nini-1.1.0+dfsg.2/debian/clean  1970-01-01 00:00:00.0 +
+++ nini-1.1.0+dfsg.2/debian/clean  2024-06-09 18:44:25.0 +
@@ -0,0 +1,2 @@
+debian/Nini.snk
+build/
diff -Nru nini-1.1.0+dfsg.2/debian/control nini-1.1.0+dfsg.2/debian/control
--- nini-1.1.0+dfsg.2/debian/control2024-06-09 18:56:28.0 +
+++ nini-1.1.0+dfsg.2/debian/control2024-06-09 18:44:25.0 +
@@ -3,14 +3,14 @@
 Priority: optional
 Maintainer: Debian CLI Libraries Team 

 Uploaders: Sebastian Dröge , Mirco Bauer 
-Build-Depends: debhelper (>= 7.0.50~)
-Build-Depends-Indep: cli-common-dev (>= 0.5.7),
+Build-Depends:
+ debhelper (>= 7.0.50~),
+ cli-common-dev (>= 0.5.7)
+Build-Depends-Indep:
  mono-devel (>= 2.4.2.3),
  sharutils
 Standards-Version: 3.8.3
 Homepage: http://nini.sourceforge.net
-Vcs-Browser: http://svn.debian.org/wsvn/pkg-cli-libs/packages/nini/trunk/
-Vcs-Svn: svn://svn.debian.org/svn/pkg-cli-libs/packages/nini/trunk/
 
 Package: libnini1.1-cil
 Architecture: all
diff -Nru nini-1.1.0+dfsg.2/debian/copyright nini-1.1.0+dfsg.2/debian/copyright
--- nini-1.1.0+dfsg.2/debian/copyright  2024-06-09 18:56:28.0 +
+++ nini-1.1.0+dfsg.2/debian/copyright  2024-06-09 18:44:25.0 +
@@ -1,30 +1,31 @@
-This package was debianized by Sebastian Dröge  on
-Wed, 08 Mar 2006 20:10:56 +0100.
-
-It was downloaded from http://nini.sourceforge.net
-
-Upstream Author: Brent R. Matzelle
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Comment:
+ This package was debianized by Sebastian Dröge  on
+ Wed, 08 Mar 2006 20:10:56 +0100.
+Source:
+ http://nini.sourceforge.net
+Upstream-Contact:
+ Brent R. Matzelle
 
+Files: *
 Copyright:
-
-Copyright (c) 2006 Brent R. Matzelle
-
-Permission is hereby granted, free of charge, to any person obtaining
-a copy of this software and associated documentation files (the
-"Software"), to deal in the Software without restriction, including
-without limitation the rights to use, copy, modify, merge, publish,
-distribute, sublicense, and/or sell copies of the Software, and to
-permit persons to whom the Software is furnished to do so, subject to
-the following conditions:
-
-The above copyright notice and this permission notice shall be
-included in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
-LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
-OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
-WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-
+ Copyright (c) 2006 Brent R. Matzelle
+License: Expat
+ Permission is hereby granted, free of charge, to any person obtaining
+ a copy of this software and associated documentation files (the
+ "Software"), to deal in the Software without restriction, including
+ without limitation the rights to use, copy, modify, merge, publish,
+ distribute, sublicense, and/or sell copies of the Software, and to
+ permit persons to whom the Software is furnished to do so, subject to
+ the following conditions:
+ .
+ The above copyright notice and this permission notice shall be
+ included in all copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
diff -Nru nini-1.1.0+dfsg.2/debian/rules nini-1.1.0+dfsg.2/debian/rules
--- nini-1.1.0+dfsg.2/debian/rules  20

Bug#1007615: nomarch: please consider upgrading to 3.0 source format

2024-06-09 Thread Bastian Germann

I am uploading a NMU to DELAYED/10 in order to fix this.
The debdiff is attached.diff -Nru nomarch-1.4/debian/changelog nomarch-1.4/debian/changelog
--- nomarch-1.4/debian/changelog2024-06-09 18:24:07.0 +
+++ nomarch-1.4/debian/changelog2024-06-09 18:19:14.0 +
@@ -1,3 +1,11 @@
+nomarch (1.4-5.1) unstable; urgency=medium
+
+  * Non-maintainer upload
+  * Convert to source format 3.0 (Closes: #1007615)
+  * d/copyright: Convert to machine-readable format
+
+ -- Bastian Germann   Sun, 09 Jun 2024 18:19:14 +
+
 nomarch (1.4-5) unstable; urgency=medium
 
   * Add build-arch debian/rules target (Closes: #999245)
diff -Nru nomarch-1.4/debian/copyright nomarch-1.4/debian/copyright
--- nomarch-1.4/debian/copyright2024-06-09 18:24:07.0 +
+++ nomarch-1.4/debian/copyright2024-06-09 18:19:14.0 +
@@ -1,15 +1,15 @@
-This package was debianized by Matthew Grant  on
-Thu, 16 May 2002 17:09:55 +1200.
-
-It was downloaded from 
ftp://ftp.ibiblio.org/pub/Linux/utils/compress/nomarch-1.3.tar.gz
-
-Upstream Author: Russell Marks 
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Comment:
+ This package was debianized by Matthew Grant  on
+ Thu, 16 May 2002 17:09:55 +1200.
+Source:
+ ftp://ftp.ibiblio.org/pub/Linux/utils/compress/nomarch-1.4.tar.gz
+Upstream-Contact:
+ Russell Marks 
 
+Files: *
 Copyright:
-
-Copyright (C) 2001,2001 Russell Marks.
-
-Licensed under GPL version 2.  See /usr/share/common-licenses/GPL-2 in the 
-base-files package.
-
-
+ Copyright (C) 2001,2001 Russell Marks.
+License: GPL-2
+ Licensed under GPL version 2.  See /usr/share/common-licenses/GPL-2 in the 
+ base-files package.
diff -Nru nomarch-1.4/debian/source/format nomarch-1.4/debian/source/format
--- nomarch-1.4/debian/source/format1970-01-01 00:00:00.0 +
+++ nomarch-1.4/debian/source/format2024-06-09 18:19:02.0 +
@@ -0,0 +1 @@
+3.0 (quilt)


Bug#1072884: openoffice.org-hyphenation-pl: please consider upgrading to 3.0 source format

2024-06-09 Thread Bastian Germann

Source: openoffice.org-hyphenation-pl
Version: 1:3.0a-1
Severity: wishlist

This package is among the few that still use source format 1.0.
Please upgrade it to source format 3.0, as (1) this format has many
advantages, as documented in https://wiki.debian.org/Projects/DebSrc3.0 ;
(2) this contributes to standardization of packaging practices.



Bug#1007645: pcaputils: please consider upgrading to 3.0 source format

2024-06-09 Thread Bastian Germann

I am uploading a NMU to DELAYED/10 in order to fix this.
The debdiff is attached.diff -Nru pcaputils-0.8/debian/changelog pcaputils-0.8/debian/changelog
--- pcaputils-0.8/debian/changelog  2024-06-09 18:09:14.0 +
+++ pcaputils-0.8/debian/changelog  2024-06-09 18:02:13.0 +
@@ -1,3 +1,11 @@
+pcaputils (0.8-1.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Convert to source format 3.0; closes: #1007645.
+  * d/copyright: Convert to machine-readable format.
+
+ -- Bastian Germann   Sun, 09 Jun 2024 18:02:13 +
+
 pcaputils (0.8-1.1) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru pcaputils-0.8/debian/copyright pcaputils-0.8/debian/copyright
--- pcaputils-0.8/debian/copyright  2024-06-09 18:09:14.0 +
+++ pcaputils-0.8/debian/copyright  2024-06-09 18:02:13.0 +
@@ -1,24 +1,24 @@
-This package was debianized by Robert S. Edmonds  on
-Tue, 23 Oct 2007 17:27:01 -0400.
-
-Upstream Author: 
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Comment:
+ This package was debianized by Robert S. Edmonds  on
+ Tue, 23 Oct 2007 17:27:01 -0400.
+Upstream-Contact: 
 Robert S. Edmonds 
 
+Files: *
 Copyright: 
 Copyright (C) 2007, 2008 Robert S. Edmonds
-
-License:
-
+License: Expat
 Permission is hereby granted, free of charge, to any person obtaining a 
copy
 of this software and associated documentation files (the "Software"), to 
deal
 in the Software without restriction, including without limitation the 
rights
 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 copies of the Software, and to permit persons to whom the Software is
 furnished to do so, subject to the following conditions:
-
+ .
 The above copyright notice and this permission notice shall be included in
 all copies or substantial portions of the Software.
-
+ .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
@@ -27,5 +27,8 @@
 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 THE SOFTWARE.
 
-The Debian packaging is (C) 2007, Robert S. Edmonds  and
-is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
+Files: debian/*
+Copyright: (C) 2007, Robert S. Edmonds 
+License: GPL
+ The Debian packaging is licensed under the GPL,
+ see `/usr/share/common-licenses/GPL'.
diff -Nru pcaputils-0.8/debian/source/format pcaputils-0.8/debian/source/format
--- pcaputils-0.8/debian/source/format  1970-01-01 00:00:00.0 +
+++ pcaputils-0.8/debian/source/format  2024-06-09 18:02:06.0 +
@@ -0,0 +1 @@
+3.0 (quilt)


Bug#1072883: openoffice.org-thesaurus-pl: please consider upgrading to 3.0 source format

2024-06-09 Thread Bastian Germann

Source: openoffice.org-thesaurus-pl
Version: 1.5-1
Severity: wishlist

This package is among the few that still use source format 1.0.
Please upgrade it to source format 3.0, as (1) this format has many
advantages, as documented in https://wiki.debian.org/Projects/DebSrc3.0 ;
(2) this contributes to standardization of packaging practices.



Bug#1072881: pentium-builder: please consider upgrading to 3.0 source format

2024-06-09 Thread Bastian Germann

Source: pentium-builder
Version: 0.21
Severity: wishlist

This package is among the few that still use source format 1.0.
Please upgrade it to source format 3.0, as (1) this format has many
advantages, as documented in https://wiki.debian.org/Projects/DebSrc3.0 ;
(2) this contributes to standardization of packaging practices.



Bug#1007319: madplay: please consider upgrading to 3.0 source format

2024-06-09 Thread Bastian Germann

I am uploading a NMU to DELAYED/10 in order to fix this.
The debdiff is attached.diff -Nru madplay-0.15.2b/debian/changelog madplay-0.15.2b/debian/changelog
--- madplay-0.15.2b/debian/changelog2024-06-09 17:29:30.0 +
+++ madplay-0.15.2b/debian/changelog2024-06-09 17:18:16.0 +
@@ -1,3 +1,11 @@
+madplay (0.15.2b-10.1) unstable; urgency=medium
+
+  * Non-maintainer upload
+  * Convert to source format 3.0 (Closes: #1007319)
+  * d/copyright: Convert to machine-readable format
+
+ -- Bastian Germann   Sun, 09 Jun 2024 17:18:16 +
+
 madplay (0.15.2b-10) unstable; urgency=medium
 
   * Switch to debhelper compat level 10 (Closes: #965712)
diff -Nru madplay-0.15.2b/debian/copyright madplay-0.15.2b/debian/copyright
--- madplay-0.15.2b/debian/copyright2024-06-09 17:29:30.0 +
+++ madplay-0.15.2b/debian/copyright2024-06-09 17:18:16.0 +
@@ -1,45 +1,53 @@
-This package was debianized by Sean 'Shaleh' Perry  on
-Tue, 23 May 2000 12:25:00 -0700.
-
-It was downloaded from http://www.mars.org/home/rob/proj/mpeg/
-
-Most of the program is copyright by Robert Leslie 2000-2004
-The depcomp file is copyright by Free Software Foundation, Inc. 1999, 2000
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Comment:
+ This package was debianized by Sean 'Shaleh' Perry  on
+ Tue, 23 May 2000 12:25:00 -0700.
+Source:
+ http://www.mars.org/home/rob/proj/mpeg/
+
+Files: *
+Copyright: Robert Leslie 2000-2004
+License: GPL-2+
+
+Files: depcomp
+Copyright: Free Software Foundation, Inc. 1999, 2000
+License: GPL-2+
 
+License: GPL-2+
  This program is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published by
  the Free Software Foundation; either version 2 of the License, or
  (at your option) any later version.
-
+ .
  This program is distributed in the hope that it will be useful,
  but WITHOUT ANY WARRANTY; without even the implied warranty of
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  GNU General Public License for more details.
-
+ .
  You should have received a copy of the GNU General Public License
  along with this program; if not, write to the Free Software
  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
-
-On Debian GNU/Linux systems, the complete text of the GNU General
-Public License can be found in `/usr/share/common-licenses/GPL'.
-
-The getopt.c and getopt1.c files are:
-
+Comment:
+ On Debian GNU/Linux systems, the complete text of the GNU General
+ Public License version 2 can be found in `/usr/share/common-licenses/GPL-2'.
+
+Files: getopt.c getopt1.c
+Copyright: 1987-1994, 1996-1999, 2001 Free Software Foundation, Inc.
+License: LGPL-2.1+
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.
-
+ .
The GNU C Library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Lesser General Public License for more details.
-
+ .
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, write to the Free
Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
02111-1307 USA.
-
-On Debian GNU/Linux systems, the complete text of the GNU Lesser General
-Public License can be found in `/usr/share/common-licenses/LGPL'.
-
+Comment:
+ On Debian GNU/Linux systems, the complete text of the GNU Lesser General 
Public
+ License version 2.1 can be found in `/usr/share/common-licenses/LGPL-2.1'.
diff -Nru madplay-0.15.2b/debian/patches/01_shared.diff 
madplay-0.15.2b/debian/patches/01_shared.diff
--- madplay-0.15.2b/debian/patches/01_shared.diff   2024-06-09 
17:29:30.0 +
+++ madplay-0.15.2b/debian/patches/01_shared.diff   2024-06-09 
17:18:16.0 +
@@ -1,5 +1,5 @@
 configure.ac.orig  2008-03-30 18:47:29.0 +
-+++ configure.ac   2008-03-30 18:47:41.0 +
+--- a/configure.ac 2008-03-30 18:47:29.0 +
 b/configure.ac 2008-03-30 18:47:41.0 +
 @@ -60,7 +60,6 @@
  
  dnl Support for libtool.
diff -Nru madplay-0.15.2b/debian/patches/02_lame-tag.diff 
madplay-0.15.2b/debian/patches/02_lame-tag.diff
--- madplay-0.15.2b/debian/patches/02_lame-tag.diff 2024-06-09 
17:29:30.0 +
+++ madplay-0.15.2b/debian/patches/02_lame-tag.diff 2024-06-09 
17:18:16.0 +
@@ -7,8 +7,8 @@
 20-Nov-2006
 
 
 player.c.orig  2006-11-20 00:42:12.609647678 -0800
-+++ player.c   2006-11-20 00:43:05.741871716 -0800
+--- a/player.c 2006-11-20 00:42:12.609647678 -0800
 b/player.c 2006-11-20 00:43:05.741871716

Bug#1007591: m16c-flash: please consider upgrading to 3.0 source format

2024-06-09 Thread Bastian Germann

I am uploading a NMU to DELAYED/10 in order to fix this.diff -Nru m16c-flash-0.1/debian/changelog m16c-flash-0.1/debian/changelog
--- m16c-flash-0.1/debian/changelog 2024-06-09 17:03:19.0 +
+++ m16c-flash-0.1/debian/changelog 2024-06-09 16:58:40.0 +
@@ -1,3 +1,10 @@
+m16c-flash (0.1-1.4) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Convert to source format 3.0. (Closes: #1007591)
+
+ -- Bastian Germann   Sun, 09 Jun 2024 16:58:40 +
+
 m16c-flash (0.1-1.3) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru m16c-flash-0.1/debian/control m16c-flash-0.1/debian/control
--- m16c-flash-0.1/debian/control   2024-06-09 17:03:19.0 +
+++ m16c-flash-0.1/debian/control   2024-06-09 16:58:40.0 +
@@ -2,7 +2,7 @@
 Section: electronics
 Priority: optional
 Maintainer: Uwe Hermann 
-Build-Depends: cdbs, debhelper (>= 5)
+Build-Depends: cdbs, debhelper (>= 7)
 Standards-Version: 3.7.2
 
 Package: m16c-flash
diff -Nru m16c-flash-0.1/debian/patches/10_cosmetic.patch 
m16c-flash-0.1/debian/patches/10_cosmetic.patch
--- m16c-flash-0.1/debian/patches/10_cosmetic.patch 2024-06-09 
17:03:19.0 +
+++ m16c-flash-0.1/debian/patches/10_cosmetic.patch 2024-06-09 
16:58:40.0 +
@@ -1,5 +1,5 @@
 flashm16.cxx.orig  2006-08-23 12:36:22.0 +0200
-+++ flashm16.cxx   2006-08-23 12:37:10.0 +0200
+--- a/flashm16.cxx 2006-08-23 12:36:22.0 +0200
 b/flashm16.cxx 2006-08-23 12:37:10.0 +0200
 @@ -57,10 +57,10 @@
  void displayUsage(void) 
  {
diff -Nru m16c-flash-0.1/debian/patches/12_cross.patch 
m16c-flash-0.1/debian/patches/12_cross.patch
--- m16c-flash-0.1/debian/patches/12_cross.patch2024-06-09 
17:03:19.0 +
+++ m16c-flash-0.1/debian/patches/12_cross.patch2024-06-09 
16:58:40.0 +
@@ -1,5 +1,5 @@
 Makefile   2006-08-22 13:59:42.0 +0530
-+++ /tmp/Makefile  2022-07-09 12:00:22.682792078 +0530
+--- a/Makefile 2006-08-22 13:59:42.0 +0530
 b/Makefile 2022-07-09 12:00:22.682792078 +0530
 @@ -1,3 +1,4 @@
 +CXX?=g++
  CFLAGS+=-g -Wall -pedantic
diff -Nru m16c-flash-0.1/debian/patches/series 
m16c-flash-0.1/debian/patches/series
--- m16c-flash-0.1/debian/patches/series1970-01-01 00:00:00.0 
+
+++ m16c-flash-0.1/debian/patches/series2024-06-09 16:58:16.0 
+
@@ -0,0 +1,3 @@
+10_cosmetic.patch
+11_format_security_643438.patch
+12_cross.patch
diff -Nru m16c-flash-0.1/debian/rules m16c-flash-0.1/debian/rules
--- m16c-flash-0.1/debian/rules 2024-06-09 17:03:19.0 +
+++ m16c-flash-0.1/debian/rules 2024-06-09 16:57:19.0 +
@@ -4,7 +4,6 @@
 
 include /usr/share/cdbs/1/class/makefile.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/rules/simple-patchsys.mk
 
 # Remove unneeded files from the deb.
 binary-post-install/m16c-flash::
diff -Nru m16c-flash-0.1/debian/source/format 
m16c-flash-0.1/debian/source/format
--- m16c-flash-0.1/debian/source/format 1970-01-01 00:00:00.0 +
+++ m16c-flash-0.1/debian/source/format 2024-06-09 16:57:50.0 +
@@ -0,0 +1 @@
+3.0 (quilt)


Bug#1066560: gmemusage: FTBFS: hash.c:42:13: error: implicit declaration of function ‘strcmp’ [-Werror=implicit-function-declaration]

2024-06-09 Thread Bastian Germann

I am uploading a NMU with the attached changes to fix this.diff -Nru gmemusage-0.2/Makefile gmemusage-0.2/Makefile
--- gmemusage-0.2/Makefile  2024-06-09 16:42:55.0 +
+++ gmemusage-0.2/Makefile  1998-01-14 16:45:13.0 +
@@ -26,7 +26,7 @@
 # You shouldn't need to modify anything below this line
 #
 OPTIONS = $(BELL_ON_UNKNOWN_KEYPRESS) $(USE_PASTELS) $(SAVE_XSERVER_MEMORY)
-CFLAGS = $(OPTIM) -Wall $(OPTIONS) -g
+CFLAGS = $(OPTIM) -Wall $(OPTIONS)
 LDFLAGS = $(OPTIM)
 LIBX11 = $(LIBX11DIR) -lX11
 LIBS = $(LIBX11)
diff -Nru gmemusage-0.2/debian/changelog gmemusage-0.2/debian/changelog
--- gmemusage-0.2/debian/changelog  2024-06-09 16:42:55.0 +
+++ gmemusage-0.2/debian/changelog  2024-06-09 16:24:40.0 +
@@ -1,3 +1,11 @@
+gmemusage (0.2-11.1) unstable; urgency=medium
+
+  * Non-maintainer upload
+  * Convert to source format 3.0 (closes: #1007369)
+  * Add missing includes (closes: #1066560)
+
+ -- Bastian Germann   Sun, 09 Jun 2024 16:24:40 +
+
 gmemusage (0.2-11) unstable; urgency=low
 
   * Adopt the package (Closes: #486759).
diff -Nru gmemusage-0.2/debian/patches/10_misc.patch 
gmemusage-0.2/debian/patches/10_misc.patch
--- gmemusage-0.2/debian/patches/10_misc.patch  2024-06-09 16:42:55.0 
+
+++ gmemusage-0.2/debian/patches/10_misc.patch  2024-06-09 16:24:40.0 
+
@@ -64,6 +64,14 @@
  #if 0
 --- gmemusage-0.2.orig/proc.c
 +++ gmemusage-0.2/proc.c
+@@ -7,6 +7,7 @@
+  * See file COPYING (included in this distribution) for copyright information.
+  */
+ #include 
++#include 
+ #include 
+ #include 
+ #include 
 @@ -23,6 +23,9 @@
  /*
   * Set values for various memory usages
diff -Nru gmemusage-0.2/debian/patches/20_makefile.patch 
gmemusage-0.2/debian/patches/20_makefile.patch
--- gmemusage-0.2/debian/patches/20_makefile.patch  2024-06-09 
16:42:55.0 +
+++ gmemusage-0.2/debian/patches/20_makefile.patch  2024-06-09 
16:24:40.0 +
@@ -1,5 +1,5 @@
 Makefile.orig  2008-11-28 18:37:30.0 +0100
-+++ Makefile   2008-11-28 18:38:01.0 +0100
+--- memusage-0.2.orig/Makefile 2008-11-28 18:37:30.0 +0100
 memusage-0.2/Makefile  2008-11-28 18:38:01.0 +0100
 @@ -19,15 +19,12 @@
  # Change these variables as necessary
  #
@@ -11,7 +11,7 @@
  # You shouldn't need to modify anything below this line
  #
  OPTIONS = $(BELL_ON_UNKNOWN_KEYPRESS) $(USE_PASTELS) $(SAVE_XSERVER_MEMORY)
--CFLAGS = $(OPTIM) -Wall $(OPTIONS) -g
+-CFLAGS = $(OPTIM) -Wall $(OPTIONS)
 -LDFLAGS = $(OPTIM)
  LIBX11 = $(LIBX11DIR) -lX11
  LIBS = $(LIBX11)
diff -Nru gmemusage-0.2/debian/patches/add-includes.patch 
gmemusage-0.2/debian/patches/add-includes.patch
--- gmemusage-0.2/debian/patches/add-includes.patch 1970-01-01 
00:00:00.0 +
+++ gmemusage-0.2/debian/patches/add-includes.patch 2024-06-09 
16:24:40.0 +
@@ -0,0 +1,15 @@
+Description: Add missing includes
+Author: Bastian Germann 
+Bug-Debian: https://bugs.debian.org/1066560
+---
+--- gmemusage-0.2.orig/hash.c
 gmemusage-0.2/hash.c
+@@ -7,6 +7,8 @@
+  * See file COPYING (included in this distribution) for copyright information.
+  */
+ #include 
++#include 
++#include 
+ #include 
+ #include "common.h"
+ 
diff -Nru gmemusage-0.2/debian/patches/series 
gmemusage-0.2/debian/patches/series
--- gmemusage-0.2/debian/patches/series 1970-01-01 00:00:00.0 +
+++ gmemusage-0.2/debian/patches/series 2024-06-09 16:24:40.0 +
@@ -0,0 +1,3 @@
+10_misc.patch
+20_makefile.patch
+add-includes.patch
diff -Nru gmemusage-0.2/debian/rules gmemusage-0.2/debian/rules
--- gmemusage-0.2/debian/rules  2024-06-09 16:42:55.0 +
+++ gmemusage-0.2/debian/rules  2024-06-09 16:24:17.0 +
@@ -2,7 +2,6 @@
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/makefile.mk
-include /usr/share/cdbs/1/rules/simple-patchsys.mk
 
 DEB_INSTALL_MANPAGES_gmemusage := gmemusage.1
 
diff -Nru gmemusage-0.2/debian/source/format gmemusage-0.2/debian/source/format
--- gmemusage-0.2/debian/source/format  1970-01-01 00:00:00.0 +
+++ gmemusage-0.2/debian/source/format  2024-06-09 16:21:10.0 +
@@ -0,0 +1 @@
+3.0 (quilt)


Bug#1072877: cycfx2prog: Convert cdbs patches to 3.0 (quilt) patches

2024-06-09 Thread Bastian Germann

Source: cycfx2prog
Version: 0.47-1.2
Severity: wishlist

With my source format conversion, I have missed the opportunity to make proper use of the 3.0 (quilt) format and also 
convert the patches to it. They are still applied by cdbs.




Bug#1072874: pscan: Convert cdbs patches to 3.0 (quilt) patches

2024-06-09 Thread Bastian Germann

Source: pscan
Version: 1.2-9.1
Severity: wishlist

With my source format conversion, I have missed the opportunity to make proper use of the 3.0 (quilt) format and also 
convert the patches to it. They are still applied by cdbs.




Bug#1072872: gtans: please consider upgrading to 3.0 source format

2024-06-09 Thread Bastian Germann

Source: gtans
Version: 1.99.0-1
Severity: wishlist

This package is among the few that still use source format 1.0.
Please upgrade it to source format 3.0, as (1) this format has many
advantages, as documented in https://wiki.debian.org/Projects/DebSrc3.0 ;
(2) this contributes to standardization of packaging practices.



Bug#1072870: kawari8: Please package with zip converted to orig tarball

2024-06-09 Thread Bastian Germann

Source: kawari8
Version: 8.2.8-1

Please do not package the upstream zip as integrated file in the orig tarball.
Instead, convert the zip to a tarball. uscan can do that automatically for you.

When you have done so, please convert the cdbs patches to proper 3.0 (quilt) 
patches.



Bug#989391: phnxdeco FTCBFS -- uses the build architecture compiler

2024-06-09 Thread Bastian Germann

I am uploading the announced NMU to DELAYED/10 with additional changes attached.diff -Nru phnxdeco-0.33/debian/changelog phnxdeco-0.33/debian/changelog
--- phnxdeco-0.33/debian/changelog  2024-06-09 15:23:54.0 +
+++ phnxdeco-0.33/debian/changelog  2024-06-09 15:05:53.0 +
@@ -1,3 +1,17 @@
+phnxdeco (0.33-3.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Convert to source format 3.0 (Closes: #1007542).
+  * Drop FreeBSD patch.
+
+  [ Arthur Marble ]
+  * Fix FTBFS with clang: "wrong main declaration" (Closes: #748630).
+
+  [ Nilesh Patra ]
+  * Replace hardcoded gcc with $(CC) (Closes: #989391).
+
+ -- Bastian Germann   Sun, 09 Jun 2024 15:05:53 +
+
 phnxdeco (0.33-3.1) unstable; urgency=low
 
   * Non-maintainer upload.
diff -Nru phnxdeco-0.33/debian/control phnxdeco-0.33/debian/control
--- phnxdeco-0.33/debian/control2024-06-09 15:23:54.0 +
+++ phnxdeco-0.33/debian/control2024-06-09 15:05:53.0 +
@@ -2,7 +2,7 @@
 Section: utils
 Priority: optional
 Maintainer: Uwe Hermann 
-Build-Depends: cdbs, debhelper (>= 5)
+Build-Depends: cdbs, debhelper (>= 7)
 Standards-Version: 3.7.3
 Homepage: http://www.kaos.ru/biosgfx/
 
diff -Nru phnxdeco-0.33/debian/patches/10_makefile.patch 
phnxdeco-0.33/debian/patches/10_makefile.patch
--- phnxdeco-0.33/debian/patches/10_makefile.patch  2024-06-09 
15:23:54.0 +
+++ phnxdeco-0.33/debian/patches/10_makefile.patch  2024-06-09 
15:05:53.0 +
@@ -1,5 +1,5 @@
 src/Makefile.orig  2006-09-02 02:15:58.0 +0200
-+++ src/Makefile   2006-09-02 02:16:15.0 +0200
+--- a/src/Makefile 2006-09-02 02:15:58.0 +0200
 b/src/Makefile 2006-09-02 02:16:15.0 +0200
 @@ -5,7 +5,9 @@
  
  MAKE = make
diff -Nru phnxdeco-0.33/debian/patches/15_honor_nostrip.patch 
phnxdeco-0.33/debian/patches/15_honor_nostrip.patch
--- phnxdeco-0.33/debian/patches/15_honor_nostrip.patch 2024-06-09 
15:23:54.0 +
+++ phnxdeco-0.33/debian/patches/15_honor_nostrip.patch 2024-06-09 
15:05:53.0 +
@@ -1,5 +1,5 @@
 src/Makefile.orig  2008-02-09 23:48:41.0 +0100
-+++ src/Makefile   2008-02-09 23:48:55.0 +0100
+--- a/src/Makefile 2008-02-09 23:48:41.0 +0100
 b/src/Makefile 2008-02-09 23:48:55.0 +0100
 @@ -9,11 +9,11 @@
  
  phnxdeco: phnxfunc kernel
diff -Nru phnxdeco-0.33/debian/patches/20_clang_ftbfs.patch 
phnxdeco-0.33/debian/patches/20_clang_ftbfs.patch
--- phnxdeco-0.33/debian/patches/20_clang_ftbfs.patch   1970-01-01 
00:00:00.0 +
+++ phnxdeco-0.33/debian/patches/20_clang_ftbfs.patch   2024-06-09 
15:05:09.0 +
@@ -0,0 +1,11 @@
+--- a/src/phnxdeco.c
 b/src/phnxdeco.c
+@@ -34,7 +34,7 @@
+ #include  "./phnxver.h"
+ #include  "./phnxhelp.h"
+ 
+-int main(byte argc, byte *argv[])
++int main(int argc, char *argv[])
+ {
+   FILE *ptx;
+   byte *Buf;
diff -Nru phnxdeco-0.33/debian/patches/20_kfreebsd.patch 
phnxdeco-0.33/debian/patches/20_kfreebsd.patch
--- phnxdeco-0.33/debian/patches/20_kfreebsd.patch  2024-06-09 
15:23:54.0 +
+++ phnxdeco-0.33/debian/patches/20_kfreebsd.patch  1970-01-01 
00:00:00.0 +
@@ -1,11 +0,0 @@
 phnxdeco-0.33/src/phnxdeco.c   2007-03-16 13:34:44.804656000 +0100
-+++ phnxdeco-0.33/src/phnxdeco.c   2007-03-16 13:35:01.0 +0100
-@@ -21,7 +21,7 @@
- #include  
- #include  
- 
--#if defined(LINUX) || defined(__LINUX__) || defined(__linux__)
-+#if defined(LINUX) || defined(__LINUX__) || defined(__linux__) || 
defined(__GLIBC__)
- #include  
- #define   __LINUX_NOW__
- #else 
diff -Nru phnxdeco-0.33/debian/patches/30_bugfix.patch 
phnxdeco-0.33/debian/patches/30_bugfix.patch
--- phnxdeco-0.33/debian/patches/30_bugfix.patch2024-06-09 
15:23:54.0 +
+++ phnxdeco-0.33/debian/patches/30_bugfix.patch2024-06-09 
15:05:53.0 +
@@ -1,5 +1,5 @@
 src/phnxhelp.h.orig2007-04-08 02:44:48.0 +0200
-+++ src/phnxhelp.h 2007-04-08 02:45:04.0 +0200
+--- a/src/phnxhelp.h   2007-04-08 02:44:48.0 +0200
 b/src/phnxhelp.h   2007-04-08 02:45:04.0 +0200
 @@ -48,7 +48,7 @@
  
if( StrCmp(argv[x], "-xs" ) == 0 ) retcode = 0x20;
diff -Nru phnxdeco-0.33/debian/patches/40_cross.patch 
phnxdeco-0.33/debian/patches/40_cross.patch
--- phnxdeco-0.33/debian/patches/40_cross.patch 1970-01-01 00:00:00.0 
+
+++ phnxdeco-0.33/debian/patches/40_cross.patch 2024-06-09 15:05:53.0 
+
@@ -0,0 +1,24 @@
+--- a/src/Makefile 2021-06-02 19:32:33.394649634 +0530
 b/src/Makefile 2021-06-02 19:33:24.941634732 +0530
+@@ -9,17 +9,17 @@
+ 
+ phnxdeco: phnxfunc kernel
+   DEMO=""
+-  gcc -DDEBUG $(DEMO) phnxdeco.c phnxfunc.o kernel.o -fpack-struct -o 
phnxdeco
++  $(CC) -DDEBUG

Bug#1007521: postal: please consider upgrading to 3.0 source format

2024-06-09 Thread Bastian Germann

I am uploading a NMU to DELAYED/10 in order to fix this and two other issues.
The debdiff is attached.diff -Nru postal-0.76+nmu1/changes.txt postal-0.76+nmu2/changes.txt
--- postal-0.76+nmu1/changes.txt2021-12-27 22:58:45.0 +
+++ postal-0.76+nmu2/changes.txt2024-06-09 14:43:03.0 +
@@ -1,3 +1,16 @@
+postal (0.76+nmu2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Convert to source format 3.0. Closes: #1007521
+
+  [ Helmut Grohne ]
+  * Let dh_auto_configure pass --host to ./configure. Closes: #928114
+
+  [ Vagrant Cascadian ]
+  * Pass the default CFLAGS to make. Closes: #1020759
+
+ -- Bastian Germann   Sun, 09 Jun 2024 14:43:03 +
+
 postal (0.76+nmu1) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru postal-0.76+nmu1/debian/changelog postal-0.76+nmu2/debian/changelog
--- postal-0.76+nmu1/debian/changelog   2021-12-27 22:58:45.0 +
+++ postal-0.76+nmu2/debian/changelog   2024-06-09 14:43:03.0 +
@@ -1,3 +1,16 @@
+postal (0.76+nmu2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Convert to source format 3.0. Closes: #1007521
+
+  [ Helmut Grohne ]
+  * Let dh_auto_configure pass --host to ./configure. Closes: #928114
+
+  [ Vagrant Cascadian ]
+  * Pass the default CFLAGS to make. Closes: #1020759
+
+ -- Bastian Germann   Sun, 09 Jun 2024 14:43:03 +
+
 postal (0.76+nmu1) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru postal-0.76+nmu1/debian/rules postal-0.76+nmu2/debian/rules
--- postal-0.76+nmu1/debian/rules   2021-12-27 22:58:45.0 +
+++ postal-0.76+nmu2/debian/rules   2024-06-09 14:43:03.0 +
@@ -5,14 +5,16 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
+CFLAGS=$(shell dpkg-buildflags --get CFLAGS)
+
 build: build-stamp
 build-stamp:
dh_testdir
 

# Add here commands to compile the package.
-   ./configure --prefix=`pwd`/debian/postal/usr --without-openssl
-   $(MAKE)
+   dh_auto_configure -- --prefix=`pwd`/debian/postal/usr --without-openssl
+   $(MAKE) CFLAGS="$(CFLAGS)"
 
touch build-stamp
 
diff -Nru postal-0.76+nmu1/debian/source/format 
postal-0.76+nmu2/debian/source/format
--- postal-0.76+nmu1/debian/source/format   1970-01-01 00:00:00.0 
+
+++ postal-0.76+nmu2/debian/source/format   2024-06-09 14:42:57.0 
+
@@ -0,0 +1 @@
+3.0 (native)


Bug#1072869: pppoeconf: please consider upgrading to 3.0 source format

2024-06-09 Thread Bastian Germann

Source: pppoeconf
Version: 1.21
Severity: wishlist

This package is among the few that still use source format 1.0.
Please upgrade it to source format 3.0, as (1) this format has many
advantages, as documented in https://wiki.debian.org/Projects/DebSrc3.0 ;
(2) this contributes to standardization of packaging practices.



Bug#1007313: pscan: please consider upgrading to 3.0 source format

2024-06-09 Thread Bastian Germann

I am uploading a NMU to DELAYED/10 in order to fix this.
The debdiff is attached.diff -Nru pscan-1.2/debian/changelog pscan-1.2/debian/changelog
--- pscan-1.2/debian/changelog  2024-06-09 13:47:39.0 +
+++ pscan-1.2/debian/changelog  2024-06-09 13:39:31.0 +
@@ -1,3 +1,11 @@
+pscan (1.2-9.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Convert to source format 3.0. (Closes: #1007313)
+  * d/copyright: Convert to machine-readable format.
+
+ -- Bastian Germann   Sun, 09 Jun 2024 13:39:31 +
+
 pscan (1.2-9.1) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru pscan-1.2/debian/copyright pscan-1.2/debian/copyright
--- pscan-1.2/debian/copyright  2024-06-09 13:47:39.0 +
+++ pscan-1.2/debian/copyright  2024-06-09 13:39:31.0 +
@@ -1,27 +1,22 @@
-This package was debianized by Steve Kemp  on
-Sun, 18 Jan 2005 20:53:23 +.
-
-It is currently maintained by Uwe Hermann .
-
-It was downloaded from:
-
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Comment:
+ This package was debianized by Steve Kemp  on
+ Sun, 18 Jan 2005 20:53:23 +.
+ .
+ It is currently maintained by Uwe Hermann .
+Source:
http://www.striker.ottawa.on.ca/%7Ealand/pscan/ (no longer available)
Author's new blog: http://deployingradius.com/blog/
-
-Upstream Author:
-
+Upstream-Contact:
Alan DeKok 
 

 
 Files: *
 Copyright: © 2000 Alan DeKok 
 License: GPL-2+
+ On Debian systems, the complete text of the GNU General
+ Public License version 2 can be found in `/usr/share/common-licenses/GPL-2'.
 
-On Debian systems, the complete text of the GNU General
-Public License can be found in `/usr/share/common-licenses/GPL'.
-
---
 
 Files: Makefile
 Copyright: © 2000 Alan DeKok 
@@ -29,17 +24,16 @@
   This Makefile is free software; Alan DeKok
   gives unlimited permission to copy and/or distribute it,
   with or without modifications, as long as this notice is preserved.
- 
+ .
   This program is distributed in the hope that it will be useful,
   but WITHOUT ANY WARRANTY, to the extent permitted by law; without
   even the implied warranty of MERCHANTABILITY or FITNESS FOR A
   PARTICULAR PURPOSE.
 
---
 
 Files: debian/*
 Copyright: © 2006 - 2008 Uwe Hermann 
-License: PD
+License: public-domain
The packaging done by Uwe Hermann  is hereby
released as public domain. The packaging was completely redone by me,
pretty much nothing left from the previous maintainers.
diff -Nru pscan-1.2/debian/source/format pscan-1.2/debian/source/format
--- pscan-1.2/debian/source/format  1970-01-01 00:00:00.0 +
+++ pscan-1.2/debian/source/format  2024-06-09 13:38:48.0 +
@@ -0,0 +1 @@
+3.0 (quilt)


Bug#1063645: markdown: missing required debian/rules targets build-arch and/or build-indep

2024-06-08 Thread Bastian Germann

If you think about fixing this to keep a reverse dependency in Debian:
Please consider porting the reverse dep to some other markdown implementation 
that is still maintained.



Bug#1072708: openafs: src/rx[gen] contains SUN RPC code under the original license

2024-06-06 Thread Bastian Germann

Source: openafs
Version: 1.8.2-1
Severity: serious
Control: forwarded -1 
http://rt.central.org/rt/SelfService/Display.html?id=135481

Hi,

OpenAFS includes the Sun RPC code under the original, non-free license.
That code was relicensed by Oracle under a BSD license (see 
https://spot.livejournal.com/315383.html).

I have filed an upstream bug (see forwarded URL), which has a response linking a previous draft submission to make use 
of that relicensing, which is blocked by people agreeing to their code (which has substantial changes to the relicense 
glibc or FreeBSD copies) being relicensed.


Maybe replacing it without those additional changes is possible in Debian.

Thanks,
Bastian



Bug#890601: firmware-free: Source Package Doesn't Contain Source

2024-06-06 Thread Bastian Germann

Hi Ben,

Am 05.06.24 um 20:59 schrieb Ben Hutchings:

Please identify precisely which policy requirement is violated.

The package violates Policy 4.16. The file carl9170-1.fw contains parts of 
newlib but does not include its source.
According to carl9170fw/toolchain/Makefile, it was built with version 1.20.0.

Thanks for looking at the merge request. When you have uploaded a version without carl9170-1.fw or fix it in some other 
way, I am going to lower the severity again.


Thanks,
Bastian



Bug#1050989: firmware-carl9170: undeclared file conflict with firmware-linux-free

2024-06-05 Thread Bastian Germann

I am fixing this with another NMU.



Bug#1072654: ethstatus: contains quilt .pc directory

2024-06-05 Thread Bastian Germann

Source: ethstatus
Version: 0.4.9
Severity: minor

The source package contains the .pc directory from previous non-native versions.
Please remove it with.



Bug#1072586: RM: libtar -- RoQA; Abandoned upstream

2024-06-05 Thread Bastian Germann

Control: severity -1 serious

On Tue, 4 Jun 2024 23:19:42 +0200 Bastian Germann wrote:

There is only one reverse dependency (see blocks) that can move away from 
libtar now.


This is gone from unstable now, so you can now remove libtar.
I am raising the severity so that the package gets autoremoved and will stay 
out of trixie.
Please lower the severity if you want to keep it in.



Bug#1060896: No longer just experimental

2024-06-04 Thread Bastian Germann

Release 1.8.11 is available and should fix this, as suggested.
Please import it to Debian.



Bug#1072586: RM: libtar -- RoQA; Abandoned upstream

2024-06-04 Thread Bastian Germann

Source: libtar
Severity: wishlist
Control: block -1 by 1072585

Upstream last touched libtar more than a decade ago.
It should be removed from Debian.
There is only one reverse dependency (see blocks) that can move away from 
libtar now.



Bug#1072585: stopmotion: Please get rid of libtar

2024-06-04 Thread Bastian Germann

Source: stopmotion
Version: 0.8.4-3

Please consider dropping the libtar dependency.
stopmotion is the last user of that library in Debian.
I have created an upstream merge request that also applies cleanly on 0.8.6:
https://invent.kde.org/multimedia/stopmotion/-/merge_requests/20



Bug#1072579: RFP: cis-tools -- CIS file tools from pcmcia-cs

2024-06-04 Thread Bastian Germann

Package: wnpp
Severity: wishlist

* Package name: cis-tools
  Upstream Author : David A. Hinds, Ben Hutchings
* URL : https://git.kernel.org/pub/scm/utils/cis-tools/cis-tools.git
* License : MPL-1.1 or GPL-2
  Programming Lang: C, Yacc
  Description : CIS file tools from pcmcia-cs

The software is a fork updated to build with a current GNU toolchain and to run 
without kernel-side card services.



Bug#890601: firmware-free: Source Package Doesn't Contain Source

2024-06-04 Thread Bastian Germann

Control: severity -1 serious

On Fri, 1 Mar 2024 12:48:42 +0100 Salvatore Bonaccorso wrote:

Would you be fine with those changes s proposed by Bastian, or want to
have it handled differently?

https://salsa.debian.org/kernel-team/firmware-free/-/merge_requests/4/diffs?commit_id=487a3891528cdf363f97c5ff20f9c6dcb6f49c33


As this is a Policy violation and the issue seems to be ignored I am raising 
the severity.



Bug#1071684: NMU: pkg-php-tools: composer library dependency generation

2024-06-04 Thread Bastian Germann
I am uploading a NMU to experimental in order to fix this.
The debdiff is attached.

pkg-php-tools_1.45+nmu1.debdiff
Description: Binary data


Bug#1072340: sredird: CVE-2004-2386, format string vulnerability

2024-06-01 Thread Bastian Germann

Control: notfound -1 sredird/2.1.0-1
Control: fixed -1 2.2.1-1.1

I see that CVE-2004-2386 and maybe CVE-2004-2387 was addressed with #267098.
The diff (one change in LogMsg and one in HandleCPCCommand) that is in that bug 
has survived until now.
But 2.2.2 has many more changes of the HandleCPCCommand kind: changing sprintf 
to snprintf.

main: 2 changes.
HandleIACCommand: 5 changes.
HandleCPCCommand: 17 additional changes: Any of these cound be CVE-2004-2387 as 
well.
HDBUnlockFile: 1 change.
HDBLockFile: 7 changes.

Plus TmpStrLen is extended to 512 bytes.

Conclusion: Debian referenced both bugs as TEMP-0267098-76A1A1 before.



Bug#1007534: qprint: please consider upgrading to 3.0 source format

2024-06-01 Thread Bastian Germann

I am uploading a NMU to DELAYED/10 in order to fix this.
Please find the debdiff attached.diff -Nru qprint-1.1.dfsg.2/debian/changelog qprint-1.1.dfsg.2/debian/changelog
--- qprint-1.1.dfsg.2/debian/changelog  2024-06-01 14:16:39.0 +
+++ qprint-1.1.dfsg.2/debian/changelog  2024-06-01 14:08:51.0 +
@@ -1,3 +1,12 @@
+qprint (1.1.dfsg.2-2.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Convert to source format 3.0. (Closes: #1007534)
+  * qprint-doc: Add Depends.
+  * Make use of debian/clean file.
+
+ -- Bastian Germann   Sat, 01 Jun 2024 14:08:51 +
+
 qprint (1.1.dfsg.2-2.1) unstable; urgency=medium
 
   * Non maintainer upload by the Reproducible Builds team.
diff -Nru qprint-1.1.dfsg.2/debian/clean qprint-1.1.dfsg.2/debian/clean
--- qprint-1.1.dfsg.2/debian/clean  1970-01-01 00:00:00.0 +
+++ qprint-1.1.dfsg.2/debian/clean  2024-06-01 14:08:51.0 +
@@ -0,0 +1,3 @@
+config.h
+Makefile
+qprint
diff -Nru qprint-1.1.dfsg.2/debian/control qprint-1.1.dfsg.2/debian/control
--- qprint-1.1.dfsg.2/debian/control2024-06-01 14:16:39.0 +
+++ qprint-1.1.dfsg.2/debian/control2024-06-01 14:08:51.0 +
@@ -17,6 +17,7 @@
 Package: qprint-doc
 Architecture: all
 Section: doc
+Depends: ${misc:Depends}
 Suggests: qprint (>= ${binary:Version})
 Description: qprint quoted-printable encoder/decoder (documentation)
  Qprint is a command-line program that can encode or decode files from/to
diff -Nru qprint-1.1.dfsg.2/debian/rules qprint-1.1.dfsg.2/debian/rules
--- qprint-1.1.dfsg.2/debian/rules  2024-06-01 14:16:39.0 +
+++ qprint-1.1.dfsg.2/debian/rules  2024-06-01 14:08:51.0 +
@@ -3,10 +3,6 @@
 %:
dh $@
 
-override_dh_clean:
-   rm -f qprint config.h Makefile
-   dh_clean
-
 override_dh_auto_install:
# do nothing
 
diff -Nru qprint-1.1.dfsg.2/debian/source/format 
qprint-1.1.dfsg.2/debian/source/format
--- qprint-1.1.dfsg.2/debian/source/format  1970-01-01 00:00:00.0 
+
+++ qprint-1.1.dfsg.2/debian/source/format  2024-06-01 14:08:51.0 
+
@@ -0,0 +1 @@
+3.0 (quilt)
diff -Nru qprint-1.1.dfsg.2/debian/source.lintian-overrides 
qprint-1.1.dfsg.2/debian/source.lintian-overrides
--- qprint-1.1.dfsg.2/debian/source.lintian-overrides   2024-06-01 
14:16:39.0 +
+++ qprint-1.1.dfsg.2/debian/source.lintian-overrides   1970-01-01 
00:00:00.0 +
@@ -1 +0,0 @@
-qprint source: debhelper-but-no-misc-depends qprint-doc


Bug#1007577: r-cran-mvnormtest: please consider upgrading to 3.0 source format

2024-06-01 Thread Bastian Germann

I am uploading a NMU to DELAYED/10 in order to fix this.
Please find the debdiff attached.diff -Nru r-cran-mvnormtest-0.1-9-3/debian/changelog 
r-cran-mvnormtest-0.1-9-3/debian/changelog
--- r-cran-mvnormtest-0.1-9-3/debian/changelog  2024-05-22 12:00:44.0 
+
+++ r-cran-mvnormtest-0.1-9-3/debian/changelog  2024-06-01 13:52:57.0 
+
@@ -1,3 +1,11 @@
+r-cran-mvnormtest (0.1-9-3-2.1) unstable; urgency=medium
+
+  * Non-maintainer upload
+  * Convert to source format 3.0   (Closes: #1007577)
+  * d/copyright: Convert to machine-readable format
+
+ -- Bastian Germann   Sat, 01 Jun 2024 13:52:57 +
+
 r-cran-mvnormtest (0.1-9-3-2) unstable; urgency=medium
 
   * debian/control: Set Build-Depends: to current R version
diff -Nru r-cran-mvnormtest-0.1-9-3/debian/copyright 
r-cran-mvnormtest-0.1-9-3/debian/copyright
--- r-cran-mvnormtest-0.1-9-3/debian/copyright  2024-04-04 22:51:51.0 
+
+++ r-cran-mvnormtest-0.1-9-3/debian/copyright  2024-06-01 13:52:57.0 
+
@@ -1,31 +1,18 @@
-This is the Debian GNU/Linux r-cran-mvnormtest package of mvnormtest.
-The mvnormtest package provides a normality test for multivariate
-variables, and was written by Slawomir Jarek.
-
-This package was created by Dirk Eddelbuettel .
-The sources were downloaded from the main CRAN site
-   http://cran.r-project.org/src/contrib/
-and are also available from all CRAN mirrors as e.g.
-   http://cran.us.r-project.org/src/contrib/
-
-The package was renamed from its upstream name 'mvnormtest' to
-'r-cran-mvnormtest' to fit the pattern of CRAN (and non-CRAN) packages
-for R.
-
-Files: *
-Copyright: 2003 - 2012  Slawomir Jarek
-License: GPL-2+
-
-Files: debian/*
-Copyright: 2014  Dirk Eddelbuettel 
-License: GPL-2+
-
-On a Debian GNU/Linux system, the GPL license (version 2) are
-included in the file /usr/share/common-licenses/GPL-2.
-
-
-For reference, the upstream DESCRIPTION file is included below:
-
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: mvnormtest
+Comment:
+ This is the Debian GNU/Linux r-cran-mvnormtest package of mvnormtest.
+ The mvnormtest package provides a normality test for multivariate
+ variables, and was written by Slawomir Jarek.
+ .
+ This package was created by Dirk Eddelbuettel .
+ .
+ The package was renamed from its upstream name 'mvnormtest' to
+ 'r-cran-mvnormtest' to fit the pattern of CRAN (and non-CRAN) packages
+ for R.
+ .
+ For reference, the upstream DESCRIPTION file is included below:
+ .
   Package: mvnormtest
   Version: 0.1-9
   Date: 2012-04-04
@@ -39,3 +26,17 @@
   Packaged: 2012-04-11 08:29:05 UTC; root
   Repository: CRAN
   Date/Publication: 2012-04-12 11:49:53
+Source:
+ http://cran.r-project.org/src/contrib/
+
+Files: *
+Copyright: 2003 - 2012  Slawomir Jarek
+License: GPL-2+
+
+Files: debian/*
+Copyright: 2014  Dirk Eddelbuettel 
+License: GPL-2+
+
+License: GPL-2+
+ On a Debian GNU/Linux system, the GPL license (version 2) are
+ included in the file /usr/share/common-licenses/GPL-2.


Bug#1007488: randtype: please consider upgrading to 3.0 source format

2024-06-01 Thread Bastian Germann

I am uploading a NMU to DELAYED/10 in order to fix this.
Please find the debdiff attached.diff -Nru randtype-1.13/debian/changelog randtype-1.13/debian/changelog
--- randtype-1.13/debian/changelog  2024-06-01 13:40:09.0 +
+++ randtype-1.13/debian/changelog  2024-06-01 13:36:14.0 +
@@ -1,3 +1,13 @@
+randtype (1.13-11.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Convert to source format 3.0. (Closes: #1007488)
+
+  [ Helmut Grohne ]
+  * Fix FTCBFS: Let dh_auto_build pass cross tools to make. (Closes: #929162)
+
+ -- Bastian Germann   Sat, 01 Jun 2024 13:36:14 +
+
 randtype (1.13-11) unstable; urgency=low
 
   * debian/compat:
diff -Nru randtype-1.13/debian/rules randtype-1.13/debian/rules
--- randtype-1.13/debian/rules  2024-06-01 13:40:09.0 +
+++ randtype-1.13/debian/rules  2024-06-01 13:36:14.0 +
@@ -10,7 +10,7 @@
rm -f randtype.1
 
 override_dh_auto_build:
-   $(MAKE) CFLAGS="${CFLAGS}" LIBS="-lz ${LDFLAGS}"
+   dh_auto_build -- CFLAGS="${CFLAGS}" LIBS="-lz ${LDFLAGS}"
 
 binary-arch: build
 override_dh_auto_install:
diff -Nru randtype-1.13/debian/source/format randtype-1.13/debian/source/format
--- randtype-1.13/debian/source/format  1970-01-01 00:00:00.0 +
+++ randtype-1.13/debian/source/format  2024-06-01 13:36:14.0 +
@@ -0,0 +1 @@
+3.0 (quilt)


Bug#1007582: rcconf: please consider upgrading to 3.0 source format

2024-06-01 Thread Bastian Germann

I am uploading a NMU to DELAYED/10 in order to fix this.
Please find the debdiff attached.diff -Nru rcconf-3.2+nmu1/debian/changelog rcconf-3.2+nmu2/debian/changelog
--- rcconf-3.2+nmu1/debian/changelog2018-11-11 16:16:28.0 +
+++ rcconf-3.2+nmu2/debian/changelog2024-06-01 13:10:32.0 +
@@ -1,3 +1,11 @@
+rcconf (3.2+nmu2) unstable; urgency=medium
+
+  * Non-maintainer upload
+  * Convert to source format 3.0 (Closes: #1007582)
+  * Drop debian/rules.old (dh_make template)
+
+ -- Bastian Germann   Sat, 01 Jun 2024 13:10:32 +
+
 rcconf (3.2+nmu1) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru rcconf-3.2+nmu1/debian/rules.old rcconf-3.2+nmu2/debian/rules.old
--- rcconf-3.2+nmu1/debian/rules.old2010-03-10 04:34:35.0 +
+++ rcconf-3.2+nmu2/debian/rules.old1970-01-01 00:00:00.0 +
@@ -1,13 +0,0 @@
-#!/usr/bin/make -f
-# -*- makefile -*-
-# Sample debian/rules that uses debhelper.
-# This file was originally written by Joey Hess and Craig Small.
-# As a special exception, when this file is copied by dh-make into a
-# dh-make output file, you may use that output file without restriction.
-# This special exception was added by Craig Small in version 0.37 of dh-make.
-
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
-%:
-   dh  $@
diff -Nru rcconf-3.2+nmu1/debian/source/format 
rcconf-3.2+nmu2/debian/source/format
--- rcconf-3.2+nmu1/debian/source/format1970-01-01 00:00:00.0 
+
+++ rcconf-3.2+nmu2/debian/source/format2024-06-01 13:10:32.0 
+
@@ -0,0 +1 @@
+3.0 (native)


Bug#1067542: setcd: please consider upgrading to 3.0 source format

2024-06-01 Thread Bastian Germann

I am uploading a NMU to DELAYED/10 in order to fix this.
Please find the debdiff attached.diff -Nru setcd-1.5/debian/changelog setcd-1.5/debian/changelog
--- setcd-1.5/debian/changelog  2024-06-01 13:00:32.0 +
+++ setcd-1.5/debian/changelog  2024-06-01 12:56:28.0 +
@@ -1,3 +1,10 @@
+setcd (1.5-6.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Convert to source format 3.0. (closes: #1067542)
+
+ -- Bastian Germann   Sat, 01 Jun 2024 12:56:28 +
+
 setcd (1.5-6.1) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru setcd-1.5/debian/patches/debian.patch 
setcd-1.5/debian/patches/debian.patch
--- setcd-1.5/debian/patches/debian.patch   1970-01-01 00:00:00.0 
+
+++ setcd-1.5/debian/patches/debian.patch   2024-06-01 12:56:28.0 
+
@@ -0,0 +1,128 @@
+--- setcd-1.5.orig/setcd.1
 setcd-1.5/setcd.1
+@@ -22,7 +22,8 @@ is a program that allows you to control
+ cdrom device.  There are a number of ways you can control the
+ behaviour of your cdrom drive: should it try to close the tray upon
+ mounting a cdrom when your happened to have left the tray open, or
+-should it eject the tray upon unmounting the cdrom? Should it lock the
++should it eject the tray (or caddy)
++upon unmounting the cdrom? Should it lock the
+ door when some process uses the cdrom or not? Should the kernel try to
+ ensure that there actually is a cd in the drive, and that it is of the
+ right type (i.e., a data cd in case of a mount, or an audio cd in case
+@@ -171,13 +172,11 @@ times real-time audio playback. The spec
+ .I 0
+ is interpreted as auto-selection: data cd's are read at maximum
+ head-rate, while audio cd's are played at normal speed.  There are a
+-few reasons for having the speed to be selectable. Badly pressed
+-cdroms may benefit from less-than-maximum head rate. Modern cdrom
+-drives can obtain very high head rates (up to 16 times audio speed is
+-common), but these drives tend to make an annoyingly loud noise. A
+-lower speed may reduce this. Finally, although the audio low-pass
+-filters probably aren't designed for it, more than real-time playback
+-of audio might be used for high-speed copying of audio tracks.
++few reasons for having the speed to be selectable.  Badly pressed
++cdroms may benefit from less-than-maximum head rate.  Modern cdrom
++drives can obtain very high head rates, 
++but these drives tend to make an annoyingly loud noise. A
++lower speed may reduce this. 
+ 
+ .SH HISTORY
+ Traditionally, up to the 2.0 Linux kernel line, the behaviour of the
+@@ -197,13 +196,13 @@ the behaviour of Linux cdrom drives is t
+ The new cdrom interface level was actually inspired after writing a
+ volume daemon that automatically mounts a cdrom at the location 
+ .RI /cdrom/ volume
+-upon insertion of the disc. I then found out that there was a need for
++upon insertion of the disc.  I then found out that there was a need for
+ finding out the status of the drive without trying to read data, and
+ that the uniformity of cdrom drivers was a mess. The volume daemon has
+ not been finished yet, but progress has been made in convincing the
+ Linux cdrom driver community to comply to the proposed standard. 
+ 
+-.SH DIGNOSTICS
++.SH DIAGNOSTICS
+ Setting or clearing an option will result in a message indicating the
+ new status of that option. Operations not supported by the underlying
+ hardware, e.g., disc selection, will result in an error
+@@ -261,7 +260,7 @@ Write texinfo documentation.
+ 
+ .SH AUTHOR
+ .B Setcd
+-is written by David A. van Leeuwen , the author of
++is written by David A. van Leeuwen , the author of
+ the earlier mentioned new cdrom interface and the cm206 cdrom driver.
+ 
+ .SH "SEE ALSO"
+--- setcd-1.5.orig/setcd.c
 setcd-1.5/setcd.c
+@@ -1,5 +1,6 @@
+ /* Setcd.c: Set various flags to control the behaviour of your cdrom device.
+(c) 1997 David A. van Leeuwen
++   (c) 2004 Thomas Fritzsche 
+ 
+$Id: setcd.c,v 1.4 1999/08/24 19:07:34 david Exp $
+ 
+@@ -23,8 +24,9 @@
+ #include 
+ #include /* tolower */
+ #include/* lseek, read */
+-#include/* strncmp */
++#include/* strncmp, memset */
+ #include /* ioctl */
++#include/* INT_MAX */
+ #include 
+ #ifndef CDC_CLOSE_TRAY/* moved into cdrom.h... */
+ #include 
+@@ -248,7 +250,50 @@ int main(int ac, char ** av)
+ if (set || clear || status)
+  print_options(flags, set | clear | ~0 * status);
+ if (speed>=0) {
+- if (ioctl(fd, CDROM_SELECT_SPEED, speed)<0) {
++ // patch to use SET STREAMING command
++ struct cdrom_generic_command cgc;
++ struct request_sense sense;
++ unsigned char buffer[28];
++ unsigned long rw_size;
++ memset(, 0, sizeof(cgc));
++ memset(, 0, sizeof(sense));
++ memset(, 0, sizeof(buffer));
++   

Bug#1007292: simh: please consider upgrading to 3.0 source format

2024-06-01 Thread Bastian Germann

I am uploading a NMU to DELAYED/10 in order to fix this.
Please find the debdiff attached.diff -Nru simh-3.8.1/H316/h316_cpu.c simh-3.8.1/H316/h316_cpu.c
--- simh-3.8.1/H316/h316_cpu.c  2024-06-01 12:47:59.0 +
+++ simh-3.8.1/H316/h316_cpu.c  2008-11-22 01:12:32.0 +
@@ -614,13 +614,13 @@
 break;
 
 case 015: case 055: /* STX */
-if (reason = Ea (MB & ~IDX, ))/* eff addr */
+if (reason = Ea (MB, ))   /* eff addr */
 break;
 Write (Y, XR);  /* store XR */
 break;
 
 case 035: case 075: /* LDX */
-if (reason = Ea (MB & ~IDX, ))/* eff addr */
+if (reason = Ea (MB, ))   /* eff addr */
 break;
 XR = Read (Y);  /* load XR */
 break;
diff -Nru simh-3.8.1/HP2100/hp2100_ipl.c simh-3.8.1/HP2100/hp2100_ipl.c
--- simh-3.8.1/HP2100/hp2100_ipl.c  2024-06-01 12:47:59.0 +
+++ simh-3.8.1/HP2100/hp2100_ipl.c  2008-11-15 00:09:58.0 +
@@ -572,7 +572,7 @@
 for (i = 0; i < 30; i++) {  /* check for 30 sec */
 if (t = ipl_check_conn (uptr)) break;   /* established? */
 if ((i % 10) == 0)  /* status every 10 sec 
*/
-printf ("Waiting for connection\n");
+printf ("Waiting for connnection\n");
 sim_os_sleep (1);   /* sleep 1 sec */
 }
 if (t) printf ("Connection established\n");
diff -Nru simh-3.8.1/debian/changelog simh-3.8.1/debian/changelog
--- simh-3.8.1/debian/changelog 2024-06-01 12:47:59.0 +
+++ simh-3.8.1/debian/changelog 2024-06-01 12:18:16.0 +
@@ -1,3 +1,11 @@
+simh (3.8.1-6.2) unstable; urgency=medium
+
+  * Non-maintainer upload
+  * Separate CFLAGS from CC (Closes: #946323)
+  * Convert to source format 3.0 (Closes: #1007292)
+
+ -- Bastian Germann   Sat, 01 Jun 2024 12:18:16 +
+
 simh (3.8.1-6.1) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru simh-3.8.1/debian/patches/debian.patch 
simh-3.8.1/debian/patches/debian.patch
--- simh-3.8.1/debian/patches/debian.patch  1970-01-01 00:00:00.0 
+
+++ simh-3.8.1/debian/patches/debian.patch  2024-06-01 12:18:16.0 
+
@@ -0,0 +1,803 @@
+--- simh-3.8.1.orig/makefile
 simh-3.8.1/makefile
+@@ -1,402 +1,398 @@
+-#
+-# CC Command
+-#
+-ifeq ($(WIN32),)
+-  #Unix Environments
+-  ifneq (,$(findstring solaris,$(OSTYPE)))
+-OS_CCDEFS = -lm -lsocket -lnsl -lrt -lpthread -D_GNU_SOURCE
+-  else
+-ifneq (,$(findstring darwin,$(OSTYPE)))
+-  OS_CCDEFS = -D_GNU_SOURCE
+-else
+-  OS_CCDEFS = -lrt -lm -D_GNU_SOURCE
+-endif
+-  endif
+-  CC = gcc -std=c99 -U__STRICT_ANSI__ -g $(OS_CCDEFS) -I .
+-  ifeq ($(USE_NETWORK),)
+-  else
+-NETWORK_OPT = -DUSE_NETWORK -isystem /usr/local/include 
/usr/local/lib/libpcap.a
+-  endif
+-else
+-  #Win32 Environments
+-  LDFLAGS = -lm -lwsock32 -lwinmm
+-  CC = gcc -std=c99 -U__STRICT_ANSI__ -O2 -I.
+-  EXE = .exe
+-  ifeq ($(USE_NETWORK),)
+-  else
+-NETWORK_OPT = -DUSE_NETWORK -lwpcap -lpacket
+-  endif
+-endif
+-
+-#
+-# Common Libraries
+-#
+-BIN = BIN/
+-SIM = scp.c sim_console.c sim_fio.c sim_timer.c sim_sock.c \
+-  sim_tmxr.c sim_ether.c sim_tape.c
+-
+-
+-#
+-# Emulator source files and compile time options
+-#
+-PDP1D = PDP1
+-PDP1 = ${PDP1D}/pdp1_lp.c ${PDP1D}/pdp1_cpu.c ${PDP1D}/pdp1_stddev.c \
+-  ${PDP1D}/pdp1_sys.c ${PDP1D}/pdp1_dt.c ${PDP1D}/pdp1_drm.c \
+-  ${PDP1D}/pdp1_clk.c ${PDP1D}/pdp1_dcs.c
+-PDP1_OPT = -I ${PDP1D}
+-
+-
+-NOVAD = NOVA
+-NOVA = ${NOVAD}/nova_sys.c ${NOVAD}/nova_cpu.c ${NOVAD}/nova_dkp.c \
+-  ${NOVAD}/nova_dsk.c ${NOVAD}/nova_lp.c ${NOVAD}/nova_mta.c \
+-  ${NOVAD}/nova_plt.c ${NOVAD}/nova_pt.c ${NOVAD}/nova_clk.c \
+-  ${NOVAD}/nova_tt.c ${NOVAD}/nova_tt1.c ${NOVAD}/nova_qty.c
+-NOVA_OPT = -I ${NOVAD}
+-
+-
+-ECLIPSE = ${NOVAD}/eclipse_cpu.c ${NOVAD}/eclipse_tt.c ${NOVAD}/nova_sys.c \
+-  ${NOVAD}/nova_dkp.c ${NOVAD}/nova_dsk.c ${NOVAD}/nova_lp.c \
+-  ${NOVAD}/nova_mta.c ${NOVAD}/nova_plt.c ${NOVAD}/nova_pt.c \
+-  ${NOVAD}/nova_clk.c ${NOVAD}/nova_tt1.c ${NOVAD}/nova_qty.c
+-ECLIPSE_OPT = -I ${NOVAD} -DECLIPSE -DUSE_INT64 
+-
+-
+-PDP18BD = PDP18B
+-PDP18B = ${PDP18BD}/pdp18b_dt.c ${PDP18BD}/pdp18b_drm.c 
${PDP18BD}/pdp18b_cpu.c \
+-  ${PDP18BD}/pdp18b_lp.c ${PDP18BD}/pdp18b_mt.c ${PDP18BD}/pdp18b_rf.c \
+-  ${PDP18BD}/pdp18b_rp.c ${PDP18BD}/pdp18b_stddev.c 
${PDP18BD}/pdp18b_sys.c \
+-  ${PDP18BD}/pdp18b_rb.c ${PDP18BD}/pdp18b_tt1.c ${PDP18BD}/pdp18b_fpp.c
+-PDP4_OPT = -DPDP4 -I ${PDP18BD}
+-PDP7_OPT = -DPDP7 -I ${PDP18BD}
+-PDP9_OPT = -DPDP9 -I ${PDP18BD}
+-PDP15_OPT = -DPDP15 -I ${PDP18BD}
+-
+-
+-PDP11D = PDP1

Bug#1007515: src2tex: please consider upgrading to 3.0 source format

2024-06-01 Thread Bastian Germann

I am uploading a NMU to DELAYED/10 in order to fix this.
Please find the debdiff attached.diff -Nru src2tex-2.12h/debian/changelog src2tex-2.12h/debian/changelog
--- src2tex-2.12h/debian/changelog  2024-06-01 11:10:51.0 +
+++ src2tex-2.12h/debian/changelog  2024-06-01 11:04:29.0 +
@@ -1,3 +1,15 @@
+src2tex (2.12h-9.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Convert to source format 3.0.
+(Closes: #1007515)
+
+  [ Helmut Grohne ]
+  * Fix FTCBFS: Defer stripping to dh_strip.
+(Closes: 948090)
+
+ -- Bastian Germann   Sat, 01 Jun 2024 11:04:29 +
+
 src2tex (2.12h-9) unstable; urgency=medium
 
   * Recommend texlive instead of tetex-bin which is no longer available
diff -Nru src2tex-2.12h/debian/rules src2tex-2.12h/debian/rules
--- src2tex-2.12h/debian/rules  2024-06-01 11:10:51.0 +
+++ src2tex-2.12h/debian/rules  2024-06-01 11:04:29.0 +
@@ -1,3 +1,5 @@
 #!/usr/bin/make -f
 %:
dh $@
+
+override_dh_auto_install:
diff -Nru src2tex-2.12h/debian/source/format src2tex-2.12h/debian/source/format
--- src2tex-2.12h/debian/source/format  1970-01-01 00:00:00.0 +
+++ src2tex-2.12h/debian/source/format  2024-06-01 11:04:23.0 +
@@ -0,0 +1 @@
+3.0 (quilt)


Bug#1072340: sredird: CVE-2004-2386, format string vulnerability

2024-06-01 Thread Bastian Germann

Source: sredird
Version: 2.1.0-1
Severity: serious
Tags: security
X-Debbugs-Cc: secur...@debian.org

Hi,

This is affected by CVE-2004-2386, which was marked by the Security Team as "NOT-FOR-US: sercd" but applies to sredird. 
There is a fixed version 2.2.2 available, which I did not find in the Kermit project's download area but at:


http://ibiblio.org/pub/linux/system/serial/sredird-2.2.2.tar.gz
https://sources.buildroot.net/sredird/sredird-2.2.2.tar.gz

Cheers,
Bastian



Bug#1007378: streamripper: please consider upgrading to 3.0 source format

2024-05-31 Thread Bastian Germann

I am uploading a NMU to DELAYED/10 in order to fix this.
Please find the debdiff attached.diff -Nru streamripper-1.64.6/debian/README.Debian-source 
streamripper-1.64.6/debian/README.Debian-source
--- streamripper-1.64.6/debian/README.Debian-source 2024-05-31 
23:11:19.0 +
+++ streamripper-1.64.6/debian/README.Debian-source 1970-01-01 
00:00:00.0 +
@@ -1,6 +0,0 @@
-Changes done to the original upstream source:
-=
-
-Removed the following Directories from the original upstream tarball:
-
- libmad-0.15.1b/
diff -Nru streamripper-1.64.6/debian/changelog 
streamripper-1.64.6/debian/changelog
--- streamripper-1.64.6/debian/changelog2024-05-31 23:11:19.0 
+
+++ streamripper-1.64.6/debian/changelog2024-05-31 23:06:00.0 
+
@@ -1,3 +1,12 @@
+streamripper (1.64.6-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload
+  * Convert to source format 3.0 (Closes: #1007378)
+  * d/watch: Update version so upstream is scanned again
+  * d/copyright: Convert to machine-readable format
+
+ -- Bastian Germann   Fri, 31 May 2024 23:06:00 +
+
 streamripper (1.64.6-1) unstable; urgency=low
 
   * New upstream release
diff -Nru streamripper-1.64.6/debian/copyright 
streamripper-1.64.6/debian/copyright
--- streamripper-1.64.6/debian/copyright2024-05-31 23:11:19.0 
+
+++ streamripper-1.64.6/debian/copyright2024-05-31 23:05:30.0 
+
@@ -1,31 +1,35 @@
-This package was debianized by Michael Ablassmeier  on
-Thu,  7 Aug 2003 19:38:22 +0200.
-
-It was downloaded from <http://streamripper.sourceforge.net>
-
-Copyright Holder: Jon Clegg , 
-  Gregory Sharp 
-
-License:
-
-   Copyright (C) 2000-2002  Jon Clegg, (C) 2004-2007 Gregory C. Sharp.  Free
-   use of this software is granted under the terms of the GNU General Pub-
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Comment:
+ This package was debianized by Michael Ablassmeier  on
+ Thu,  7 Aug 2003 19:38:22 +0200.
+Files-Excluded:
+ libmad-0.15.1b
+Source:
+ http://streamripper.sourceforge.net
+Upstream-Contact:
+ Jon Clegg , 
+ Gregory Sharp 
+
+Files: *
+Copyright:
+   Copyright (C) 2000-2002  Jon Clegg, (C) 2004-2007 Gregory C. Sharp.
+License: GPL-2
+   Free use of this software is granted under the terms of the GNU General Pub-
lic License (GPL).
-
+ .
This package is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; version 2 dated June, 1991.
-
+ .
This package is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.
-
+ .
You should have received a copy of the GNU General Public License
along with this package; if not, write to the Free Software 
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
MA 02110-1301, USA.
-
-On Debian systems, the complete text of the GNU General
-Public License can be found in `/usr/share/common-licenses/GPL-2'.
-
+Comment:
+ On Debian systems, the complete text of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL-2'.
diff -Nru streamripper-1.64.6/debian/source/format 
streamripper-1.64.6/debian/source/format
--- streamripper-1.64.6/debian/source/format1970-01-01 00:00:00.0 
+
+++ streamripper-1.64.6/debian/source/format2024-05-31 22:59:55.0 
+
@@ -0,0 +1 @@
+3.0 (quilt)
diff -Nru streamripper-1.64.6/debian/watch streamripper-1.64.6/debian/watch
--- streamripper-1.64.6/debian/watch2024-05-31 23:11:19.0 +
+++ streamripper-1.64.6/debian/watch2024-05-31 23:05:46.0 +
@@ -1,2 +1,2 @@
-version=2
+version=4
 http://sf.net/streamripper/streamripper-(.*)\.tar\.gz


Bug#1007668: sylseg-sk: please consider upgrading to 3.0 source format

2024-05-31 Thread Bastian Germann

I am uploading a NMU to DELAYED/10 in order to fix this.
Please find the debdiff attached.diff -Nru sylseg-sk-0.7.3/debian/changelog sylseg-sk-0.7.3/debian/changelog
--- sylseg-sk-0.7.3/debian/changelog2024-05-31 22:51:25.0 +
+++ sylseg-sk-0.7.3/debian/changelog2024-05-31 22:41:13.0 +
@@ -1,3 +1,12 @@
+sylseg-sk (0.7.3-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Convert to source format 3.0. Closes: #1007668.
+  * d/copyright: Convert to machine-readable format.
+  * d/control: Move to Priority: optional (extra is deprecated).
+
+ -- Bastian Germann   Fri, 31 May 2024 22:41:13 +
+
 sylseg-sk (0.7.3-1) unstable; urgency=low
 
   * Improving man pages and description.
diff -Nru sylseg-sk-0.7.3/debian/compat sylseg-sk-0.7.3/debian/compat
--- sylseg-sk-0.7.3/debian/compat   2024-05-31 22:51:25.0 +
+++ sylseg-sk-0.7.3/debian/compat   1970-01-01 00:00:00.0 +
@@ -1 +0,0 @@
-13
diff -Nru sylseg-sk-0.7.3/debian/control sylseg-sk-0.7.3/debian/control
--- sylseg-sk-0.7.3/debian/control  2024-05-31 22:51:25.0 +
+++ sylseg-sk-0.7.3/debian/control  2024-05-31 22:41:13.0 +
@@ -1,8 +1,8 @@
 Source: sylseg-sk
 Section: text
-Priority: extra
+Priority: optional
 Maintainer: Ďoďo Ivanecký 
-Build-Depends: debhelper (>= 8)
+Build-Depends: debhelper-compat (= 13)
 Standards-Version: 3.7.2
 
 Package: sylseg-sk
diff -Nru sylseg-sk-0.7.3/debian/copyright sylseg-sk-0.7.3/debian/copyright
--- sylseg-sk-0.7.3/debian/copyright2024-05-31 22:51:25.0 +
+++ sylseg-sk-0.7.3/debian/copyright2024-05-31 22:41:13.0 +
@@ -1,26 +1,24 @@
-This is sylseg-sk, written and maintained by Ďoďo 
-debianized on Mon, 28 Aug 2006 19:19:47 +0200.
-
-The original source can always be found at:
-   ftp://ftp.debian.org/dists/unstable/main/source/
-
-Copyright Holder:  Ďoďo Ivanecký
-
-License:
-
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Comment:
+ This is sylseg-sk, written and maintained by Ďoďo 
+ debianized on Mon, 28 Aug 2006 19:19:47 +0200.
+
+Files: *
+Copyright:  Ďoďo Ivanecký
+License: GPL-2+
   This program is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
   the Free Software Foundation; either version 2 of the License, or
   (at your option) any later version.
-
+ .
   This program is distributed in the hope that it will be useful,
   but WITHOUT ANY WARRANTY; without even the implied warranty of
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   GNU General Public License for more details.
-
+ .
   You should have received a copy of the GNU General Public License
   along with this package; if not, write to the Free Software
   Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
-
-On Debian systems, the complete text of the GNU General
-Public License can be found in `/usr/share/common-licenses/GPL'.
+Comment:
+ On Debian systems, the complete text of the GNU General
+ Public License v2 can be found in `/usr/share/common-licenses/GPL-2'.
diff -Nru sylseg-sk-0.7.3/debian/source/format 
sylseg-sk-0.7.3/debian/source/format
--- sylseg-sk-0.7.3/debian/source/format1970-01-01 00:00:00.0 
+
+++ sylseg-sk-0.7.3/debian/source/format2024-05-31 22:41:13.0 
+
@@ -0,0 +1 @@
+3.0 (quilt)


Bug#1063647: sysconfig: missing required debian/rules targets build-arch and/or build-indep

2024-05-31 Thread Bastian Germann

I am uploading a NMU to DELAYED/10 in order to fix this.diff -Nru sysconfig-0.0.14/debian/changelog 
sysconfig-0.0.14+nmu1/debian/changelog
--- sysconfig-0.0.14/debian/changelog   2020-12-06 22:13:54.0 +
+++ sysconfig-0.0.14+nmu1/debian/changelog  2024-05-31 22:22:45.0 
+
@@ -1,3 +1,11 @@
+sysconfig (0.0.14+nmu1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Convert to source format 3.0. (Closes: #1007056)
+  * d/rules: Add missing targets. (Closes: #1063647)
+
+ -- Bastian Germann   Fri, 31 May 2024 22:22:45 +
+
 sysconfig (0.0.14) unstable; urgency=medium
 
   * Remove myself from uploaders.
diff -Nru sysconfig-0.0.14/debian/rules sysconfig-0.0.14+nmu1/debian/rules
--- sysconfig-0.0.14/debian/rules   2015-10-25 15:23:07.0 +
+++ sysconfig-0.0.14+nmu1/debian/rules  2024-05-31 22:22:45.0 +
@@ -6,6 +6,8 @@
 DEB_HOST_ARCH  ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
 
 build:
+build-arch:
+build-indep:
 
 clean:
dh_testdir
@@ -56,4 +58,4 @@
dh_builddeb -s
 
 binary: binary-arch binary-indep
-.PHONY: build clean binary-indep binary-arch binary install
+.PHONY: build build-arch build-indep clean binary-indep binary-arch binary 
install
diff -Nru sysconfig-0.0.14/debian/source/format 
sysconfig-0.0.14+nmu1/debian/source/format
--- sysconfig-0.0.14/debian/source/format   1970-01-01 00:00:00.0 
+
+++ sysconfig-0.0.14+nmu1/debian/source/format  2024-05-31 22:22:45.0 
+
@@ -0,0 +1 @@
+3.0 (native)


Bug#1072316: tagcloud: please consider upgrading to 3.0 source format

2024-05-31 Thread Bastian Germann

Source: tagcloud
Version: 1.4-1.3
Severity: wishlist

This package is among the few that still use source format 1.0.
Please upgrade it to source format 3.0, as (1) this format has many
advantages, as documented in https://wiki.debian.org/Projects/DebSrc3.0 ;
(2) this contributes to standardization of packaging practices.



Bug#1007555: ufiformat: please consider upgrading to 3.0 source format

2024-05-31 Thread Bastian Germann

I am uplaoding a NMU to DELAYED/10 in order to fix this.
Please find the debdiff attached.diff -Nru ufiformat-0.9.9/debian/changelog ufiformat-0.9.9/debian/changelog
--- ufiformat-0.9.9/debian/changelog2024-05-31 22:00:27.0 +
+++ ufiformat-0.9.9/debian/changelog2024-05-31 21:51:10.0 +
@@ -1,3 +1,11 @@
+ufiformat (0.9.9-1.2) unstable; urgency=medium
+
+  * Non-maintainer upload
+  * Convert to source format 3.0 (Closes: #1007555)
+  * d/copyright: Convert to machine-readable format.
+
+ -- Bastian Germann   Fri, 31 May 2024 21:51:10 +
+
 ufiformat (0.9.9-1.1) unstable; urgency=medium
 
   * Non-maintainer upload.
@@ -16,7 +24,7 @@
 - enable hardening
 - add build-arch and build-indep targets
 - exec autoreconf to regenerate files and fix FTBFS (Closes: #72)
- (supplied by Hideki Yamane )
+  (supplied by Hideki Yamane )
   * Updated Standards-Version
 
  -- David Given   Tue, 15 Oct 2013 19:35:37 +0900
diff -Nru ufiformat-0.9.9/debian/copyright ufiformat-0.9.9/debian/copyright
--- ufiformat-0.9.9/debian/copyright2024-05-31 22:00:27.0 +
+++ ufiformat-0.9.9/debian/copyright2024-05-31 21:51:10.0 +
@@ -1,22 +1,24 @@
-This package was debianized by David Given  on
-Sun,  5 Aug 2007 17:59:44 +0100.
-
-It was downloaded from http://www.geocities.jp/tedi_world/format_usbfdd_e.html
-
-Upstream Author:  Kazuhiro Hayashi 林和宏 
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Comment:
+ This package was debianized by David Given  on
+ Sun,  5 Aug 2007 17:59:44 +0100.
+Source:
+ https://github.com/tedigh/ufiformat/releases
+Upstream-Contact: Kazuhiro Hayashi 林和宏 
   John Floyd 
 
-
+Files: *
 Copyright: 2005-2009 Kazuhiro Hayashi 林和宏, John Floyd
+License: GPL-2+
 
-License:
-
-You are free to distribute this software under the terms of
-the GNU General Public License  either version 2 of the License,
-or (at your option) any later version.
-
-On Debian systems, the complete text of the GNU General Public
-License can be found in the file `/usr/share/common-licenses/GPL-2'.
-
-The Debian packaging is © 2007-2009, David Given  and
-is licensed under the GPL; see above.
+Files: debian/*
+Copyright: 2007-2009, David Given 
+License: GPL-2+
+
+License: GPL-2+
+ You are free to distribute this software under the terms of
+ the GNU General Public License  either version 2 of the License,
+ or (at your option) any later version.
+Comment:
+ On Debian systems, the complete text of the GNU General Public
+ License v2 can be found in the file `/usr/share/common-licenses/GPL-2'.
diff -Nru ufiformat-0.9.9/debian/source/format 
ufiformat-0.9.9/debian/source/format
--- ufiformat-0.9.9/debian/source/format2024-05-31 22:00:27.0 
+
+++ ufiformat-0.9.9/debian/source/format2024-05-31 21:50:04.0 
+
@@ -1,2 +1 @@
-1.0
-
+3.0 (quilt)


Bug#1072314: valgrind-if-available: Please convert to source format 3.0 (native)

2024-05-31 Thread Bastian Germann

Source: valgrind-if-available

Please consider using the format 3.0 (native) for this meta package.



Bug#1007436: vanessa-adt: please consider upgrading to 3.0 source format

2024-05-31 Thread Bastian Germann

I have uploaded a NMU to DELAYED/10 in order to fix this.



Bug#1007666: vanessa-logger: please consider upgrading to 3.0 source format

2024-05-31 Thread Bastian Germann

I am uploading a NMU to DELAYED/10 in order to fix this.
Please find the debdiff attached.diff -Nru vanessa-logger-0.0.10/debian/changelog 
vanessa-logger-0.0.10/debian/changelog
--- vanessa-logger-0.0.10/debian/changelog  2024-05-31 21:17:43.0 
+
+++ vanessa-logger-0.0.10/debian/changelog  2024-05-31 20:50:07.0 
+
@@ -1,3 +1,12 @@
+vanessa-logger (0.0.10-3.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Convert to source format 3.0. (Closes: #1007666)
+  * d/copyright: Convert to machine-readable format.
+  * d/control: Remove duplicate Section field.
+
+ -- Bastian Germann   Fri, 31 May 2024 20:50:07 +
+
 vanessa-logger (0.0.10-3.1) unstable; urgency=medium
 
   [ Helmut Grohne ]
diff -Nru vanessa-logger-0.0.10/debian/control 
vanessa-logger-0.0.10/debian/control
--- vanessa-logger-0.0.10/debian/control2024-05-31 21:17:43.0 
+
+++ vanessa-logger-0.0.10/debian/control2024-05-31 20:50:07.0 
+
@@ -8,7 +8,6 @@
 
 Package: libvanessa-logger0
 Architecture: any
-Section: libs
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: Generic Logging Library
  Generic logging layer that may be used to log to one or more of syslog, an
diff -Nru vanessa-logger-0.0.10/debian/copyright 
vanessa-logger-0.0.10/debian/copyright
--- vanessa-logger-0.0.10/debian/copyright  2009-09-30 02:49:29.0 
+
+++ vanessa-logger-0.0.10/debian/copyright  2024-05-31 20:50:07.0 
+
@@ -1,22 +1,23 @@
-vanessa-logger
-Generic logging layer
-Copyright (C) 2000-2009  Simon Horman 
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: vanessa-logger
+ Generic logging layer
+Source:
+ ftp://ftp.vergenet.net/pub/vanessa/vanessa_logger/
 
-This copyright covers all materials supplied with vanessa-logger
-including, but not limited to:
+Files: *
+Copyright: (C) 2000-2009  Simon Horman 
+Comment:
+ This copyright covers all materials supplied with vanessa-logger
+ including, but not limited to:
   The library itself
   Sample code
   Documentation
   Packaging information for RPM and Debian
-
-This library is free software; you can redistribute it and/or
-modify it under the terms of the GNU Lesser General Public
-License as published by the Free Software Foundation; either
-version 2.1 of the License, or (at your option) any later version.
-
-The complete text of the LGPL license can be found in on Debian
-systems at /usr/share/common-licenses/LGPL.
-
-This package is available by FTP from:
-ftp://ftp.vergenet.net/pub/vanessa/vanessa_logger/
-
+License: LGPL-2.1+
+ This library is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Lesser General Public
+ License as published by the Free Software Foundation; either
+ version 2.1 of the License, or (at your option) any later version.
+ .
+ The complete text of the LGPL 2.1 license can be found on Debian
+ systems at `/usr/share/common-licenses/LGPL-2.1`.
diff -Nru vanessa-logger-0.0.10/debian/source/format 
vanessa-logger-0.0.10/debian/source/format
--- vanessa-logger-0.0.10/debian/source/format  1970-01-01 00:00:00.0 
+
+++ vanessa-logger-0.0.10/debian/source/format  2024-05-31 20:50:00.0 
+
@@ -0,0 +1 @@
+3.0 (quilt)


Bug#1067535: wm-icons: please consider upgrading to 3.0 source format

2024-05-31 Thread Bastian Germann

I have uploaded a NMU to DELAYED/10 in order to fix this.
Please find the debdiff attached.diff -Nru wm-icons-0.4.0/Makefile.am wm-icons-0.4.0/Makefile.am
--- wm-icons-0.4.0/Makefile.am  2024-05-31 20:38:28.0 +
+++ wm-icons-0.4.0/Makefile.am  2006-04-09 00:22:06.0 +
@@ -14,7 +14,7 @@
 # is for a distribution package building.
 # Set the default icon set aliases (symlinks).
 install-data-local:
-   $(DESTDIR)$(bindir)/wm-icons-config --user-dir="$(DESTDIR)$(icondir)" 
--defaults --quiet
+   $(bindir)/wm-icons-config --user-dir="$(icondir)" --defaults --quiet
 
 wm-configs _pack-symlinks _unpack-symlinks:
cd devel/bin && $(MAKE) $(AM_MAKEFLAGS) $@
diff -Nru wm-icons-0.4.0/debian/changelog wm-icons-0.4.0/debian/changelog
--- wm-icons-0.4.0/debian/changelog 2024-05-31 20:38:28.0 +
+++ wm-icons-0.4.0/debian/changelog 2024-05-31 20:28:40.0 +
@@ -1,3 +1,12 @@
+wm-icons (0.4.0-11.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Convert to source format 3.0. (Closes: #1067535)
+  * Drop unused lintian override.
+  * d/control: Correct Vcs fields.
+
+ -- Bastian Germann   Fri, 31 May 2024 20:28:40 +
+
 wm-icons (0.4.0-11) unstable; urgency=medium
 
   * Updated to standards version 4.3.0 (no changes required)
diff -Nru wm-icons-0.4.0/debian/control wm-icons-0.4.0/debian/control
--- wm-icons-0.4.0/debian/control   2024-05-31 20:38:28.0 +
+++ wm-icons-0.4.0/debian/control   2024-05-31 20:28:40.0 +
@@ -1,6 +1,6 @@
 Source: wm-icons
-VCS-Git: https://salsa.debian.org/srivasta/wm-icons.git
-VCS-Browser: https://salsa.debian.org/srivasta/wm-icons.git
+Vcs-Git: https://salsa.debian.org/srivasta/wm-icons.git
+Vcs-Browser: https://salsa.debian.org/srivasta/wm-icons
 Section: misc
 Standards-Version: 4.3.0
 Maintainer: Manoj Srivastava 
diff -Nru wm-icons-0.4.0/debian/patches/debian.patch 
wm-icons-0.4.0/debian/patches/debian.patch
--- wm-icons-0.4.0/debian/patches/debian.patch  1970-01-01 00:00:00.0 
+
+++ wm-icons-0.4.0/debian/patches/debian.patch  2024-05-31 20:28:40.0 
+
@@ -0,0 +1,163 @@
+--- wm-icons-0.4.0.orig/Makefile.am
 wm-icons-0.4.0/Makefile.am
+@@ -14,7 +14,7 @@ SUBDIRS = bin doc icons etc devel rpm
+ # is for a distribution package building.
+ # Set the default icon set aliases (symlinks).
+ install-data-local:
+-  $(bindir)/wm-icons-config --user-dir="$(icondir)" --defaults --quiet
++  $(DESTDIR)$(bindir)/wm-icons-config --user-dir="$(DESTDIR)$(icondir)" 
--defaults --quiet
+ 
+ wm-configs _pack-symlinks _unpack-symlinks:
+   cd devel/bin && $(MAKE) $(AM_MAKEFLAGS) $@
+--- wm-icons-0.4.0.orig/etc/debian-menu-system/README
 wm-icons-0.4.0/etc/debian-menu-system/README
+@@ -10,20 +10,14 @@ as a simple user.
+   the "standard sections" and wm-icons icons and a map from packages name
+   to wm-icons icons.
+ 
+-* wm-icons-fvwm2rc-menu is a menu-method script for FVWM. You should edit
+-  the lines:
+-  rootprefix="/usr/local/share/fvwm/debian-menu-system/"
+-  userprefix="/.fvwm/debian-menu-system/"
+-  replace "/usr/local/share/fvwm/" by the FVWM configuration directory
+-  and ".fvwm" by the FVWM user directory. Then, you should add
+-  Read  debian-menu-system/wm-icons-menu
++* wm-icons-fvwm2rc-menu is a menu-method script for FVWM. You should add
++  Read  wm-icons/menudefs.hook
+   in the configuration file and bind it in some ways e.g.:
+   add:
+-  + "menu system%menu/programs.xpm" Popup MenuFvwmDebianMenuSystem
++  + "menu system%menu/programs.xpm" Popup "/DebianWmIcons"
+   in your root menu 
+   or add say:
+-  Mouse 1 R A Menu MenuFvwmDebianMenuSystem
+-  You should also use the configuration file "this dir"/../fvwm2rc
++  Mouse 1 R A Menu "/DebianWmIcons"
+ 
+ * Other window managers: just (copy and rename and) edit the correponding
+   menu methods script; you should add "!include wm-icons.h" and then you
+--- wm-icons-0.4.0.orig/etc/debian-menu-system/wm-icons-fvwm2rc-menu.in
 wm-icons-0.4.0/etc/debian-menu-system/wm-icons-fvwm2rc-menu.in
+@@ -1,10 +1,11 @@
+-#!/usr/sbin/install-menu
++#!/usr/bin/install-menu
+ compat="menu-1"
++!include lang.h
+ !include menu.h
+ # you may/should edit/check the systemFindIcon in wm-icons.h
+ !include wm-icons.h
+ 
+-function ltitle()=translate(lang(),title())
++function ltitle()=translate($lang,title())
+ 
+ # if you want wm-icons only:
+ # replace "wmIconsFindIcon" by wmIconsFindIconWmOnly
+@@ -21,6 +22,9 @@ supported
+   fvwm2module=  "+ \"" escfirst(ltitle(), $hotkey,"&") \
+   cond_surr(wmIconsFindIcon($icon,$package,$section,"menu/"),"%","%") \
+   "\" Module " $command "\n"
++  

Bug#1072190: ITS: psensor

2024-05-30 Thread Bastian Germann

Control: retitle -1 ITA: psensor -- display graphs for monitoring hardware 
temperature
Control: reassign -1 wnpp
Control: owner -1 atzli...@sina.com

On Thu, 30 May 2024 09:13:01 +0800 xiao sheng wen  wrote:

The current maintainers also agree to somebody adopt it in:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=953896#27


It is resonable to RFA -> ITA the package then. You do not have to wait for 
three weeks to upload a new version.



Bug#1072185: farpd: Missing licenses

2024-05-29 Thread Bastian Germann

I am uploading a NMU to fix this and other issues.
The debdiff is attached.diff -Nru farpd-0.2/debian/changelog farpd-0.2/debian/changelog
--- farpd-0.2/debian/changelog  2023-09-05 20:05:19.0 +
+++ farpd-0.2/debian/changelog  2024-05-29 22:34:32.0 +
@@ -1,3 +1,15 @@
+farpd (0.2-11.4) unstable; urgency=medium
+
+  * Non-maintainer upload
+  * Send response to unicast instead of broadcast address (Closes: #698842)
+  * d/copyright: Convert to machine-readable format and add missing licenses
+(Closes: #1072185)
+  * d/control: Correct Standards-Version
+  * d/control: Add missing comma
+  * d/rules: Add missing dh_autoreconf_clean call
+
+ -- Bastian Germann   Wed, 29 May 2024 22:34:32 +
+
 farpd (0.2-11.3) unstable; urgency=medium
 
   * Non-maintainer upload
diff -Nru farpd-0.2/debian/control farpd-0.2/debian/control
--- farpd-0.2/debian/control2023-08-17 22:18:37.0 +
+++ farpd-0.2/debian/control2024-05-29 22:34:32.0 +
@@ -3,11 +3,11 @@
 Priority: optional
 Maintainer: Javier Fernández-Sanguino Peña 
 Build-Depends: debhelper (>> 4.0.0), libdumbnet-dev, libpcap0.8-dev | 
libpcap-dev, libevent-dev, dh-autoreconf
-Standards-Version: 3.6.0.1
+Standards-Version: 3.6.0
 
 Package: farpd
 Architecture: any
-Depends: ${shlibs:Depends} ${misc:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: Fake ARP user space daemon
  This ARP daemon replies to any ARP request for a set of IP addresses
  with the hardware MAC address of one of the interfaces of the
diff -Nru farpd-0.2/debian/copyright farpd-0.2/debian/copyright
--- farpd-0.2/debian/copyright  2023-08-17 22:18:27.0 +
+++ farpd-0.2/debian/copyright  2024-05-29 22:34:32.0 +
@@ -1,21 +1,23 @@
-This package was debianized by Javier Fernandez-Sanguino  on
-Thu, 27 Mar 2003 10:25:02 +0100.
-
-It was downloaded from http://www.citi.umich.edu/u/provos/honeyd/
-
-Upstream Authors: Dug Song and Niels Provos
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Comment:
+ This package was debianized by Javier Fernandez-Sanguino  
on
+ Thu, 27 Mar 2003 10:25:02 +0100.
+Source:
+ http://www.citi.umich.edu/u/provos/honeyd/
+Upstream-Contact:
+ Dug Song 
+ Niels Provos 
 
+Files: *
 Copyright:
-
-  
   Copyright (c) 2000, 2001, 2002 Dug Song 
   Copyright (c) 2002 Niels Provos 
   All rights reserved, all wrongs reversed.
-
+License: BSD-3-clause
   Redistribution and use in source and binary forms, with or without
   modification, are permitted provided that the following conditions
   are met:
-
+ .
   1. Redistributions of source code must retain the above copyright
  notice, this list of conditions and the following disclaimer.
   2. Redistributions in binary form must reproduce the above copyright
@@ -24,7 +26,7 @@
   3. The names of the authors and copyright holders may not be used to
  endorse or promote products derived from this software without
  specific prior written permission.
-
+ .
   THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
   INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
   AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL
@@ -36,3 +38,59 @@
   OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
   ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
+Files: tree.h
+Copyright:
+ Copyright 2002 Niels Provos 
+ All rights reserved.
+License: BSD-2-clause
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+ 1. Redistributions of source code must retain the above copyright
+notice, this list of conditions and the following disclaimer.
+ 2. Redistributions in binary form must reproduce the above copyright
+notice, this list of conditions and the following disclaimer in the
+documentation and/or other materials provided with the distribution.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
+ IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
+ OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
+ IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
+ INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+ NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
+ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+Files:
+ daemon.c
+ err.h
+Copyright:
+ Copyright (c) 2000 Dug Song 
+ Copyright (c) 1990, 1993
+  The Regents of the University of California.  All rights reserved.
+License: BSD-4-clause-UC
+ Redistribution and use in source and binary forms, with or w

Bug#1072185: farpd: Missing licenses

2024-05-29 Thread Bastian Germann

Source: farpd
Version: 0.2-11
Severity: serious

The package includes more licenses than those that are listed in d/copyright.
A BSD-2-clause is in tree.h. BSD-4-clause-UC (copyright amendment allows
dropping the advertisement clause) is in daemon.c and err.h.



Bug#1005961: nq,fq: trying to overwrite '/usr/bin/fq', which is also in package nq 0.3.1-4

2024-05-29 Thread Bastian Germann

I suggest fq renames the binary because it was introduced over 4 years later 
and has only been in one release so far.



Bug#1071992: sqlmodel: please make this package compatible with SQL Alchemy 2.x

2024-05-28 Thread Bastian Germann

Control: notfound -1 sqlmodel/0.0.16-1
Control: fixed -1 sqlmodel/0.0.16-1
Control: found sqlmodel/0.0.8-6

The experimental version is actually already compatible with sqlalchemy 2.0.x.
Please move it to unstable.



Bug#1061570: libscrypt: New upstream release available

2024-05-28 Thread Bastian Germann

I am uploading a NMU to DELAYED/10 in order to fix this.diff -Nru libscrypt-1.21/Makefile libscrypt-1.22/Makefile
--- libscrypt-1.21/Makefile 2015-07-09 10:59:57.0 +
+++ libscrypt-1.22/Makefile 2021-12-11 06:19:10.0 +
@@ -5,27 +5,28 @@
 INSTALL_DATA ?= install
 
 CC?=gcc
-CFLAGS?=-O2 -Wall -g -D_FORTIFY_SOURCE=2 -fstack-protector -fPIC
-LDFLAGS?=-Wl,-z,now -Wl,-z,relro -Wl,-soname,libscrypt.so.0 
-Wl,--version-script=libscrypt.version
-CFLAGS_EXTRA?=-Wl,-rpath=.
+CFLAGS?=$(CFLAGS_EXTRA) -D_FORTIFY_SOURCE=2 -fPIC
+LDFLAGS?=$(LDFLAGS_EXTRA) -Wl,-soname,libscrypt.so.0 
-Wl,--version-script=libscrypt.version
+CFLAGS_EXTRA?=-Wl,-rpath=. -O2 -Wall -g -fstack-protector
+LDFLAGS_EXTRA?=-Wl,-z,relro
 
 all: reference
 
 OBJS= crypto_scrypt-nosse.o sha256.o crypto-mcf.o b64.o 
crypto-scrypt-saltgen.o crypto_scrypt-check.o crypto_scrypt-hash.o slowequals.o
 
 libscrypt.so.0: $(OBJS) 
-   $(CC)  $(LDFLAGS) -shared -o libscrypt.so.0  $(OBJS) -lm -lc
+   $(CC) $(LDFLAGS) -shared -o libscrypt.so.0  $(OBJS) -lm -lc
ar rcs libscrypt.a  $(OBJS)
 
 reference: libscrypt.so.0 main.o crypto_scrypt-hexconvert.o
ln -s -f libscrypt.so.0 libscrypt.so
-   $(CC) -Wall -o reference main.o b64.o crypto_scrypt-hexconvert.o 
$(CFLAGS_EXTRA) -L.  -lscrypt
+   $(CC) -o reference main.o b64.o crypto_scrypt-hexconvert.o $(CFLAGS) 
$(LDFLAGS_EXTRA) -L.  -lscrypt
 
 clean:
rm -f *.o reference libscrypt.so* libscrypt.a endian.h
 
 check: all
-   ./reference
+   LD_LIBRARY_PATH=. ./reference
 
 devtest:
splint crypto_scrypt-hexconvert.c 
diff -Nru libscrypt-1.21/README.md libscrypt-1.22/README.md
--- libscrypt-1.21/README.md2015-07-09 10:59:57.0 +
+++ libscrypt-1.22/README.md2021-12-11 06:19:10.0 +
@@ -62,6 +62,8 @@
 SCRYPT_* constants are probably a little high for something like a Raspberry 
pi. Using '1' as SCRYPT_p is acceptable from a security and performance 
standpoint if needed. 
 Experiments were performed with using memset() to zero out passwords as they 
were checked. This often caused issues with calling applications where the 
password based have been passed as a const*. We highly recommend implementing 
your own zeroing function the moment this library is called.
 
+There is apparently an issue when used on Samsung (and perhaps Android in 
general) devices. See [this 
issue](https://github.com/technion/libscrypt/issues/39) for more information.
+
 Notes on Code Development
 
 
diff -Nru libscrypt-1.21/crypto-mcf.c libscrypt-1.22/crypto-mcf.c
--- libscrypt-1.21/crypto-mcf.c 2015-07-09 10:59:57.0 +
+++ libscrypt-1.22/crypto-mcf.c 2021-12-11 06:19:10.0 +
@@ -1,14 +1,6 @@
 #include 
-#include 
 #include 
 #include 
-#include 
-#include 
-#include 
-
-#ifndef S_SPLINT_S /* Including this here triggers a known bug in splint */
-#include 
-#endif
 
 #include "libscrypt.h"
 
@@ -70,4 +62,4 @@
return 0;
 
return 1;
-}  
+}
diff -Nru libscrypt-1.21/crypto-scrypt-saltgen.c 
libscrypt-1.22/crypto-scrypt-saltgen.c
--- libscrypt-1.21/crypto-scrypt-saltgen.c  2015-07-09 10:59:57.0 
+
+++ libscrypt-1.22/crypto-scrypt-saltgen.c  2021-12-11 06:19:10.0 
+
@@ -4,6 +4,10 @@
 #include 
 #include 
 
+/* Disable on Windows, there is no /dev/urandom.
+   Link-time error is better than runtime error. */
+#ifndef _WIN32
+
 #ifndef S_SPLINT_S /* Including this here triggers a known bug in splint */
 #include 
 #endif
@@ -46,3 +50,5 @@
 
return 0;
 }
+
+#endif
diff -Nru libscrypt-1.21/debian/changelog libscrypt-1.22/debian/changelog
--- libscrypt-1.21/debian/changelog 2023-07-13 12:40:40.0 +
+++ libscrypt-1.22/debian/changelog 2024-05-28 19:45:33.0 +
@@ -1,3 +1,11 @@
+libscrypt (1.22-0.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * d/watch: Scan via GitHub API (Closes: #1061571).
+  * New upstream release (Closes: #1061570).
+
+ -- Bastian Germann   Tue, 28 May 2024 21:45:33 +0200
+
 libscrypt (1.21-3.1) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru libscrypt-1.21/debian/patches/fix-makefile 
libscrypt-1.22/debian/patches/fix-makefile
--- libscrypt-1.21/debian/patches/fix-makefile  2023-07-13 12:39:24.0 
+
+++ libscrypt-1.22/debian/patches/fix-makefile  1970-01-01 00:00:00.0 
+
@@ -1,21 +0,0 @@
-Description: Fix makefile flag handling
-Author: Tristan Seligmann 
-Origin: vendor
-Forwarded: no

-This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
-Index: libscrypt/Makefile
-===
 libscrypt.orig/Makefile2014-12-14 02:38:36.667099740 +0200
-+++ libscrypt/Makefile 2014-12-14 05:53:34.488194255 +0200
-@@ -5,8 +5,8 @@
- INSTALL_DATA ?= install
- 
- CC?=gcc
--CFLAGS?=-O2 -Wall -g -D_FORTIFY_SOURCE=2 -fstack-protector -fPIC
--LDFLAGS?=-Wl,-z,now -W

Bug#805724: scanssh: New upstream release

2024-05-27 Thread Bastian Germann

On Mon, 27 May 2024 10:54:56 +0200 Bastian Germann wrote:

I am uploading a NMU to fix this. Please find the debdiff attached.

Fixing the FTBFS on several architectures with another NMU.diff -Nru scanssh-2.1.3.1/debian/changelog scanssh-2.1.3.1/debian/changelog
--- scanssh-2.1.3.1/debian/changelog2024-05-27 06:15:25.0 +
+++ scanssh-2.1.3.1/debian/changelog2024-05-27 15:58:11.0 +
@@ -1,3 +1,10 @@
+scanssh (2.1.3.1-0.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Regenerate configure script.
+
+ -- Bastian Germann   Mon, 27 May 2024 17:59:28 +0200
+
 scanssh (2.1.3.1-0.1) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru scanssh-2.1.3.1/debian/compat scanssh-2.1.3.1/debian/compat
--- scanssh-2.1.3.1/debian/compat   2023-04-21 22:20:19.0 +
+++ scanssh-2.1.3.1/debian/compat   1970-01-01 00:00:00.0 +
@@ -1 +0,0 @@
-9
diff -Nru scanssh-2.1.3.1/debian/control scanssh-2.1.3.1/debian/control
--- scanssh-2.1.3.1/debian/control  2024-05-27 06:15:25.0 +
+++ scanssh-2.1.3.1/debian/control  2024-05-27 15:45:28.0 +
@@ -2,7 +2,7 @@
 Section: net
 Priority: optional
 Maintainer: Rene Weber 
-Build-Depends: debhelper (>= 9), libpcap0.8-dev, libdumbnet-dev, libevent-dev
+Build-Depends: debhelper-compat (= 12), libpcap0.8-dev, libdumbnet-dev, 
libevent-dev
 Standards-Version: 3.9.6
 
 Package: scanssh
diff -Nru scanssh-2.1.3.1/debian/rules scanssh-2.1.3.1/debian/rules
--- scanssh-2.1.3.1/debian/rules2024-05-27 06:15:25.0 +
+++ scanssh-2.1.3.1/debian/rules2024-05-27 15:45:28.0 +
@@ -17,6 +17,7 @@
 configure-stamp:
dh_testdir
# Add here commands to configure the package.
+   dh_autoreconf
dh_auto_configure
 
touch configure-stamp
@@ -40,12 +41,14 @@
-$(MAKE) distclean
rm -f config.log
 
+   dh_autoreconf_clean
dh_clean
 
 install: build
dh_testdir
dh_testroot
-   dh_clean -k
+   dh_clean
+   dh_prep
dh_installdirs
 
# Add here commands to install the package into debian/scanssh.


Bug#1071321: libdumbnet: FTBFS: dpkg-gensymbols: error: some symbols or patterns disappeared in the symbols file

2024-05-26 Thread Bastian Germann

I am uploading a NMU to fix this. Please find the debdiff attached.diff -Nru libdumbnet-1.18.0/debian/changelog libdumbnet-1.18.0/debian/changelog
--- libdumbnet-1.18.0/debian/changelog  2024-03-10 12:11:12.0 +
+++ libdumbnet-1.18.0/debian/changelog  2024-05-26 16:35:47.0 +
@@ -1,3 +1,10 @@
+libdumbnet (1.18.0-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload
+  * Drop strlcat/strlcpy from symbols (Closes: #1071321)
+
+ -- Bastian Germann   Sun, 26 May 2024 16:35:47 +
+
 libdumbnet (1.18.0-1) unstable; urgency=medium
 
   * [9f0ff73] New upstream version 1.18.0
diff -Nru libdumbnet-1.18.0/debian/libdumbnet1.symbols 
libdumbnet-1.18.0/debian/libdumbnet1.symbols
--- libdumbnet-1.18.0/debian/libdumbnet1.symbols2023-10-17 
15:20:59.0 +
+++ libdumbnet-1.18.0/debian/libdumbnet1.symbols2024-05-26 
16:27:29.0 +
@@ -93,8 +93,6 @@
  route_get@Base 1.8
  route_loop@Base 1.8
  route_open@Base 1.8
- strlcat@Base 1.8
- strlcpy@Base 1.8
  tun_close@Base 1.11
  tun_fileno@Base 1.11
  tun_name@Base 1.11


  1   2   3   4   5   6   7   8   9   10   >