Bug#1071691: nim: (build)-depends on obsolete pcre3 library

2024-05-23 Thread Bastian Germann

Source: nim
Version: 1.6.10-1
Severity: serious

Dear maintainer,

Your package still (build-)depends on the old, obsolete PCRE library
(i.e. libpcre3). This has been end of life for a while now, and
upstream do not intend to fix any further bugs in it. Accordingly,
the pcre3 library is being removed from Debian.

The newer PCRE2 library was first released in 2015, and has been in
Debian since stretch. Upstream's documentation for PCRE2 is available
here: https://pcre.org/current/doc/html/

Maybe think of dropping nimgrep to get rid of the dependency or ask
upstream to port to PCRE2.

This is an add-on to the mass bug filing that was discussed on debian-devel
in https://lists.debian.org/debian-devel/2021/11/msg00176.html



Bug#1071686: php-mockery: depends on obsolete pcre3 library

2024-05-23 Thread Bastian Germann

Package: php-mockery
Severity: serious

Dear maintainer,

Your package still depends on the old, obsolete PCRE library
(i.e. libpcre3). This has been end of life for a while now, and
upstream do not intend to fix any further bugs in it. Accordingly,
the pcre3 library is being removed from Debian.

The newer PCRE2 library was first released in 2015, and has been in
Debian since stretch. Upstream's documentation for PCRE2 is available
here: https://pcre.org/current/doc/html/

One of the patches already removes the composer dependency, so please
also drop it from debian/control.

This is an add-on to the mass bug filing that was discussed on debian-devel
in https://lists.debian.org/debian-devel/2021/11/msg00176.html



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

2024-05-23 Thread Bastian Germann

Package: pkg-php-tools
Severity: important

The dependency generation in share/php/pkgtools/base/dependency.php for "lib-" prefixed composer dependencies needs 
fixing. I caught it by it using libpcre3, which should be libpcre2-8-0 now. But some other generated names are also 
outdated and should be brought in sync with the current php interpreter version.




Bug#1071681: php-ml-iri: depends on obsolete pcre3 library

2024-05-23 Thread Bastian Germann

Package: php-ml-iri
Severity: serious

Dear maintainer,

Your package still depends on the old, obsolete PCRE library
(i.e. libpcre3). This has been end of life for a while now, and
upstream do not intend to fix any further bugs in it. Accordingly,
the pcre3 library is being removed from Debian.

The newer PCRE2 library was first released in 2015, and has been in
Debian since stretch. Upstream's documentation for PCRE2 is available
here: https://pcre.org/current/doc/html/

The dependency is auto-generated by dh-sequence-phpcomposer. I do not
see it actually being used and the php interpreter has long moved to pcre2.

This is an add-on to the mass bug filing that was discussed on debian-devel
in https://lists.debian.org/debian-devel/2021/11/msg00176.html



Bug#1071679: eclipse-titan: depends on obsolete pcre3 library

2024-05-23 Thread Bastian Germann

Package: eclipse-titan
Severity: serious

Dear maintainer,

Your package still depends on the old, obsolete PCRE library
(i.e. libpcre3-dev). This has been end of life for a while now, and
upstream do not intend to fix any further bugs in it. Accordingly,
the pcre3 library is being removed from Debian.

The newer PCRE2 library was first released in 2015, and has been in
Debian since stretch. Upstream's documentation for PCRE2 is available
here: https://pcre.org/current/doc/html/

The dependency seems to be unused, so it should be fine to drop it.

This is an add-on to the mass bug filing that was discussed on debian-devel
in https://lists.debian.org/debian-devel/2021/11/msg00176.html



Bug#1071665: RM: opencollada -- ROM; leaf package; RC-buggy; non-free components

2024-05-23 Thread Bastian Germann
Package: ftp.debian.org
X-Debbugs-Cc: m...@debian.org
User: ftp.debian@packages.debian.org
Usertags: remove

Please remove opencollada. It is not used by any other package and is RC-buggy 
including shipping a non-free component.



Bug#1071664: opencollada: Includes non-free ConvertUTF.c

2024-05-23 Thread Bastian Germann
Source: opencollada
Severity: serious

Externals/UTF/src/ConvertUTF.c includes material under a non-free license
from Unicode Inc. Therefore, it is not possible to ship this in main or
contrib.

This license does not grant any permission to modify the files (thus
failing DFSG#3). Moreover, the license grant seems to attempt to restrict
use to "products supporting the Unicode Standard" (thus failing DFSG#6).

Please refer to Bug#823100 for details.



Bug#1071642: javatools: Build-Depends on orphaned, RC-buggy markdown

2024-05-22 Thread Bastian Germann

Source: javatools
Version: 0.79
Severity: important
X-Debbugs-Cc: tmanc...@debian.org, ebo...@apache.org

The package Build-Depends on markdown, which is orphaned and RC-buggy.
javatools makes it a key package, which is the reason for it not being 
auto-removed.
Please consider applying the attached patch to depend on python3-markdown 
instead.diff -Nru javatools-0.79/debian/changelog javatools-0.79+nmu1/debian/changelog
--- javatools-0.79/debian/changelog 2023-07-29 05:15:46.0 +
+++ javatools-0.79+nmu1/debian/changelog2024-05-22 19:34:53.0 
+
@@ -1,3 +1,10 @@
+javatools (0.79+nmu1) unstable; urgency=medium
+
+  * Non-maintainer upload
+  * Replace orphaned Build-Depends: markdown with python3-markdown
+
+ -- Bastian Germann   Wed, 22 May 2024 19:34:53 +
+
 javatools (0.79) unstable; urgency=medium
 
   [ Vladimir Petko ]
diff -Nru javatools-0.79/debian/control javatools-0.79+nmu1/debian/control
--- javatools-0.79/debian/control   2023-07-29 05:15:46.0 +
+++ javatools-0.79+nmu1/debian/control  2024-05-22 19:32:21.0 +
@@ -11,7 +11,7 @@
  libtest-minimumversion-perl,
  libtest-perl-critic-perl,
  libtest-strict-perl,
- markdown,
+ python3-markdown,
  perl
 Rules-Requires-Root: no
 Standards-Version: 4.6.2
diff -Nru javatools-0.79/debian/rules javatools-0.79+nmu1/debian/rules
--- javatools-0.79/debian/rules 2023-07-29 05:15:46.0 +
+++ javatools-0.79+nmu1/debian/rules2024-05-22 19:30:19.0 +
@@ -38,7 +38,7 @@
# jarwrapper pod-based manpages
$(POD2MAN) -s 1 jarwrapper.pod tmp.jarwrapper/jarwrapper.1
$(POD2MAN) -s 1 jardetector.pod tmp.jarwrapper/jardetector.1
-   markdown --html4tags tutorial.txt | \
+   markdown_py -o html tutorial.txt | \
cat tutorial-header.html - tutorial-footer.html > tutorial.html
 
 runtests: jh_lib.sh


Bug#1071580: eog-plugin-picasa: Drop plugin for non-functional service

2024-05-21 Thread Bastian Germann
Package: eog-plugin-picasa
Severity: important

Please drop eog-plugin-picasa. The Picasa service was discontinued.



Bug#1071567: libssh: ISC license missing

2024-05-21 Thread Bastian Germann
Source: libssh
Version: 0.9.5-1
Severity: serious

src/external/bcrypt_pbkdf.c is licensed under the ISC license, which is missing 
from debian/copyright.



Bug#1071566: libssh2: d/copyright misses info

2024-05-21 Thread Bastian Germann
Source: libssh2
Version: 1.11.0-1
Severity: serious

src/bcrypt_pbkdf.c is licensed under ISC. The license and the copyright info is 
missing in d/copyright.
src/blowfish.c has "Copyright 1997 Niels Provos 
", which is also missing.



Bug#1031439: fixed in gcc-sh-elf 4.1 but unfixed later

2024-05-15 Thread Bastian Germann

I cannot reproduce this but see that the change was not included in git, so 
that is probably the reason for dropping it.
John, will you have the time to reapply?



Bug#1060503: (no subject)

2024-05-15 Thread Bastian Germann
I am uploading a NMU to fix this and other issues.
The debdiff is attached and available in git.

owfs_3.2p4+dfsg1-4.4.debdiff
Description: Binary data


Bug#1071065: transition: libsecp256k1

2024-05-13 Thread Bastian Germann

Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: transition
Control: affects -1 + src:libsecp256k1
Control: forwarded -1 
https://release.debian.org/transitions/html/auto-libsecp256k1.html

Hi,

I request a transition slot from libsecp256k1-1 to libsecp256k1-2.
The auto-generated tracker is okay. All reverse dependencies in sid build with 
the experimental libsecp256k1.



Bug#1067946: dietlibc: Includes non-free Sun RPC

2024-05-12 Thread Bastian Germann

Am 04.05.24 um 03:33 schrieb Thorsten Glaser:

Hi Bastian,


I have already informed upstream about it.


did you do that on a mailing list?


I have reported to felix-dietl...@fefe.de.


Do you have a link?


No. It is not a public address.


What did upstream say?


No upstream response up to now.



Bug#1066228: xjdic: FTBFS: implicit declaration of functions

2024-05-07 Thread Bastian Germann

I am uploading a NMU that fixes this.
Please find the debdiff attached that builds on the experimental version.diff -Nru xjdic-24/debian/changelog xjdic-24/debian/changelog
--- xjdic-24/debian/changelog   2023-10-02 10:05:01.0 +
+++ xjdic-24/debian/changelog   2024-05-07 16:30:08.0 +
@@ -1,3 +1,10 @@
+xjdic (24-11.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix missing function declarations. Closes: #1066228
+
+ -- Bastian Germann   Tue, 07 May 2024 16:30:08 +
+
 xjdic (24-11.1) experimental; urgency=medium
 
   * Non-maintainer upload.
diff -Nru xjdic-24/debian/patches/missing-function-declarations.patch 
xjdic-24/debian/patches/missing-function-declarations.patch
--- xjdic-24/debian/patches/missing-function-declarations.patch 1970-01-01 
00:00:00.0 +
+++ xjdic-24/debian/patches/missing-function-declarations.patch 2024-05-07 
16:28:31.0 +
@@ -0,0 +1,70 @@
+diff -u xjdic-24/exjdxgen.c xjdic-24/exjdxgen.c
+--- xjdic-24/exjdxgen.c
 xjdic-24/exjdxgen.c
+@@ -22,7 +22,7 @@
+ #include 
+
+ #include 
+-/*#include */
++#include 
+ #include 
+ #include 
+ #include "xjdic.h"
+diff -u xjdic-24/xjdclient.c xjdic-24/xjdclient.c
+--- xjdic-24/xjdclient.c
 xjdic-24/xjdclient.c
+@@ -32,6 +32,7 @@
+ #include 
+ #include 
+ #include 
++#include 
+ #include 
+ #include 
+ #include 
+diff -u xjdic-24/xjdfrontend.c xjdic-24/xjdfrontend.c
+--- xjdic-24/xjdfrontend.c
 xjdic-24/xjdfrontend.c
+@@ -196,7 +196,6 @@
+ void RadSet();
+ void Verbtoggle();
+ void FiltSet();
+-void xjdicrc();
+ void DoRADICALS();
+ int Vlookup();
+ void AppKanji(unsigned char c1,unsigned char c2);
+diff -u xjdic-24/xjdic.h xjdic-24/xjdic.h
+--- xjdic-24/xjdic.h
 xjdic-24/xjdic.h
+@@ -71,3 +71,7 @@
+   longxjdrsp_dicloc;
+   unsigned char   xjdrsp_resstr[512];
+   } RSP_PDU;
++
++void EMtoggle();
++void xjdicrc();
++unsigned char dbchar(unsigned long xit);
+diff -u xjdic-24/xjdsa.c xjdic-24/xjdsa.c
+--- xjdic-24/xjdsa.c
 xjdic-24/xjdsa.c
+@@ -30,6 +30,8 @@
+ #include 
+ #include "xjdic.h"
+
++int Kstrcmp(int klen,unsigned char *str1);
++unsigned long jindex(unsigned long xit);
+ unsigned char Dnamet[10][100],XJDXnamet[10][100];
+ unsigned char CBname[100];
+ unsigned char *dicbufft[10];
+diff -u xjdic-24/xjdserver.c xjdic-24/xjdserver.c
+--- xjdic-24/xjdserver.c
 xjdic-24/xjdserver.c
+@@ -36,7 +36,9 @@
+
+ void xjdicrc();
+ void DicSet ();
++int Kstrcmp(int klen,unsigned char *str1);
+ unsigned char *DicName(int dn);
++unsigned long jindex(unsigned long xit);
+
+ int portno=XJ_PORTNO;
+ int DontFork = FALSE;
diff -Nru xjdic-24/debian/patches/series xjdic-24/debian/patches/series
--- xjdic-24/debian/patches/series  2023-10-02 10:05:01.0 +
+++ xjdic-24/debian/patches/series  2024-05-07 16:29:32.0 +
@@ -1 +1,2 @@
 debian.patch
+missing-function-declarations.patch


Bug#1070701: RM: roger-router -- RoQA; RC-buggy; stuck on end-of-life librm

2024-05-07 Thread Bastian Germann

Source: roger-router
Severity: normal

#1019303 shows that roger-router is stuck on librm getting updated to a newer 
libsoup to build with the current gupnp.
That is not going to happen because it is considered end-of-life. So if librm cannot be dropped from the dependencies, 
please remove both roger-router and librm. I am going to reassign this to ftp.debian.org after a while when nobody has 
answered.




Bug#1026175: RM: gcc-python-plugin -- RoQA; dead upstream; RC-buggy; last released with buster

2024-05-07 Thread Bastian Germann

Control: retitle -1 RM: gcc-python-plugin -- RoQA; dead upstream; RC-buggy; 
last released with buster
Control: reassign -1 ftp.debian.org

Please remove gcc-python-plugin. It is dead upstream, RC-buggy including a non-resolvable dependency, and was last 
released with buster. The removal was suggested 1.5 years ago to the maintainer and did not recieve any feedback.




Bug#1070698: transition: ticcutils

2024-05-07 Thread Bastian Germann

Package: release.debian.org
Severity: normal
X-Debbugs-Cc: ticcut...@packages.debian.org
Control: affects -1 + src:ticcutils
Control: forwarded -1 
https://release.debian.org/transitions/html/auto-ticcutils.html
User: release.debian@packages.debian.org
Usertags: transition

I am requesting a transition slot for ticcutils. The experimental version builds libticcutils9 while the unstable 
version has libticcutils8t64. The referenced tracker is okay. All reverse dependencies build with the experimental 
version (where an experimental version exists, it is the one that builds with libticcutils9).




Bug#1070428: bin86,elks-libc: copyright file missing (policy 12.5)

2024-05-05 Thread Bastian Germann

I am uploading another NMU to fix this issue. Sorry about that.
See the attached debdiff.diff -Nru 
linux86-0.16.17/debian/.debhelper/generated/bin86/installed-by-dh_installman 
linux86-0.16.17/debian/.debhelper/generated/bin86/installed-by-dh_installman
--- 
linux86-0.16.17/debian/.debhelper/generated/bin86/installed-by-dh_installman
1970-01-01 00:00:00.0 +
+++ 
linux86-0.16.17/debian/.debhelper/generated/bin86/installed-by-dh_installman
2024-05-05 15:26:06.0 +
@@ -0,0 +1,8 @@
+./debian/man/ar86.1
+./debian/man/objdump86.1
+./debian/man/ar86.1
+./debian/man/objdump86.1
+./debian/man/ar86.1
+./debian/man/objdump86.1
+./debian/man/ar86.1
+./debian/man/objdump86.1
diff -Nru linux86-0.16.17/debian/changelog linux86-0.16.17/debian/changelog
--- linux86-0.16.17/debian/changelog2024-02-21 13:47:40.0 +
+++ linux86-0.16.17/debian/changelog2024-05-05 15:26:06.0 +
@@ -1,3 +1,10 @@
+linux86 (0.16.17-3.6) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Move the package build directory. Closes: #1070428
+
+ -- Bastian Germann   Sun, 05 May 2024 15:26:06 +
+
 linux86 (0.16.17-3.5) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru linux86-0.16.17/debian/rules linux86-0.16.17/debian/rules
--- linux86-0.16.17/debian/rules2024-02-21 13:47:40.0 +
+++ linux86-0.16.17/debian/rules2024-05-05 15:26:06.0 +
@@ -16,98 +16,95 @@
rm -f build
make realclean
rm -f ld/ar.h
-   rm -rf debian/tmp*
+   rm -rf debian/bcc debian/bin86 debian/elks-libc debian/tmp
rm -f debian/files debian/substvars
 
 binary:binary-indep binary-arch
 
 binary-common: build
@test 0 = `id -u` || { echo "Error: not super-user"; exit 1; }
-   rm -rf debian/tmp*
+   rm -rf debian/bcc debian/bin86 debian/elks-libc
install -d debian/tmp
make install DIST=`pwd`/debian/tmp
 #  exit 5
gzip -9f debian/tmp/usr/man/man?/*
 
 binary-indep:  binary-common
-   install -d debian/tmp-elks-libc/DEBIAN
+   install -d debian/elks-libc/DEBIAN
 
 # ``elks-libc'' specific things:
-   install -d debian/tmp-elks-libc/usr/lib/bcc/kinclude
-   mv debian/tmp/usr/lib/bcc/*.* debian/tmp-elks-libc/usr/lib/bcc
-   mv debian/tmp/usr/lib/bcc/include 
debian/tmp-elks-libc/usr/lib/bcc
-   install -d debian/tmp-elks-libc/usr/lib/bcc/kinclude
-   cp -a libc/kinclude/linuxmt 
debian/tmp-elks-libc/usr/lib/bcc/kinclude/linuxmt
-   cp -a libc/kinclude/arch 
debian/tmp-elks-libc/usr/lib/bcc/kinclude/arch
-   touch debian/tmp-elks-libc/usr/lib/bcc/*include/*/
-   mv debian/tmp/usr/lib/bcc/i386 debian/tmp-elks-libc/usr/lib/bcc
+   install -d debian/elks-libc/usr/lib/bcc/kinclude
+   mv debian/tmp/usr/lib/bcc/*.* debian/elks-libc/usr/lib/bcc
+   mv debian/tmp/usr/lib/bcc/include debian/elks-libc/usr/lib/bcc
+   install -d debian/elks-libc/usr/lib/bcc/kinclude
+   cp -a libc/kinclude/linuxmt 
debian/elks-libc/usr/lib/bcc/kinclude/linuxmt
+   cp -a libc/kinclude/arch 
debian/elks-libc/usr/lib/bcc/kinclude/arch
+   touch debian/elks-libc/usr/lib/bcc/*include/*/
+   mv debian/tmp/usr/lib/bcc/i386 debian/elks-libc/usr/lib/bcc
 #
-   install -d debian/tmp-elks-libc/usr/share/doc/elks-libc
-   cp -p Changes 
debian/tmp-elks-libc/usr/share/doc/elks-libc/changelog
-   cp -p Contributors README 
debian/tmp-elks-libc/usr/share/doc/elks-libc/
-   cp -p libc/README 
debian/tmp-elks-libc/usr/share/doc/elks-libc/README.libc
-   cp -p libbsd/README.HLU 
debian/tmp-elks-libc/usr/share/doc/elks-libc/README.libbsd
-   cp -p debian/changelog 
debian/tmp-elks-libc/usr/share/doc/elks-libc/changelog.Debian
-   install -d debian/tmp-elks-libc/usr/share/lintian/overrides
-   cp -p debian/lintian.overrides 
debian/tmp-elks-libc/usr/share/lintian/overrides/elks-libc
-   gzip -9f debian/tmp-elks-libc/usr/share/doc/elks-libc/*
+   install -d debian/elks-libc/usr/share/doc/elks-libc
+   cp -p Changes debian/elks-libc/usr/share/doc/elks-libc/changelog
+   cp -p Contributors README 
debian/elks-libc/usr/share/doc/elks-libc/
+   cp -p libc/README 
debian/elks-libc/usr/share/doc/elks-libc/README.libc
+   cp -p libbsd/README.HLU 
debian/elks-libc/usr/share/doc/elks-libc/README.libbsd
+   cp -p debian/changelog 
debian/elks-libc/usr/share/doc/elks-libc/changelog.Debian
+   install -d debian/elks-libc/usr/share/lintian/overrides
+   cp -p debian/lintian.overrides 
debian/elk

Bug#1023405: unrar-free: Removed licenses/copyright in new upstream version

2024-05-03 Thread Bastian Germann
I am uploading a NMU to DELAYED/10 in order to fix this and the other open 
issues.
Please find the debdiff attached.

unrar-free_0.3.0-0.1.debdiff
Description: Binary data


Bug#1070312: O: zdbsp -- node builder library for OpenGL-based Doom-style games

2024-05-03 Thread Bastian Germann
Package: wnpp
X-Debbugs-Cc: j...@debian.org

Jonathan Dowland has essentially orphaned zdbsp with 
https://salsa.debian.org/debian/zdbsp/-/commit/b37655b0ffeab5ba2d8519ecec141f0f0a1d6061



Bug#1070311: O: poco -- C++ Portable Components

2024-05-03 Thread Bastian Germann
Package: wnpp

Christopher Knadle has orphaned the package with revision 1.11.0-4.



Bug#1070308: O: libextractor -- extracts meta-data from files

2024-05-03 Thread Bastian Germann
Package: wnpp

Daniel Baumann has orphaned this package with revision 1:1.13-3.



Bug#1070310: O: libextractor-java -- Java bindings for GNU libextractor

2024-05-03 Thread Bastian Germann
Package: wnpp

Daniel Baumann has orphaned this package with revision 1.0.0-7.



Bug#1070309: O: libextractor-python -- extracts meta-data from files (Python bindings)

2024-05-03 Thread Bastian Germann
Package: wnpp

Daniel Baumann has orphaned the package with revision 1:0.6-14.



Bug#1070307: O: gnunet-gtk -- peer-to-peer networking (GTK+ client)

2024-05-03 Thread Bastian Germann
Package: wnpp

With revision 0.20.0-3, Daniel Baumann has orphaned this package.



Bug#1070306: O: gnunet-fuse -- peer-to-peer framework (fuse filesystem client)

2024-05-03 Thread Bastian Germann
Package: wnpp

With revision 0.20.0-3, Daniel Baumann has orphaned this package.



Bug#1070305: O: gnunet -- secure peer-to-peer networking

2024-05-03 Thread Bastian Germann
Package: wnpp

With revision 0.20.0-4, Daniel Baumann has orphaned this package.



Bug#1070303: O: doodle -- Desktop Search Engine

2024-05-03 Thread Bastian Germann
Package: wnpp

With revision 0.7.2-8, Daniel Baumann has orphaned doodle.
Please consider adopting if you have the time and skills to maintain it.



Bug#1066513: NMU: libkal: FTBFS: implicit declaration of function

2024-05-03 Thread Bastian Germann
I am sponsoring a NMU in order to fix this.
Please find the debdiff attached.

libkal_0.9.0-3.1.debdiff
Description: Binary data


Bug#1070288: pplatex: depends on obsolete pcre3 library

2024-05-03 Thread Bastian Germann
Source: pplatex
Severity: serious
Version: 1.0~beta2023.12.01.repack-1
User: matthew-pcre...@debian.org
Usertags: obsolete-pcre3

Dear maintainer,

Your package still depends on the old, obsolete PCRE3 library (i.e.
Build-Depends libpcre3-dev). This has been end of life for a while now,
and upstream do not intend to fix any further bugs in it. Accordingly,
the pcre3 libraries are being removed from Debian.

The newer PCRE2 library was first released in 2015, and has been in
Debian since stretch. Upstream's documentation for PCRE2 is available
here: https://pcre.org/current/doc/html/

Many large projects that use PCRE have made the switch now (e.g. git,
php); it does involve some work, but we are now at the stage where
PCRE3 should not be used, particularly if it might ever be exposed to
untrusted input.

This is an add-on to the mass bug filing that was discussed at
https://lists.debian.org/debian-devel/2021/11/msg00176.html



Bug#1070259: tuiwidgets: Should experimental t64 version be uploaded to unstable?

2024-05-02 Thread Bastian Germann

Source: tuiwidgets
Version: 0.2.1-1.1~exp1
Severity: important
X-Debbugs-Cc: vor...@debian.org

tuiwidget was targeted to be part of the t64 transition but has not been uploaded to unstable after renaming the 
experimental library. Should this be done?




Bug#1061645: poco: NMU diff for 64-bit time_t transition

2024-05-02 Thread Bastian Germann

This has essentially happened because I have accidentally uploaded to unstable.
The only reverse dependency that still depends on the old SONAME is clickhouse, 
which FTBFS due to unrelated issues.
I think this can be closed.



Bug#1070044: sgrep: machine-readable copyright format

2024-04-29 Thread Bastian Germann
Source: sgrep
Version: 1.94a-7
Severity: wishlist

Thank you for including most of my changes from #1007530. However, the changes 
in d/copyright were not included even thought d/changelog claims that they 
were. Therefore, I am attaching the diff. Please consider applying it to 
actually convert d/copyright to the machine-readable format.

sgrep_1.94a-7_copyright.patch
Description: Binary data


Bug#1069854: O: universal-detector -- library for character set autodetection

2024-04-25 Thread Bastian Germann
Package: wnpp

Hereby I orphan the package universal-detector.
It is an Objective-C wrapper for the uchardet package by Mozilla.
Its intended use is filename encoding detection.



Bug#727656: Status of libpaper fork

2024-04-24 Thread Bastian Germann

Hi Reuben,

I have seen Simon's post about this. The new gnulib package has a new README that describes how to use the Debian 
package. There is a slight chance that FTP Masters might intervene in having a git bundle in a package because their 
reasoing to forbid the 3.0 (git) source format in the archive is that it is far easier to confirm that a file set is 
legally distributable when it is a plain tar archive. We will see.


For libpaper, we can think of using the new gnulib package when it has passed NEW. It is sitting in there waiting for an 
ack.


Cheers,
Bastian



Bug#1066491: libt3window: FTBFS: .config.c:8:13: error: implicit declaration of function ‘setupterm’

2024-04-23 Thread Bastian Germann
I am sponsoring a NMU with the debdiff given in #1069662.



Bug#1069689: mandos lost mandos.service systemd unit

2024-04-22 Thread Bastian Germann
I am uploading Helmut's changes as NMU. The debdiff is attached.

mandos_1.8.16-1.2.debdiff
Description: Binary data


Bug#1056901: network-manager-fortisslvpn: 1.4.0-1

2024-04-20 Thread Bastian Germann

Done. I haev uploaded a NMU with the referenced patch.



Bug#1068538: ruby-ffi-libarchive: arch:all package depends on pre-t64 library

2024-04-20 Thread Bastian Germann

I am uploading a NMU to fix this.
The debdiff is attached.diff -Nru ruby-ffi-libarchive-1.0.1/debian/changelog 
ruby-ffi-libarchive-1.0.1/debian/changelog
--- ruby-ffi-libarchive-1.0.1/debian/changelog  2020-06-06 02:12:45.0 
+
+++ ruby-ffi-libarchive-1.0.1/debian/changelog  2024-04-20 11:21:16.0 
+
@@ -1,3 +1,10 @@
+ruby-ffi-libarchive (1.0.1-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload (Closes: #1068538)
+  * d/watch: Scan with git mode
+
+ -- Bastian Germann   Sat, 20 Apr 2024 11:21:16 +
+
 ruby-ffi-libarchive (1.0.1-1) unstable; urgency=medium
 
   * Team upload.
diff -Nru ruby-ffi-libarchive-1.0.1/debian/watch 
ruby-ffi-libarchive-1.0.1/debian/watch
--- ruby-ffi-libarchive-1.0.1/debian/watch  2020-06-06 02:12:45.0 
+
+++ ruby-ffi-libarchive-1.0.1/debian/watch  2024-04-20 11:21:16.0 
+
@@ -1,2 +1,3 @@
 version=4
-https://github.com/chef/ffi-libarchive/releases .*/v(.*).tar.gz
+opts=mode=git \
+https://github.com/chef/ffi-libarchive.git refs/tags/v(\d\S*)


Bug#1069348: ruby-ethon: FTBFS

2024-04-20 Thread Bastian Germann

Source: ruby-ethon
Version: 0.16.0-1
Tags: ftbfs
Severity: serious

The package fails to build. Log on amd64:

Ethon::Multi
  .new
inits curl
with default options
  allows running #perform with the default execution_mode
  refuses to run #socket_action
when options not empty
  when pipelining is set
sets pipelining
  when execution_mode option is :socket_action
refuses to run #perform
allows running #socket_action
  #socket_action
supports an end-to-end request
supports multiple concurrent requests

Pending: (Failures listed here are expected and do not affect your suite's 
status)

  1) Ethon::Multi::Operations#check
 # untested
 # ./spec/ethon/multi/operations_spec.rb:274

  2) Ethon::Multi::Operations#run
 # untested
 # ./spec/ethon/multi/operations_spec.rb:278


Failures:

  1) Ethon::Easy::Informations#request_size returns 53
 Failure/Error: expect(easy.request_size).to eq(53)

   expected: 53
got: 0

   (compared using ==)
 # ./spec/ethon/easy/informations_spec.rb:92:in `block (3 levels) in '

Finished in 4.93 seconds (files took 0.94145 seconds to load)
578 examples, 1 failure, 2 pending

Failed examples:

rspec ./spec/ethon/easy/informations_spec.rb:91 # 
Ethon::Easy::Informations#request_size returns 53

/usr/share/rubygems-integration/all/gems/rspec-core-3.13.0/exe/rspec: warning: Exception in finalizer 
#, @proc=#Ethon::Curl.easy_cleanup(*)>, @autorelease=true>
/usr/lib/x86_64-linux-gnu/rubygems-integration/3.1.0/gems/ffi-1.16.3/lib/ffi/enum.rb:162:in `to_native': invalid enum 
value, "hi" (ArgumentError)

from 
/usr/lib/x86_64-linux-gnu/rubygems-integration/3.1.0/gems/ffi-1.16.3/lib/ffi/autopointer.rb:160:in
 `easy_cleanup'
from 
/usr/lib/x86_64-linux-gnu/rubygems-integration/3.1.0/gems/ffi-1.16.3/lib/ffi/autopointer.rb:160:in
 `call'
from 
/usr/lib/x86_64-linux-gnu/rubygems-integration/3.1.0/gems/ffi-1.16.3/lib/ffi/autopointer.rb:160:in
 `release'
from 
/usr/lib/x86_64-linux-gnu/rubygems-integration/3.1.0/gems/ffi-1.16.3/lib/ffi/autopointer.rb:151:in
 `call'
/usr/bin/ruby3.1 
-I/usr/share/rubygems-integration/all/gems/rspec-support-3.13.1/lib:/usr/share/rubygems-integration/all/gems/rspec-core-3.13.0/lib 
/usr/share/rubygems-integration/all/gems/rspec-core-3.13.0/exe/rspec --pattern ./spec/\*\*/\*_spec.rb --format 
documentation failed

ERROR: Test "ruby3.1" failed. Exiting.
dh_auto_install: error: dh_ruby --install debian/ruby-ethon returned exit code 1
make: *** [debian/rules:7: binary] Error 1



Bug#1068602: swtpm-libs - still depends on old libglib2.0-0 after binnmu

2024-04-20 Thread Bastian Germann

I am uploading a NMU to fix this.
The debdiff is attached.diff -Nru swtpm-0.7.1/debian/changelog swtpm-0.7.1/debian/changelog
--- swtpm-0.7.1/debian/changelog2023-05-18 17:52:09.0 +
+++ swtpm-0.7.1/debian/changelog2024-04-20 10:43:03.0 +
@@ -1,3 +1,10 @@
+swtpm (0.7.1-1.4) unstable; urgency=medium
+
+  * Non-maintainer upload
+  * Don't hard-code dependency on shared library package (Closes: #1068602)
+
+ -- Bastian Germann   Sat, 20 Apr 2024 10:43:03 +
+
 swtpm (0.7.1-1.3) unstable; urgency=medium
 
   * Non-maintainer upload
diff -Nru swtpm-0.7.1/debian/control swtpm-0.7.1/debian/control
--- swtpm-0.7.1/debian/control  2023-05-18 17:30:13.0 +
+++ swtpm-0.7.1/debian/control  2024-04-20 10:41:02.0 +
@@ -49,7 +49,7 @@
 Architecture: any
 Multi-Arch: same
 Pre-Depends: ${misc:Pre-Depends}
-Depends: libglib2.0-0,
+Depends: ${lib:Depends},
  libtpms0,
  openssl,
  ${misc:Depends},
diff -Nru swtpm-0.7.1/debian/rules swtpm-0.7.1/debian/rules
--- swtpm-0.7.1/debian/rules2023-05-18 15:10:10.0 +
+++ swtpm-0.7.1/debian/rules2024-04-20 10:39:52.0 +
@@ -13,6 +13,9 @@
SWTPM_TEST_SECCOMP_OPT="--seccomp action=none" make -j4 check VERBOSE=1
 endif
 
+override_dh_gencontrol:
+   dh_gencontrol -- -Vlib:Depends="$(shell dpkg-query -f '$${Depends}' -W 
libglib2.0-dev | sed -E 's/.*(libglib2.0-0[[:alnum:]]+).*/\1/')"
+
 override_dh_clean:
dh_clean --exclude=man/man8/swtpm-localca.8
 


Bug#1000118: generator-scripting-language: depends on obsolete pcre3 library

2024-04-20 Thread Bastian Germann

Control: forwarded -1 https://github.com/zeromq/gsl/pull/52

I have created an upstream Pull Request for Yavor's work.
Please consider merging it.



Bug#1066378: pike8.0: FTBFS: zlibmod.c:1235:5: error: implicit declaration of function ‘pop_n_elems’ [-Werror=implicit-function-declaration]

2024-04-20 Thread Bastian Germann

I am uploading a NMU to fix this.
The debdiff is attached.diff -Nru pike8.0-8.0.1738/debian/README.Debian 
pike8.0-8.0.1738/debian/README.Debian
--- pike8.0-8.0.1738/debian/README.Debian   2015-09-20 16:40:03.0 
+
+++ pike8.0-8.0.1738/debian/README.Debian   2024-04-20 08:24:08.0 
+
@@ -13,6 +13,7 @@
dependencies.
  - Mird: Old, unmaintained, largely unknown library.
  - Msql: Obsolete, proprietary DBM.
+ - PCRE: Depends on outdated library.
  - PDF: Uses unmaintained libraries unavailable in Debian.
  - Ssleay: Obsolete.
  - Oracle: Proprietary DBM (so far ...).
diff -Nru pike8.0-8.0.1738/debian/changelog pike8.0-8.0.1738/debian/changelog
--- pike8.0-8.0.1738/debian/changelog   2024-03-10 11:50:21.0 +
+++ pike8.0-8.0.1738/debian/changelog   2024-04-20 08:24:08.0 +
@@ -1,3 +1,12 @@
+pike8.0 (8.0.1738-1.4) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * d/copyright: Replace MPL text with link to common-licenses.
+  * Fix implicit declarations (Closes: #1066378).
+  * Add note on dropped PCRE module.
+
+ -- Bastian Germann   Sat, 20 Apr 2024 08:24:08 +
+
 pike8.0 (8.0.1738-1.3) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru pike8.0-8.0.1738/debian/copyright pike8.0-8.0.1738/debian/copyright
--- pike8.0-8.0.1738/debian/copyright   2015-09-20 18:06:03.0 +
+++ pike8.0-8.0.1738/debian/copyright   2024-04-20 08:23:34.0 +
@@ -59,474 +59,5 @@
 On Debian GNU/Linux systems, the complete text of the GNU Lesser General
 Public License can be found in `/usr/share/common-licenses/LGPL-2.1'.
 
-The full text of the Mozilla Public License 1.1 follows.
-
-  MOZILLA PUBLIC LICENSE
-Version 1.1
-
-  ---
-
-1. Definitions.
-
- 1.0.1. "Commercial Use" means distribution or otherwise making the
- Covered Code available to a third party.
-
- 1.1. "Contributor" means each entity that creates or contributes to
- the creation of Modifications.
-
- 1.2. "Contributor Version" means the combination of the Original
- Code, prior Modifications used by a Contributor, and the Modifications
- made by that particular Contributor.
-
- 1.3. "Covered Code" means the Original Code or Modifications or the
- combination of the Original Code and Modifications, in each case
- including portions thereof.
-
- 1.4. "Electronic Distribution Mechanism" means a mechanism generally
- accepted in the software development community for the electronic
- transfer of data.
-
- 1.5. "Executable" means Covered Code in any form other than Source
- Code.
-
- 1.6. "Initial Developer" means the individual or entity identified
- as the Initial Developer in the Source Code notice required by Exhibit
- A.
-
- 1.7. "Larger Work" means a work which combines Covered Code or
- portions thereof with code not governed by the terms of this License.
-
- 1.8. "License" means this document.
-
- 1.8.1. "Licensable" means having the right to grant, to the maximum
- extent possible, whether at the time of the initial grant or
- subsequently acquired, any and all of the rights conveyed herein.
-
- 1.9. "Modifications" means any addition to or deletion from the
- substance or structure of either the Original Code or any previous
- Modifications. When Covered Code is released as a series of files, a
- Modification is:
-  A. Any addition to or deletion from the contents of a file
-  containing Original Code or previous Modifications.
-
-  B. Any new file that contains any part of the Original Code or
-  previous Modifications.
-
- 1.10. "Original Code" means Source Code of computer software code
- which is described in the Source Code notice required by Exhibit A as
- Original Code, and which, at the time of its release under this
- License is not already Covered Code governed by this License.
-
- 1.10.1. "Patent Claims" means any patent claim(s), now owned or
- hereafter acquired, including without limitation,  method, process,
- and apparatus claims, in any patent Licensable by grantor.
-
- 1.11. "Source Code" means the preferred form of the Covered Code for
- making modifications to it, including all modules it contains, plus
- any associated interface definition files, scripts used to control
- compilation and installation of an Executable, or source code
- differential comparisons against either the Original Code or another
- well known, available Covered Code of the Contributor's choice. The
- Source Code can be in a compressed or archival form, provided the
- appropriate decompression or de-archiving software is widely availa

Bug#1068538: ruby-ffi-libarchive: arch:all package depends on pre-t64 library

2024-04-19 Thread Bastian Germann

This can be fixed with a binNMU.



Bug#1069327: rapid-photo-downloader: Depends on pre-t64 name

2024-04-19 Thread Bastian Germann

I am uploading a NMU to fix this. The debdiff is attached.diff -Nru rapid-photo-downloader-0.9.36/debian/changelog 
rapid-photo-downloader-0.9.36/debian/changelog
--- rapid-photo-downloader-0.9.36/debian/changelog  2024-03-14 
15:01:42.0 +
+++ rapid-photo-downloader-0.9.36/debian/changelog  2024-04-19 
22:36:39.0 +
@@ -1,3 +1,10 @@
+rapid-photo-downloader (0.9.36-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload
+  * Update build dependency to libgphoto2-6t64 (Closes: #1069327)
+
+ -- Bastian Germann   Fri, 19 Apr 2024 22:36:39 +
+
 rapid-photo-downloader (0.9.36-1) unstable; urgency=medium
 
   [ Tino Mettler ]
diff -Nru rapid-photo-downloader-0.9.36/debian/control 
rapid-photo-downloader-0.9.36/debian/control
--- rapid-photo-downloader-0.9.36/debian/control2024-03-14 
15:01:42.0 +
+++ rapid-photo-downloader-0.9.36/debian/control2024-04-19 
22:29:48.0 +
@@ -32,7 +32,7 @@
  gstreamer1.0-libav,
  gstreamer1.0-plugins-good,
  ifuse,
- libgphoto2-6,
+ libgphoto2-6t64,
  libimage-exiftool-perl,
  libimobiledevice-utils,
  libmediainfo0v5,


Bug#1069327: rapid-photo-downloader: Depends on pre-t64 name

2024-04-19 Thread Bastian Germann

Package: rapid-photo-downloader
Version: 0.9.36-1
Severity: important

The package depends on libgphoto2-6, which was replaced by libgphoto2-6t64.



Bug#1067209: jruby: please update libfixposix4 runtime depency

2024-04-19 Thread Bastian Germann

I am uploading a NMU to fix this. The debdiff is attached.diff -Nru jruby-9.4.6.0+ds/debian/changelog jruby-9.4.6.0+ds/debian/changelog
--- jruby-9.4.6.0+ds/debian/changelog   2024-02-29 00:39:52.0 +
+++ jruby-9.4.6.0+ds/debian/changelog   2024-04-19 22:06:26.0 +
@@ -1,3 +1,12 @@
+jruby (9.4.6.0+ds-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload
+
+  [ Gianfranco Costamagna ]
+  * d/control: update libfixposix4 runtime depency (Closes: #1067209)
+
+ -- Bastian Germann   Fri, 19 Apr 2024 22:06:26 +
+
 jruby (9.4.6.0+ds-1) unstable; urgency=medium
 
   * New upstream version 9.4.6.0+ds
diff -Nru jruby-9.4.6.0+ds/debian/control jruby-9.4.6.0+ds/debian/control
--- jruby-9.4.6.0+ds/debian/control 2024-02-29 00:39:52.0 +
+++ jruby-9.4.6.0+ds/debian/control 2024-04-19 22:05:30.0 +
@@ -62,7 +62,7 @@
  libasm-java (>= 9.5),
  libbackport9-java (>= 1.10),
  libdirgra-java,
- libfixposix4,
+ libfixposix4t64,
  libheadius-options-java (>= 1.4),
  libinvokebinder-java (>= 1.13),
  libjansi1-java,


Bug#1069323: syncevolution-common: Depends on pre-t64 package name

2024-04-19 Thread Bastian Germann

Package: syncevolution-common
Version: 2.0.0-3
Severity: important

The package depends on libsynthesis0v5 which was renamed during the t64 
transition.



Bug#1066005: NMU: error: implicit declaration of function ‘strlcpy’

2024-04-19 Thread Bastian Germann
I am uploading a NMU to fix this.
Please find the debdiff attached.

epic4_2.10.10-1.1.debdiff
Description: Binary data


Bug#1069296: sbmltoolbox: Depends on pre-t64 libsbml5

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

sbmltoolbox_4.1.0-5.1.debdiff
Description: Binary data


Bug#1069296: sbmltoolbox: Depends on pre-t64 libsbml5

2024-04-19 Thread Bastian Germann
Package: sbmltoolbox
Version: 4.1.0-5
Severity: important

The package depends on libsbml5, which was renamed as part of the t64 
transition.
Please drop that dependency as it is implicit via libsbml5-octave, which 
already depends on the new name.



Bug#1060546: mandos: Please switch Build-Depends to systemd-dev

2024-04-19 Thread Bastian Germann
I am uploading a NMU in order to fix this without delay as this is part of the 
t64 transition.

mandos_1.8.16-1.1.debdiff
Description: Binary data


Bug#1067923: alsa-ucm-conf: should depend on libasound2t64 instead of libasound2

2024-04-19 Thread Bastian Germann
I am uploading a NMU to fix this.
The debdiff is attached.

alsa-ucm-conf_1.2.11-1.1.debdiff
Description: Binary data


Bug#1007530: sgrep: please consider upgrading to 3.0 source format

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

sgrep_1.94a-6.1.debdiff
Description: Binary data


Bug#1067550: pytest-sourceorder: please consider upgrading to 3.0 source format

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

pytest-sourceorder_0.5.1-2.1.debdiff
Description: Binary data


Bug#1007046: libfile-chdir-perl: NMU

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

libfile-chdir-perl_0.1008-1.2.debdiff
Description: Binary data


Bug#1007405: icmptx: NMU

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

icmptx_0.2-1.1.debdiff
Description: Binary data


Bug#1007661: gworldclock: NMU

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

gworldclock_1.4.4-11.1.debdiff
Description: Binary data


Bug#1007686: gkrelltop: NMU

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

gkrelltop_2.2.13-1.2.debdiff
Description: Binary data


Bug#1007693: gkrellm-xkb: please consider upgrading to 3.0 source format

2024-04-17 Thread Bastian Germann

Control: tags -1 patch

I am uploading a NMU to DELAYED/10 in order to fix this.
Please find the debdiff attached.diff -Nru gkrellm-xkb-1.05/Makefile gkrellm-xkb-1.05/Makefile
--- gkrellm-xkb-1.05/Makefile   2024-04-17 21:36:56.0 +
+++ gkrellm-xkb-1.05/Makefile   2004-01-05 06:34:36.0 +
@@ -1,5 +1,5 @@
 
-PREFIX ?= $(DESTDIR)/usr
+PREFIX ?= /usr/local
 GTK_CONFIG = pkg-config gtk+-2.0
 PLUGIN_DIR ?= $(PREFIX)/lib/gkrellm2/plugins
 GKRELLM_INCLUDE = -I$(PREFIX)/include
diff -Nru gkrellm-xkb-1.05/debian/changelog gkrellm-xkb-1.05/debian/changelog
--- gkrellm-xkb-1.05/debian/changelog   2024-04-17 21:36:56.0 +
+++ gkrellm-xkb-1.05/debian/changelog   2024-04-17 21:24:31.0 +
@@ -1,3 +1,17 @@
+gkrellm-xkb (1.05-5.2) unstable; urgency=medium
+
+  * Non-maintainer upload
+  * d/copyright: Convert to machine-readable format
+  * Convert to source format 3.0 (Closes: #1007693)
+
+  [ Helmut Grohne ]
+  * Fix FTCBFS: (Closes: #958279)
++ Let dh_auto_build pass cross tools to make.
++ Make pkg-config substitutable.
++ Defer stripping to dh_strip.
+
+ -- Bastian Germann   Wed, 17 Apr 2024 21:24:31 +
+
 gkrellm-xkb (1.05-5.1) unstable; urgency=low
 
   * Non-maintainer upload.
diff -Nru gkrellm-xkb-1.05/debian/control gkrellm-xkb-1.05/debian/control
--- gkrellm-xkb-1.05/debian/control 2024-04-17 21:36:56.0 +
+++ gkrellm-xkb-1.05/debian/control 2024-04-17 21:24:31.0 +
@@ -2,7 +2,7 @@
 Section: x11
 Priority: optional
 Maintainer: Adam Sloboda 
-Build-Depends: debhelper (>= 5), gkrellm (>= 2.0.0), libgtk2.0-dev, pkg-config
+Build-Depends: debhelper (>= 7), gkrellm (>= 2.0.0), libgtk2.0-dev, pkgconf
 Standards-Version: 3.7.3
 Homepage: http://www.sweb.cz/tripie/gkrellm/xkb/
 
diff -Nru gkrellm-xkb-1.05/debian/copyright gkrellm-xkb-1.05/debian/copyright
--- gkrellm-xkb-1.05/debian/copyright   2024-04-17 21:36:56.0 +
+++ gkrellm-xkb-1.05/debian/copyright   2024-04-17 21:24:13.0 +
@@ -1,30 +1,34 @@
-This package was debianized by Adam Sloboda  on
-Thu, 13 Mar 2008 15:34:47 +0100.
-
-It was downloaded from http://www.sweb.cz/tripie/gkrellm/xkb/
-
-Upstream Author: Tomas Styblo 
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Comment:
+ This package was debianized by Adam Sloboda  on
+ Thu, 13 Mar 2008 15:34:47 +0100.
+Source:
+ http://www.sweb.cz/tripie/gkrellm/xkb/
+Upstream-Contact:
+ Tomas Styblo 
 
+Files: *
 Copyright: Copyright (C) 2003 Tomas Styblo 
+License: GPL-2+
 
-License:
-
+License: GPL-2+
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; either version 2 of the License, or
(at your option) any later version.
-
+ .
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'.
-
-The Debian packaging is (C) 2008, Adam Sloboda  and
-is licensed under the GPL, see above.
+Comment:
+ On Debian systems, the complete text of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL'.
+
+Files: debian/*
+Copyright: (C) 2008, Adam Sloboda 
+License: GPL-2+
diff -Nru gkrellm-xkb-1.05/debian/patches/debian.patch 
gkrellm-xkb-1.05/debian/patches/debian.patch
--- gkrellm-xkb-1.05/debian/patches/debian.patch1970-01-01 
00:00:00.0 +
+++ gkrellm-xkb-1.05/debian/patches/debian.patch2024-04-17 
21:24:31.0 +
@@ -0,0 +1,125 @@
+--- gkrellm-xkb-1.05.orig/Makefile
 gkrellm-xkb-1.05/Makefile
+@@ -1,5 +1,5 @@
+ 
+-PREFIX ?= /usr/local
++PREFIX ?= $(DESTDIR)/usr
+ GTK_CONFIG = pkg-config gtk+-2.0
+ PLUGIN_DIR ?= $(PREFIX)/lib/gkrellm2/plugins
+ GKRELLM_INCLUDE = -I$(PREFIX)/include
+--- gkrellm-xkb-1.05.orig/flags/unknown.xpm
 gkrellm-xkb-1.05/flags/unknown.xpm
+@@ -20,16 +20,16 @@ static char *flag_xpm_unknown[] = {
+ /* pixels */
+ ";",
+ ";",
+-"#O. X@",
+-" O*=@ +;;;",
+-"  ;;;",
+-&quo

Bug#1007348: gkrellm-thinkbat: please consider upgrading to 3.0 source format

2024-04-17 Thread Bastian Germann

Control: tags -1 patch

I am uploading a NMU to DELAYED/10 in order to fix this.
Please find the debdiff attached.diff -Nru gkrellm-thinkbat-0.2.2/Makefile gkrellm-thinkbat-0.2.2/Makefile
--- gkrellm-thinkbat-0.2.2/Makefile 2024-04-17 21:17:02.0 +
+++ gkrellm-thinkbat-0.2.2/Makefile 2006-02-12 11:58:44.0 +
@@ -3,7 +3,7 @@
 CFLAGS = -I. -Wall -pedantic -O2
 INCLUDE = `pkg-config gtk+-2.0 --cflags` -fPIC -DVERSION=\"$(VERSION)\"
 LFLAGS = -shared -lm
-INSTALLDIR = $(DESTDIR)/usr/lib/gkrellm2/plugins/
+INSTALLDIR = ~/.gkrellm2/plugins/
 
 
 
@@ -19,7 +19,7 @@
$(CC) $(INCLUDE) -c collect_data.c
 
 clean :
-   rm -f *.o gkrellm-thinkbat.so
+   rm *.o gkrellm-thinkbat.so
 
 install : gkrellm-thinkbat.so
install -d $(INSTALLDIR)
diff -Nru gkrellm-thinkbat-0.2.2/debian/changelog 
gkrellm-thinkbat-0.2.2/debian/changelog
--- gkrellm-thinkbat-0.2.2/debian/changelog 2024-04-17 21:17:02.0 
+
+++ gkrellm-thinkbat-0.2.2/debian/changelog 2024-04-17 21:07:36.0 
+
@@ -1,3 +1,12 @@
+gkrellm-thinkbat (0.2.2-1.2) unstable; urgency=medium
+
+  * Non-maintainer upload
+  * Convert to source format 3.0 (Closes: #1007348)
+  * d/copyright: Convert to machine-readable format
+  * Build-Depend on pkgconf instead of pkg-config
+
+ -- Bastian Germann   Wed, 17 Apr 2024 21:07:36 +
+
 gkrellm-thinkbat (0.2.2-1.1) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru gkrellm-thinkbat-0.2.2/debian/control 
gkrellm-thinkbat-0.2.2/debian/control
--- gkrellm-thinkbat-0.2.2/debian/control   2024-04-17 21:17:02.0 
+
+++ gkrellm-thinkbat-0.2.2/debian/control   2024-04-17 21:07:36.0 
+
@@ -2,7 +2,7 @@
 Section: x11
 Priority: optional
 Maintainer: Adam Sloboda 
-Build-Depends: debhelper (>= 5), gkrellm (>= 2.0.0), libgtk2.0-dev, pkg-config
+Build-Depends: debhelper (>= 5), gkrellm (>= 2.0.0), libgtk2.0-dev, pkgconf
 Standards-Version: 3.7.3
 Homepage: http://people.ksp.sk/~rasto/gkrellm-thinkbat/
 
diff -Nru gkrellm-thinkbat-0.2.2/debian/copyright 
gkrellm-thinkbat-0.2.2/debian/copyright
--- gkrellm-thinkbat-0.2.2/debian/copyright 2024-04-17 21:17:02.0 
+
+++ gkrellm-thinkbat-0.2.2/debian/copyright 2024-04-17 21:07:36.0 
+
@@ -1,31 +1,34 @@
-This package was debianized by Adam Sloboda  on
-Thu, 13 Mar 2008 22:18:07 +0100.
-
-It was downloaded from http://people.ksp.sk/~rasto/gkrellm-thinkbat/
-
-Upstream Author: Rasto Sramek 
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Comment:
+ This package was debianized by Adam Sloboda  on
+ Thu, 13 Mar 2008 22:18:07 +0100.
+Source:
+ http://people.ksp.sk/~rasto/gkrellm-thinkbat/
+Upstream-Contact:
+ Rasto Sramek 
 
+Files: *
 Copyright: (C) 2006 Rasto Sramek 
+License: GPL-2+
 
-
-License:
-
+License: GPL-2+
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; either version 2 of the License, or
(at your option) any later version.
-
+ .
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'.
-
-The Debian packaging is (C) 2008, Adam Sloboda  and
-is licensed under the GPL, see above.
+Comment:
+ On Debian systems, the complete text of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL'.
+
+Files: debian/*
+Copyright: (C) 2008, Adam Sloboda 
+License: GPL-2+
diff -Nru gkrellm-thinkbat-0.2.2/debian/patches/Makefile.patch 
gkrellm-thinkbat-0.2.2/debian/patches/Makefile.patch
--- gkrellm-thinkbat-0.2.2/debian/patches/Makefile.patch1970-01-01 
00:00:00.0 +
+++ gkrellm-thinkbat-0.2.2/debian/patches/Makefile.patch2024-04-17 
21:07:36.0 +
@@ -0,0 +1,20 @@
+--- gkrellm-thinkbat-0.2.2.orig/Makefile
 gkrellm-thinkbat-0.2.2/Makefile
+@@ -3,7 +3,7 @@ CC = gcc
+ CFLAGS = -I. -Wall -pedantic -O2
+ INCLUDE = `pkg-config gtk+-2.0 --cflags` -fPIC -DVERSION=\"$(VERSION)\"
+ LFLAGS = -shared -lm
+-INSTALLDIR = ~/.gkrellm2/plugins/
++INSTALLDIR = $(DESTDIR)/usr/lib/gkrellm2/plugins/
+ 
+ 
+ 
+@@ -19,7 +19,7 @@ collect_data.o : collect_data.h
+   $(CC) $(INCLUDE) -c collect_data.c
+ 
+ clean :
+-  rm *.o gkrellm-thinkbat.so
++  rm -f *.o gkrellm-thinkbat.so
+ 
+ install : gkrellm-thinkbat.so
+   install -d $(INSTALLDIR)
diff -Nru gkrellm-thinkbat-0.2.

Bug#1007394: gitpkg: please consider upgrading to 3.0 source format

2024-04-17 Thread Bastian Germann

Control: tags -1 patch

Please find a patch for this included, which also converts d/copyright to the 
machine-readable format.diff -Nru gitpkg-0.31/debian/changelog gitpkg-0.31+nmu1/debian/changelog
--- gitpkg-0.31/debian/changelog2023-09-30 08:42:57.0 +
+++ gitpkg-0.31+nmu1/debian/changelog   2024-04-17 20:57:23.0 +
@@ -1,3 +1,11 @@
+gitpkg (0.31+nmu1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Convert to source format 3.0.  Closes: #1007394
+  * d/copyright: Convert to machine-readable format.
+
+ -- Bastian Germann   Wed, 17 Apr 2024 20:57:23 +
+
 gitpkg (0.31) unstable; urgency=medium
 
   * Support exporting submodules as part of the superproject package.
diff -Nru gitpkg-0.31/debian/copyright gitpkg-0.31+nmu1/debian/copyright
--- gitpkg-0.31/debian/copyright2023-09-30 08:42:57.0 +
+++ gitpkg-0.31+nmu1/debian/copyright   2024-04-17 20:57:23.0 +
@@ -1,22 +1,25 @@
-This package was created from whole cloth by Ron  on
-Fri, 31 Aug 2007 06:53:06 +0930.
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Comment:
+ This package was created from whole cloth by Ron  on
+ Fri, 31 Aug 2007 06:53:06 +0930.
 
+Files:
 Copyright (C) 2007 - 2023, Ron Lee
-
+License: GPL-2+
 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; either version 2 of the License, or
 (at your option) any later version.
- 
+ . 
 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'.
+Comment:
+ On Debian systems, the complete text of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL'.
 
diff -Nru gitpkg-0.31/debian/source/format gitpkg-0.31+nmu1/debian/source/format
--- gitpkg-0.31/debian/source/format1970-01-01 00:00:00.0 +
+++ gitpkg-0.31+nmu1/debian/source/format   2024-04-17 20:57:23.0 
+
@@ -0,0 +1 @@
+3.0 (native)


Bug#1069132: gm-assistant: Openclipart public domain dedication is misrepresented as CC0

2024-04-16 Thread Bastian Germann

I am uploading a NMU to fix this. The debdiff is included.diff -Nru gm-assistant-1.2.4/debian/changelog 
gm-assistant-1.2.4/debian/changelog
--- gm-assistant-1.2.4/debian/changelog 2022-03-02 19:42:26.0 +
+++ gm-assistant-1.2.4/debian/changelog 2024-04-16 21:59:05.0 +
@@ -1,3 +1,10 @@
+gm-assistant (1.2.4-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload
+  * Correct CC public domain dedication (Closes: #1069132)
+
+ -- Bastian Germann   Tue, 16 Apr 2024 21:59:05 +
+
 gm-assistant (1.2.4-1) unstable; urgency=medium
 
   * New upstream release
diff -Nru gm-assistant-1.2.4/debian/copyright 
gm-assistant-1.2.4/debian/copyright
--- gm-assistant-1.2.4/debian/copyright 2022-03-02 19:42:26.0 +
+++ gm-assistant-1.2.4/debian/copyright 2024-04-16 21:53:53.0 +
@@ -15,13 +15,38 @@
 
 Files: data/images/*
 Copyright: None
-License: CC0-1.0
 Comment: Found on http://openclipart.org
+License: CC-PDDC
+ The person or persons who have associated work with this document (the
+ "Dedicator" or "Certifier") hereby either (a) certifies that, to the best of
+ his knowledge, the work of authorship identified is in the public domain of 
the
+ country from which the work is published, or (b) hereby dedicates whatever
+ copyright the dedicators holds in the work of authorship identified below (the
+ "Work") to the public domain. A certifier, moreover, dedicates any copyright
+ interest he may have in the associated work, and for these purposes, is
+ described as a "dedicator" below.
+ .
+ A certifier has taken reasonable steps to verify the copyright status of this
+ work. Certifier recognizes that his good faith efforts may not shield him from
+ liability if in fact the work certified is not in the public domain.
+ .
+ Dedicator makes this dedication for the benefit of the public at large and to
+ the detriment of the Dedicator's heirs and successors. Dedicator intends this
+ dedication to be an overt act of relinquishment in perpetuity of all present
+ and future rights under copyright law, whether vested or contingent, in the
+ Work. Dedicator understands that such relinquishment of all rights includes 
the
+ relinquishment of all rights to enforce (by lawsuit or otherwise) those
+ copyrights in the Work.
+ .
+ Dedicator recognizes that, once placed in the public domain, the Work may be
+ freely reproduced, distributed, transmitted, used, modified, built upon, or
+ otherwise exploited by anyone for any purpose, commercial or non-commercial,
+ and in any way, including by methods that have not yet been invented or
+ conceived.
 
-Files: data/images/empty.svg
-Copyright: None
+Files: fr.free.gmassistant.metainfo.xml.in
+Copyright: Vincent Prat & Simon Nicolas
 License: CC0-1.0
-Comment: Created by Vincent Prat
 
 Files: data/images/GMA.svg
 Copyright: 2011 Vincent Prat


Bug#1069132: gm-assistant: Openclipart public domain dedication is misrepresented as CC0

2024-04-16 Thread Bastian Germann

Source: gm-assistant
Version: 1.2.4-1
Control: forwarded -1 https://github.com/ViviCoder/GM-Assistant/issues/158

The metadata of the openclipart SVGs links to https://creativecommons.org/licenses/publicdomain/ which d/copyright and 
upstream's COPYRIGHT file claim to be CC0-1.0. That is not true. CC0-1.0 is not a mere public domain dedication that is 
represented by that link. SPDX assigned the short license name CC-PDDC for that.


fr.free.gmassistant.metainfo.xml.in, which is indeed licensed under CC0, is not mentioned in d/copyright but has to be 
documented.




Bug#1069119: gpsshogi: EPL missing from debian/copyright

2024-04-16 Thread Bastian Germann

I am uploading a NMU to fix this. The debdiff is included and also pushed to 
git.diff -Nru gpsshogi-0.7.0/debian/changelog gpsshogi-0.7.0/debian/changelog
--- gpsshogi-0.7.0/debian/changelog 2022-09-27 19:03:18.0 +
+++ gpsshogi-0.7.0/debian/changelog 2024-04-16 18:56:27.0 +
@@ -1,3 +1,11 @@
+gpsshogi (0.7.0-3.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * d/copyright: Convert to standardized format
+  * d/copyright: Include EPL text (Closes: #1069119)
+
+ -- Bastian Germann   Tue, 16 Apr 2024 18:56:27 +
+
 gpsshogi (0.7.0-3.1) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru gpsshogi-0.7.0/debian/copyright gpsshogi-0.7.0/debian/copyright
--- gpsshogi-0.7.0/debian/copyright 2022-09-27 18:58:24.0 +
+++ gpsshogi-0.7.0/debian/copyright 2024-04-16 18:56:27.0 +
@@ -1,13 +1,13 @@
-Format-Specification: 
http://wiki.debian.org/Proposals/CopyrightFormat?action=recall=420
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: GPSShogi
-Upstream-Maintainer: 
+Upstream-Contact:
   TANAKA   Tetsurou  
   KANEKO   Tomoyuki  
   MORIWAKI Daigo 
   SOEDAShunsuke  
   HAYASHI  Yoshiki   
   TAKEUCHI Shougo
-Upstream-Source: http://gps.tanaka.ecc.u-tokyo.ac.jp/osl/
+Source: http://gps.tanaka.ecc.u-tokyo.ac.jp/osl/
 
 Files: *
 Copyright: Copyright (C) 2003-2010 Team GPS
@@ -25,7 +25,7 @@
  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., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
- .
+Comment:
  On Debian systems, the complete text of the GNU General Public License can
  be found in `/usr/share/common-licenses/GPL-2'.
 
@@ -54,17 +54,212 @@
  .
  This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
  WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
- .
+Comment:
  On Debian systems, the complete text of the GNU General Public License can
  be found in `/usr/share/common-licenses/GPL-2'.
 
 Files: sample/cluster_dashboard/src/net/n01se/clojure_jna.clj
 Copyright: Copyright (c) Chris Houser, May 2009. All rights reserved.
-License:  EPL-1
+Comment:
  The use and distribution terms for this software are covered by the
  Eclipse Public License 1.0 (http://opensource.org/licenses/eclipse-1.0.php)
  which can be found in the file epl-v10.html at the root of this distribution.
  By using this software in any fashion, you are agreeing to be bound by
  the terms of this license.
  You must not remove this notice, or any other, from this software.
-
+License: EPL-1
+ Eclipse Public License - v 1.0
+ .
+ THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE PUBLIC
+ LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM
+ CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.
+ .
+ 1. DEFINITIONS
+ .
+ "Contribution" means:
+ .
+ a) in the case of the initial Contributor, the initial code and documentation
+distributed under this Agreement, and
+ b) in the case of each subsequent Contributor:
+ i) changes to the Program, and
+ ii) additions to the Program;
+ where such changes and/or additions to the Program originate from and are
+ distributed by that particular Contributor. A Contribution 'originates' from
+ a Contributor if it was added to the Program by such Contributor itself or
+ anyone acting on such Contributor's behalf. Contributions do not include
+ additions to the Program which: (i) are separate modules of software
+ distributed in conjunction with the Program under their own license agreement,
+ and (ii) are not derivative works of the Program.
+ "Contributor" means any person or entity that distributes the Program.
+ .
+ "Licensed Patents" mean patent claims licensable by a Contributor which are
+ necessarily infringed by the use or sale of its Contribution alone or when
+ combined with the Program.
+ .
+ "Program" means the Contributions distributed in accordance with this 
Agreement.
+ .
+ "Recipient" means anyone who receives the Program under this Agreement,
+ including all Contributors.
+ .
+ 2. GRANT OF RIGHTS
+ .
+ a) Subject to the terms of this Agreement, each Contributor hereby grants
+Recipient a non-exclusive, worldwide, royalty-free copyright license to
+reproduce, prepare derivative works of, publicly display, publicly perform,
+distribute and sublicense the Contribution of such Contributor, if any, and
+such derivative works, in source code and object code form.
+ b) Subject to the terms of this Agreement, each Contributor hereby grants
+Recipient a non-exclusive, worldwide, royalty-free patent license under
+Licensed Patents to make, use, sell, offer to sell, import and otherwise
+transfer the Contribution of such Contributor, if any, in source code and
+object c

Bug#1069119: gpsshogi: EPL missing from debian/copyright

2024-04-16 Thread Bastian Germann

Source: gpsshogi
Version: 0.7.0-3.1
Severity: serious

The EPL-1 that is mentioned in d/copyright is not included in that file with 
the complete text.
A copy is included in debian/epl-v10.txt. Please include it in d/copyright.



Bug#974972: unar: There is a new upstream version

2024-04-14 Thread Bastian Germann

Please use the new package universal-detector for importing the new version.



Bug#997264: seriousproton: ftbfs FIX

2024-04-14 Thread Bastian Germann

I am uploading a LowNMU with the posted patch in order to fix this.
The debdiff is included and the changes are in git.diff -Nru seriousproton-2020.01.15+dfsg/debian/changelog 
seriousproton-2020.01.15+dfsg/debian/changelog
--- seriousproton-2020.01.15+dfsg/debian/changelog  2020-01-30 
19:26:09.0 +
+++ seriousproton-2020.01.15+dfsg/debian/changelog  2024-04-14 
17:34:45.0 +
@@ -1,3 +1,16 @@
+seriousproton (2020.01.15+dfsg-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload
+  * Remove non-ASCII characters from Description
+
+  [ Nicolas Braud-Santoni ]
+  * libseriousproton-dev: Add missing dependencies
+
+  [ David Paul ]
+  * Fix FTBFS with libbox2d-dev >= 2.4.0 (Closes: #997264)
+
+ -- Bastian Germann   Sun, 14 Apr 2024 17:34:45 +
+
 seriousproton (2020.01.15+dfsg-1) unstable; urgency=medium
 
   * New upstream release
diff -Nru seriousproton-2020.01.15+dfsg/debian/control 
seriousproton-2020.01.15+dfsg/debian/control
--- seriousproton-2020.01.15+dfsg/debian/control2020-01-30 
19:26:09.0 +
+++ seriousproton-2020.01.15+dfsg/debian/control2024-04-14 
17:26:00.0 +
@@ -14,11 +14,12 @@
 Section: libdevel
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends},
- libseriousproton0 (= ${binary:Version})
+ libseriousproton0 (= ${binary:Version}),
+ libbox2d-dev, liblua5.3-dev, libsfml-dev
 Description: C++ game engine -- development files
  SeriousProton is implemented atop SFML, from scratch.
  .
- “There will be dragons and undocumented stuff in here.”
+ "There will be dragons and undocumented stuff in here."
  .
  This package contains the development files (CMake, headers, ...)
 
@@ -28,6 +29,6 @@
 Description: C++ game engine -- shared library
  SeriousProton is implemented atop SFML, from scratch.
  .
- “There will be dragons and undocumented stuff in here.”
+ "There will be dragons and undocumented stuff in here."
  .
  This package contains the shared library.
diff -Nru 
seriousproton-2020.01.15+dfsg/debian/patches/0006-Fix-FTBFS-with-box2d-2.4.0-or-later.patch
 
seriousproton-2020.01.15+dfsg/debian/patches/0006-Fix-FTBFS-with-box2d-2.4.0-or-later.patch
--- 
seriousproton-2020.01.15+dfsg/debian/patches/0006-Fix-FTBFS-with-box2d-2.4.0-or-later.patch
 1970-01-01 00:00:00.0 +
+++ 
seriousproton-2020.01.15+dfsg/debian/patches/0006-Fix-FTBFS-with-box2d-2.4.0-or-later.patch
 2024-04-14 17:20:56.0 +
@@ -0,0 +1,73 @@
+Description: Fix FTBFS with Box2D >= 2.4.0
+ Adapted from a pull request in the upstream repository.
+Origin: https://github.com/daid/SeriousProton/pull/67
+Bug-Debian: https://bugs.debian.org/997264
+Last-Update: 2022-06-08
+---
+
+Index: seriousproton-2020.01.15+dfsg/src/collisionable.h
+===
+--- seriousproton-2020.01.15+dfsg.orig/src/collisionable.h
 seriousproton-2020.01.15+dfsg/src/collisionable.h
+@@ -2,7 +2,7 @@
+ #define COLLISIONABLE_H
+ 
+ #include "P.h"
+-#include "Box2D/Box2D.h"
++#include "box2d/box2d.h"
+ 
+ class Collisionable;
+ class CollisionManager
+Index: seriousproton-2020.01.15+dfsg/src/collisionable.cpp
+===
+--- seriousproton-2020.01.15+dfsg.orig/src/collisionable.cpp
 seriousproton-2020.01.15+dfsg/src/collisionable.cpp
+@@ -30,7 +30,7 @@ public:
+   /// @return false to terminate the query.
+   virtual bool ReportFixture(b2Fixture* fixture)
+   {
+-P ptr = 
(Collisionable*)fixture->GetBody()->GetUserData();
++P ptr = 
reinterpret_cast(fixture->GetBody()->GetUserData().pointer);
+ if (ptr)
+ list.push_back(ptr);
+ return true;
+@@ -75,8 +75,8 @@ void CollisionManager::handleCollisions(
+ {
+ if (contact->IsTouching() && contact->IsEnabled())
+ {
+-Collisionable* A = 
(Collisionable*)contact->GetFixtureA()->GetBody()->GetUserData();
+-Collisionable* B = 
(Collisionable*)contact->GetFixtureB()->GetBody()->GetUserData();
++Collisionable* A = 
reinterpret_cast(contact->GetFixtureA()->GetBody()->GetUserData().pointer);
++Collisionable* B = 
reinterpret_cast(contact->GetFixtureB()->GetBody()->GetUserData().pointer);
+ if (!A->isDestroyed() && !B->isDestroyed())
+ {
+ float collision_force = 0.0f;
+@@ -220,7 +220,7 @@ void Collisionable::setCollisionChain(co
+ }
+ else
+ {
+-shape.CreateChain(b_points.data(), b_points.size());
++shape.CreateChain(b_points.data(), b_points.size(), b2Vec2_zero, 
b2Vec2_zero);
+ }
+ 
+ createBody();
+@@ -271,7 +271,7 @@ void Collisionable::createBody(b2Shape*
+ }else{
+ b2BodyDef bodyDef;
+ bodyDef.type = static_p

Bug#1068991: seriousproton: Uses the Game Team's git but is not team-maintained

2024-04-14 Thread Bastian Germann

Source: seriousproton
Version: 2019.05.21+dfsg-1

seriousproton uses a git repo within the Game Team's namespace but it is not 
team-maintained.
Please make it team-maintained or move the git repo.



Bug#1068887: ucommon: FTBFS on i386 after package hijack

2024-04-12 Thread Bastian Germann

Source: ucommon
Version: 7.0.1-0.3
X-Debbugs-Cc: vor...@debian.org
Severity: serious

Hi Steve,

with your last ucommon NMU you have fixed the armel/armhf builds but you have 
introduced a symbol-based FTBFS on i386:
https://buildd.debian.org/status/fetch.php?pkg=ucommon=i386=7.0.1-0.3=1710782303=0

Also, you have hijacked the package, which has also happened on coin3 and libvformat. It is obvious that this was not 
done intentionally. But please make sure that this does not happen so often. Maybe introduce a check on dput that checks 
the Maintainer field and if it is an upload to Debian and has the XSBC-Original-Maintainer field set, prevent the upload.


I have fixed the Maintainer field in git already. It would be nice if you could 
fix the i386 FTBFS.

Cheers,
Bastian



Bug#1055755: transition: libre/rem/baresip

2024-04-12 Thread Bastian Germann

Control: tags -1 - moreinfo

On Fri, 10 Nov 2023 22:34:49 +0100 Sebastian Ramacher  
wrote:

Did you coordinate this plan with the maintainer of libre?


I am now part of the maintaining team and confirm my request.



Bug#1068883: RM: boost1.81/experimental -- RoQA; superseded by boost1.83; accidentally part of time_t transition

2024-04-12 Thread Bastian Germann

Package: ftp.debian.org
Severity: normal
User: ftp.debian@packages.debian.org
Usertags: remove

Please remove the experimental boost1.81 which was NMUed to experimental on the 
day that it got removed from unstable.



Bug#1067046: RM: pyhanko/experimental -- ROM; An ITP was raised for python-pyhanko, and python-pyhanko is in the NEW queue

2024-04-12 Thread Bastian Germann

Control: reopen -1

On Thu, 11 Apr 2024 08:41:44 -0400 Scott Kitterman  wrote:

No longer in experimental, so closing the bug.


It was never in experimental but it is still in NEW.
The python-pyhanko should stay in NEW but the pyhanko package should be removed.



Bug#961434: baresip-core: stack smashing detected with evdev module

2024-04-10 Thread Bastian Germann

I am uploading a NMU to experimental in order to fix this.
Please consider confirming the transition #1055755 so that it can move to 
unstable.diff -Nru baresip-1.1.0/debian/changelog baresip-1.1.0/debian/changelog
--- baresip-1.1.0/debian/changelog  2023-10-14 16:59:36.0 +
+++ baresip-1.1.0/debian/changelog  2024-04-10 20:52:08.0 +
@@ -1,3 +1,11 @@
+baresip (1.1.0-0.2) experimental; urgency=medium
+
+  * Non-maintainer upload
+  * Remove OMX support (see #1065623)
+  * Fix stack smashing (Closes: #961434)
+
+ -- Bastian Germann   Wed, 10 Apr 2024 20:52:08 +
+
 baresip (1.1.0-0.1) experimental; urgency=medium
 
   * Non-maintainer upload
diff -Nru baresip-1.1.0/debian/control baresip-1.1.0/debian/control
--- baresip-1.1.0/debian/control2023-10-14 16:59:36.0 +
+++ baresip-1.1.0/debian/control2024-04-10 20:52:03.0 +
@@ -22,7 +22,6 @@
  libmosquitto-dev,
  libmp3lame-dev,
  libmpg123-dev,
- libomxil-bellagio-dev,
  libopenaptx-dev,
  libopencore-amrnb-dev,
  libopencore-amrwb-dev,
diff -Nru baresip-1.1.0/debian/patches/0002_70a7f45.patch 
baresip-1.1.0/debian/patches/0002_70a7f45.patch
--- baresip-1.1.0/debian/patches/0002_70a7f45.patch 1970-01-01 
00:00:00.0 +
+++ baresip-1.1.0/debian/patches/0002_70a7f45.patch 2024-04-10 
20:52:08.0 +
@@ -0,0 +1,39 @@
+Origin: upstream, 70a7f456668426a2b59911a04bf42f93a3b2bec6
+From: Sebastian Reimers 
+Date: Mon, 16 May 2022 08:19:14 +0200
+Subject: evdev: fix wrong ioctl size (#1843)
+
+found and fixed by debian:
+https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=961434
+---
+ modules/evdev/print.c | 8 
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+diff --git a/modules/evdev/print.c b/modules/evdev/print.c
+index f04f4af4e..6571c1f8f 100644
+--- a/modules/evdev/print.c
 b/modules/evdev/print.c
+@@ -42,11 +42,11 @@ void print_name(int fd)
+  */
+ void print_events(int fd)
+ {
+-  uint8_t evtype_bitmask[EV_MAX/8 + 1];
++  uint8_t evbitmask[EV_MAX/8 + 1];
+   int i;
+ 
+-  memset(evtype_bitmask, 0, sizeof(evtype_bitmask));
+-  if (ioctl(fd, EVIOCGBIT(0, EV_MAX), evtype_bitmask) < 0) {
++  memset(evbitmask, 0, sizeof(evbitmask));
++  if (ioctl(fd, EVIOCGBIT(0, sizeof(evbitmask)), evbitmask) < 0) {
+   warning("evdev: ioctl EVIOCGBIT (%m)\n", errno);
+   return;
+   }
+@@ -54,7 +54,7 @@ void print_events(int fd)
+   printf("Supported event types:\n");
+ 
+   for (i = 0; i < EV_MAX; i++) {
+-  if (!test_bit(i, evtype_bitmask))
++  if (!test_bit(i, evbitmask))
+   continue;
+ 
+   printf("  Event type 0x%02x ", i);
diff -Nru baresip-1.1.0/debian/patches/series 
baresip-1.1.0/debian/patches/series
--- baresip-1.1.0/debian/patches/series 2023-10-14 16:59:36.0 +
+++ baresip-1.1.0/debian/patches/series 2024-04-10 20:52:08.0 +
@@ -1,3 +1,4 @@
+0002_70a7f45.patch
 1002_system_header_locations.patch
 2001_drop_libre_so_check.patch
 2002_test_verbose.patch
diff -Nru baresip-1.1.0/debian/rules baresip-1.1.0/debian/rules
--- baresip-1.1.0/debian/rules  2023-10-14 16:59:36.0 +
+++ baresip-1.1.0/debian/rules  2024-04-10 20:52:08.0 +
@@ -26,7 +26,7 @@
 ffmpeg-mods = avcodec avfilter avformat swscale
 gstreamer-mods = gst gst_video
 gtk-mods = gtk
-x11-mods = cairo omx pulse rst sdl vidinfo x11 x11grab
+x11-mods = cairo pulse rst sdl vidinfo x11 x11grab
 
 DEB_MAKE_EXTRA_ARGS = V=1 PREFIX=/usr RELEASE=1 \
EXTRA_MODULES="$(core-mods-extra) avfilter swscale" \


Bug#1067309: xerces-c: FTBFS: Exception in thread "main" java.lang.UnsatisfiedLinkError: /usr/lib/jvm/java-17-openjdk-amd64/lib/libfontmanager.so: libharfbuzz.so.0: cannot open shared object file: No

2024-04-10 Thread Bastian Germann

I am uploading a NMU to fix this.
The debdiff is attached.diff -Nru xerces-c-3.2.4+debian/debian/changelog 
xerces-c-3.2.4+debian/debian/changelog
--- xerces-c-3.2.4+debian/debian/changelog  2024-02-29 07:28:56.0 
+
+++ xerces-c-3.2.4+debian/debian/changelog  2024-04-10 20:08:55.0 
+
@@ -1,3 +1,10 @@
+xerces-c (3.2.4+debian-1.3) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Remove default-jre-headless B-D alternative. Closes: #1067309
+
+ -- Bastian Germann   Wed, 10 Apr 2024 20:08:55 +
+
 xerces-c (3.2.4+debian-1.2) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru xerces-c-3.2.4+debian/debian/control 
xerces-c-3.2.4+debian/debian/control
--- xerces-c-3.2.4+debian/debian/control2024-02-29 07:28:56.0 
+
+++ xerces-c-3.2.4+debian/debian/control2024-04-10 20:08:42.0 
+
@@ -5,7 +5,7 @@
libcurl4-gnutls-dev,
libicu-dev
 Build-Depends-Indep: doxygen,
- default-jre-headless | default-jre,
+ default-jre,
  libatk-wrapper-java,
  libstylebook-java,
  libxalan2-java,


Bug#1060787: i2pd: FTBFS on armel: Host compiler appears to require libatomic for 64-bit operations, but cannot find it.

2024-04-10 Thread Bastian Germann

Control: forwarded -1 
https://github.com/PurpleI2P/i2pd/commit/6b33250c599f138d8834fb00bfe9f936bc9d8894

This is fixed with upstream v2.50. See forwarded URL.



Bug#1007439: g2p-sk: please consider upgrading to 3.0 source format

2024-04-07 Thread Bastian Germann

I am uploading a NMU to DELAYED/10 in order to fix this.
Please find the debdiff attached.diff -Nru g2p-sk-0.4.2/README g2p-sk-0.4.2/README
--- g2p-sk-0.4.2/README 2024-04-07 18:32:17.0 +
+++ g2p-sk-0.4.2/README 1970-01-01 00:00:00.0 +
@@ -1,45 +0,0 @@
-G2P-SK 0.4.2
-=
-
-
-ABOUT G2P-SK

-
-The phonetic transcription is essential for some linguistic or speech
-recognition applications. Depending on the language either rule based
-or statistical approach is being used. g2p-sk implements the rule 
-based approach but in the future it may be replaced by statistical one.
-
-Each input word consisting of the sequence of graphemes is transcribed
-in to the sequence of phones in the SAMPA coding. If no input file is 
-specified, the standard input is expected. 
-
-The first version was written in 2003 and for syllabic segmentation
-uses the statistical syllabic segmentation included in the sylseg-sk
-package. For the morphematic segmentation the simple morphematic
-dictionary is being used.
-
-Please see the man page, `g2p-sk.1', for information on how to 
-use it.
-
-
-G2P-SK HOME PAGE

-For latest distributions, bug reports, and other stuff, see the
-g2p-sk home page at
-
-   http://www.ivanecky.sk/projects/g2p/
-
-BUGS, SUGGESTIONS, ETC.

-Please write me if you have trouble using or running g2p-sk, or if
-you have suggestions or (preferably) patches.
-
-   Ďoďo Ivanecký
-   dodo...@gmail.com
-   http://www.ivanecky.sk
-
-AUTHORS

-   Ďoďo Ivanecký
-
diff -Nru g2p-sk-0.4.2/debian/README g2p-sk-0.4.2/debian/README
--- g2p-sk-0.4.2/debian/README  1970-01-01 00:00:00.0 +
+++ g2p-sk-0.4.2/debian/README  2024-04-07 18:26:09.0 +
@@ -0,0 +1,45 @@
+G2P-SK 0.4.2
+=
+
+
+ABOUT G2P-SK
+---
+
+The phonetic transcription is essential for some linguistic or speech
+recognition applications. Depending on the language either rule based
+or statistical approach is being used. g2p-sk implements the rule 
+based approach but in the future it may be replaced by statistical one.
+
+Each input word consisting of the sequence of graphemes is transcribed
+in to the sequence of phones in the SAMPA coding. If no input file is 
+specified, the standard input is expected. 
+
+The first version was written in 2003 and for syllabic segmentation
+uses the statistical syllabic segmentation included in the sylseg-sk
+package. For the morphematic segmentation the simple morphematic
+dictionary is being used.
+
+Please see the man page, `g2p-sk.1', for information on how to 
+use it.
+
+
+G2P-SK HOME PAGE
+---
+For latest distributions, bug reports, and other stuff, see the
+g2p-sk home page at
+
+   http://www.ivanecky.sk/projects/g2p/
+
+BUGS, SUGGESTIONS, ETC.
+---
+Please write me if you have trouble using or running g2p-sk, or if
+you have suggestions or (preferably) patches.
+
+   Ďoďo Ivanecký
+   dodo...@gmail.com
+   http://www.ivanecky.sk
+
+AUTHORS
+---
+   Ďoďo Ivanecký
+
diff -Nru g2p-sk-0.4.2/debian/changelog g2p-sk-0.4.2/debian/changelog
--- g2p-sk-0.4.2/debian/changelog   2024-04-07 18:32:17.0 +
+++ g2p-sk-0.4.2/debian/changelog   2024-04-07 18:26:09.0 +
@@ -1,3 +1,11 @@
+g2p-sk (0.4.2-4.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Convert to source format 3.0. Closes: #1007439
+  * d/copyright: Convert to machine-readable format.
+
+ -- Bastian Germann   Sun, 07 Apr 2024 18:26:09 +
+
 g2p-sk (0.4.2-4) unstable; urgency=low
 
   * Removal of obsolete debhelper compat (closes:#965532).
diff -Nru g2p-sk-0.4.2/debian/copyright g2p-sk-0.4.2/debian/copyright
--- g2p-sk-0.4.2/debian/copyright   2024-04-07 18:32:17.0 +
+++ g2p-sk-0.4.2/debian/copyright   2024-04-07 18:25:54.0 +
@@ -1,26 +1,24 @@
-This is g2p-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 g2p-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

Bug#1007396: funnelweb-doc: please consider upgrading to 3.0 source format

2024-04-07 Thread Bastian Germann

I am uploading a NMU to DELAYED/10 in order to fix this.
Please find the debdiff attached.diff -Nru funnelweb-doc-3.2d/debian/changelog 
funnelweb-doc-3.2d/debian/changelog
--- funnelweb-doc-3.2d/debian/changelog 2024-04-07 18:13:23.0 +
+++ funnelweb-doc-3.2d/debian/changelog 2024-04-07 18:05:02.0 +
@@ -1,3 +1,11 @@
+funnelweb-doc (3.2d-4.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Convert to source format 3.0 (Closes: #1007396).
+  * d/copyright: Convert to machine-readable format.
+
+ -- Bastian Germann   Sun, 07 Apr 2024 18:05:02 +
+
 funnelweb-doc (3.2d-4.1) unstable; urgency=medium
 
   * Non maintainer upload by the Reproducible Builds team.
diff -Nru funnelweb-doc-3.2d/debian/copyright 
funnelweb-doc-3.2d/debian/copyright
--- funnelweb-doc-3.2d/debian/copyright 2024-04-07 18:13:23.0 +
+++ funnelweb-doc-3.2d/debian/copyright 2024-04-07 18:05:02.0 +
@@ -1,24 +1,25 @@
-This package was debianized by Yann Dirson 
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Comment: This package was debianized by Yann Dirson 
+Source:
+ ftp://ftp.ross.net/clients/ross/funnelweb/
+Upstream-Contact:
+ Ross Williams 
 
-It was downloaded from ftp://ftp.ross.net/clients/ross/funnelweb/
-
-Upstream Author: Ross Williams 
-
-
-Copyright (c) Ross N. Williams 1992,1999. All rights reserved.
-
-Permission is granted to redistribute and use this manual in
-any medium, with or without modification, provided that all
-notices (including, without limitation, the copyright
-notice, this permission notice, any record of modification,
-and all legal notices) are preserved on all copies, that all
-modifications are clearly marked, and that modified versions
-are not represented as the original version unless all the
-modifications since the manual's original release by Ross N.
-Williams (www.ross.net) consist of translations or other
-transformations that alter only the manual's form, not its
-content. THIS MANUAL IS PROVIDED "AS IS" AND WITHOUT ANY
-EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT
-LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTIBILITY AND
-FITNESS FOR A PARTICULAR PURPOSE. TO THE EXTENT PERMITTED BY
-LAW THERE IS ABSOLUTELY NO WARRANTY.
+Files: *
+Copyright: (c) Ross N. Williams 1992,1999. All rights reserved.
+License: Permissive-RossWilliams
+ Permission is granted to redistribute and use this manual in
+ any medium, with or without modification, provided that all
+ notices (including, without limitation, the copyright
+ notice, this permission notice, any record of modification,
+ and all legal notices) are preserved on all copies, that all
+ modifications are clearly marked, and that modified versions
+ are not represented as the original version unless all the
+ modifications since the manual's original release by Ross N.
+ Williams (www.ross.net) consist of translations or other
+ transformations that alter only the manual's form, not its
+ content. THIS MANUAL IS PROVIDED "AS IS" AND WITHOUT ANY
+ EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT
+ LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTIBILITY AND
+ FITNESS FOR A PARTICULAR PURPOSE. TO THE EXTENT PERMITTED BY
+ LAW THERE IS ABSOLUTELY NO WARRANTY.
diff -Nru funnelweb-doc-3.2d/debian/patches/0fw.patch 
funnelweb-doc-3.2d/debian/patches/0fw.patch
--- funnelweb-doc-3.2d/debian/patches/0fw.patch 1970-01-01 00:00:00.0 
+
+++ funnelweb-doc-3.2d/debian/patches/0fw.patch 2024-04-07 18:05:02.0 
+
@@ -0,0 +1,53 @@
+Description: Use relative links
+---
+--- funnelweb-doc-3.2d.orig/developer/0fw_dev.fw
 funnelweb-doc-3.2d/developer/0fw_dev.fw
+@@ -4337,10 +4337,10 @@ eneo *.pl
+ @! MacOS   : @i ::0fw_inc.fwi
+ @! OpenVMS : @i [-]0fw_inc.fwi
+ 
+-@i ::0fw_inc.fwi
+-@i ::0www_style.fwi
+-@i ::0www_links.fwi
+-@i ::0www_ross.fwi
++@i ../0fw_inc.fwi
++@i ../0www_style.fwi
++@i ../0www_links.fwi
++@i ../0www_ross.fwi
+ 
+ 
@!**
+ 
@!**
+--- funnelweb-doc-3.2d.orig/reference/0fw_ref.fw
 funnelweb-doc-3.2d/reference/0fw_ref.fw
+@@ -5095,10 +5095,10 @@ eneo *.pl
+ @! MacOS   : @i ::0fw_inc.fwi
+ @! OpenVMS : @i [-]0fw_inc.fwi
+ 
+-@i ::0fw_inc.fwi
+-@i ::0www_style.fwi
+-@i ::0www_links.fwi
+-@i ::0www_ross.fwi
++@i ../0fw_inc.fwi
++@i ../0www_style.fwi
++@i ../0www_links.fwi
++@i ../0www_ross.fwi
+ 
+ 
@!**
+ 
@!**
+--- funnelweb-doc-3.2d.orig/tutorial/0fw_tut.fw
 funnelweb-doc-3.2d/tutorial/0fw_tut.fw
+@@ -6436,10 +6436,10 @@ eneo *.pl
+ @! MacOS   : @i ::0fw_inc.fwi
+ @! OpenVMS : @i [-]0fw_inc.fwi
+ 
+-@i ::0fw_inc.fwi
+-@i ::0www_style.fwi
+-@i ::0www_links.fwi
+-@i ::0www_ross.fwi
++@i ../0fw_inc.fwi
++@i ..

Bug#1043156: floatbg: please consider upgrading to 3.0 source format

2024-04-07 Thread Bastian Germann
omic_wide_counter.h \
- /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \
- /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/X11/X.h \
- /usr/include/X11/Xfuncproto.h /usr/include/X11/Xosdefs.h \
- /usr/include/X11/Xutil.h /usr/include/X11/keysym.h \
- /usr/include/X11/keysymdef.h /usr/include/X11/Xatom.h \
- /usr/include/stdio.h \
- /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \
- /usr/lib/gcc/x86_64-linux-gnu/12/include/stdarg.h \
- /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \
- /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \
- /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \
- /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \
- /usr/include/x86_64-linux-gnu/bits/types/FILE.h \
- /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \
- /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \
- /usr/include/x86_64-linux-gnu/bits/floatn.h \
- /usr/include/x86_64-linux-gnu/bits/floatn-common.h /usr/include/stdlib.h \
- /usr/include/x86_64-linux-gnu/bits/waitflags.h \
- /usr/include/x86_64-linux-gnu/bits/waitstatus.h /usr/include/alloca.h \
- /usr/include/x86_64-linux-gnu/bits/stdlib-float.h /usr/include/time.h \
- /usr/include/x86_64-linux-gnu/bits/time.h \
- /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \
- /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \
- /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \
- /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \
- /usr/include/math.h /usr/include/x86_64-linux-gnu/bits/math-vector.h \
- /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \
- /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \
- /usr/include/x86_64-linux-gnu/bits/fp-logb.h \
- /usr/include/x86_64-linux-gnu/bits/fp-fast.h \
- /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \
- /usr/include/x86_64-linux-gnu/bits/mathcalls.h \
- /usr/include/x86_64-linux-gnu/sys/time.h /usr/include/unistd.h \
- /usr/include/x86_64-linux-gnu/bits/posix_opt.h \
- /usr/include/x86_64-linux-gnu/bits/environments.h \
- /usr/include/x86_64-linux-gnu/bits/confname.h \
- /usr/include/x86_64-linux-gnu/bits/getopt_posix.h \
- /usr/include/x86_64-linux-gnu/bits/getopt_core.h \
- /usr/include/x86_64-linux-gnu/bits/unistd_ext.h /usr/include/signal.h \
- /usr/include/x86_64-linux-gnu/bits/signum-generic.h \
- /usr/include/x86_64-linux-gnu/bits/signum-arch.h \
- /usr/include/x86_64-linux-gnu/bits/types/sig_atomic_t.h \
- /usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h \
- /usr/include/x86_64-linux-gnu/bits/types/__sigval_t.h \
- /usr/include/x86_64-linux-gnu/bits/siginfo-arch.h \
- /usr/include/x86_64-linux-gnu/bits/siginfo-consts.h \
- /usr/include/x86_64-linux-gnu/bits/types/sigval_t.h \
- /usr/include/x86_64-linux-gnu/bits/types/sigevent_t.h \
- /usr/include/x86_64-linux-gnu/bits/sigevent-consts.h \
- /usr/include/x86_64-linux-gnu/bits/sigaction.h \
- /usr/include/x86_64-linux-gnu/bits/sigcontext.h \
- /usr/include/x86_64-linux-gnu/bits/types/stack_t.h \
- /usr/include/x86_64-linux-gnu/sys/ucontext.h \
- /usr/include/x86_64-linux-gnu/bits/sigstack.h \
- /usr/include/x86_64-linux-gnu/bits/sigstksz.h \
- /usr/include/x86_64-linux-gnu/bits/ss_flags.h \
- /usr/include/x86_64-linux-gnu/bits/types/struct_sigstack.h \
- /usr/include/x86_64-linux-gnu/bits/sigthread.h \
- /usr/include/x86_64-linux-gnu/bits/signal_ext.h
+shar:
+   shar -h floatbg.shar README Makefile Imakefile floatbg.c floatbg.man
diff -Nru floatbg-1.0/debian/changelog floatbg-1.0/debian/changelog
--- floatbg-1.0/debian/changelog2024-04-07 17:59:00.0 +
+++ floatbg-1.0/debian/changelog2024-04-07 17:27:43.0 +
@@ -1,3 +1,10 @@
+floatbg (1.0-28.2) unstable; urgency=medium
+
+  * Non-maintainer upload
+  * Convert to source format 3.0 (closes: #1043156)
+
+ -- Bastian Germann   Sun, 07 Apr 2024 17:27:43 +
+
 floatbg (1.0-28.1) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru floatbg-1.0/debian/clean floatbg-1.0/debian/clean
--- floatbg-1.0/debian/clean1970-01-01 00:00:00.0 +
+++ floatbg-1.0/debian/clean2024-04-07 17:27:43.0 +
@@ -0,0 +1 @@
+floatbg._man
diff -Nru floatbg-1.0/debian/copyright floatbg-1.0/debian/copyright
--- floatbg-1.0/debian/copyright2024-04-07 17:59:00.0 +
+++ floatbg-1.0/debian/copyright2024-04-07 17:27:43.0 +
@@ -1,24 +1,46 @@
-This is the Debian Linux prepackaged version of floatbg, which slowly
-modifies the color of the X root window.
-
-This package was put together by Joey Hess , 
-from sources downloaded from:
-   http://sunsite.doc.ic.ac.uk/usenet/comp.sources.x/volume5/floatbg/
-
-The only documentation of floatbg's status with regard to copyright is in
-the README file, which states:
-
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Comment:
+ This is the Debian Linux prepackaged version of floatbg, which slowly
+ modifies the color of the X root window.
+ .
+ This p

Bug#1043154: falselogin: please consider upgrading to 3.0 source format

2024-04-07 Thread Bastian Germann

I am uploading a NMU to DELAYED/10 in order to fix this.
The debdiff is attached.diff -Nru falselogin-0.3/Makefile falselogin-0.3/Makefile
--- falselogin-0.3/Makefile 2024-04-07 17:18:36.0 +
+++ falselogin-0.3/Makefile 2006-08-24 04:23:17.0 +
@@ -6,7 +6,7 @@
 all:   falselogin
 
 install: falselogin
-   $(INS) -D -o root -g root -m 0755 falselogin 
$(DESTDIR)/usr/bin/falselogin
+   $(INS) -D -o root -g root -m 0755 -s falselogin 
$(DESTDIR)/usr/bin/falselogin
$(INS) -D -o root -g root -m 0644 falselogin.conf 
$(DESTDIR)/etc/falselogin.conf
 
 clean:
diff -Nru falselogin-0.3/debian/README.debian 
falselogin-0.3/debian/README.debian
--- falselogin-0.3/debian/README.debian 2024-04-07 17:18:36.0 +
+++ falselogin-0.3/debian/README.debian 2024-04-07 17:07:14.0 +
@@ -1,6 +1,6 @@
 falselogin for Debian
 --
 
-With falselogin you can deny the user to log in the system but gives him/her 
some info.
+With falselogin you can deny the user to log in the system but give him/her 
some info.
 
 Tibor Koleszar , Wed,  8 Sep 1999 18:19:05 +0200
diff -Nru falselogin-0.3/debian/changelog falselogin-0.3/debian/changelog
--- falselogin-0.3/debian/changelog 2024-04-07 17:18:36.0 +
+++ falselogin-0.3/debian/changelog 2024-04-07 17:07:14.0 +
@@ -1,3 +1,16 @@
+falselogin (0.3-4.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Convert to source format 3.0. (Closes: #1043154)
+  * d/copyright: Convert to machine-readable format.
+  * README: Fix typo.
+
+  [ Helmut Grohne ]
+  * Non-maintainer upload.
+  * Fix FTCBFS: Let dh_auto_build pass cross tools to make. (Closes: #928065)
+
+ -- Bastian Germann   Sun, 07 Apr 2024 17:07:14 +
+
 falselogin (0.3-4.1) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru falselogin-0.3/debian/copyright falselogin-0.3/debian/copyright
--- falselogin-0.3/debian/copyright 2024-04-07 17:18:36.0 +
+++ falselogin-0.3/debian/copyright 2024-04-07 17:07:14.0 +
@@ -1,23 +1,26 @@
-This package was debianized by Tibor Koleszar  on
-Wed,  8 Sep 1999 18:19:05 +0200.
-
-Tibor Koleszar is also the upstream author.
-
-Copyright (C) 1999-2001  Tibor Koleszar
-
-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., 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'.
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Comment:
+ This package was debianized by Tibor Koleszar  on
+ Wed,  8 Sep 1999 18:19:05 +0200.
+Upstream-Contact:
+ Tibor Koleszar 
+
+Files: *
+Copyright: (C) 1999-2001  Tibor Koleszar
+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., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+Comment:
+ On Debian systems, the complete text of the GNU General Public License
+ version 2 can be found in `/usr/share/common-licenses/GPL-2'.
diff -Nru falselogin-0.3/debian/patches/debian.patch 
falselogin-0.3/debian/patches/debian.patch
--- falselogin-0.3/debian/patches/debian.patch  1970-01-01 00:00:00.0 
+
+++ falselogin-0.3/debian/patches/debian.patch  2024-04-07 17:07:14.0 
+
@@ -0,0 +1,124 @@
+--- falselogin-0.3.orig/Makefile
 falselogin-0.3/Makefile
+@@ -6,7 +6,7 @@ INS = /usr/bin/install
+ all:  falselogin
+ 
+ install: falselogin
+-  $(INS) -D -o root -g root -m 0755 -s falselogin 
$(DESTDIR)/usr/bin/falselogin
++  $(INS) -D -o root -g root -m 0755 falselogin 
$(DESTDIR)/usr/bin/falselogin
+   $(INS) -D -o root -g root -m 0644 falselogin.conf 
$(DESTDIR)/etc/falselogin.conf
+ 
+ clean:
+--- falselogin-0.3.orig/falselogin.c
 falselogin-0.3/falselogin.c

Bug#1068587: RFA: graide -- IDE for Graphite GDL font description development

2024-04-07 Thread Bastian Germann

Package: wnpp

Please consider adopting graide. I am no longer interested in maintaining it.
Upstream does not release very often, so this is not too much work.



Bug#1068516: O: sachesi -- BlackBerry 10 device utility

2024-04-06 Thread Bastian Germann

Package: wnpp

I am no longer interested in maintaining sachesi. Please consider adopting.
The upstream is not active any longer, so it is not too much effort.



Bug#1068508: RFA: r4d -- Remote For Device-under-test (R4D) Daemon

2024-04-06 Thread Bastian Germann

Package: wnpp

I am hereby requesting an adopter for r4d. The package does not see regular 
releases and is in good shape generally.
I do no longer use it and it would be nice to get it off my responsibilities.



Bug#1068507: libxpresent: New upstream version

2024-04-06 Thread Bastian Germann

Source: libxpresent
Version: 1.0.0-2
Severity: wishlist

Please import the latest upstream version, which is 1.0.1 currently.



Bug#1068449: opentracker: libowfat headers have moved

2024-04-06 Thread Bastian Germann

Control: severity -1 serious

The FTBFS now happens with:

cc -c -o ot_mutex.o -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/home/bage/opentracker-0.0~git20210823.110868e=. -fstack-protector-strong -fstack-clash-protection 
-Wformat -Werror=format-security -fcf-protection -Wall -pedantic -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/libowfat -Wall 
-pipe -Wextra  -O3 -DWANT_ACCESSLIST_WHITE -DWANT_COMPRESSION_GZIP -DWANT_SYSLOGS -DWANT_RESTRICT_STATS 
-DWANT_ACCESSLIST_WHITE -DWANT_COMPRESSION_GZIP -DWANT_SYSLOGS -DWANT_RESTRICT_STATS -DWANT_FULLSCRAPE ot_mutex.c

scan_urlencoded_query.c:10:10: fatal error: scan.h: No such file or directory
   10 | #include "scan.h"
  |  ^~~~
compilation terminated.
make[2]: *** [Makefile:87: scan_urlencoded_query.o] Error 1
make[2]: *** Waiting for unfinished jobs
ot_mutex.c:14:10: fatal error: byte.h: No such file or directory
   14 | #include "byte.h"
  |  ^~~~
compilation terminated.
make[2]: *** [Makefile:87: ot_mutex.o] Error 1
trackerlogic.c:16:10: fatal error: byte.h: No such file or directory
   16 | #include "byte.h"
  |  ^~~~
compilation terminated.
make[2]: *** [Makefile:87: trackerlogic.o] Error 1
opentracker.c:24:10: fatal error: socket.h: No such file or directory
   24 | #include "socket.h"
  |  ^~
compilation terminated.
make[2]: *** [Makefile:87: opentracker.o] Error 1
make[2]: Leaving directory 
'/home/bage/opentracker-0.0~git20210823.110868e/opentracker-ipv4'
dh_auto_build: error: cd opentracker-ipv4 && make -j4 "INSTALL=install 
--strip-program=true" returned exit code 2



Bug#1068505: RFH: reprepro -- Move experimental multi-version feature to unstable

2024-04-06 Thread Bastian Germann

Package: wnpp
X-Debbugs-Cc: debian-de...@lists.debian.org
Control: affects -1 src:reprepro

Hi,

To tackle the much-requested #570623 multiple version management in reprepro, I took over Maintainership of the package 
and integrated the existing work in experimental. There are three important bugs that were filed against it that need to 
be fixed to finally merge that work to unstable. The bugs are


#1051537
#1016111
#1017983

One of them is surely a big endian-only bug, the other ones are database 
consistency problems that might be related.

As many in the Debian world depend on reprepro to manage their repositories, I would like to ask for help because I did 
not have the capacity in the last two years (and probably not in the remaining year to come during the trixy cycle) to 
give those bugs the attention that they deserve.


Thanks for your help,
Bastian



Bug#1051215: O: mtd-utils -- Memory Technology Device Utilities

2024-04-06 Thread Bastian Germann

Hi Kartik,

a good first bug to tackle with your adoption would be 
https://bugs.debian.org/1065956.

Thanks for the interest.
Bastian



Bug#1054334: monero: segfault/illegal operation once mining is enabled

2024-04-06 Thread Bastian Germann

This is probably the same as #963878.



Bug#1067691: FTBFS: double free or corruption

2024-04-05 Thread Bastian Germann

Control: forwarded -1 https://github.com/alexkay/spek/issues/308



Bug#1068476: RM: rlog -- leaf package

2024-04-05 Thread Bastian Germann

Source: rlog
Version: 1.4-4.2
Severity: wishlist

clamfs has just lost its dependency on rlog and therefore, rlog is now a leaf 
package.
The last upstream release was 15 years ago, so now would be the perfect time to 
remove it.
Please consider filing a RM bug on ftp.debian.org.



Bug#1064763: proposed fix

2024-04-05 Thread Bastian Germann

I am sponsoring Daniel's NMU. The debdiff is attached.diff -Nru cairo-dock-plug-ins-3.4.1+git20201022.a0d3415c/debian/changelog 
cairo-dock-plug-ins-3.4.1+git20201022.a0d3415c/debian/changelog
--- cairo-dock-plug-ins-3.4.1+git20201022.a0d3415c/debian/changelog 
2023-08-28 11:54:37.0 +
+++ cairo-dock-plug-ins-3.4.1+git20201022.a0d3415c/debian/changelog 
2024-03-29 20:49:33.0 +
@@ -1,3 +1,10 @@
+cairo-dock-plug-ins (3.4.1+git20201022.a0d3415c-1.2) unstable; urgency=medium
+
+  * Non-maintainer upload
+  * Use Python setuptools instead of distutils (Closes: #1064763)
+ 
+ -- Daniel Kondor   Fri, 29 Mar 2024 21:49:33 +0100
+
 cairo-dock-plug-ins (3.4.1+git20201022.a0d3415c-1.1) unstable; urgency=medium
 
   * Non-maintainer upload
diff -Nru cairo-dock-plug-ins-3.4.1+git20201022.a0d3415c/debian/control 
cairo-dock-plug-ins-3.4.1+git20201022.a0d3415c/debian/control
--- cairo-dock-plug-ins-3.4.1+git20201022.a0d3415c/debian/control   
2023-08-28 11:54:29.0 +
+++ cairo-dock-plug-ins-3.4.1+git20201022.a0d3415c/debian/control   
2024-03-29 20:49:33.0 +
@@ -37,6 +37,7 @@
  libxxf86vm-dev,
  libzeitgeist-2.0-dev,
  python3,
+ python3-setuptools,
  ruby,
  ruby-dev,
  valac,
diff -Nru 
cairo-dock-plug-ins-3.4.1+git20201022.a0d3415c/debian/patches/0011-Dbus-do-not-use-deprecated-distutils-Python-module.patch
 
cairo-dock-plug-ins-3.4.1+git20201022.a0d3415c/debian/patches/0011-Dbus-do-not-use-deprecated-distutils-Python-module.patch
--- 
cairo-dock-plug-ins-3.4.1+git20201022.a0d3415c/debian/patches/0011-Dbus-do-not-use-deprecated-distutils-Python-module.patch
 1970-01-01 00:00:00.0 +
+++ 
cairo-dock-plug-ins-3.4.1+git20201022.a0d3415c/debian/patches/0011-Dbus-do-not-use-deprecated-distutils-Python-module.patch
 2024-03-29 20:49:33.0 +
@@ -0,0 +1,36 @@
+From 1aaf4b9d5c10167c1c14394ad940684c7aef65ec Mon Sep 17 00:00:00 2001
+From: Daniel Kondor 
+Date: Thu, 7 Mar 2024 22:39:19 +0100
+Subject: Dbus: do not use deprecated distutils Python module
+
+---
+ Dbus/interfaces/bash/setup.py   | 2 +-
+ Dbus/interfaces/python/setup.py | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/Dbus/interfaces/bash/setup.py b/Dbus/interfaces/bash/setup.py
+index 80aa9d418..756bf3474 100644
+--- a/Dbus/interfaces/bash/setup.py
 b/Dbus/interfaces/bash/setup.py
+@@ -13,7 +13,7 @@
+ # GNU General Public License for more details.
+ # http://www.gnu.org/licenses/licenses.html#GPL
+ 
+-from distutils.core import setup
++from setuptools import setup
+ setup(name='CDBashApplet',
+   version='1.0',
+   license='GPL-3',
+diff --git a/Dbus/interfaces/python/setup.py b/Dbus/interfaces/python/setup.py
+index af33b73bd..04525688f 100644
+--- a/Dbus/interfaces/python/setup.py
 b/Dbus/interfaces/python/setup.py
+@@ -13,7 +13,7 @@
+ # GNU General Public License for more details.
+ # http://www.gnu.org/licenses/licenses.html#GPL
+ 
+-from distutils.core import setup
++from setuptools import setup
+ setup(name='CDApplet',
+   version='1.0',
+   license='GPL-3',
diff -Nru cairo-dock-plug-ins-3.4.1+git20201022.a0d3415c/debian/patches/series 
cairo-dock-plug-ins-3.4.1+git20201022.a0d3415c/debian/patches/series
--- cairo-dock-plug-ins-3.4.1+git20201022.a0d3415c/debian/patches/series
2021-01-02 15:32:07.0 +
+++ cairo-dock-plug-ins-3.4.1+git20201022.a0d3415c/debian/patches/series
2024-03-29 20:47:41.0 +
@@ -8,3 +8,4 @@
 0008-weather-Use-unsigned-int.patch
 0009-Swith-use-libido3-0.1-to-libayatana-ido3-0.4.patch
 0010-Change-pkg-config-from-indicator3-0.4-to-ayatana-ind.patch
+0011-Dbus-do-not-use-deprecated-distutils-Python-module.patch


Bug#1068472: RM: onedrivesdk -- ROM; deprecated upstream; RC-buggy; leaf package

2024-04-05 Thread Bastian Germann

Package: ftp.debian.org
Severity: normal
User: ftp.debian@packages.debian.org
Usertags: remove
X-Debbugs-Cc: onedrive...@packages.debian.org
Control: affects -1 + src:onedrivesdk

Upstream has given up on the package and it doe not work with current Python 
versions, see #1025016.
Please remove it from the archive.



Bug#1068469: O: gtksheet -- Gtk spreadsheet widget

2024-04-05 Thread Bastian Germann

Package: wnpp

I am hereby orphaning gtksheet. I have packaged it to get lepton-eda building with gtk3 but do not have any longer-term 
interest in the package. Please consider adopting.




Bug#1068449: opentracker: libowfat headers have moved

2024-04-05 Thread Bastian Germann
Source: opentracker
Version: 0.0~git20210823.110868e-8
Severity: important

The package will start to FTBFS when the fix for #932313 arrives.
The headers hove to a new place, so opentracker needs to be modified.
The debdiff is included.

opentracker_0.0~git20210823.110868e-8.1.debdiff
Description: Binary data


Bug#1068351: libhdf4: Update to latest upstream version

2024-04-03 Thread Bastian Germann

Source: libhdf4
Version: 4.2.16-4
Severity: important

Please update to the latest upstream version. 4.3.0 has the following changelog entry, which I would like to see in the 
Debian package:


"The XDR I/O library has been refactored into an internal, minimalist I/O layer with a different name. It is no longer 
necessary (or even possible) to link to an external XDR library like TI-RPC, and XDR-related configuration options have 
been removed."


It will get rid of the mfhdf/xdr/* files that have a non-free license (which is 
undocumented in d/copyright by the way).



Bug#1019738: searchandrescue: FTBFS on riscv64: add library search path

2024-04-02 Thread Bastian Germann

I am uploading a NMU once again.
The debdiff is attached.diff -Nru searchandrescue-1.5.0+dfsg/debian/changelog 
searchandrescue-1.5.0+dfsg/debian/changelog
--- searchandrescue-1.5.0+dfsg/debian/changelog 2024-03-23 12:20:00.0 
+
+++ searchandrescue-1.5.0+dfsg/debian/changelog 2024-04-02 21:34:01.0 
+
@@ -1,3 +1,11 @@
+searchandrescue (1.5.0+dfsg-0.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Take LD_LIBRARY_PATH into account. (Closes: #1019738)
+  * Drop empty icons.
+
+ -- Bastian Germann   Tue, 02 Apr 2024 21:34:01 +
+
 searchandrescue (1.5.0+dfsg-0.1) unstable; urgency=medium
 
   * Non-maintainer upload.
@@ -5,7 +13,7 @@
   * Set Priority: optional.
   * Drop noop postinst.
   * Drop all lintian overrides which are invalid or not needed.
-  * Set LD_LIBRARY_PATH for configure. (Closes: #1019738)
+  * Set LD_LIBRARY_PATH for configure.
   * Convert to source format 3.0. (Closes: #1007284)
 
  -- Bastian Germann   Sat, 23 Mar 2024 12:20:00 +
diff -Nru searchandrescue-1.5.0+dfsg/debian/rules 
searchandrescue-1.5.0+dfsg/debian/rules
--- searchandrescue-1.5.0+dfsg/debian/rules 2024-03-23 12:20:00.0 
+
+++ searchandrescue-1.5.0+dfsg/debian/rules 2024-04-02 21:34:01.0 
+
@@ -12,7 +12,7 @@
dh_testdir
# Add here commands to configure the package.
# Modified to include dpkg-buildflags.
-   LD_LIBRARY_PATH=/usr/lib/$(DEB_HOST_MULTIARCH) ./configure Linux 
--ignore-environments --CFLAGS="$(shell dpkg-buildflags --get CFLAGS)"
+   LD_LIBRARY_PATH=/usr/lib/$(DEB_HOST_MULTIARCH) ./configure Linux
 
 
touch configure-stamp
@@ -63,9 +63,6 @@
install -d -g root -m 755 -o root 
`pwd`/debian/searchandrescue/usr/share/applications
install -m 644 debian/SearchAndRescue.desktop 
`pwd`/debian/searchandrescue/usr/share/applications/SearchAndRescue.desktop
 
-   # Icons
-   for r in 64x64 96x96 128x128 256x256; do install -d -g root -m 755 -o 
root `pwd`/debian/searchandrescue-common/usr/share/icons/hicolor/$${r}/apps; 
install -o root -g root -m 644 debian/icons/SearchAndRescue-$${r}.png 
`pwd`/debian/searchandrescue-common/usr/share/icons/hicolor/$${r}/apps/SearchAndRescue.png;done
-
# Un-bzip the manpage.
bunzip2 
`pwd`/debian/searchandrescue/usr/share/man/man6/SearchAndRescue.6.bz2
# Move it to the common package.


Bug#1019738: searchandrescue: FTBFS on riscv64: add library search path

2024-04-02 Thread Bastian Germann

Control: reopen -1
Control: notfixed -1 searchandrescue/1.5.0+dfsg-0.1

I did not read Paul's message properly and missed "allow environment variables",
so LD_LIBRARY_PATH is not taken into account.

The build also fails on arm64, mips64el, and ppc64el now.



Bug#1067951: snort: non-free Sun RPC code

2024-03-29 Thread Bastian Germann
Source: snort
Severity: serious

In src/win32/WIN32-Includes/rpc, snort includes a copy of OpenBSD's librpc, 
which has a non-free license.
It was relicensed to a BSD license upstream, which you can verify at 
https://github.com/openbsd/src/commit/cb7760d181b85988239aa31e102cfd38c6ab30ad. 
Please replace or exclude the non-free files.



  1   2   3   4   5   6   7   8   9   10   >