Bug#1071975: dh-make: Don't include 'Multi-Arch: foreign' in debian/control

2024-05-26 Thread Joao Eriberto Mota Filho
Source: dh-make
Version: 2.202302
Severity: serious
Justification: Multiarch false promises
X-Debbugs-Cc: debian-cr...@lists.debian.org, hel...@subdivi.de, 
chris.obb...@collabora.com

Dear dh-make maintainers,

This bug is related to #1040542 and to commit d411b19 on Salsa[1].

[1] https://salsa.debian.org/debian/dh-make/-/commit/d411b19

Currently, the dh_make command adds 'Multi-Arch: foreign' automatically to
several packages. This implies that Multiarch will honor all items present
here[2] in all new packages sent to Debian and made by people that don't
know Multiarch (including some sponsors).

[2] https://wiki.debian.org/DependencyHell#Multi-Arch:_foreign

The natural consequence will be once such a package enters the archive, the
Multiarch:hinter will suggest more 'Multi-Arch: foreign' based on this promise
and before too long we have an archive polluted with false promises, rendering
Multiarch useless.

Regards,

Eriberto



Bug#1069909: dcraw: diff for NMU version 9.28-5.1

2024-05-25 Thread Joao Eriberto Mota Filho
Control: tags 1069909 + pending

Dear maintainer,

I've prepared an NMU for dcraw (versioned as 9.28-5.1) and
uploaded it to DELAYED/5. Please feel free to tell me if I
should cancel or delay it longer.

Regards,

Eriberto

diff -Nru dcraw-9.28/debian/changelog dcraw-9.28/debian/changelog
--- dcraw-9.28/debian/changelog 2024-03-26 06:42:04.0 -0300
+++ dcraw-9.28/debian/changelog 2024-05-25 12:18:40.0 -0300
@@ -1,3 +1,12 @@
+dcraw (9.28-5.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * debian/patches/remove-duplicate-memmem.patch: created to avoid a FTBFS
+caused by a redundant duplicate implementation of memmem(). Thanks to
+Steve Langasek . (Closes: #1069909)
+
+ -- Joao Eriberto Mota Filho   Sat, 25 May 2024 12:18:40 
-0300
+
 dcraw (9.28-5) unstable; urgency=low
 
   * Added missing headers for Fuji cameras; Closes: #1066465
diff -Nru dcraw-9.28/debian/patches/remove-duplicate-memmem.patch 
dcraw-9.28/debian/patches/remove-duplicate-memmem.patch
--- dcraw-9.28/debian/patches/remove-duplicate-memmem.patch 1969-12-31 
21:00:00.0 -0300
+++ dcraw-9.28/debian/patches/remove-duplicate-memmem.patch 2024-05-25 
12:18:40.0 -0300
@@ -0,0 +1,28 @@
+Description: don't reimplement memmem()
+ memmem() is implemented in glibc, don't have a redundant duplicate
+ implementation with a different prototype.
+Author: Steve Langasek 
+Last-Update: 2024-04-09
+Forwarded: no
+
+Index: dcraw-9.28/parse.c
+===
+--- dcraw-9.28.orig/parse.c
 dcraw-9.28/parse.c
+@@ -1213,16 +1213,6 @@
+   }
+ }
+ 
+-char *memmem (char *haystack, size_t haystacklen,
+-  char *needle, size_t needlelen)
+-{
+-  char *c;
+-  for (c = haystack; c <= haystack + haystacklen - needlelen; c++)
+-if (!memcmp (c, needle, needlelen))
+-  return c;
+-  return NULL;
+-}
+-
+ /*
+Identify which camera created this file, and set global variables
+accordingly.Return nonzero if the file cannot be decoded.
diff -Nru dcraw-9.28/debian/patches/series dcraw-9.28/debian/patches/series
--- dcraw-9.28/debian/patches/series2024-03-26 06:42:04.0 -0300
+++ dcraw-9.28/debian/patches/series2024-05-25 12:18:40.0 -0300
@@ -8,3 +8,4 @@
 iowrap.diff
 0009-missing_headers.patch
 0010-Fuji-headers.patch
+remove-duplicate-memmem.patch



Bug#1071541: FTBFS: obs-source-clone/audio-wrapper.c:134:25: error: ‘circlebuf_push_back’ is deprecated [-Werror=deprecated-declarations]

2024-05-20 Thread Joao Eriberto Mota Filho
Package: obs-source-clone
Version: 0.1.4-1
Severity: serious
Tags: upstream
Justification: FTBFS

When rebuilding the plugin over amd64 architecture, we got the following error:

[ 66%] Building C object CMakeFiles/source-clone.dir/audio-wrapper.c.o
/usr/bin/cc -DHAVE_OBSCONFIG_H -Dsource_clone_EXPORTS -isystem /usr/include/obs 
-g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/PKGS/obs-source-clone2/obs-source-clone-0.1.4=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wno-psabi 
-Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Werror -Wextra -Wvla -Wformat 
-Wformat-security -Wswitch -Wunused-parameter -Wno-unused-function 
-Wno-missing-field-initializers -fno-strict-aliasing 
-Werror-implicit-function-declaration -Wno-missing-braces -MD -MT 
CMakeFiles/source-clone.dir/source-clone.c.o -MF 
CMakeFiles/source-clone.dir/source-clone.c.o.d -o 
CMakeFiles/source-clone.dir/source-clone.c.o -c 
/PKGS/obs-source-clone2/obs-source-clone-0.1.4/source-clone.c
/usr/bin/cc -DHAVE_OBSCONFIG_H -Dsource_clone_EXPORTS -isystem /usr/include/obs 
-g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/PKGS/obs-source-clone2/obs-source-clone-0.1.4=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wno-psabi 
-Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Werror -Wextra -Wvla -Wformat 
-Wformat-security -Wswitch -Wunused-parameter -Wno-unused-function 
-Wno-missing-field-initializers -fno-strict-aliasing 
-Werror-implicit-function-declaration -Wno-missing-braces -MD -MT 
CMakeFiles/source-clone.dir/audio-wrapper.c.o -MF 
CMakeFiles/source-clone.dir/audio-wrapper.c.o.d -o 
CMakeFiles/source-clone.dir/audio-wrapper.c.o -c 
/PKGS/obs-source-clone2/obs-source-clone-0.1.4/audio-wrapper.c
/PKGS/obs-source-clone2/obs-source-clone-0.1.4/audio-wrapper.c: In function 
‘audio_wrapper_render’:
/PKGS/obs-source-clone2/obs-source-clone-0.1.4/audio-wrapper.c:129:33: error: 
‘circlebuf_push_back’ is deprecated [-Werror=deprecated-declarations]
  129 | circlebuf_push_back(
  | ^~~
In file included from 
/PKGS/obs-source-clone2/obs-source-clone-0.1.4/source-clone.h:6,
 from 
/PKGS/obs-source-clone2/obs-source-clone-0.1.4/audio-wrapper.c:3:
/usr/include/obs/util/circlebuf.h:150:1: note: declared here
  150 | circlebuf_push_back(struct circlebuf *cb, const void *data, size_t size)
  | ^~~
/PKGS/obs-source-clone2/obs-source-clone-0.1.4/audio-wrapper.c:134:25: error: 
‘circlebuf_push_back’ is deprecated [-Werror=deprecated-declarations]
  134 | circlebuf_push_back(>audio_frames, 
,
  | ^~~
/usr/include/obs/util/circlebuf.h:150:1: note: declared here
  150 | circlebuf_push_back(struct circlebuf *cb, const void *data, size_t size)
  | ^~~
/PKGS/obs-source-clone2/obs-source-clone-0.1.4/audio-wrapper.c:136:25: error: 
‘circlebuf_push_back’ is deprecated [-Werror=deprecated-declarations]
  136 | circlebuf_push_back(>audio_timestamps,
  | ^~~
/usr/include/obs/util/circlebuf.h:150:1: note: declared here
  150 | circlebuf_push_back(struct circlebuf *cb, const void *data, size_t size)
  | ^~~
/PKGS/obs-source-clone2/obs-source-clone-0.1.4/source-clone.c: In function 
‘source_clone_audio_callback’:
/PKGS/obs-source-clone2/obs-source-clone-0.1.4/source-clone.c:33:17: error: 
‘circlebuf_push_back’ is deprecated [-Werror=deprecated-declarations]
   33 | circlebuf_push_back(>audio_data[i],
  | ^~~
In file included from 
/PKGS/obs-source-clone2/obs-source-clone-0.1.4/source-clone.h:6,
 from 
/PKGS/obs-source-clone2/obs-source-clone-0.1.4/source-clone.c:1:
/usr/include/obs/util/circlebuf.h:150:1: note: declared here
  150 | circlebuf_push_back(struct circlebuf *cb, const void *data, size_t size)
  | ^~~
/PKGS/obs-source-clone2/obs-source-clone-0.1.4/source-clone.c:36:9: error: 
‘circlebuf_push_back’ is deprecated [-Werror=deprecated-declarations]
   36 | circlebuf_push_back(>audio_frames, _data->frames,
  | ^~~
/usr/include/obs/util/circlebuf.h:150:1: note: declared here
  150 | circlebuf_push_back(struct circlebuf *cb, const void *data, size_t size)
  | ^~~
/PKGS/obs-source-clone2/obs-source-clone-0.1.4/source-clone.c:38:9: error: 
‘circlebuf_push_back’ is deprecated [-Werror=deprecated-declarations]
   38 | circlebuf_push_back(>audio_timestamps, 
_data->timestamp,
  | ^~~
/usr/include/obs/util/circlebuf.h:150:1: note: declared here
  150 | circlebuf_push_back(struct circlebuf *cb, const void *data, size_t size)
  | ^~~
/PKGS/obs-source-clone2/obs-source-clone-0.1.4/source-clone.c: In function 
‘source_clone_destroy’:

Bug#1071273: skales: Architecture should be 'all'

2024-05-17 Thread Joao Eriberto Mota Filho
Source: skales
Version: 0.20170929-2
Severity: serious
Justification: Policy 5.6.8

The package only provides executables made in Python, but it is
using 'Architecture: any'.

Eriberto



Bug#1071017: FTBFS: source-copy.cpp:615:31: error: ‘void obs_sceneitem_get_info(const obs_sceneitem_t*, obs_transform_info*)’ is deprecated [-Werror=deprecated-declarations]

2024-05-12 Thread Joao Eriberto Mota Filho
Package: obs-source-copy
Version: 0.2.2-5
Severity: serious
Tags: upstream
Justification: FTBFS

When rebuilding the source code, we got:

/usr/bin/c++ -DHAVE_OBSCONFIG_H -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG 
-DQT_WIDGETS_LIB -Dsource_copy_EXPORTS 
-I/PKGS/obs-source-copy/1/obs-source-copy-0.2.2/obj-x86_64-linux-gnu/source-copy_autogen/include
 -isystem /usr/include/obs -isystem /usr/include/x86_64-linux-gnu/qt6/QtWidgets 
-isystem /usr/include/x86_64-linux-gnu/qt6 -isystem 
/usr/include/x86_64-linux-gnu/qt6/QtCore -isystem 
/usr/lib/x86_64-linux-gnu/qt6/mkspecs/linux-g++ -isystem 
/usr/include/x86_64-linux-gnu/qt6/QtGui -g -O2 
-ffile-prefix-map=/PKGS/obs-source-copy/1/obs-source-copy-0.2.2=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC 
-Werror -Wextra -Wvla -Wformat -Wformat-security -Wswitch -Wunused-parameter 
-Wno-unused-function -Wno-missing-field-initializers -fno-strict-aliasing 
-Wconversion-null -fPIC -mmmx -msse -msse2 -MD -MT 
CMakeFiles/source-copy.dir/source-copy.cpp.o -MF 
CMakeFiles/source-copy.dir/source-copy.cpp.o.d -o 
CMakeFiles/source-copy.dir/source-copy.cpp.o -c 
/PKGS/obs-source-copy/1/obs-source-copy-0.2.2/source-copy.cpp
/PKGS/obs-source-copy/1/obs-source-copy-0.2.2/source-copy.cpp: In function 
‘obs_data_t* GetTransformData(obs_sceneitem_t*)’:
/PKGS/obs-source-copy/1/obs-source-copy-0.2.2/source-copy.cpp:595:31: error: 
‘void obs_sceneitem_get_info(const obs_sceneitem_t*, obs_transform_info*)’ is 
deprecated [-Werror=deprecated-declarations]
  595 | obs_sceneitem_get_info(item, );
  | ~~^
In file included from 
/PKGS/obs-source-copy/1/obs-source-copy-0.2.2/source-copy.hpp:3,
 from 
/PKGS/obs-source-copy/1/obs-source-copy-0.2.2/source-copy.cpp:1:
/usr/include/obs/obs.h:1889:1: note: declared here
 1889 | obs_sceneitem_get_info(const obs_sceneitem_t *item,
  | ^~
/PKGS/obs-source-copy/1/obs-source-copy-0.2.2/source-copy.cpp: In function 
‘void LoadTransform(obs_sceneitem_t*, obs_data_t*)’:
/PKGS/obs-source-copy/1/obs-source-copy-0.2.2/source-copy.cpp:615:31: error: 
‘void obs_sceneitem_get_info(const obs_sceneitem_t*, obs_transform_info*)’ is 
deprecated [-Werror=deprecated-declarations]
  615 | obs_sceneitem_get_info(item, );
  | ~~^
/usr/include/obs/obs.h:1889:1: note: declared here
 1889 | obs_sceneitem_get_info(const obs_sceneitem_t *item,
  | ^~
/PKGS/obs-source-copy/1/obs-source-copy-0.2.2/source-copy.cpp:624:31: error: 
‘void obs_sceneitem_set_info(obs_sceneitem_t*, const obs_transform_info*)’ is 
deprecated [-Werror=deprecated-declarations]
  624 | obs_sceneitem_set_info(item, );
  | ~~^
/usr/include/obs/obs.h:1892:1: note: declared here
 1892 | obs_sceneitem_set_info(obs_sceneitem_t *item,
  | ^~
cc1plus: all warnings being treated as errors
make[3]: *** [CMakeFiles/source-copy.dir/build.make:100: 
CMakeFiles/source-copy.dir/source-copy.cpp.o] Error 1
make[3]: Leaving directory 
'/PKGS/obs-source-copy/1/obs-source-copy-0.2.2/obj-x86_64-linux-gnu'
make[2]: *** [CMakeFiles/Makefile2:89: CMakeFiles/source-copy.dir/all] Error 2
make[2]: Leaving directory 
'/PKGS/obs-source-copy/1/obs-source-copy-0.2.2/obj-x86_64-linux-gnu'
make[1]: *** [Makefile:159: all] Error 2
make[1]: Leaving directory 
'/PKGS/obs-source-copy/1/obs-source-copy-0.2.2/obj-x86_64-linux-gnu'
dh_auto_build: error: cd obj-x86_64-linux-gnu && make -j16 "INSTALL=install 
--strip-program=true" VERBOSE=1 returned exit code 2
make: *** [debian/rules:14: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
debuild: fatal error at line 1184:
dpkg-buildpackage -us -uc -ui failed

Eriberto


Bug#1055540: obs-time-source: FTBFS on several archs: linker input file not found

2023-11-07 Thread Joao Eriberto Mota Filho
Package: obs-time-source
Version: 0.1-1
Severity: serious
Tags: upstream ftbfs
Justification: Fails to Build from Source
X-Debbugs-Cc: ~krystianch/public-in...@lists.sr.ht

The package fails to build from source on several architectures.

An example for arm64:

cd obj-aarch64-linux-gnu && LC_ALL=C.UTF-8 ninja -j4 -v
[1/2] cc -Itime-source.so.p -I. -I.. -I/usr/include/obs 
-I/usr/include/pango-1.0 -I/usr/include/glib-2.0 
-I/usr/lib/aarch64-linux-gnu/glib-2.0/include -I/usr/include/harfbuzz 
-I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount 
-I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo 
-I/usr/include/pixman-1 -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall 
-Winvalid-pch -Wextra -Wpedantic -g -O2 -ffile-prefix-map=/<>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -mbranch-protection=standard -Wdate-time 
-D_FORTIFY_SOURCE=2 -fPIC -pthread -DHAVE_OBSCONFIG_H -DSIMDE_ENABLE_OPENMP 
'$<$,$>:-fopenmp-simd>'
 
'$<$,$>:-fopenmp-simd>'
 -MD -MQ time-source.so.p/time-source.c.o -MF 
time-source.so.p/time-source.c.o.d -o time-source.so.p/time-source.c.o -c 
../time-source.c
FAILED: time-source.so.p/time-source.c.o 
cc -Itime-source.so.p -I. -I.. -I/usr/include/obs -I/usr/include/pango-1.0 
-I/usr/include/glib-2.0 -I/usr/lib/aarch64-linux-gnu/glib-2.0/include 
-I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 
-I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi 
-I/usr/include/cairo -I/usr/include/pixman-1 -fdiagnostics-color=always 
-D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Wpedantic -g -O2 
-ffile-prefix-map=/<>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security 
-mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread 
-DHAVE_OBSCONFIG_H -DSIMDE_ENABLE_OPENMP 
'$<$,$>:-fopenmp-simd>'
 
'$<$,$>:-fopenmp-simd>'
 -MD -MQ time-source.so.p/time-source.c.o -MF 
time-source.so.p/time-source.c.o.d -o time-source.so.p/time-source.c.o -c 
../time-source.c
../time-source.c: In function ‘time_source_update’:
../time-source.c:95:9: warning: ‘__builtin_strncpy’ specified bound 64 equals 
destination size [-Wstringop-truncation]
   95 | strncpy(context->format, obs_data_get_string(settings, 
"format"),
  | ^
cc: warning: 
$<$,$>:-fopenmp-simd>:
 linker input file unused because linking not done
cc: error: 
$<$,$>:-fopenmp-simd>:
 linker input file not found: No such file or directory
cc: warning: 
$<$,$>:-fopenmp-simd>:
 linker input file unused because linking not done
cc: error: 
$<$,$>:-fopenmp-simd>:
 linker input file not found: No such file or directory
ninja: build stopped: subcommand failed.
dh_auto_build: error: cd obj-aarch64-linux-gnu && LC_ALL=C.UTF-8 ninja -j4 -v 
returned exit code 1
make: *** [debian/rules:13: binary-arch] Error 25

Eriberto



-- System Information:
Debian Release: 12.2
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable-security'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 6.1.0-13-amd64 (SMP w/16 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=pt_BR.UTF-8, LC_CTYPE=pt_BR.UTF-8 (charmap=UTF-8), 
LANGUAGE=pt_BR:pt:en
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages obs-time-source depends on:
ii  libc62.36-9+deb12u3
ii  libcairo21.16.0-7
ii  libglib2.0-0 2.74.6-2
ii  libobs0  29.0.2+dfsg-1+b1
ii  libpango-1.0-0   1.50.12+ds-1
ii  libpangocairo-1.0-0  1.50.12+ds-1
ii  obs-studio   29.0.2+dfsg-1+b1

obs-time-source recommends no packages.

obs-time-source suggests no packages.

-- no debconf information


Bug#1054237: jdupes: data loss behaviour from fdupes

2023-10-19 Thread Joao Eriberto Mota Filho
Package: jdupes
Version: 1.12-1
Severity: grave
Tags: upstream patch
Justification: causes non-serious data loss

>From the upstream in a private message:

jdupes inherited interactive deletion from fdupes and there were zero
input safeguards. A user tried to use ranges "2-4" and files 3 and 4 were
deleted, not preserved. This is a major data loss concern because the
behavior is destructive and contrary to user expectations. In the latest
commit I've placed heavy safeguards in the interactive deletion code that
should prevent all of the invalid input scenarios I can conceive.

The commit 4888e85[1] can and should be immediately applied to ALL
versions of jdupes that are being distributed. It should cleanly apply
and work without modification to every remotely recent version spanning
several years back.

[1] https://codeberg.org/jbruchon/jdupes/commit/4888e85



Bug#1050942: FTBFS: Failed 1/1 test programs. 5/246 subtests failed.

2023-08-31 Thread Joao Eriberto Mota Filho
Package: blhc
Version: 0.13-5
Severity: serious
Tags: ftbfs upstream
Justification: fails to build from source
X-Debbugs-Cc: eribe...@debian.org, Simon Ruderich 

Dear Simon Ruderich,

Currently blhc fails to build from source in Debian Sid. This issue was
detected in Salsa[1].

[1] https://salsa.debian.org/debian/blhc/-/jobs/4635438

I also tested it in a fresh jail:

dh_auto_test
/usr/bin/perl Build test --verbose 1

#   Failed test './t/logs/arch-avr32 --color (output)'
#   at t/tests.t line 45.
#  got: 'Use of uninitialized value $os in pattern match (m//) at 
./bin/blhc line 1194.
# Use of uninitialized value $cpu in pattern match (m//) at ./bin/blhc line 
1198.
# Use of uninitialized value $cpu in pattern match (m//) at ./bin/blhc line 
1202.
# LDFLAGS missing (-Wl,-z,relro): gcc -o test test.o
# CFLAGS missing (-fstack-protector-strong): gcc -D_FORTIFY_SOURCE=2 -g -O2 
-Wformat -Wformat-security -Werror=format-security -Wall -c test.c
# LDFLAGS missing (-Wl,-z,relro): gcc -o test test.o
# '
# expected: 'CFLAGS missing (-fstack-protector-strong): gcc 
-D_FORTIFY_SOURCE=2 -g -O2 -Wformat -Wformat-security -Werror=format-security 
-Wall -c test.c
# '

#   Failed test './t/logs/arch-avr32 (output)'
#   at t/tests.t line 45.
#  got: 'Use of uninitialized value $os in pattern match (m//) at 
./bin/blhc line 1194.
# Use of uninitialized value $cpu in pattern match (m//) at ./bin/blhc line 
1198.
# Use of uninitialized value $cpu in pattern match (m//) at ./bin/blhc line 
1202.

[...]

# checking './t/logs/debian-hardening-wrapper'...
# HARDENING WRAPPER: no checks possible, aborting
# '

#   Failed test './t/logs/arch-i386 ./t/logs/arch-amd64 ./t/logs/arch-avr32 
./t/logs/ignore-flag --ignore-arch-flag i386:-fstack-protector-strong 
--ignore-arch-flag mipsel:-Werror=format-security (output)'
#   at t/tests.t line 45.
#  got: 'Use of uninitialized value $os in pattern match (m//) at 
./bin/blhc line 1194.
# Use of uninitialized value $cpu in pattern match (m//) at ./bin/blhc line 
1198.
# Use of uninitialized value $cpu in pattern match (m//) at ./bin/blhc line 
1202.

[...]

# CFLAGS missing (-O2): gcc -g -fstack-protector-strong -Wformat 
-Wformat-security -Werror=format-security -D_FORTIFY_SOURCE=2 -c test-c.c
# '

#   Failed test './t/logs/arch-i386 ./t/logs/arch-amd64 ./t/logs/arch-avr32 
./t/logs/ignore-line --ignore-arch-line "i386:gcc .+ -fPIE .+" 
--ignore-arch-line "mipsel:gcc .+ -Wl,-z,relro -Wl,-z,now .+" (output)'
#   at t/tests.t line 45.
#  got: 'Use of uninitialized value $os in pattern match (m//) at 
./bin/blhc line 1194.
# Use of uninitialized value $cpu in pattern match (m//) at ./bin/blhc line 
1198.
# Use of uninitialized value $cpu in pattern match (m//) at ./bin/blhc line 
1202.

[...]


# Looks like you failed 5 tests of 246.
t/tests.t ..
1..246
[...]
not ok 14 - ./t/logs/arch-avr32 --color (output)
[...]
not ok 164 - ./t/logs/arch-avr32 (output)
[...]
not ok 242 - ./t/logs/bad-ldflags ./t/logs/empty ./t/logs/arch-avr32 
./t/logs/debian-hardening-wrapper (output)
[...]
not ok 244 - ./t/logs/arch-i386 ./t/logs/arch-amd64 ./t/logs/arch-avr32 
./t/logs/ignore-flag --ignore-arch-flag i386:-fstack-protector-strong 
--ignore-arch-flag mipsel:-Werror=format-security (output)
[...]
not ok 246 - ./t/logs/arch-i386 ./t/logs/arch-amd64 ./t/logs/arch-avr32 
./t/logs/ignore-line --ignore-arch-line "i386:gcc .+ -fPIE .+" 
--ignore-arch-line "mipsel:gcc .+ -Wl,-z,relro -Wl,-z,now .+" (output)
Dubious, test returned 5 (wstat 1280, 0x500)
Failed 5/246 subtests 

Test Summary Report
---
t/tests.t (Wstat: 1280 (exited 5) Tests: 246 Failed: 5)
  Failed tests:  14, 164, 242, 244, 246
  Non-zero exit status: 5
Files=1, Tests=246,  3 wallclock secs ( 0.02 usr  0.00 sys +  2.46 cusr  0.37 
csys =  2.85 CPU)
Result: FAIL
Failed 1/1 test programs. 5/246 subtests failed.


Regards,

Eriberto

-- System Information:
Debian Release: trixie/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 6.1.0-11-amd64 (SMP w/16 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=C.UTF-8, LC_CTYPE=C.UTF-8 (charmap=UTF-8) (ignored: LC_ALL set to 
C.UTF-8), LANGUAGE=C.UTF-8
Shell: /bin/sh linked to /usr/bin/dash
Init: unable to detect

Versions of packages blhc depends on:
ii  libdpkg-perl  1.22.0

blhc recommends no packages.

blhc suggests no packages.

-- debconf-show failed



Bug#1042315: marked as pending in wfuzz

2023-08-18 Thread Joao Eriberto Mota Filho
Control: tag -1 pending

Hello,

Bug #1042315 in wfuzz reported by you has been fixed in the
Git repository and is awaiting an upload. You can see the commit
message below and you can check the diff of the fix at:

https://salsa.debian.org/pkg-security-team/wfuzz/-/commit/b1d8aef1a52b7ce9cb08bfde029ba0b16786f752


Merge branch 'debian/master' into 'debian/master'

Add patch from upstream PR 347 to fix pyparsing dependency (Closes: #1042315)

See merge request pkg-security-team/wfuzz!1


(this message was generated automatically)
-- 
Greetings

https://bugs.debian.org/1042315



Bug#1042315: marked as pending in wfuzz

2023-08-18 Thread Joao Eriberto Mota Filho
Control: tag -1 pending

Hello,

Bug #1042315 in wfuzz reported by you has been fixed in the
Git repository and is awaiting an upload. You can see the commit
message below and you can check the diff of the fix at:

https://salsa.debian.org/pkg-security-team/wfuzz/-/commit/bffefb79ef27d31cd586ae0aac88d350ff2ad483


Add patch from upstream PR 347 to fix pyparsing dependency (Closes: #1042315)


(this message was generated automatically)
-- 
Greetings

https://bugs.debian.org/1042315



Bug#1021616: obs-text-slideshow: FTBFS with OBS 28

2022-10-11 Thread Joao Eriberto Mota Filho
Package: obs-text-slideshow
Version: 1.5.2-3
Severity: serious
Tags: ftbfs
Justification: fails to build from source (but built successfully in the past)

The current source code on Debian FTBFS with obs-studio 28.1.2.

dh_auto_configure: error: cd obj-x86_64-linux-gnu && cmake
-DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=None
-DCMAKE_INSTALL_SYSCONFDIR=/etc -DCMAKE_INSTALL_LOCALSTATEDIR=/var
-DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON -DCMAKE_FIND_USE_PACKAGE_REGISTRY=OFF
-DCMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY=ON
-DFETCHCONTENT_FULLY_DISCONNECTED=ON -DCMAKE_INSTALL_RUNSTATEDIR=/run
-DCMAKE_SKIP_INSTALL_ALL_DEPENDENCY=ON "-GUnix Makefiles"
-DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_INSTALL_LIBDIR=lib/x86_64-linux-gnu ..
returned exit code 1
make: *** [debian/rules:11: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
debuild: fatal error at line 1182:
dpkg-buildpackage -us -uc -ui failed

Eriberto



Bug#1021448: apt-venv: autopkgtest regression: output on stderr

2022-10-08 Thread Joao Eriberto Mota Filho
Package: apt-venv
Version: 1.0.0-4
Severity: serious

Dear maintainer,

A recent upload of apt-venv introduced CI tests that fail over some
architectures. See below an example for arm64.

[...]
Ign:37 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse arm64 Packages
Err:19 http://archive.ubuntu.com/ubuntu jammy/main arm64 Packages
  404  Not Found [IP: 185.125.190.36 80]
Ign:21 http://archive.ubuntu.com/ubuntu jammy/universe arm64 Packages
Ign:23 http://archive.ubuntu.com/ubuntu jammy/restricted arm64 Packages
Ign:25 http://archive.ubuntu.com/ubuntu jammy/multiverse arm64 Packages
Err:31 http://archive.ubuntu.com/ubuntu jammy-updates/main arm64 Packages
  404  Not Found [IP: 185.125.190.36 80]
Ign:33 http://archive.ubuntu.com/ubuntu jammy-updates/universe arm64 Packages
Ign:35 http://archive.ubuntu.com/ubuntu jammy-updates/restricted arm64 Packages
Ign:37 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse arm64 Packages
Fetched 27.4 MB in 10s (2692 kB/s)
Reading package lists...
E: Failed to fetch 
http://security.ubuntu.com/ubuntu/dists/jammy-security/main/binary-arm64/Packages
  404  Not Found [IP: 185.125.190.39 80]
E: Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/jammy/main/binary-arm64/Packages  404  
Not Found [IP: 185.125.190.36 80]
E: Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/jammy-updates/main/binary-arm64/Packages 
 404  Not Found [IP: 185.125.190.36 80]
E: Some index files failed to download. They have been ignored, or old ones 
used instead.
Welcome to apt virtual environment for jammy release.
All the configuration is available in /home/debci/.config/apt-venv/jammy
You may want run first "apt-get update"
autopkgtest [11:14:36]: test apt-cache-update.sh: ---]
autopkgtest [11:14:36]: test apt-cache-update.sh:  - - - - - - - - - - results 
- - - - - - - - - -
apt-cache-update.sh  FAIL stderr: E: Failed to fetch 
http://security.ubuntu.com/ubuntu/dists/xenial-security/main/binary-arm64/Packages
  404  Not Found [IP: 185.125.190.36 80]
autopkgtest [11:14:36]: test apt-cache-update.sh:  - - - - - - - - - - stderr - 
- - - - - - - - -
E: Failed to fetch 
http://security.ubuntu.com/ubuntu/dists/xenial-security/main/binary-arm64/Packages
  404  Not Found [IP: 185.125.190.36 80]
E: Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/xenial/main/binary-arm64/Packages  404  
Not Found [IP: 91.189.91.39 80]
E: Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/xenial-updates/main/binary-arm64/Packages
  404  Not Found [IP: 91.189.91.39 80]
E: Some index files failed to download. They have been ignored, or old ones 
used instead.
E: Failed to fetch 
http://security.ubuntu.com/ubuntu/dists/bionic-security/main/binary-arm64/Packages
  404  Not Found [IP: 91.189.91.38 80]
E: Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/bionic/main/binary-arm64/Packages  404  
Not Found [IP: 91.189.91.38 80]
E: Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/bionic-updates/main/binary-arm64/Packages
  404  Not Found [IP: 91.189.91.38 80]
E: Some index files failed to download. They have been ignored, or old ones 
used instead.
E: Failed to fetch 
http://security.ubuntu.com/ubuntu/dists/focal-security/main/binary-arm64/Packages
  404  Not Found [IP: 185.125.190.36 80]
E: Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/focal/main/binary-arm64/Packages  404  
Not Found [IP: 91.189.91.39 80]
E: Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/focal-updates/main/binary-arm64/Packages 
 404  Not Found [IP: 91.189.91.39 80]
E: Some index files failed to download. They have been ignored, or old ones 
used instead.
E: Failed to fetch 
http://security.ubuntu.com/ubuntu/dists/jammy-security/main/binary-arm64/Packages
  404  Not Found [IP: 185.125.190.39 80]
E: Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/jammy/main/binary-arm64/Packages  404  
Not Found [IP: 185.125.190.36 80]
E: Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/jammy-updates/main/binary-arm64/Packages 
 404  Not Found [IP: 185.125.190.36 80]
E: Some index files failed to download. They have been ignored, or old ones 
used instead.



Bug#1021445: apt-venv: autopkgtest regression: output on stderr

2022-10-08 Thread Joao Eriberto Mota Filho
Package: apt-venv
Version: 1.0.0-4
Severity: serious
X-Debbugs-Cc: Braulio Henrique Marques Souto 

Dear maintainer,

A recent upload of apt-venv introduced CI tests that fail over some
architectures. See below an example for arm64.

[...]
Ign:37 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse arm64 Packages
Err:19 http://archive.ubuntu.com/ubuntu jammy/main arm64 Packages
  404  Not Found [IP: 185.125.190.36 80]
Ign:21 http://archive.ubuntu.com/ubuntu jammy/universe arm64 Packages
Ign:23 http://archive.ubuntu.com/ubuntu jammy/restricted arm64 Packages
Ign:25 http://archive.ubuntu.com/ubuntu jammy/multiverse arm64 Packages
Err:31 http://archive.ubuntu.com/ubuntu jammy-updates/main arm64 Packages
  404  Not Found [IP: 185.125.190.36 80]
Ign:33 http://archive.ubuntu.com/ubuntu jammy-updates/universe arm64 Packages
Ign:35 http://archive.ubuntu.com/ubuntu jammy-updates/restricted arm64 Packages
Ign:37 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse arm64 Packages
Fetched 27.4 MB in 10s (2692 kB/s)
Reading package lists...
E: Failed to fetch 
http://security.ubuntu.com/ubuntu/dists/jammy-security/main/binary-arm64/Packages
  404  Not Found [IP: 185.125.190.39 80]
E: Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/jammy/main/binary-arm64/Packages  404  
Not Found [IP: 185.125.190.36 80]
E: Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/jammy-updates/main/binary-arm64/Packages 
 404  Not Found [IP: 185.125.190.36 80]
E: Some index files failed to download. They have been ignored, or old ones 
used instead.
Welcome to apt virtual environment for jammy release.
All the configuration is available in /home/debci/.config/apt-venv/jammy
You may want run first "apt-get update"
autopkgtest [11:14:36]: test apt-cache-update.sh: ---]
autopkgtest [11:14:36]: test apt-cache-update.sh:  - - - - - - - - - - results 
- - - - - - - - - -
apt-cache-update.sh  FAIL stderr: E: Failed to fetch 
http://security.ubuntu.com/ubuntu/dists/xenial-security/main/binary-arm64/Packages
  404  Not Found [IP: 185.125.190.36 80]
autopkgtest [11:14:36]: test apt-cache-update.sh:  - - - - - - - - - - stderr - 
- - - - - - - - -
E: Failed to fetch 
http://security.ubuntu.com/ubuntu/dists/xenial-security/main/binary-arm64/Packages
  404  Not Found [IP: 185.125.190.36 80]
E: Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/xenial/main/binary-arm64/Packages  404  
Not Found [IP: 91.189.91.39 80]
E: Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/xenial-updates/main/binary-arm64/Packages
  404  Not Found [IP: 91.189.91.39 80]
E: Some index files failed to download. They have been ignored, or old ones 
used instead.
E: Failed to fetch 
http://security.ubuntu.com/ubuntu/dists/bionic-security/main/binary-arm64/Packages
  404  Not Found [IP: 91.189.91.38 80]
E: Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/bionic/main/binary-arm64/Packages  404  
Not Found [IP: 91.189.91.38 80]
E: Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/bionic-updates/main/binary-arm64/Packages
  404  Not Found [IP: 91.189.91.38 80]
E: Some index files failed to download. They have been ignored, or old ones 
used instead.
E: Failed to fetch 
http://security.ubuntu.com/ubuntu/dists/focal-security/main/binary-arm64/Packages
  404  Not Found [IP: 185.125.190.36 80]
E: Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/focal/main/binary-arm64/Packages  404  
Not Found [IP: 91.189.91.39 80]
E: Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/focal-updates/main/binary-arm64/Packages 
 404  Not Found [IP: 91.189.91.39 80]
E: Some index files failed to download. They have been ignored, or old ones 
used instead.
E: Failed to fetch 
http://security.ubuntu.com/ubuntu/dists/jammy-security/main/binary-arm64/Packages
  404  Not Found [IP: 185.125.190.39 80]
E: Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/jammy/main/binary-arm64/Packages  404  
Not Found [IP: 185.125.190.36 80]
E: Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/jammy-updates/main/binary-arm64/Packages 
 404  Not Found [IP: 185.125.190.36 80]
E: Some index files failed to download. They have been ignored, or old ones 
used instead.



Bug#1021441: apt-venv: autopkgtest regression: output on stderr

2022-10-08 Thread Joao Eriberto Mota Filho
Package: apt-venv
Version: 1.0.0-4
Severity: serious
X-Debbugs-Cc: Braulio Henrique Marques Souto 

Dear maintainer,

A recent upload of apt-venv introduced CI tests that fail over some
architectures. See below an example for arm64.

[...]
Ign:37 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse arm64 Packages
Err:19 http://archive.ubuntu.com/ubuntu jammy/main arm64 Packages
  404  Not Found [IP: 185.125.190.36 80]
Ign:21 http://archive.ubuntu.com/ubuntu jammy/universe arm64 Packages
Ign:23 http://archive.ubuntu.com/ubuntu jammy/restricted arm64 Packages
Ign:25 http://archive.ubuntu.com/ubuntu jammy/multiverse arm64 Packages
Err:31 http://archive.ubuntu.com/ubuntu jammy-updates/main arm64 Packages
  404  Not Found [IP: 185.125.190.36 80]
Ign:33 http://archive.ubuntu.com/ubuntu jammy-updates/universe arm64 Packages
Ign:35 http://archive.ubuntu.com/ubuntu jammy-updates/restricted arm64 Packages
Ign:37 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse arm64 Packages
Fetched 27.4 MB in 10s (2692 kB/s)
Reading package lists...
E: Failed to fetch 
http://security.ubuntu.com/ubuntu/dists/jammy-security/main/binary-arm64/Packages
  404  Not Found [IP: 185.125.190.39 80]
E: Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/jammy/main/binary-arm64/Packages  404  
Not Found [IP: 185.125.190.36 80]
E: Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/jammy-updates/main/binary-arm64/Packages 
 404  Not Found [IP: 185.125.190.36 80]
E: Some index files failed to download. They have been ignored, or old ones 
used instead.
Welcome to apt virtual environment for jammy release.
All the configuration is available in /home/debci/.config/apt-venv/jammy
You may want run first "apt-get update"
autopkgtest [11:14:36]: test apt-cache-update.sh: ---]
autopkgtest [11:14:36]: test apt-cache-update.sh:  - - - - - - - - - - results 
- - - - - - - - - -
apt-cache-update.sh  FAIL stderr: E: Failed to fetch 
http://security.ubuntu.com/ubuntu/dists/xenial-security/main/binary-arm64/Packages
  404  Not Found [IP: 185.125.190.36 80]
autopkgtest [11:14:36]: test apt-cache-update.sh:  - - - - - - - - - - stderr - 
- - - - - - - - -
E: Failed to fetch 
http://security.ubuntu.com/ubuntu/dists/xenial-security/main/binary-arm64/Packages
  404  Not Found [IP: 185.125.190.36 80]
E: Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/xenial/main/binary-arm64/Packages  404  
Not Found [IP: 91.189.91.39 80]
E: Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/xenial-updates/main/binary-arm64/Packages
  404  Not Found [IP: 91.189.91.39 80]
E: Some index files failed to download. They have been ignored, or old ones 
used instead.
E: Failed to fetch 
http://security.ubuntu.com/ubuntu/dists/bionic-security/main/binary-arm64/Packages
  404  Not Found [IP: 91.189.91.38 80]
E: Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/bionic/main/binary-arm64/Packages  404  
Not Found [IP: 91.189.91.38 80]
E: Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/bionic-updates/main/binary-arm64/Packages
  404  Not Found [IP: 91.189.91.38 80]
E: Some index files failed to download. They have been ignored, or old ones 
used instead.
E: Failed to fetch 
http://security.ubuntu.com/ubuntu/dists/focal-security/main/binary-arm64/Packages
  404  Not Found [IP: 185.125.190.36 80]
E: Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/focal/main/binary-arm64/Packages  404  
Not Found [IP: 91.189.91.39 80]
E: Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/focal-updates/main/binary-arm64/Packages 
 404  Not Found [IP: 91.189.91.39 80]
E: Some index files failed to download. They have been ignored, or old ones 
used instead.
E: Failed to fetch 
http://security.ubuntu.com/ubuntu/dists/jammy-security/main/binary-arm64/Packages
  404  Not Found [IP: 185.125.190.39 80]
E: Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/jammy/main/binary-arm64/Packages  404  
Not Found [IP: 185.125.190.36 80]
E: Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/jammy-updates/main/binary-arm64/Packages 
 404  Not Found [IP: 185.125.190.36 80]
E: Some index files failed to download. They have been ignored, or old ones 
used instead.



Bug#1021358: libpam-modules-bin: fails when upgrading from 1.5.2-2 revision

2022-10-06 Thread Joao Eriberto Mota Filho
Package: libpam-modules-bin
Version: 1.5.2-3
Severity: grave
Justification: renders package unusable

Dear maintainer,

When upgrading my jail Sid, I got:

Preparing to unpack .../libpam-modules-bin_1.5.2-3_amd64.deb ...
Unpacking libpam-modules-bin (1.5.2-3) over (1.5.2-2) ...
dpkg: error processing archive 
/var/cache/apt/archives/libpam-modules-bin_1.5.2-3_amd64.deb (--unpack):
 trying to overwrite '/usr/share/man/man5/namespace.conf.5.gz', which is also
 in package libpam-modules:amd64 1.5.2-2
Errors were encountered while processing:
 /var/cache/apt/archives/libpam-modules-bin_1.5.2-3_amd64.deb

Thanks!

Eriberto



Bug#1016557: xfonts-cronyx: Non-DFSG file

2022-08-02 Thread Joao Eriberto Mota Filho
Source: xfonts-cronyx
Version: 2.3.8
Severity: serious
Tags: upstream
Justification: Policy 2.2.1
X-Debbugs-Cc: eribe...@debian.org

The license for tryfont/ISO8859-5 says:

---
Copyright (c) 1991-1995 Unicode, Inc.  All Rights reserved.

This file is provided as-is by Unicode, Inc. (The Unicode Consortium).
No claims are made as to fitness for any particular purpose.  No
warranties of any kind are expressed or implied.  The recipient
agrees to determine applicability of information provided.  If this
file has been provided on magnetic media by Unicode, Inc., the sole
remedy for any claim will be exchange of defective media within 90
days of receipt.

Recipient is granted the right to make copies in any form for
internal distribution and to freely use the information supplied
in the creation of products supporting Unicode.  Unicode, Inc.
specifically excludes the right to re-distribute this file directly
to third parties or other organizations whether for profit or not.
---

Eriberto



Bug#1016457: clif: non-DFSG source code in clif

2022-07-31 Thread Joao Eriberto Mota Filho
Package: clif
Version: 0.90.2-1
Severity: serious
Tags: upstream
Justification: Policy 2.2.1
X-Debbugs-Cc: eribe...@debian.org

The file ch-lex.c doesn't have a license on its header. However, starting at
line 927, I noticed the following text:

--
/*  Copyright (c) 1989 AT */
/*All Rights Reserved   */

/*  THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF AT */
/*  The copyright notice above does not evidence any*/
/*  actual or intended publication of such source code. */

#pragma ident   "@(#)ncform 6.8 95/02/11 SMI"
--

It's clear to me that part of the file includes a non-free source code.

Eriberto



Bug#965921: zemberek-server: diff for NMU version 0.7.1-12.4

2022-07-10 Thread Joao Eriberto Mota Filho
Control: tags 965921 + patch
Control: tags 965921 + pending

Dear maintainer,

I've prepared an NMU for zemberek-server (versioned as 0.7.1-12.4) and
uploaded it to DELAYED/2. Please feel free to tell me if Ishould delay
it longer.

Regards,

Eriberto

diff -u zemberek-server-0.7.1/debian/changelog 
zemberek-server-0.7.1/debian/changelog
--- zemberek-server-0.7.1/debian/changelog
+++ zemberek-server-0.7.1/debian/changelog
@@ -1,3 +1,10 @@
+zemberek-server (0.7.1-12.4) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * debian/compat: bumped compat level to 7. (Closes: #965921)
+
+ -- Joao Eriberto Mota Filho   Mon, 11 Jul 2022 00:08:28 
-0300
+
 zemberek-server (0.7.1-12.3) unstable; urgency=medium
 
   * Non maintainer upload by the Reproducible Builds team.
diff -u zemberek-server-0.7.1/debian/compat zemberek-server-0.7.1/debian/compat
--- zemberek-server-0.7.1/debian/compat
+++ zemberek-server-0.7.1/debian/compat
@@ -1 +1 @@
-5
+7



Bug#1010493: ltrace: diff for NMU version 0.7.3-6.3

2022-05-02 Thread Joao Eriberto Mota Filho
Control: tags 1010493 + patch
Control: tags 1010493 + pending

Dear maintainer,

I've prepared an NMU for ltrace (versioned as 0.7.3-6.3) and
uploaded it to DELAYED/5. Please feel free to tell me if I
should delay it longer.

Regards,

Eriberto

diff -Nru ltrace-0.7.3/debian/changelog ltrace-0.7.3/debian/changelog
--- ltrace-0.7.3/debian/changelog   2022-03-30 20:48:13.0 -0300
+++ ltrace-0.7.3/debian/changelog   2022-05-02 20:51:56.0 -0300
@@ -1,3 +1,12 @@
+ltrace (0.7.3-6.3) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * debian/rules: disabled use of -Werror to avoid a FTBFS in mipsel, alpha and
+ia64 when using DH level 13. Thanks to Paul Gevers .
+(Closes: #1010493)
+
+ -- Joao Eriberto Mota Filho   Mon, 02 May 2022 20:51:56 
-0300
+
 ltrace (0.7.3-6.2) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru ltrace-0.7.3/debian/rules ltrace-0.7.3/debian/rules
--- ltrace-0.7.3/debian/rules   2022-03-30 20:48:13.0 -0300
+++ ltrace-0.7.3/debian/rules   2022-05-02 20:51:07.0 -0300
@@ -4,7 +4,7 @@
dh $@
 
 override_dh_auto_configure:
-   dh_auto_configure -- --with-libunwind=no
+   dh_auto_configure -- --with-libunwind=no --disable-werror
 
 override_dh_install:
dh_install



Bug#965910: xtron: diff for NMU version 1.1a-14.2

2022-04-22 Thread Joao Eriberto Mota Filho
Control: tags 965910 + patch
Control: tags 965910 + pending

Dear maintainer,

I've prepared an NMU for xtron (versioned as 1.1a-14.2) and
uploaded it to DELAYED/2. Please feel free to tell me if I
should delay it longer.

Regards,

Eriberto

diff -u xtron-1.1a/debian/changelog xtron-1.1a/debian/changelog
--- xtron-1.1a/debian/changelog
+++ xtron-1.1a/debian/changelog
@@ -1,3 +1,10 @@
+xtron (1.1a-14.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * debian/compat: bumped compat level to 7. (Closes: #965910)
+
+ -- Joao Eriberto Mota Filho   Fri, 22 Apr 2022 20:18:27 
-0300
+
 xtron (1.1a-14.1) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -u xtron-1.1a/debian/compat xtron-1.1a/debian/compat
--- xtron-1.1a/debian/compat
+++ xtron-1.1a/debian/compat
@@ -1 +1 @@
-5
+7



Bug#965911: yasat: diff for NMU version 848-1.2

2022-04-22 Thread Joao Eriberto Mota Filho
Control: tags 965911 + patch
Control: tags 965911 + pending

Dear maintainer,

I've prepared an NMU for yasat (versioned as 848-1.2) and
uploaded it to DELAYED/5. Please feel free to tell me if I
should delay it longer.

Regards,

Eriberto

diff -Nru yasat-848/debian/changelog yasat-848/debian/changelog
--- yasat-848/debian/changelog  2021-01-03 15:56:33.0 -0300
+++ yasat-848/debian/changelog  2022-04-22 19:36:32.0 -0300
@@ -1,3 +1,16 @@
+yasat (848-1.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Using new DH level format. Consequently:
+  - debian/compat: removed.
+  - debian/control: changed from 'debhelper' to 'debhelper-compat' in
+Build-Depends field and bumped level to 13.
+  - Closes: #965911
+  * debian/clean: created to remove some files created from the build process
+and forgotten after this. This action will allow package to build twice.
+
+ -- Joao Eriberto Mota Filho   Fri, 22 Apr 2022 19:36:32 
-0300
+
 yasat (848-1.1) unstable; urgency=medium
 
   * Non maintainer upload by the Reproducible Builds team.
diff -Nru yasat-848/debian/clean yasat-848/debian/clean
--- yasat-848/debian/clean  1969-12-31 21:00:00.0 -0300
+++ yasat-848/debian/clean  2022-04-22 19:36:32.0 -0300
@@ -0,0 +1,4 @@
+tests/test_rsa.pem
+tests/test_rsa_password.pem
+tests/yasat_global.advice
+yasat.advices
diff -Nru yasat-848/debian/compat yasat-848/debian/compat
--- yasat-848/debian/compat 2014-01-24 11:29:46.0 -0200
+++ yasat-848/debian/compat 1969-12-31 21:00:00.0 -0300
@@ -1 +0,0 @@
-5
diff -Nru yasat-848/debian/control yasat-848/debian/control
--- yasat-848/debian/control2016-08-30 06:04:43.0 -0300
+++ yasat-848/debian/control2022-04-22 19:36:32.0 -0300
@@ -2,7 +2,7 @@
 Section: utils
 Priority: optional
 Maintainer: Corentin LABBE 
-Build-Depends: debhelper (>= 7.0.50)
+Build-Depends: debhelper-compat (= 13)
 Standards-Version: 3.9.8
 Homepage: http://yasat.sourceforge.net/
 



Bug#965922: zpspell: diff for NMU version 0.4.3-4.2

2022-04-22 Thread Joao Eriberto Mota Filho
Control: tags 965922 + patch
Control: tags 965922 + pending

Dear maintainer,

I've prepared an NMU for zpspell (versioned as 0.4.3-4.2) and
uploaded it to DELAYED/2. Please feel free to tell me if I
should delay it longer.

Regards,

Eriberto

diff -u zpspell-0.4.3/debian/compat zpspell-0.4.3/debian/compat
--- zpspell-0.4.3/debian/compat
+++ zpspell-0.4.3/debian/compat
@@ -1 +1 @@
-5
+7
diff -u zpspell-0.4.3/debian/changelog zpspell-0.4.3/debian/changelog
--- zpspell-0.4.3/debian/changelog
+++ zpspell-0.4.3/debian/changelog
@@ -1,3 +1,10 @@
+zpspell (0.4.3-4.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * debian/compat: bumped level to 7. (Closes: #965922)
+
+ -- Joao Eriberto Mota Filho   Fri, 22 Apr 2022 19:23:46 
-0300
+
 zpspell (0.4.3-4.1) unstable; urgency=low
 
   * Non-maintainer upload.



Bug#965463: cntlm: diff for NMU version 0.92.3-1.1

2022-04-17 Thread Joao Eriberto Mota Filho
Control: tags 965463 + patch
Control: tags 965463 + pending

Dear maintainer,

I've prepared an NMU for cntlm (versioned as 0.92.3-1.1) and
uploaded it to DELAYED/5. Please feel free to tell me if I
should delay it longer.

Regards,

Eriberto

diff -u cntlm-0.92.3/debian/changelog cntlm-0.92.3/debian/changelog
--- cntlm-0.92.3/debian/changelog
+++ cntlm-0.92.3/debian/changelog
@@ -1,3 +1,16 @@
+cntlm (0.92.3-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Using new DH level format. Consequently:
+  - debian/compat: removed.
+  - debian/control: changed from 'debhelper' to 'debhelper-compat' in
+Build-Depends field and bumped level to 13.
+  - debian/rules: using 'dh_prep' instead of 'dh_clean -k' because the
+'-k' option is not supported since compat 12.
+  - Closes: #965463
+
+ -- Joao Eriberto Mota Filho   Sun, 17 Apr 2022 15:10:54 
-0300
+
 cntlm (0.92.3-1) unstable; urgency=low
 
   * New upstream release. Closes: #652725, #588920.
diff -u cntlm-0.92.3/debian/control cntlm-0.92.3/debian/control
--- cntlm-0.92.3/debian/control
+++ cntlm-0.92.3/debian/control
@@ -2,7 +2,7 @@
 Section: net
 Priority: optional
 Maintainer: David Watson 
-Build-Depends: debhelper (>= 5)
+Build-Depends: debhelper-compat (= 13)
 Standards-Version: 3.9.3
 Vcs-Git: git://planetwatson.co.uk/cntlm
 Vcs-Browser: http://projects.planetwatson.co.uk/repositories/show/cntlm
reverted:
--- cntlm-0.92.3/debian/compat
+++ cntlm-0.92.3.orig/debian/compat
@@ -1 +0,0 @@
-5
diff -u cntlm-0.92.3/debian/rules cntlm-0.92.3/debian/rules
--- cntlm-0.92.3/debian/rules
+++ cntlm-0.92.3/debian/rules
@@ -47,7 +47,7 @@
 install: build
dh_testdir
dh_testroot
-   dh_clean -k 
+   dh_prep
dh_installdirs
 
# Add here commands to install the package into debian/cntlm.



Bug#965462: clif: diff for NMU version 0.93-9.2

2022-04-16 Thread Joao Eriberto Mota Filho
Control: tags 965462 + patch
Control: tags 965462 + pending
Control: tags 999095 + patch
Control: tags 999095 + pending

Dear maintainer,

I've prepared an NMU for clif (versioned as 0.93-9.2) and
uploaded it to DELAYED/2. Please feel free to tell me if I
should delay it longer.

Regards,

Eriberto

diff -Nru clif-0.93/debian/changelog clif-0.93/debian/changelog
--- clif-0.93/debian/changelog  2015-11-02 08:21:14.0 -0200
+++ clif-0.93/debian/changelog  2022-04-16 21:29:06.0 -0300
@@ -1,3 +1,18 @@
+clif (0.93-9.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Using new DH level format. Consequently:
+  - debian/compat: removed.
+  - debian/control: changed from 'debhelper' to 'debhelper-compat' in
+Build-Depends field and bumped level to 13.
+  - debian/rules: using 'dh_prep' instead of 'dh_clean -k' because the
+'-k' option is not supported since compat 12.
+  - Closes: #965462
+  * debian/rules: added missing targets build-arch and build-indep.
+(Closes: #999095)
+
+ -- Joao Eriberto Mota Filho   Sat, 16 Apr 2022 21:29:06 
-0300
+
 clif (0.93-9.1) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru clif-0.93/debian/compat clif-0.93/debian/compat
--- clif-0.93/debian/compat 2010-01-03 13:27:41.0 -0200
+++ clif-0.93/debian/compat 1969-12-31 21:00:00.0 -0300
@@ -1 +0,0 @@
-5
diff -Nru clif-0.93/debian/control clif-0.93/debian/control
--- clif-0.93/debian/control2015-11-02 08:19:46.0 -0200
+++ clif-0.93/debian/control2022-04-16 21:29:06.0 -0300
@@ -2,7 +2,7 @@
 Section: interpreters
 Priority: optional
 Maintainer: Sam Hocevar 
-Build-Depends: debhelper (>= 5.0), libx11-dev, libxt-dev, texlive, libelf-dev
+Build-Depends: debhelper-compat (= 13), libx11-dev, libxt-dev, texlive, 
libelf-dev
 Standards-Version: 3.8.3
 
 Package: clif
diff -Nru clif-0.93/debian/rules clif-0.93/debian/rules
--- clif-0.93/debian/rules  2010-01-03 14:11:32.0 -0200
+++ clif-0.93/debian/rules  2022-04-16 21:29:06.0 -0300
@@ -46,7 +46,7 @@
 install: build
dh_testdir
dh_testroot
-   dh_clean -k
+   dh_prep
$(MAKE) install DESTDIR=`pwd`/debian/clif
dh_installdirs usr/bin usr/lib/clif
dh_install clif usr/bin
@@ -83,5 +83,6 @@
dh_builddeb
 
 binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install configure
-
+build-arch: build
+build-indep: build
+.PHONY: build clean build-arch build-indep binary-indep binary-arch binary 
install configure



Bug#965468: clamassassin: diff for NMU version 1.2.4-1.2

2022-04-16 Thread Joao Eriberto Mota Filho
Control: tags 965468 + patch
Control: tags 965468 + pending
Control: tags 999015 + patch
Control: tags 999015 + pending

Dear maintainer,

I've prepared an NMU for clamassassin (versioned as 1.2.4-1.2) and
uploaded it to DELAYED/2. Please feel free to tell me if I
should delay it longer.

Regards,

Eriberto

diff -u clamassassin-1.2.4/debian/changelog clamassassin-1.2.4/debian/changelog
--- clamassassin-1.2.4/debian/changelog
+++ clamassassin-1.2.4/debian/changelog
@@ -1,3 +1,16 @@
+clamassassin (1.2.4-1.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Using new DH level format. Consequently:
+  - debian/compat: removed.
+  - debian/control: changed from 'debhelper' to 'debhelper-compat' in
+Build-Depends field and bumped level to 13.
+  - Closes: #965468
+  * debian/rules: added missing targets build-arch and build-indep.
+(Closes: #999015)
+
+ -- Joao Eriberto Mota Filho   Sat, 16 Apr 2022 19:47:25 
-0300
+
 clamassassin (1.2.4-1.1) unstable; urgency=medium
 
   * Non maintainer upload by the Reproducible Builds team.
reverted:
--- clamassassin-1.2.4/debian/compat
+++ clamassassin-1.2.4.orig/debian/compat
@@ -1 +0,0 @@
-5
diff -u clamassassin-1.2.4/debian/control clamassassin-1.2.4/debian/control
--- clamassassin-1.2.4/debian/control
+++ clamassassin-1.2.4/debian/control
@@ -2,7 +2,7 @@
 Section: mail
 Priority: optional
 Maintainer: Robert S. Edmonds 
-Build-Depends: debhelper (>= 5)
+Build-Depends: debhelper-compat (= 13)
 Standards-Version: 3.7.2
 
 Package: clamassassin
diff -u clamassassin-1.2.4/debian/rules clamassassin-1.2.4/debian/rules
--- clamassassin-1.2.4/debian/rules
+++ clamassassin-1.2.4/debian/rules
@@ -36,5 +36,7 @@
dh_builddeb
 
 binary: binary-indep
+build-arch: build
+build-indep: build
 
-.PHONY: build clean install binary-arch binary-indep binary
+.PHONY: build build-arch build-indep clean install binary-arch binary-indep 
binary



Bug#965455: chrootuid: diff for NMU version 1.3-6.1

2022-04-16 Thread Joao Eriberto Mota Filho
Control: tags 965455 + patch
Control: tags 965455 + pending
Control: tags 998939 + patch
Control: tags 998939 + pending

Dear maintainer,

I've prepared an NMU for chrootuid (versioned as 1.3-6.1) and
uploaded it to DELAYED/2. Please feel free to tell me if I
should delay it longer.

Regards,

Eriberto

diff -u chrootuid-1.3/debian/rules chrootuid-1.3/debian/rules
--- chrootuid-1.3/debian/rules
+++ chrootuid-1.3/debian/rules
@@ -53,4 +53,6 @@
dh_builddeb
 
 binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install configure
+build-arch: build
+build-indep: build
+.PHONY: build build-arch build-indep clean binary-indep binary-arch binary 
install configure
diff -u chrootuid-1.3/debian/control chrootuid-1.3/debian/control
--- chrootuid-1.3/debian/control
+++ chrootuid-1.3/debian/control
@@ -2,7 +2,7 @@
 Section: admin
 Priority: optional
 Maintainer: Javier Fernandez-Sanguino Pen~a 
-Build-Depends: debhelper (>> 3.0.0)
+Build-Depends: debhelper-compat (= 13)
 Standards-Version: 3.9.1.0
 Homepage: http://ftp.porcupine.org/pub/security/index.html
 
diff -u chrootuid-1.3/debian/changelog chrootuid-1.3/debian/changelog
--- chrootuid-1.3/debian/changelog
+++ chrootuid-1.3/debian/changelog
@@ -1,3 +1,16 @@
+chrootuid (1.3-6.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Using new DH level format. Consequently:
+  - debian/compat: removed.
+  - debian/control: changed from 'debhelper' to 'debhelper-compat' in
+Build-Depends field and bumped level to 13.
+  - Closes: #965455
+  * debian/rules: added missing targets build-arch and build-indep.
+(Closes: #998939)
+
+ -- Joao Eriberto Mota Filho   Sat, 16 Apr 2022 17:10:27 
-0300
+
 chrootuid (1.3-6) unstable; urgency=low
 
   * Change maintainer's e-mail address
reverted:
--- chrootuid-1.3/debian/compat
+++ chrootuid-1.3.orig/debian/compat
@@ -1 +0,0 @@
-5



Bug#965457: choosewm: diff for NMU version 0.1.6-3.1

2022-04-16 Thread Joao Eriberto Mota Filho
Control: tags 965457 + patch
Control: tags 965457 + pending

Dear maintainer,

I've prepared an NMU for choosewm (versioned as 0.1.6-3.1) and
uploaded it to DELAYED/2. Please feel free to tell me if I
should delay it longer.

Regards,

Eriberto

diff -Nru choosewm-0.1.6/debian/changelog choosewm-0.1.6/debian/changelog
--- choosewm-0.1.6/debian/changelog 2011-08-24 05:52:20.0 -0300
+++ choosewm-0.1.6/debian/changelog 2022-04-16 16:58:21.0 -0300
@@ -1,3 +1,14 @@
+choosewm (0.1.6-3.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Using new DH level format. Consequently:
+  - debian/compat: removed.
+  - debian/control: changed from 'debhelper' to 'debhelper-compat' in
+Build-Depends field and bumped level to 13.
+  - Closes: #965457
+
+ -- Joao Eriberto Mota Filho   Sat, 16 Apr 2022 16:58:21 
-0300
+
 choosewm (0.1.6-3) unstable; urgency=low
 
   * quick fix to make it build again until I have time for
diff -Nru choosewm-0.1.6/debian/compat choosewm-0.1.6/debian/compat
--- choosewm-0.1.6/debian/compat2011-05-23 05:16:54.0 -0300
+++ choosewm-0.1.6/debian/compat1969-12-31 21:00:00.0 -0300
@@ -1 +0,0 @@
-5
diff -Nru choosewm-0.1.6/debian/control choosewm-0.1.6/debian/control
--- choosewm-0.1.6/debian/control   2011-05-23 06:23:19.0 -0300
+++ choosewm-0.1.6/debian/control   2022-04-16 16:58:21.0 -0300
@@ -2,7 +2,7 @@
 Section: x11
 Priority: extra
 Maintainer: Bernhard R. Link 
-Build-Depends: debhelper (>= 5), libglib2.0-dev, libpango1.0-dev, 
libatk1.0-dev, libgtk2.0-dev, libcairo2-dev
+Build-Depends: debhelper-compat (= 13), libglib2.0-dev, libpango1.0-dev, 
libatk1.0-dev, libgtk2.0-dev, libcairo2-dev
 Standards-Version: 3.9.2
 
 Package: choosewm



Bug#965440: bplay: diff for NMU version 0.991-10.1

2022-04-16 Thread Joao Eriberto Mota Filho
Control: tags 965440 + patch
Control: tags 965440 + pending
Control: tags 999139 + patch
Control: tags 999139 + pending

Dear maintainer,

I've prepared an NMU for bplay (versioned as 0.991-10.1) and
uploaded it to DELAYED/5. Please feel free to tell me if I
should delay it longer.

Regards,

Eriberto

diff -u bplay-0.991/debian/changelog bplay-0.991/debian/changelog
--- bplay-0.991/debian/changelog
+++ bplay-0.991/debian/changelog
@@ -1,3 +1,16 @@
+bplay (0.991-10.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Using new DH level format. Consequently:
+  - debian/compat: removed.
+  - debian/control: changed from 'debhelper' to 'debhelper-compat' in
+Build-Depends field and bumped level to 13.
+  - Closes: #965440
+  * debian/rules: added missing targets build-arch and build-indep.
+(Closes: #999139)
+
+ -- Joao Eriberto Mota Filho   Sat, 16 Apr 2022 16:32:45 
-0300
+
 bplay (0.991-10) unstable; urgency=low
 
   * Install the manpages. (Closes: #327759)
diff -u bplay-0.991/debian/control bplay-0.991/debian/control
--- bplay-0.991/debian/control
+++ bplay-0.991/debian/control
@@ -2,7 +2,7 @@
 Section: sound
 Priority: optional
 Maintainer: Carlos Laviola 
-Build-Depends: debhelper (>> 5.0.0)
+Build-Depends: debhelper-compat (= 13)
 Standards-Version: 3.7.2.2
 
 Package: bplay
reverted:
--- bplay-0.991/debian/compat
+++ bplay-0.991.orig/debian/compat
@@ -1 +0,0 @@
-5
diff -u bplay-0.991/debian/rules bplay-0.991/debian/rules
--- bplay-0.991/debian/rules
+++ bplay-0.991/debian/rules
@@ -58,5 +58,7 @@
 # Below here is fairly generic really
 
 binary:binary-arch
+build-arch: build
+build-indep: build
 
-.PHONY: build binary binary-arch binary-indep clean checkroot
+.PHONY: build build-arch build-indep binary binary-arch binary-indep clean 
checkroot



Bug#1005981: redet: diff for NMU version 8.26-1.5

2022-04-15 Thread Joao Eriberto Mota Filho
Control: tags 1005981 + patch

Dear maintainer,

I've prepared an NMU for redet (versioned as 8.26-1.5) and
uploaded it to DELAYED/10. Please feel free to tell me if I
should delay it longer.

Regards,

Eriberto

diff -Nru redet-8.26/debian/changelog redet-8.26/debian/changelog
--- redet-8.26/debian/changelog 2022-04-16 02:32:24.0 -0300
+++ redet-8.26/debian/changelog 2022-04-16 02:26:50.0 -0300
@@ -1,3 +1,12 @@
+redet (8.26-1.5) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Migrated to DebSrc 3.0. Consequently:
+  - Migrated the current patch from dpatch to quilt.
+  - Closes: #1005981
+
+ -- Joao Eriberto Mota Filho   Sat, 16 Apr 2022 02:26:50 
-0300
+
 redet (8.26-1.4) unstable; urgency=medium
 
   * Non maintainer upload by the Reproducible Builds team.
diff -Nru redet-8.26/debian/control redet-8.26/debian/control
--- redet-8.26/debian/control   2022-04-16 02:32:24.0 -0300
+++ redet-8.26/debian/control   2022-04-16 02:23:26.0 -0300
@@ -2,7 +2,7 @@
 Section: x11
 Priority: optional
 Maintainer: Bartosz Fenski 
-Build-Depends: debhelper (>= 10), dpatch
+Build-Depends: debhelper (>= 10), quilt (>= 0.40)
 Standards-Version: 3.9.8
 Homepage: http://www.billposer.org/Software/redet.html
 
diff -Nru redet-8.26/debian/patches/00list redet-8.26/debian/patches/00list
--- redet-8.26/debian/patches/00list2022-04-16 02:32:24.0 -0300
+++ redet-8.26/debian/patches/00list1969-12-31 21:00:00.0 -0300
@@ -1 +0,0 @@
-01_path
diff -Nru redet-8.26/debian/patches/01_path.dpatch 
redet-8.26/debian/patches/01_path.dpatch
--- redet-8.26/debian/patches/01_path.dpatch2022-04-16 02:32:24.0 
-0300
+++ redet-8.26/debian/patches/01_path.dpatch1969-12-31 21:00:00.0 
-0300
@@ -1,33 +0,0 @@
-#! /bin/sh -e
-## redet.dpatch
-## Bartosz Fenski 
-
-patch_opts="${patch_opts:--f --no-backup-if-mismatch ${2:+-d $2}}"
-
-if [ $# -ne 1 ]; then
-echo >&2 "`basename $0`: script expects -patch|-unpatch as argument"
-exit 1
-fi
-case "$1" in
-   -patch) patch $patch_opts -p1 < $0;;
-   -unpatch) patch $patch_opts -R -p1 < $0;;
-   *)
-   echo >&2 "`basename $0`: script expects -patch|-unpatch as 
argument"
-   exit 1;;
-esac
- 
-exit 0
-
-@DPATCH@
-diff -ru redet-6.13.orig/redet.tcl redet-6.13/redet.tcl
 redet-6.13.orig/redet.tcl  2005-07-28 10:53:55.0 +0200
-+++ redet-6.13/redet.tcl   2005-07-28 11:46:40.0 +0200
-@@ -51,7 +51,7 @@
- set HistoryFile  ".redethist";
- set JournalFile  ".redetlog";
- set ColorFile".redetcolors";
--set NonBinPath [file join /usr local share Redet];
-+set NonBinPath [file join /usr share doc redet-doc];
- 
- #Portability
- #Figure out what system we are running on
diff -Nru redet-8.26/debian/patches/01_path.patch 
redet-8.26/debian/patches/01_path.patch
--- redet-8.26/debian/patches/01_path.patch 1969-12-31 21:00:00.0 
-0300
+++ redet-8.26/debian/patches/01_path.patch 2022-04-16 02:26:15.0 
-0300
@@ -0,0 +1,15 @@
+Author: Bartosz Fenski 
+Description: fix the path and name of docs.
+Index: redet-8.26/redet.tcl
+===
+--- redet-8.26.orig/redet.tcl
 redet-8.26/redet.tcl
+@@ -155,7 +155,7 @@ set InitFile ".redetrc";
+ set HistoryFile  ".redethist";
+ set JournalFile  ".redetlog";
+ set ColorFile".redetcolors";
+-set NonBinPath [file join /usr local share Redet];
++set NonBinPath [file join /usr share doc redet-doc];
+ 
+ #Flags showing whether windows are editable
+ set INDEditableP 0;
diff -Nru redet-8.26/debian/patches/series redet-8.26/debian/patches/series
--- redet-8.26/debian/patches/series1969-12-31 21:00:00.0 -0300
+++ redet-8.26/debian/patches/series2022-04-16 02:23:25.0 -0300
@@ -0,0 +1 @@
+01_path.patch
diff -Nru redet-8.26/debian/rules redet-8.26/debian/rules
--- redet-8.26/debian/rules 2022-04-16 02:32:24.0 -0300
+++ redet-8.26/debian/rules 2022-04-16 02:23:26.0 -0300
@@ -8,7 +8,7 @@
 # This has to be exported to make some magic below work.
 export DH_OPTIONS
 
-include /usr/share/dpatch/dpatch.make
+include /usr/share/quilt/quilt.make
 
 CFLAGS = -Wall -g
 
@@ -27,7 +27,7 @@
 
 build-arch:
 build-indep: build-indep-stamp
-build-indep-stamp: patch-stamp configure-stamp 
+build-indep-stamp: $(QUILT_STAMPFN) configure-stamp 
 
touch build-indep-stamp
 
diff -Nru redet-8.26/debian/source/format redet-8.26/debian/source/format
--- redet-8.26/debian/source/format 1969-12-31 21:00:00.0 -0300
+++ redet-8.26/debian/source/format 2022-04-16 02:26:50.0 -0300
@@ -0,0 +1 @@
+3.0 (quilt)



Bug#998919: iisemulator: diff for NMU version 0.95-3.4

2022-04-15 Thread Joao Eriberto Mota Filho
Control: tags 998919 + patch
Control: tags 998919 + pending

Dear maintainer,

I've prepared an NMU for iisemulator (versioned as 0.95-3.4) and
uploaded it to DELAYED/2. Please feel free to tell me if I
should delay it longer.

Regards,

Eriberto

diff -u iisemulator-0.95/debian/changelog iisemulator-0.95/debian/changelog
--- iisemulator-0.95/debian/changelog
+++ iisemulator-0.95/debian/changelog
@@ -1,3 +1,11 @@
+iisemulator (0.95-3.4) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * debian/rules: added missing targets build-arch and build-indep.
+(Closes: #998919)
+
+ -- Joao Eriberto Mota Filho   Sat, 16 Apr 2022 02:11:23 
-0300
+
 iisemulator (0.95-3.3) unstable; urgency=medium
 
   * Non maintainer upload by the Reproducible Builds team.
diff -u iisemulator-0.95/debian/rules iisemulator-0.95/debian/rules
--- iisemulator-0.95/debian/rules
+++ iisemulator-0.95/debian/rules
@@ -72,4 +72,6 @@
dh_builddeb
 
 binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install configure
+build-arch: build
+build-indep: build
+.PHONY: build clean build-arch build-indep binary-indep binary-arch binary 
install configure



Bug#999268: vncsnapshot: diff for NMU version 1.2a-5.2

2022-04-15 Thread Joao Eriberto Mota Filho
Control: tags 999268 + patch
Control: tags 999268 + pending

Dear maintainer,

I've prepared an NMU for vncsnapshot (versioned as 1.2a-5.2) and
uploaded it to DELAYED/2. Please feel free to tell me if I
should delay it longer.

Regards,

Eriberto

diff -Nru vncsnapshot-1.2a/debian/changelog vncsnapshot-1.2a/debian/changelog
--- vncsnapshot-1.2a/debian/changelog   2012-06-06 13:56:25.0 -0300
+++ vncsnapshot-1.2a/debian/changelog   2022-04-16 02:00:41.0 -0300
@@ -1,3 +1,11 @@
+vncsnapshot (1.2a-5.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * debian/rules: added missing targets build-arch and build-indep.
+(Closes: #999268)
+
+ -- Joao Eriberto Mota Filho   Sat, 16 Apr 2022 02:00:41 
-0300
+
 vncsnapshot (1.2a-5.1) unstable; urgency=low
 
   * Non-maintainer upload.
diff -Nru vncsnapshot-1.2a/debian/rules vncsnapshot-1.2a/debian/rules
--- vncsnapshot-1.2a/debian/rules   2012-06-06 13:55:44.0 -0300
+++ vncsnapshot-1.2a/debian/rules   2022-04-16 02:00:41.0 -0300
@@ -66,4 +66,6 @@
dh_builddeb
 
 binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install configure
+build-arch: build
+build-indep: build
+.PHONY: build clean build-arch build-indep binary-indep binary-arch binary 
install configure



Bug#668477: cadaver: diff for NMU version 0.23.3-2.2

2022-04-15 Thread Joao Eriberto Mota Filho
Control: tags 668477 + pending
Control: tags 965443 + patch
Control: tags 965443 + pending

Dear maintainer,

I've prepared an NMU for cadaver (versioned as 0.23.3-2.2) and
uploaded it to DELAYED/10. Please feel free to tell me if I
should delay it longer.

Regards,

Eriberto

diff -Nru cadaver-0.23.3/debian/changelog cadaver-0.23.3/debian/changelog
--- cadaver-0.23.3/debian/changelog 2022-04-16 01:41:44.0 -0300
+++ cadaver-0.23.3/debian/changelog 2022-04-15 21:27:34.0 -0300
@@ -1,3 +1,21 @@
+cadaver (0.23.3-2.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Migrated to DebSrc 3.0. Consequently:
+  - debian/source/options: created to ignore changes in config.guess and
+config.sub.
+  - Migrated the current patch from dpatch to quilt.
+  - Closes: #668477
+  * Using new DH level format. Consequently:
+  - debian/compat: removed.
+  - debian/control: changed from 'debhelper' to 'debhelper-compat' in
+Build-Depends field and bumped level to 13.
+  - debian/rules: using 'dh_prep' instead of 'dh_clean -k' because the
+'-k' option is not supported since compat 12.
+  - Closes: #965443
+
+ -- Joao Eriberto Mota Filho   Fri, 15 Apr 2022 21:27:34 
-0300
+
 cadaver (0.23.3-2.1) unstable; urgency=low
 
   * Non-maintainer upload.
diff -Nru cadaver-0.23.3/debian/compat cadaver-0.23.3/debian/compat
--- cadaver-0.23.3/debian/compat2022-04-16 01:41:44.0 -0300
+++ cadaver-0.23.3/debian/compat1969-12-31 21:00:00.0 -0300
@@ -1 +0,0 @@
-5
diff -Nru cadaver-0.23.3/debian/control cadaver-0.23.3/debian/control
--- cadaver-0.23.3/debian/control   2022-04-16 01:41:44.0 -0300
+++ cadaver-0.23.3/debian/control   2022-04-15 21:27:34.0 -0300
@@ -2,7 +2,7 @@
 Section: web
 Priority: optional
 Maintainer: Sebastian Harl 
-Build-Depends: debhelper (>= 5), dpkg-dev (>= 1.14.6), dpatch,
+Build-Depends: debhelper-compat (= 13), dpkg-dev (>= 1.14.6), quilt (>= 0.40),
  autotools-dev,
  libgcrypt20-dev,
  libncurses5-dev,
diff -Nru cadaver-0.23.3/debian/patches/00list 
cadaver-0.23.3/debian/patches/00list
--- cadaver-0.23.3/debian/patches/00list2022-04-16 01:41:44.0 
-0300
+++ cadaver-0.23.3/debian/patches/00list1969-12-31 21:00:00.0 
-0300
@@ -1,2 +0,0 @@
-manpage_hyphen.dpatch
-
diff -Nru cadaver-0.23.3/debian/patches/manpage_hyphen.dpatch 
cadaver-0.23.3/debian/patches/manpage_hyphen.dpatch
--- cadaver-0.23.3/debian/patches/manpage_hyphen.dpatch 2022-04-16 
01:41:44.0 -0300
+++ cadaver-0.23.3/debian/patches/manpage_hyphen.dpatch 1969-12-31 
21:00:00.0 -0300
@@ -1,27 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## manpage_hyphen.dpatch by Sebastian Harl 
-##
-## DP: Do not use hyphens as minus signs.
-
-@DPATCH@
-
 a/doc/cadaver.1
-+++ b/doc/cadaver.1
-@@ -2,7 +2,7 @@
- .SH NAME
- cadaver \- A command\-line WebDAV client for Unix. 
- .SH SYNOPSIS
--cadaver [-trp[-r file][-p host[:port]]][-V][-h] http://hostname[:port]/path
-+cadaver [\-trp[\-r file][\-p host[:port]]][\-V][\-h] 
http://hostname[:port]/path
- .SH DESCRIPTION
- .B cadaver 
- supports file upload, download, on-screen display, namespace operations
-@@ -162,7 +162,7 @@
- .IP
- .SH FILES
- .IP "~/.cadaverrc"
--Individual user settings that can override cadaver defaults and to script 
cadaver. Can be changed by the "--rcfile" option.
-+Individual user settings that can override cadaver defaults and to script 
cadaver. Can be changed by the "\-\-rcfile" option.
- .IP "~/.netrc"
- Login and initialization information used by the auto-login process. See
- section "THE .netrc FILE" for details.
diff -Nru cadaver-0.23.3/debian/patches/manpage_hyphen.patch 
cadaver-0.23.3/debian/patches/manpage_hyphen.patch
--- cadaver-0.23.3/debian/patches/manpage_hyphen.patch  1969-12-31 
21:00:00.0 -0300
+++ cadaver-0.23.3/debian/patches/manpage_hyphen.patch  2022-04-15 
21:27:34.0 -0300
@@ -0,0 +1,22 @@
+Author: Sebastian Harl 
+Description: Do not use hyphens as minus signs.
+--- cadaver-0.23.3.orig/doc/cadaver.1
 cadaver-0.23.3/doc/cadaver.1
+@@ -2,7 +2,7 @@
+ .SH NAME
+ cadaver \- A command\-line WebDAV client for Unix. 
+ .SH SYNOPSIS
+-cadaver [-trp[-r file][-p host[:port]]][-V][-h] http://hostname[:port]/path
++cadaver [\-trp[\-r file][\-p host[:port]]][\-V][\-h] 
http://hostname[:port]/path
+ .SH DESCRIPTION
+ .B cadaver 
+ supports file upload, download, on-screen display, namespace operations
+@@ -162,7 +162,7 @@ Connects to a server called secure.examp
+ .IP
+ .SH FILES
+ .IP "~/.cadaverrc"
+-Individual user settings that can override cadaver defaults and to script 
cadaver. Can be changed by the "--rcfile" option.
++Individual user settings that can override cadaver defaults and to script 
cadaver. Can be changed by the "\-\-rcfile" option.
+ .IP "~/.netrc"

Bug#965418: asql: diff for NMU version 1.6-1.2

2022-04-14 Thread Joao Eriberto Mota Filho
Package: asql
Version: 1.6-1.1
Severity: normal
Tags: patch  pending

Dear maintainer,

I've prepared an NMU for asql (versioned as 1.6-1.2) and
uploaded it to DELAYED/5. Please feel free to tell me if I
should delay it longer.

Regards,

Eriberto

diff -Nru asql-1.6/debian/changelog asql-1.6/debian/changelog
--- asql-1.6/debian/changelog   2021-01-05 14:29:40.0 -0300
+++ asql-1.6/debian/changelog   2022-04-14 13:40:34.0 -0300
@@ -1,3 +1,18 @@
+asql (1.6-1.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Using new DH level format. Consequently:
+  - debian/compat: removed.
+  - debian/control: changed from 'debhelper' to 'debhelper-compat' in
+Build-Depends field and bumped level to 13.
+  - debian/rules: using 'dh_prep' instead of 'dh_clean -k' because the
+'-k' option is not supported since compat 12.
+  - Closes: #965418
+  * debian/rules: added missing targets build-arch and build-indep.
+(Closes: #999113)
+
+ -- Joao Eriberto Mota Filho   Thu, 14 Apr 2022 13:40:34 
-0300
+
 asql (1.6-1.1) unstable; urgency=medium
 
   * Non maintainer upload by the Reproducible Builds team.
diff -Nru asql-1.6/debian/compat asql-1.6/debian/compat
--- asql-1.6/debian/compat  2010-10-04 17:19:07.0 -0300
+++ asql-1.6/debian/compat  1969-12-31 21:00:00.0 -0300
@@ -1 +0,0 @@
-5
diff -Nru asql-1.6/debian/control asql-1.6/debian/control
--- asql-1.6/debian/control 2010-10-04 17:19:07.0 -0300
+++ asql-1.6/debian/control 2022-04-14 13:40:34.0 -0300
@@ -2,7 +2,7 @@
 Section: admin
 Priority: optional
 Maintainer: Steve Kemp 
-Build-Depends: debhelper (>> 5.0.0)
+Build-Depends: debhelper-compat (= 13)
 Standards-Version: 3.8.4
 Homepage: http://www.steve.org.uk/Software/asql/
 
diff -Nru asql-1.6/debian/rules asql-1.6/debian/rules
--- asql-1.6/debian/rules   2010-10-04 17:19:07.0 -0300
+++ asql-1.6/debian/rules   2022-04-14 13:40:34.0 -0300
@@ -25,7 +25,7 @@
 install: build
dh_testdir
dh_testroot
-   dh_clean -k
+   dh_prep
dh_installdirs
make install PREFIX=`pwd`/debian/asql
mkdir -p `pwd`/debian/asql/usr/share/man/man8/
@@ -51,4 +51,6 @@
 # We have nothing to do here
 
 binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install 
+build-arch: build
+build-indep: build
+.PHONY: build build-arch build-indep clean binary-indep binary-arch binary 
install



Bug#999182: perforate: diff for NMU version 1.2-5.2

2022-04-06 Thread Joao Eriberto Mota Filho
Control: tags 999182 + patch
Control: tags 999182 + pending

Dear maintainer,

I've prepared an NMU for perforate (versioned as 1.2-5.2) and uploaded it
to DELAYED/1 (a decreased time because the package is set as LowNMU, but
1 day because I prefer to put a delay time).

Regards,

Eriberto

diff -u perforate-1.2/debian/changelog perforate-1.2/debian/changelog
--- perforate-1.2/debian/changelog
+++ perforate-1.2/debian/changelog
@@ -1,3 +1,11 @@
+perforate (1.2-5.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * debian/rules: added missing targets build-arch and build-indep.
+(Closes: #999182)
+
+ -- Joao Eriberto Mota Filho   Wed, 06 Apr 2022 13:52:52 
-0300
+
 perforate (1.2-5.1) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -u perforate-1.2/debian/rules perforate-1.2/debian/rules
--- perforate-1.2/debian/rules
+++ perforate-1.2/debian/rules
@@ -45,4 +45,6 @@
 
 binary-indep: build
 
-.PHONY: clean build binary binary-arch binary-indep
+build-arch: build
+build-indep: build
+.PHONY: clean build build-arch build-indep binary binary-arch binary-indep



Bug#999204: whereami: diff for NMU version 0.3.34-0.5

2022-04-05 Thread Joao Eriberto Mota Filho
Control: tags 999204 + patch
Control: tags 999204 + pending

Dear maintainer,

I've prepared an NMU for whereami (versioned as 0.3.34-0.5) and
uploaded it to DELAYED/2. Please feel free to tell me if I
should delay it longer.

Regards,

Eriberto

diff -u whereami-0.3.34/debian/changelog whereami-0.3.34/debian/changelog
--- whereami-0.3.34/debian/changelog
+++ whereami-0.3.34/debian/changelog
@@ -1,3 +1,11 @@
+whereami (0.3.34-0.5) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * debian/rules: added missing targets build-arch and build-indep.
+(Closes: #999204)
+
+ -- Joao Eriberto Mota Filho   Tue, 05 Apr 2022 17:58:14 
-0300
+
 whereami (0.3.34-0.4) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -u whereami-0.3.34/debian/rules whereami-0.3.34/debian/rules
--- whereami-0.3.34/debian/rules
+++ whereami-0.3.34/debian/rules
@@ -105,4 +105,6 @@
 source diff:
@echo >&2 'source and diff are obsolete - use dpkg-source -b'; false
 
-.PHONY: binary-arch binary-indep clean
+build-arch: build
+build-indep: build
+.PHONY: build-arch build-indep binary-arch binary-indep clean



Bug#999009: scanssh: diff for NMU version 2.0-4.2

2022-04-05 Thread Joao Eriberto Mota Filho
Control: tags 999009 + patch
Control: tags 999009 + pending

Dear maintainer,

I've prepared an NMU for scanssh (versioned as 2.0-4.2) and
uploaded it to DELAYED/2. Please feel free to tell me if I
should delay it longer.

Regards,

Eriberto

diff -u scanssh-2.0/debian/changelog scanssh-2.0/debian/changelog
--- scanssh-2.0/debian/changelog
+++ scanssh-2.0/debian/changelog
@@ -1,3 +1,11 @@
+scanssh (2.0-4.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * debian/rules: added missing targets build-arch and build-indep.
+(Closes: #999009)
+
+ -- Joao Eriberto Mota Filho   Tue, 05 Apr 2022 17:50:08 
-0300
+
 scanssh (2.0-4.1) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -u scanssh-2.0/debian/rules scanssh-2.0/debian/rules
--- scanssh-2.0/debian/rules
+++ scanssh-2.0/debian/rules
@@ -91,4 +91,6 @@
dh_builddeb
 
 binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install configure
+build-arch: build
+build-indep: build
+.PHONY: build build-arch build-indep clean binary-indep binary-arch binary 
install configure



Bug#999064: parchive: diff for NMU version 1.1-4.2

2022-04-05 Thread Joao Eriberto Mota Filho
Control: tags 999064 + patch
Control: tags 999064 + pending

Dear maintainer,

I've prepared an NMU for parchive (versioned as 1.1-4.2) and
uploaded it to DELAYED/2. Please feel free to tell me if I
should delay it longer.

Regards,

Eriberto

diff -u parchive-1.1/debian/changelog parchive-1.1/debian/changelog
--- parchive-1.1/debian/changelog
+++ parchive-1.1/debian/changelog
@@ -1,3 +1,11 @@
+parchive (1.1-4.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * debian/rules: added missing targets build-arch and build-indep.
+(Closes: #999064)
+
+ -- Joao Eriberto Mota Filho   Tue, 05 Apr 2022 17:41:54 
-0300
+
 parchive (1.1-4.1) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -u parchive-1.1/debian/rules parchive-1.1/debian/rules
--- parchive-1.1/debian/rules
+++ parchive-1.1/debian/rules
@@ -82,4 +82,6 @@
dh_builddeb
 
 binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install configure
+build-arch: build
+build-indep: build
+.PHONY: build build-arch build-indep clean binary-indep binary-arch binary 
install configure



Bug#999020: devio: diff for NMU version 1.2-1.3

2022-04-05 Thread Joao Eriberto Mota Filho
Control: tags 999020 + patch
Control: tags 999020 + pending

Dear maintainer,

I've prepared an NMU for devio (versioned as 1.2-1.3) and
uploaded it to DELAYED/2. Please feel free to tell me if I
should delay it longer.

Regards,

Eriberto

diff -u devio-1.2/debian/changelog devio-1.2/debian/changelog
--- devio-1.2/debian/changelog
+++ devio-1.2/debian/changelog
@@ -1,3 +1,11 @@
+devio (1.2-1.3) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * debian/rules: added missing targets build-arch and build-indep.
+(Closes: #999020)
+
+ -- Joao Eriberto Mota Filho   Tue, 05 Apr 2022 17:25:12 
-0300
+
 devio (1.2-1.2) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -u devio-1.2/debian/rules devio-1.2/debian/rules
--- devio-1.2/debian/rules
+++ devio-1.2/debian/rules
@@ -83,4 +83,6 @@
dh_builddeb
 
 binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install
+build-arch: build
+build-indep: build
+.PHONY: build build-arch build-indep clean binary-indep binary-arch binary 
install



Bug#965555: glurp: diff for NMU version 0.12.3-1.1

2022-02-01 Thread Joao Eriberto Mota Filho
Control: tags 96 + patch
Control: tags 96 + pending

Dear maintainer,

I've prepared an NMU for glurp (versioned as 0.12.3-1.1) and
uploaded it to DELAYED/10. Please feel free to tell me if I
should delay it longer or cancel the upload.

Regards,

Eriberto

diff -u glurp-0.12.3/debian/changelog glurp-0.12.3/debian/changelog
--- glurp-0.12.3/debian/changelog
+++ glurp-0.12.3/debian/changelog
@@ -1,3 +1,19 @@
+glurp (0.12.3-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+   * Using new DH level format. Consequently:
+   - debian/compat: removed.
+   - debian/control: changed from 'debhelper' to 'debhelper-compat' in
+ Build-Depends field and bumped level to 13.
+   - Closes: #96
+   * Dropped CDBS in favor of the debhelper to allow the build system to use
+ DH level greater than 11. Consequently:
+   - debian/control: removed no longer needed cdbs from Build-Depends
+ field.
+   - debian/rules: changed from CDBS to DH.
+
+ -- Joao Eriberto Mota Filho   Tue, 01 Feb 2022 23:55:04 
-0300
+
 glurp (0.12.3-1) unstable; urgency=medium
 
   * New upstream release (Closes: #333640, #379667, #385088, #359096, #581933).
reverted:
--- glurp-0.12.3/debian/compat
+++ glurp-0.12.3.orig/debian/compat
@@ -1 +0,0 @@
-5
diff -u glurp-0.12.3/debian/rules glurp-0.12.3/debian/rules
--- glurp-0.12.3/debian/rules
+++ glurp-0.12.3/debian/rules
@@ -3,4 +3,4 @@
 
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/autotools.mk
+%:
+   dh $@
 
diff -u glurp-0.12.3/debian/control glurp-0.12.3/debian/control
--- glurp-0.12.3/debian/control
+++ glurp-0.12.3/debian/control
@@ -2,7 +2,7 @@
 Section: x11
 Priority: optional
 Maintainer: Stanislav Maslovski 
-Build-Depends: debhelper (>= 5), libgtk2.0-dev (>= 2.4), libglib2.0-dev (>= 
2.4), libmpd-dev, cdbs
+Build-Depends: debhelper-compat (= 13), libgtk2.0-dev (>= 2.4), libglib2.0-dev 
(>= 2.4), libmpd-dev
 Standards-Version: 3.8.4
 Homepage: http://sourceforge.net/projects/glurp/
 



Bug#965431: bfbtester: diff for NMU version 2.0.1-7.2

2022-01-28 Thread Joao Eriberto Mota Filho
Control: tags 965431 + patch
Control: tags 965431 + pending

Dear maintainer,

I've prepared an NMU for bfbtester (versioned as 2.0.1-7.2) and
uploaded it to DELAYED/5. Please feel free to tell me if I
should delay it longer or cancel it.

Regards,

Eriberto

diff -u bfbtester-2.0.1/debian/rules bfbtester-2.0.1/debian/rules
--- bfbtester-2.0.1/debian/rules
+++ bfbtester-2.0.1/debian/rules
@@ -1,13 +1,4 @@
 #!/usr/bin/make -f
-  
-DEB_INSTALL_MANPAGES_bfbtester := debian/bfbtester.1
-
-common-configure-impl::
-   cd $(DEB_BUILDDIR); touch aclocal.m4 && touch Makefile.in && \
-   touch src/Makefile.in && touch src/config.h.in && \
-   touch src/bfbt/Makefile && touch configure
-
-include /usr/share/cdbs/1/class/autotools.mk
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/rules/simple-patchsys.mk
 
+%:
+   dh $@
diff -u bfbtester-2.0.1/debian/changelog bfbtester-2.0.1/debian/changelog
--- bfbtester-2.0.1/debian/changelog
+++ bfbtester-2.0.1/debian/changelog
@@ -1,3 +1,20 @@
+bfbtester (2.0.1-7.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Using new DH level format. Consequently:
+  - debian/compat: removed.
+  - debian/control: changed from 'debhelper' to 'debhelper-compat' in
+Build-Depends field and bumped level to 13.
+  - Closes: #965431
+  * Dropped CDBS in favor of the debhelper to allow the build system to use
+DH level greater than 11. Consequently:
+  - debian/control: removed no longer needed cdbs and autotools-dev from
+Build-Depends field.
+  - debian/manpages: created to install the manpage.
+  - debian/rules: changed from CDBS to DH.
+
+ -- Joao Eriberto Mota Filho   Fri, 28 Jan 2022 22:14:01 
-0300
+
 bfbtester (2.0.1-7.1) unstable; urgency=high
 
   * Non-maintainer upload.
diff -u bfbtester-2.0.1/debian/control bfbtester-2.0.1/debian/control
--- bfbtester-2.0.1/debian/control
+++ bfbtester-2.0.1/debian/control
@@ -2,7 +2,7 @@
 Section: utils
 Priority: optional
 Maintainer: Uwe Hermann 
-Build-Depends: cdbs, debhelper (>= 5), autotools-dev
+Build-Depends: debhelper-compat (= 13)
 Standards-Version: 3.7.2
 
 Package: bfbtester
reverted:
--- bfbtester-2.0.1/debian/compat
+++ bfbtester-2.0.1.orig/debian/compat
@@ -1 +0,0 @@
-5
only in patch2:
unchanged:
--- bfbtester-2.0.1.orig/debian/manpages
+++ bfbtester-2.0.1/debian/manpages
@@ -0,0 +1 @@
+debian/bfbtester.1



Bug#1002213: dmitry: diff for NMU version 1.3a-1.2

2022-01-28 Thread Joao Eriberto Mota Filho
Control: tags 1002213 + patch
Control: tags 1002213 + pending

Dear maintainer,

I've prepared an NMU for dmitry (versioned as 1.3a-1.2) and
uploaded it to DELAYED/5. Please feel free to tell me if I
should delay it longer or cancel the upload.

Regards,

Eriberto

diff -u dmitry-1.3a/debian/changelog dmitry-1.3a/debian/changelog
--- dmitry-1.3a/debian/changelog
+++ dmitry-1.3a/debian/changelog
@@ -1,3 +1,19 @@
+dmitry (1.3a-1.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Using new DH level format. Consequently:
+  - debian/compat: removed.
+  - debian/control: changed from 'debhelper' to 'debhelper-compat' in
+Build-Depends field and bumped level to 13.
+  - Closes: #1002213
+  * Dropped CDBS in favor of the debhelper to allow the build system to use
+DH level greater than 11. Consequently:
+  - debian/control: removed no longer needed cdbs and autotools-dev from
+Build-Depends field.
+  - debian/rules: changed from CDBS to DH.
+
+ -- Joao Eriberto Mota Filho   Fri, 28 Jan 2022 21:25:23 
-0300
+
 dmitry (1.3a-1.1) unstable; urgency=medium
 
   * Non-maintainer upload.
reverted:
--- dmitry-1.3a/debian/compat
+++ dmitry-1.3a.orig/debian/compat
@@ -1 +0,0 @@
-5
diff -u dmitry-1.3a/debian/control dmitry-1.3a/debian/control
--- dmitry-1.3a/debian/control
+++ dmitry-1.3a/debian/control
@@ -2,7 +2,7 @@
 Section: net
 Priority: extra
 Maintainer: Runa Sandvik 
-Build-Depends: cdbs, debhelper (>= 7), autotools-dev
+Build-Depends: debhelper-compat (= 13)
 Standards-Version: 3.8.0
 Homepage: http://www.mor-pah.net/index.php?file=projects/dmitry
 
diff -u dmitry-1.3a/debian/rules dmitry-1.3a/debian/rules
--- dmitry-1.3a/debian/rules
+++ dmitry-1.3a/debian/rules
@@ -5,5 +5,5 @@
 # Workaround for #957142
 export DEB_CFLAGS_MAINT_APPEND = -fcommon
 
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/autotools.mk
+%:
+   dh $@



Bug#970473: libgs9-common: Fails to install

2020-09-16 Thread Joao Eriberto Mota Filho
Package: libgs9-common
Version: 9.53.1~dfsg-1
Severity: grave
Justification: renders package unusable
X-Debbugs-Cc: eribe...@debian.org

Dear Maintainer,

When trying to install libgs9-common in Sid, I got the following message:

 The following packages have unmet dependencies:
  libgs9-common : Depends: fonts-urw-base35 (< 20170801.1.0~) but 20200910-1 is 
to be installed
  Recommends: fonts-droid-fallback but it is not going to be 
installed
 E: Unable to correct problems, you have held broken packages.

The cause is today fonts-urw-base35 20200910-1 arrived to Sid[1].

[1] 
https://tracker.debian.org/news/1176330/accepted-fonts-urw-base35-20200910-1-source-into-unstable/

I think a re-upload of ghostscript will fix the problem.

Best regards,

Eriberto



Bug#957657: packeth: diff for NMU version 1.6.5-2.1

2020-08-20 Thread Joao Eriberto Mota Filho
Control: tags 957657 + patch
Control: tags 957657 + pending

Dear maintainer,

I've prepared an NMU for packeth (versioned as 1.6.5-2.1) and
uploaded it to DELAYED/2. Please feel free to tell me if I
should cancel or delay it longer.

Regards.

diff -Nru packeth-1.6.5/debian/changelog packeth-1.6.5/debian/changelog
--- packeth-1.6.5/debian/changelog  2011-09-13 10:10:02.0 -0300
+++ packeth-1.6.5/debian/changelog  2020-08-20 15:05:18.0 -0300
@@ -1,3 +1,11 @@
+packeth (1.6.5-2.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * debian/rules: added -fcommon to CFLAGS as a workaround
+to fix a FTBFS with GCC-10. (Closes: #957657)
+
+ -- Joao Eriberto Mota Filho   Thu, 20 Aug 2020 15:05:18 
-0300
+
 packeth (1.6.5-2) unstable; urgency=low
 
   * Fix FTBFS because of wrong link order, thanks to Colin Watson
diff -Nru packeth-1.6.5/debian/rules packeth-1.6.5/debian/rules
--- packeth-1.6.5/debian/rules  2011-09-13 10:10:02.0 -0300
+++ packeth-1.6.5/debian/rules  2020-08-20 15:05:18.0 -0300
@@ -4,7 +4,7 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-export CFLAGS = -Wall -g -Wall -Wunused -Wmissing-prototypes 
-Wmissing-declarations
+export CFLAGS = -Wall -g -Wall -Wunused -Wmissing-prototypes 
-Wmissing-declarations -fcommon
 export LDFLAGS = -Wl,-z,defs -Wl,--as-needed
 
 override_dh_auto_install:



Bug#957219: foremost: diff for NMU version 1.5.7-9.1

2020-08-19 Thread Joao Eriberto Mota Filho
Control: tags 957219 + patch
Control: tags 957219 + pending

Dear maintainer,

I've prepared an NMU for foremost (versioned as 1.5.7-9.1) and
uploaded it to DELAYED/2. Please feel free to tell me if I
should cancel or delay it longer.

Regards.

diff -Nru foremost-1.5.7/debian/changelog foremost-1.5.7/debian/changelog
--- foremost-1.5.7/debian/changelog 2019-06-12 12:08:06.0 -0300
+++ foremost-1.5.7/debian/changelog 2020-08-19 15:38:47.0 -0300
@@ -1,3 +1,11 @@
+foremost (1.5.7-9.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * debian/rules: added DEB_CFLAGS_MAINT_APPEND variable as a workaround to fix
+a FTBFS with GCC-10. (Closes: #957219)
+
+ -- Joao Eriberto Mota Filho   Wed, 19 Aug 2020 15:38:47 
-0300
+
 foremost (1.5.7-9) unstable; urgency=medium
 
   * Fix extra byte at the tail of recovered zip files if -t all is
diff -Nru foremost-1.5.7/debian/rules foremost-1.5.7/debian/rules
--- foremost-1.5.7/debian/rules 2018-06-11 02:27:20.0 -0300
+++ foremost-1.5.7/debian/rules 2020-08-19 15:38:47.0 -0300
@@ -5,6 +5,9 @@
 #export DH_VERBOSE=1
 export DEB_BUILD_MAINT_OPTIONS=hardening=+all
 
+# Workaround for #957219
+export DEB_CFLAGS_MAINT_APPEND = -fcommon
+
 %:
dh $@
 



Bug#963154: nmapsi4: Must not be arch:any

2020-06-19 Thread Joao Eriberto Mota Filho
Package: nmapsi4
Version: 0.5~alpha2-1
Severity: serious
Tags: ftbfs patch
Justification: fails to build from source (but built successfully in the past)

Dear Maintainer,

nmapsi4 fails to build from source in several architectures since 0.5~alpha2-1
revision.

nmapsi4 build depends of qtwebengine5-dev. Since 5.9.1+dfsg-5 revision, released
in 30 Sep 2017, qtwebengine5-dev is only available for amd64, arm64, armhf, i386
and mipsel. Consequently, now nmapsi4 FTBFS in armel, mips64el, ppc64el, s390x,
alpha, hppa, hurd-i386, ia64, m68k, powerpc, ppc64, riscv64, sh4, sparc64 and
x32.

The following patch fixes the FTBFS in nmapsi4:

diff -Nru nmapsi4-0.5~alpha2/debian/control nmapsi4-0.5~alpha2/debian/control
--- nmapsi4-0.5~alpha2/debian/control   2020-05-22 12:50:04.0 -0300
+++ nmapsi4-0.5~alpha2/debian/control   2020-06-19 14:33:47.0 -0300
@@ -11,7 +11,7 @@
 Rules-Requires-Root: no
 
 Package: nmapsi4
-Architecture: any
+Architecture: amd64 arm64 armhf i386 mipsel
 Depends: ${shlibs:Depends}, ${misc:Depends}, nmap, bind9-dnsutils
 Description: graphical interface to nmap, the network scanner
  NmapSI4 is a complete Qt-based Gui with the design goal to provide a complete

Regards,

Eriberto



Bug#962673: cunit: autopkgtest failure: stdio.h: No such file or directory

2020-06-11 Thread Joao Eriberto Mota Filho
Source: cunit
Version: 2.1-3-dfsg-2.2
Severity: serious

Autopkgtest fails since last NMU with the following messages:

autopkgtest [17:33:49]: test test.sh: [---
debian/tests/test.c:1:10: fatal error: stdio.h: No such file or directory
1 | #include 
  |  ^
compilation terminated.
/tmp/autopkgtest-lxc.m92mckta/downtmp/build.vSN/src/debian/tests/test.sh: 8: 
/tmp/autopkgtest-lxc.m92mckta/downtmp/autopkgtest_tmp/test: not found
debian/tests/test.c:1:10: fatal error: stdio.h: No such file or directory
1 | #include 
  |  ^
compilation terminated.
/tmp/autopkgtest-lxc.m92mckta/downtmp/build.vSN/src/debian/tests/test.sh: 8: 
/tmp/autopkgtest-lxc.m92mckta/downtmp/autopkgtest_tmp/test: not found
autopkgtest [17:33:49]: test test.sh: ---]
autopkgtest [17:33:49]: test test.sh:  - - - - - - - - - - results - - - - - - 
- - - -
test.sh  FAIL non-zero exit status 127
autopkgtest [17:33:50]: test test.sh:  - - - - - - - - - - stderr - - - - - - - 
- - -
debian/tests/test.c:1:10: fatal error: stdio.h: No such file or directory
1 | #include 
  |  ^
compilation terminated.
/tmp/autopkgtest-lxc.m92mckta/downtmp/build.vSN/src/debian/tests/test.sh: 8: 
/tmp/autopkgtest-lxc.m92mckta/downtmp/autopkgtest_tmp/test: not found
debian/tests/test.c:1:10: fatal error: stdio.h: No such file or directory
1 | #include 
  |  ^
compilation terminated.
/tmp/autopkgtest-lxc.m92mckta/downtmp/build.vSN/src/debian/tests/test.sh: 8: 
/tmp/autopkgtest-lxc.m92mckta/downtmp/autopkgtest_tmp/test: not found
autopkgtest [17:33:50]:  summary
test.sh  FAIL non-zero exit status 127


The release team has announced [1] that failing autopkgtest are now considered
RC in testing. The full log from autopkgtest is availble here[2].

[1] https://lists.debian.org/debian-devel-announce/2019/07/msg2.html
[2] https://ci.debian.net/data/autopkgtest/unstable/amd64/c/cunit/5861880/log.gz

Regards,

Eriberto



Bug#831104: xevil: diff for NMU version 2.02r2-10.1

2020-06-06 Thread Joao Eriberto Mota Filho
Control: tags 831104 + pending

Dear maintainer,

I've prepared an NMU for xevil (versioned as 2.02r2-10.1) and
uploaded it to DELAYED/2. Please feel free to tell me if I
should delay it longer or cancel the NMU.

Regards,

Eriberto

--- xevil-2.02r2/debian/changelog
+++ xevil-2.02r2/debian/changelog
@@ -1,3 +1,11 @@
+xevil (2.02r2-10.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fixed FTBFS with GCC 6 and higher. Thanks to Javier Serrano
+Polo . (Closes: #831104)
+
+ -- Joao Eriberto Mota Filho   Sun, 07 Jun 2020 02:11:06 
-0300
+
 xevil (2.02r2-10) unstable; urgency=low
 
   * Fixed bug that sometimes prevented X resources from being read properly.
diff -u xevil-2.02r2/cmn/utils.h xevil-2.02r2/cmn/utils.h
--- xevil-2.02r2/cmn/utils.h
+++ xevil-2.02r2/cmn/utils.h
@@ -98,11 +98,11 @@
 #define MSEC_PER_CLOCK (1.0e3 / CLOCKS_PER_SEC) 
 #endif
 
-#ifndef max
-#define max(a,b)   (ab ? b : a)
+#ifndef MIN
+#define MIN(a,b)   (a>b ? b : a)
 #endif
 
 #if X11
diff -u xevil-2.02r2/cmn/game.cpp xevil-2.02r2/cmn/game.cpp
--- xevil-2.02r2/cmn/game.cpp
+++ xevil-2.02r2/cmn/game.cpp
@@ -577,7 +577,7 @@
   assert(maximums[weapons[n]->classId] == 0);
 
   // Don't allow objectWorldPercent values that are too small.
-  float objWPercent = (float)max(weapons[n]->objectWorldPercent,
+  float objWPercent = (float)MAX(weapons[n]->objectWorldPercent,
  OBJECT_WORLD_PERCENT_MIN);
 
   maximums[weapons[n]->classId] = (int)ceil(areaFactor * objWPercent);
@@ -590,7 +590,7 @@
 for (n = 0; n < oItemsNum; n++) {
   // Check not already set.
   assert(maximums[oItems[n]->classId] == 0);
-  float objWPercent = (float)max(oItems[n]->objectWorldPercent,
+  float objWPercent = (float)MAX(oItems[n]->objectWorldPercent,
  OBJECT_WORLD_PERCENT_MIN);
 
   maximums[oItems[n]->classId] = (int)ceil(areaFactor * objWPercent);
diff -u xevil-2.02r2/debian/changelog xevil-2.02r2/debian/changelog



Bug#962065: rdist: Non-free license

2020-06-02 Thread Joao Eriberto Mota Filho
Package: rdist
Version: 6.1.5
Severity: serious
Tags: upstream
Justification: Policy 2.1

The current version of rdist in Debian says in Copyright file and in every
headers:

/*
 * Copyright (c) 1992-1998 Michael A. Cooper.
 * This software may be freely used and distributed provided it is not
 * sold for profit or used in part or in whole for commercial gain
 * without prior written agreement, and the author is credited
 * appropriately.
 */
/*
 * Copyright (c) 1983 Regents of the University of California.
 * All rights reserved.
 *
 * Redistribution and use in source and binary forms, with or without
 * modification, are permitted provided that the following conditions
 * are met:
 * 1. Redistributions of source code must retain the above copyright
 *notice, this list of conditions and the following disclaimer.
 * 2. Redistributions in binary form must reproduce the above copyright
 *notice, this list of conditions and the following disclaimer in the
 *documentation and/or other materials provided with the distribution.
 * 3. All advertising materials mentioning features or use of this software
 *must display the following acknowledgement:
 *  This product includes software developed by the University of
 *  California, Berkeley and its contributors.
 * 4. Neither the name of the University nor the names of its contributors
 *may be used to endorse or promote products derived from this software
 *without specific prior written permission.
 *
 * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
 * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 * SUCH DAMAGE.
 */


It sounds like a multi-licensed source code, as "Special and BSD-4-Clause". The
Special slice (Copyright (c) 1992-1998 Michael A. Cooper) is non-DFSG
compliant.

Regards,

Eriberto



-- System Information:
Debian Release: 10.4
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.19.0-9-amd64 (SMP w/4 CPU cores)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=pt_BR.UTF-8, LC_CTYPE=pt_BR.UTF-8 (charmap=UTF-8), 
LANGUAGE=pt_BR:pt:en (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages rdist depends on:
ii  libc6  2.28-10

rdist recommends no packages.

rdist suggests no packages.



Bug#946906: autoremoval looking at Recommends field

2019-12-17 Thread Joao Eriberto Mota Filho
Package: release.debian.org
Severity: serious

>From https://udd.debian.org/cgi-bin/autoremovals.cgi:

   forensics-all: buggy deps aircrack-ng, flagged for removal in 18 days

>From https://tracker.debian.org/pkg/forensics-all:

   Version 3.12 of forensics-all is marked for autoremoval from testing
   on Sat 04 Jan 2020. It depends (transitively) on aircrack-ng, affected
   by #936113. You should try to prevent the removal by fixing these RC
   bugs.

However, since version 3.11 aircrack-ng is a recommended package, not a
dependency. From Sid:

   $ apt-cache depends forensics-all | grep aircrack
 Recommends: aircrack-ng

Thanks in advance.

Regards,

Eriberto


-- System Information:
Debian Release: bullseye/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 4.19.0-6-amd64 (SMP w/4 CPU cores)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=C.UTF-8, LC_CTYPE=C.UTF-8 (charmap=UTF-8) (ignored: LC_ALL set to 
C.UTF-8), LANGUAGE=C.UTF-8 (charmap=UTF-8) (ignored: LC_ALL set to C.UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: unable to detect



Bug#932796: Non-DFSG license in dyndns.pl file

2019-07-23 Thread Joao Eriberto Mota Filho
Package: dyndns
Version: 2016.1021-3
Severity: serious
Tags: upstream

When searching for a license inside dyndns.pl, I found the information shown
below:

  #!/usr/bin/perl
  #
  #   Copyright
  #
  #   Copyright (C) 1999-2016 Jari Aalto
  #
  #   License
  #
  #   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.

  [...]

  

  [...]

The last block says about a PROPRIETARY source code. This notice was shown two
times in dyndns main file.

Regards,

Eriberto

-- System Information:
Debian Release: bullseye/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)



Bug#915043: nikto: missing build on all

2018-11-29 Thread Joao Eriberto Mota Filho
Package: nikto
Version: 1:2.1.5-3
Severity: grave
Justification: renders package unusable

Dear maintainer,

nikto do not migrated to testing and remains in unstable. The 'excuses' are:

Excuse for nikto

180 old (needed 33 days)
missing build on all: nikto (from 1:2.1.5-2)

The buildd says:

No entry in all database, check Packages-arch-specific

I think that nikto needs a re-upload to migrate to testing.

Regards,

Eriberto


-- System Information:
Debian Release: buster/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)



Bug#909442: Bug #909442 in outguess marked as pending

2018-11-05 Thread Joao Eriberto Mota Filho
Control: tag -1 pending

Hello,

Bug #909442 in outguess reported by you has been fixed in the
Git repository and is awaiting an upload. You can see the commit
message below, and you can check the diff of the fix at:

https://salsa.debian.org/pkg-security-team/outguess/commit/adc581f472202381f05e897a96b3bc476b440365


Switch to ansi build (Closes: #909442)

Due to the changes brought with 70_fix-parallel-build.patch, all builds
but arm64 worked. Arm64 build failed because of ans2knr executable
producing random wrong prototypes. I saw this was due to an unsafe use of
strcpy that most of the time works but not on arm64.
Actually, conversion of ansi to knr standard is not necessary as cc is
ansi. So we can :
- use the ansi build makefile
- get of rid the parallel build fix that is needed only in the unix
build because of ansi2knr use, which we avoid in the ansi build



(this message was generated automatically)
-- 
Greetings

https://bugs.debian.org/909442



Bug#909442: Bug #909442 in outguess marked as pending

2018-11-05 Thread Joao Eriberto Mota Filho
Control: tag -1 pending

Hello,

Bug #909442 in outguess reported by you has been fixed in the
Git repository and is awaiting an upload. You can see the commit
message below, and you can check the diff of the fix at:

https://salsa.debian.org/pkg-security-team/outguess/commit/623bd69c98ff1422269442513b55d2468f016e6d


Merge branch 'ansi-build' into 'debian/master'

Switch to ansi build (Closes: #909442)

See merge request pkg-security-team/outguess!3


(this message was generated automatically)
-- 
Greetings

https://bugs.debian.org/909442



Bug#909442: Bug #909442 in outguess marked as pending

2018-10-31 Thread Joao Eriberto Mota Filho
Control: tag -1 pending

Hello,

Bug #909442 in outguess reported by you has been fixed in the
Git repository and is awaiting an upload. You can see the commit
message below, and you can check the diff of the fix at:

https://salsa.debian.org/pkg-security-team/outguess/commit/6967302ec0993c8b8df37d6a5a317e8f6b74cb23


Fix parallel builds (Closes: #909442)

On build machines with many cpus, race conditions can happen in
jpeg-6b-steg directory where :
libjpeg.a: ansi2knr $(LIBOBJECTS)
launches both compilation of ansi2knr and $(LIBOBJECTS) but the latter
needs ansi2knr.
So make $(LIBOBJECTS) depend on ansi2knr.



(this message was generated automatically)
-- 
Greetings

https://bugs.debian.org/909442



Bug#909442: Bug #909442 in outguess marked as pending

2018-10-31 Thread Joao Eriberto Mota Filho
Control: tag -1 pending

Hello,

Bug #909442 in outguess reported by you has been fixed in the
Git repository and is awaiting an upload. You can see the commit
message below, and you can check the diff of the fix at:

https://salsa.debian.org/pkg-security-team/outguess/commit/e04f85db0042edd2285210fda63e11166576cfae


Merge branch 'fix-909442' into 'debian/master'

Fix parallel builds (Closes: #909442)

See merge request pkg-security-team/outguess!2


(this message was generated automatically)
-- 
Greetings

https://bugs.debian.org/909442



Bug#909442: outguess: FTBFS in some architectures

2018-09-23 Thread Joao Eriberto Mota Filho
Package: outguess
Version: 0.2+dfsg.1-1
Severity: grave
Tags: upstream
Justification: renders package unusable

outguess is causing a FTBFS in experimental[1] for amd64, arm64, ppc64el,
powerpc and ppc64. It is a consequence of the changes to try solve #882538.

[1] https://buildd.debian.org/status/package.php?p=outguess=experimental

Regards,

Eriberto



Bug#890589: chaosreader: Can't locate Net/DNS/Packet.pm

2018-02-16 Thread Joao Eriberto Mota Filho
Package: chaosreader
Version: 0.96-2
Severity: grave
Justification: renders package unusable

When running chaosreader over a minimal system, the following message is shown:

Can't locate Net/DNS/Packet.pm in @INC (you may need to install the
Net::DNS::Packet module) (@INC contains: /etc/perl
/usr/local/lib/x86_64-linux-gnu/perl/5.26.1 /usr/local/share/perl/5.26.1
/usr/lib/x86_64-linux-gnu/perl5/5.26 /usr/share/perl5
/usr/lib/x86_64-linux-gnu/perl/5.26 /usr/share/perl/5.26 
/usr/local/lib/site_perl
/usr/lib/x86_64-linux-gnu/perl-base) at /usr/bin/chaosreader line 335.
BEGIN failed--compilation aborted at /usr/bin/chaosreader line 335.

This issue can be solved adding libnet-dns-perl as install dependency.

I will fix the package soon.

Eriberto



Bug#876566: printfilters-ppd: Depends of no longer available package (mpage)

2017-09-23 Thread Joao Eriberto Mota Filho
Package: printfilters-ppd
Version: 2.13-11.1
Severity: grave
Tags: newcomer
Justification: renders package unusable

Dear maintainer,

Your package depends of mpage, removed from Debian on 2017-09-22 (see #876197).
Please, drop mpage from Depends field.

Regards,

Eriberto



Bug#868256: sendxmpp: does not sending any message

2017-07-13 Thread Joao Eriberto Mota Filho
Package: sendxmpp
Version: 1.23-1.1
Severity: grave
Tags: upstream
Justification: renders package unusable

sendxmpp is unusable now. It was tested over Debian Stretch/Sid.

root@crazy:~# echo ok | sendxmpp --tls-ca-path=/etc/ssl/certs/ -t 
eribe...@xyz.abc
Use of uninitialized value $sid in hash element at 
/usr/share/perl5/XML/Stream.pm line 1829.
Use of uninitialized value $sid in concatenation (.) or string at 
/usr/share/perl5/XML/Stream.pm line 2740.
Use of uninitialized value $sid in hash element at 
/usr/share/perl5/XML/Stream.pm line 2742.
Use of uninitialized value $sid in concatenation (.) or string at 
/usr/share/perl5/XML/Stream.pm line 1668.
Use of uninitialized value $sid in hash element at 
/usr/share/perl5/XML/Stream.pm line 1669.
Use of uninitialized value in concatenation (.) or string at 
/usr/share/perl5/XML/Stream.pm line 1669.
Use of uninitialized value $sid in hash element at 
/usr/share/perl5/XML/Stream.pm line 1671.
Use of uninitialized value $sid in hash element at 
/usr/share/perl5/XML/Stream.pm line 1673.
Use of uninitialized value in numeric eq (==) at /usr/share/perl5/XML/Stream.pm 
line 1673.
Use of uninitialized value $sid in hash element at 
/usr/share/perl5/XML/Stream.pm line 1675.
Use of uninitialized value $sid in hash element at 
/usr/share/perl5/XML/Stream.pm line 1678.
Use of uninitialized value $sid in hash element at 
/usr/share/perl5/XML/Stream.pm line 2620.
Use of uninitialized value $sid in concatenation (.) or string at 
/usr/share/perl5/XML/Stream.pm line 2740.
Use of uninitialized value $sid in hash element at 
/usr/share/perl5/XML/Stream.pm line 2742.
Use of uninitialized value in concatenation (.) or string at 
/usr/share/perl5/XML/Stream.pm line 1440.
Use of uninitialized value in numeric eq (==) at /usr/share/perl5/XML/Stream.pm 
line 1443.
Use of uninitialized value within %status in numeric eq (==) at 
/usr/share/perl5/XML/Stream.pm line 1506.
Use of uninitialized value in subtraction (-) at /usr/share/perl5/XML/Stream.pm 
line 1507.
Use of uninitialized value in concatenation (.) or string at 
/usr/share/perl5/XML/Stream.pm line 1669.
Use of uninitialized value in numeric eq (==) at /usr/share/perl5/XML/Stream.pm 
line 1673.
Use of uninitialized value in hash element at 
/usr/share/perl5/Net/XMPP/Connection.pm line 433.
Use of uninitialized value in hash element at 
/usr/share/perl5/Net/XMPP/Connection.pm line 440.
Use of uninitialized value in hash element at 
/usr/share/perl5/Net/XMPP/Connection.pm line 433.
Use of uninitialized value in string eq at /usr/bin/sendxmpp line 496.
Error 'AuthSend': [?]
Use of uninitialized value $sid in concatenation (.) or string at 
/usr/share/perl5/XML/Stream.pm line 1668.
Use of uninitialized value $sid in hash element at 
/usr/share/perl5/XML/Stream.pm line 1669.
Use of uninitialized value $sid in hash element at 
/usr/share/perl5/XML/Stream.pm line 1671.
Use of uninitialized value $sid in hash element at 
/usr/share/perl5/XML/Stream.pm line 1673.
Use of uninitialized value $sid in hash element at 
/usr/share/perl5/XML/Stream.pm line 1266.
Use of uninitialized value in string eq at /usr/share/perl5/XML/Stream.pm line 
1266.
Use of uninitialized value $sid in hash element at 
/usr/share/perl5/XML/Stream.pm line 1266.
Use of uninitialized value in string eq at /usr/share/perl5/XML/Stream.pm line 
1266.
Use of uninitialized value $sid in hash element at 
/usr/share/perl5/XML/Stream.pm line 1267.
Use of uninitialized value in delete at /usr/share/perl5/XML/Stream.pm line 
1267.
Use of uninitialized value $sid in hash element at 
/usr/share/perl5/XML/Stream.pm line 1268.
Use of uninitialized value $sid in hash element at 
/usr/share/perl5/XML/Stream.pm line 1270.
Use of uninitialized value $sid in hash element at 
/usr/share/perl5/XML/Stream.pm line 1270.
Use of uninitialized value $sid in hash element at 
/usr/share/perl5/XML/Stream.pm line 1270.
Use of uninitialized value $sid in hash element at 
/usr/share/perl5/XML/Stream.pm line 1270.
Use of uninitialized value $sid in hash element at 
/usr/share/perl5/XML/Stream.pm line 1270.
Use of uninitialized value $sid in delete at /usr/share/perl5/XML/Stream.pm 
line 1272.

Regards,

Eriberto

-- System Information:
Debian Release: 9.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 4.9.0-3-amd64 (SMP w/8 CPU cores)
Locale: LANG=pt_BR.UTF-8, LC_CTYPE=pt_BR.UTF-8 (charmap=UTF-8), 
LANGUAGE=pt_BR:pt:en (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages sendxmpp depends on:
pn  libnet-xmpp-perl  
ii  perl  5.24.1-3

sendxmpp recommends no packages.

sendxmpp suggests no packages.



Bug#861180: shc: infinite loop does not work properly

2017-04-25 Thread Joao Eriberto Mota Filho
Package: shc
Version: 3.8.9b-1+b1
Severity: grave
Tags: upstream stretch
Justification: renders package unusable

Dear Maintainer,

The shc command is generating executables which can not be used over
Stretch and Sid. After generate the executable, when running, the
program.sh.x enter in an infinite loop, without a result for user.
The Ctrl-C is needed to stop the execution.

The command '# strace ./program.sh.x' shows the infinite loop.

Shc is working properly in Jessie.

I can see other references about the problem in some foruns[1][2][3].

[1] https://github.com/neurobin/shc/issues/23
[2] https://askubuntu.com/questions/899603/shc-maked-binary-cannot-be-execute
[3] http://www.1oo.club/shc-maked-binary-cannot-be-execute/

Regards,

Eriberto

-- System Information:
Debian Release: 9.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64
 (x86_64)

Kernel: Linux 4.9.0-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=pt_BR.UTF-8, LC_CTYPE=pt_BR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages shc depends on:
ii  libc6  2.24-9

shc recommends no packages.

shc suggests no packages.

-- no debconf information



Bug#733422: hyde: diff for NMU version 0.8.5a1-4.1

2016-12-22 Thread Joao Eriberto Mota Filho
Control: tags 733422 + pending

Dear maintainer,

I've prepared an NMU for hyde (versioned as 0.8.5a1-4.1) and
uploaded it to DELAYED/2. Please feel free to tell me if I
should delay it longer.

Regards,

Eriberto

diff -Nru hyde-0.8.5a1/debian/changelog hyde-0.8.5a1/debian/changelog
--- hyde-0.8.5a1/debian/changelog   2012-06-12 07:13:49.0 -0300
+++ hyde-0.8.5a1/debian/changelog   2016-12-23 02:46:43.0 -0200
@@ -1,3 +1,15 @@
+hyde (0.8.5a1-4.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Bumped DH level to 10.
+  * Bumped Standards-Version to 3.9.8.
+  * Don't use the deprecated python-distribute module, use setuptools
+directly. This fixes a FTBFS. Thanks to Andreas Moog
+<andreas.m...@warperbbs.de>. (Closes: #733422)
+  * debian/watch: created.
+
+ -- Joao Eriberto Mota Filho <eribe...@debian.org>  Fri, 23 Dec 2016 02:46:43 
-0200
+
 hyde (0.8.5a1-4) unstable; urgency=low
 
   * Fix homepage URL (Closes: #653122)
diff -Nru hyde-0.8.5a1/debian/compat hyde-0.8.5a1/debian/compat
--- hyde-0.8.5a1/debian/compat  2011-12-13 07:34:30.0 -0200
+++ hyde-0.8.5a1/debian/compat  2016-12-23 02:46:43.0 -0200
@@ -1 +1 @@
-8
+10
diff -Nru hyde-0.8.5a1/debian/control hyde-0.8.5a1/debian/control
--- hyde-0.8.5a1/debian/control 2012-06-12 07:13:44.0 -0300
+++ hyde-0.8.5a1/debian/control 2016-12-23 02:46:43.0 -0200
@@ -2,7 +2,7 @@
 Section: web
 Priority: extra
 Maintainer: Julien Danjou <a...@debian.org>
-Build-Depends: debhelper (>= 8.0.0), python,
+Build-Depends: debhelper (>= 10), python,
  python-setuptools,
  python-commando,
  python-jinja2,
@@ -10,7 +10,7 @@
  python-pygments,
  python-typogrify,
  python-markdown
-Standards-Version: 3.9.3
+Standards-Version: 3.9.8
 Homepage: http://hyde.github.com
 Vcs-Git: git://git.debian.org/collab-maint/hyde.git
 Vcs-Browser: http://git.debian.org/?p=collab-maint/hyde.git;a=summary
diff -Nru hyde-0.8.5a1/debian/patches/series hyde-0.8.5a1/debian/patches/series
--- hyde-0.8.5a1/debian/patches/series  2011-12-20 12:22:59.0 -0200
+++ hyde-0.8.5a1/debian/patches/series  2016-12-23 02:46:43.0 -0200
@@ -1,2 +1,3 @@
 fix_argparse_requires
 depends_on_typogrify
+use-setuptools.patch
diff -Nru hyde-0.8.5a1/debian/patches/use-setuptools.patch 
hyde-0.8.5a1/debian/patches/use-setuptools.patch
--- hyde-0.8.5a1/debian/patches/use-setuptools.patch1969-12-31 
21:00:00.0 -0300
+++ hyde-0.8.5a1/debian/patches/use-setuptools.patch2016-12-23 
02:46:43.0 -0200
@@ -0,0 +1,19 @@
+Description: Don't use the deprecated python-distribute module, use setuptools
+ directly.
+Author: Andreas Moog <andreas.m...@warperbbs.de>
+Bug: https://github.com/hyde/hyde/issues/253
+Bug-Debian: http://bugs.debian.org/733422
+Forwarded: yes
+Last-Update: 2014-02-09
+
+--- hyde-0.8.5a1.orig/setup.py
 hyde-0.8.5a1/setup.py
+@@ -1,6 +1,6 @@
+ # Bootstrap installation of Distribute
+-import distribute_setup
+-distribute_setup.use_setuptools()
++#import distribute_setup
++#distribute_setup.use_setuptools()
+ 
+ from setuptools import setup, find_packages
+ from hyde.version import __version__
diff -Nru hyde-0.8.5a1/debian/watch hyde-0.8.5a1/debian/watch
--- hyde-0.8.5a1/debian/watch   1969-12-31 21:00:00.0 -0300
+++ hyde-0.8.5a1/debian/watch   2016-12-23 02:46:43.0 -0200
@@ -0,0 +1,2 @@
+version=4
+https://github.com/hyde/hyde/releases .*/archive/v?(\d\S+)\.tar\.(?:bz2|gz|xz)



Bug#828583: uhub: diff for NMU version 0.4.1-3.1

2016-12-22 Thread Joao Eriberto Mota Filho
Control: tags 828583 + pending

Dear maintainer,

I've prepared an NMU for uhub (versioned as 0.4.1-3.1) and
uploaded it to DELAYED/2. Please feel free to tell me if I
should delay it longer.

Regards,

Eriberto

diff -Nru uhub-0.4.1/debian/changelog uhub-0.4.1/debian/changelog
--- uhub-0.4.1/debian/changelog 2013-05-12 14:10:30.0 -0300
+++ uhub-0.4.1/debian/changelog 2016-12-23 02:27:45.0 -0200
@@ -1,3 +1,13 @@
+uhub (0.4.1-3.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Bumped DH level to 10.
+  * Bumped Standards-Version to 3.9.8.
+  * patches/openssl1.1.patch: added to provide compatibility with OpenSSL 1.1.
+Thanks to Reiner Herrmann <rei...@reiner-h.de>. (Closes: #828583)
+
+ -- Joao Eriberto Mota Filho <eribe...@debian.org>  Fri, 23 Dec 2016 02:27:45 
-0200
+
 uhub (0.4.1-3) unstable; urgency=low
 
   * Move package to unstable: no changes required.
diff -Nru uhub-0.4.1/debian/compat uhub-0.4.1/debian/compat
--- uhub-0.4.1/debian/compat2013-05-12 14:10:30.0 -0300
+++ uhub-0.4.1/debian/compat2016-12-23 02:27:45.0 -0200
@@ -1 +1 @@
-8
+10
diff -Nru uhub-0.4.1/debian/control uhub-0.4.1/debian/control
--- uhub-0.4.1/debian/control   2013-05-12 14:10:30.0 -0300
+++ uhub-0.4.1/debian/control   2016-12-23 02:27:45.0 -0200
@@ -2,12 +2,12 @@
 Section: net
 Priority: optional
 Maintainer: Boris Pek <tehnic...@mail.ru>
-Build-Depends: debhelper (>= 8), cmake (>= 2.8.3), fakeroot,
+Build-Depends: debhelper (>= 10), cmake (>= 2.8.3), fakeroot,
  libsqlite3-dev, libssl-dev
 Homepage: http://www.uhub.org/
 Vcs-Git: git://github.com/tehnick/uhub-debian.git
 Vcs-Browser: https://github.com/tehnick/uhub-debian
-Standards-Version: 3.9.3
+Standards-Version: 3.9.8
 
 Package: uhub
 Architecture: any
diff -Nru uhub-0.4.1/debian/patches/openssl1.1.patch 
uhub-0.4.1/debian/patches/openssl1.1.patch
--- uhub-0.4.1/debian/patches/openssl1.1.patch  1969-12-31 21:00:00.0 
-0300
+++ uhub-0.4.1/debian/patches/openssl1.1.patch  2016-12-23 02:27:45.0 
-0200
@@ -0,0 +1,37 @@
+Author: Reiner Herrmann <rei...@reiner-h.de>
+Description: Compatibility with OpenSSL 1.1
+Bug-Debian: https://bugs.debian.org/828583
+
+--- a/src/network/openssl.c
 b/src/network/openssl.c
+@@ -67,7 +67,6 @@
+   ERR_clear_error();
+   ERR_remove_state(0);
+ 
+-  ENGINE_cleanup();
+   CONF_modules_unload(1);
+ 
+ ERR_free_strings();
+@@ -80,16 +79,16 @@
+ 
+ static void add_io_stats(struct net_ssl_openssl* handle)
+ {
+-  if (handle->bio->num_read > handle->bytes_rx)
++  if (BIO_number_read(handle->bio) > handle->bytes_rx)
+   {
+-  net_stats_add_rx(handle->bio->num_read - handle->bytes_rx);
+-  handle->bytes_rx = handle->bio->num_read;
++  net_stats_add_rx(BIO_number_read(handle->bio) - 
handle->bytes_rx);
++  handle->bytes_rx = BIO_number_read(handle->bio);
+   }
+ 
+-  if (handle->bio->num_write > handle->bytes_tx)
++  if (BIO_number_written(handle->bio) > handle->bytes_tx)
+   {
+-  net_stats_add_tx(handle->bio->num_write - handle->bytes_tx);
+-  handle->bytes_tx = handle->bio->num_write;
++  net_stats_add_tx(BIO_number_written(handle->bio) - 
handle->bytes_tx);
++  handle->bytes_tx = BIO_number_written(handle->bio);
+   }
+ }
+ 
diff -Nru uhub-0.4.1/debian/patches/series uhub-0.4.1/debian/patches/series
--- uhub-0.4.1/debian/patches/series2013-05-12 14:10:30.0 -0300
+++ uhub-0.4.1/debian/patches/series2016-12-23 02:27:45.0 -0200
@@ -1 +1,2 @@
 fix-build-on-hurd-i386
+openssl1.1.patch



Bug#817722: whereami: diff for NMU version 0.3.34-0.4

2016-12-22 Thread Joao Eriberto Mota Filho
Control: tags 817722 + patch
Control: tags 817722 + pending

Dear maintainer,

I've prepared an NMU for whereami (versioned as 0.3.34-0.4) and
uploaded it to DELAYED/2. Please feel free to tell me if I
should delay it longer.

Regards,

Eriberto

diff -Nru whereami-0.3.34/debian/changelog whereami-0.3.34/debian/changelog
--- whereami-0.3.34/debian/changelog2010-07-08 11:07:45.0 -0300
+++ whereami-0.3.34/debian/changelog2016-12-23 02:14:06.0 -0200
@@ -1,3 +1,12 @@
+whereami (0.3.34-0.4) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Bumped DH level to 10. (Closes: #817722)
+  * debian/control: bumped Standards-Version to 3.9.8.
+  * debian/rules: disabled the DH_VERBOSE option.
+
+ -- Joao Eriberto Mota Filho <eribe...@debian.org>  Fri, 23 Dec 2016 02:00:16 
-0200
+
 whereami (0.3.34-0.3) unstable; urgency=low
 
   * Non-maintainer upload.
diff -Nru whereami-0.3.34/debian/compat whereami-0.3.34/debian/compat
--- whereami-0.3.34/debian/compat   2007-05-09 00:44:29.0 -0300
+++ whereami-0.3.34/debian/compat   2016-12-23 02:14:06.0 -0200
@@ -1 +1 @@
-4
+10
diff -Nru whereami-0.3.34/debian/control whereami-0.3.34/debian/control
--- whereami-0.3.34/debian/control  2010-07-08 11:07:45.0 -0300
+++ whereami-0.3.34/debian/control  2016-12-23 02:14:06.0 -0200
@@ -2,8 +2,8 @@
 Section: net
 Priority: extra
 Maintainer: Andrew McMillan <deb...@mcmillan.net.nz>
-Standards-Version: 3.6.1.0
-Build-Depends: debhelper (>= 4.1.16)
+Standards-Version: 3.9.8
+Build-Depends: debhelper (>= 10)
 Build-Depends-Indep: docbook-to-man
 
 Package: whereami
diff -Nru whereami-0.3.34/debian/rules whereami-0.3.34/debian/rules
--- whereami-0.3.34/debian/rules2010-07-08 11:07:45.0 -0300
+++ whereami-0.3.34/debian/rules2016-12-23 02:14:06.0 -0200
@@ -9,7 +9,7 @@
 package=whereami
 
 # Uncomment this to turn on verbose mode.
-export DH_VERBOSE=1
+#export DH_VERBOSE=1
 
 build-stamp:
dh_testdir



Bug#817684: syrep: diff for NMU version 0.9-4.3

2016-12-22 Thread Joao Eriberto Mota Filho
Control: tags 817684 + patch
Control: tags 817684 + pending

Dear maintainer,

I've prepared an NMU for syrep (versioned as 0.9-4.3) and
uploaded it to DELAYED/2. Please feel free to tell me if I
should delay it longer.

Regards,

Eriberto

diff -u syrep-0.9/debian/changelog syrep-0.9/debian/changelog
--- syrep-0.9/debian/changelog
+++ syrep-0.9/debian/changelog
@@ -1,3 +1,15 @@
+syrep (0.9-4.3) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Bumped DH level to 10. (Closes: #817684)
+  * debian/control:
+  - Added the ${misc:Depends} variable to Depends field.
+  - Bumped Standards-Version to 3.9.8.
+  - Moved Homapage field to source block.
+  * debian/watch: created.
+
+ -- Joao Eriberto Mota Filho <eribe...@debian.org>  Fri, 23 Dec 2016 01:26:31 
-0200
+
 syrep (0.9-4.2) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -u syrep-0.9/debian/control syrep-0.9/debian/control
--- syrep-0.9/debian/control
+++ syrep-0.9/debian/control
@@ -2,13 +2,13 @@
 Section: utils
 Priority: optional
 Maintainer: Marvin Stark <m...@der-marv.de>
-Build-Depends: debhelper (>= 4), dpatch, autotools-dev, autoconf, 
automake1.11, libdb-dev (>= 5.1), libattr1-dev, zlib1g-dev, lynx, subversion, 
gengetopt, xmltoman
-Standards-Version: 3.9.1
+Build-Depends: debhelper (>= 10), dpatch, autotools-dev, autoconf, 
automake1.11, libdb-dev (>= 5.1), libattr1-dev, zlib1g-dev, lynx, subversion, 
gengetopt, xmltoman
+Standards-Version: 3.9.8
+Homepage: http://0pointer.de/lennart/projects/syrep
 
 Package: syrep
 Architecture: any
-Homepage: http://0pointer.de/lennart/projects/syrep
-Depends: ${shlibs:Depends}
+Depends: ${misc:Depends}, ${shlibs:Depends}
 Description: A generic file repository synchronization tool
  syrep is a generic file repository synchronization tool. It may be used to
  synchronize large file hierarchies bidirectionally by exchanging patch files.
diff -u syrep-0.9/doc/Makefile.in syrep-0.9/doc/Makefile.in
only in patch2:
unchanged:
--- syrep-0.9.orig/debian/compat
+++ syrep-0.9/debian/compat
@@ -1 +1 @@
-4
+10
only in patch2:
unchanged:
--- syrep-0.9.orig/debian/watch
+++ syrep-0.9/debian/watch
@@ -0,0 +1,2 @@
+version=4
+http://0pointer.de/lennart/projects/syrep/ syrep-(\d\S+)\.tar\.(?:bz2|gz|xz)



Bug#817714: vdk-doc: diff for NMU version 1.2.4-4.1

2016-12-22 Thread Joao Eriberto Mota Filho
Control: tags 817714 + patch
Control: tags 817714 + pending

Dear maintainer,

I've prepared an NMU for vdk-doc (versioned as 1.2.4-4.1) and
uploaded it to DELAYED/2. Please feel free to tell me if I
should delay it longer.

Regards,

Eriberto

diff -u vdk-doc-1.2.4/debian/changelog vdk-doc-1.2.4/debian/changelog
--- vdk-doc-1.2.4/debian/changelog
+++ vdk-doc-1.2.4/debian/changelog
@@ -1,3 +1,14 @@
+vdk-doc (1.2.4-4.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Bumped DH level to 10. (Closes: #817714)
+  * debian/control:
+  - Added a Homepage field.
+  - Added the ${misc:Depends} variable to Depends field.
+  - Bumped Standards-Version to 3.9.8.
+
+ -- Joao Eriberto Mota Filho <eribe...@debian.org>  Fri, 23 Dec 2016 00:56:07 
-0200
+
 vdk-doc (1.2.4-4) unstable; urgency=low
 
   * rebuild to fix /usr/doc transition (closes: #359605)
diff -u vdk-doc-1.2.4/debian/control vdk-doc-1.2.4/debian/control
--- vdk-doc-1.2.4/debian/control
+++ vdk-doc-1.2.4/debian/control
@@ -1,12 +1,14 @@
 Source: vdk-doc
 Priority: optional
 Maintainer: Michael Vogt <m...@debian.org>
-Standards-Version: 3.5.10
-Build-Depends: debhelper (>> 2.0.0)
+Standards-Version: 3.9.8
+Build-Depends: debhelper (>= 10)
+Homepage: https://sf.net/projects/vdkbuilder/
 
 Package: vdk-doc
 Section: doc
 Architecture: all
+Depends: ${misc:Depends}
 Suggests: libvdk1-dev
 Description: The Visual Development Kit C++ library
  The Visual Development Kit (VDK) is a C++ library
diff -u vdk-doc-1.2.4/debian/compat vdk-doc-1.2.4/debian/compat
--- vdk-doc-1.2.4/debian/compat
+++ vdk-doc-1.2.4/debian/compat
@@ -1 +1 @@
-4
\ Falta o caracter nova linha no final do arquivo
+10



Bug#817376: redet: diff for NMU version 8.26-1.2

2016-12-22 Thread Joao Eriberto Mota Filho
Control: tags 817376 + pending

Dear maintainer,

I've prepared an NMU for redet (versioned as 8.26-1.2) and
uploaded it to DELAYED/2. Please feel free to tell me if I
should delay it longer.

Regards,

Eriberto

diff -u redet-8.26/debian/changelog redet-8.26/debian/changelog
--- redet-8.26/debian/changelog
+++ redet-8.26/debian/changelog
@@ -1,3 +1,14 @@
+redet (8.26-1.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Bumped DH level to 10. (Closes: #817376)
+  * debian/control:
+  - Added the ${misc:Depends} variable to Depends field.
+  - Bumped Standards-Version to 3.9.8.
+  * debian/watch: created.
+
+ -- Joao Eriberto Mota Filho <eribe...@debian.org>  Thu, 22 Dec 2016 20:30:28 
-0200
+
 redet (8.26-1.1) unstable; urgency=low
 
   * Non-maintainer upload.
diff -u redet-8.26/debian/compat redet-8.26/debian/compat
--- redet-8.26/debian/compat
+++ redet-8.26/debian/compat
@@ -1 +1 @@
-4
+10
diff -u redet-8.26/debian/control redet-8.26/debian/control
--- redet-8.26/debian/control
+++ redet-8.26/debian/control
@@ -2,13 +2,13 @@
 Section: x11
 Priority: optional
 Maintainer: Bartosz Fenski <fe...@debian.org>
-Build-Depends: debhelper (>= 4.0.0), dpatch
-Standards-Version: 3.7.3
+Build-Depends: debhelper (>= 10), dpatch
+Standards-Version: 3.9.8
 Homepage: http://www.billposer.org/Software/redet.html
 
 Package: redet
 Architecture: all
-Depends: tk8.5, iwidgets4
+Depends: tk8.5, iwidgets4, ${misc:Depends}
 Suggests: redet-doc, dillo
 Description: regular expression development and execution tool
  Redet allows the user to construct regular expressions and test them against 
@@ -33,6 +33,7 @@
 Architecture: all
 Section: doc
 Suggests: redet
+Depends: ${misc:Depends}
 Description: regular expression development and execution tool (documentation)
  Documentation for the Redet (regular expression development and execution
  tool.
only in patch2:
unchanged:
--- redet-8.26.orig/debian/watch
+++ redet-8.26/debian/watch
@@ -0,0 +1,2 @@
+version=4
+http://www.billposer.org/Software/redet.html 
.*/Downloads/redet-full-(\d\S+)\.tar\.(?:bz2|gz|xz)



Bug#817637: pygdchart2: diff for NMU version 0.beta1-3.7

2016-12-22 Thread Joao Eriberto Mota Filho
Control: tags 817637 + patch
Control: tags 817637 + pending

Dear maintainer,

I've prepared an NMU for pygdchart2 (versioned as 0.beta1-3.7) and
uploaded it to DELAYED/2. Please feel free to tell me if I
should delay it longer.

Regards,

Eriberto

diff -u pygdchart2-0.beta1/debian/changelog pygdchart2-0.beta1/debian/changelog
--- pygdchart2-0.beta1/debian/changelog
+++ pygdchart2-0.beta1/debian/changelog
@@ -1,3 +1,11 @@
+pygdchart2 (0.beta1-3.7) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Bumped DH level to 10. (Closes: #817637)
+  * debian/control: bumped Standards-Version to 3.9.8.
+
+ -- Joao Eriberto Mota Filho <eribe...@debian.org>  Thu, 22 Dec 2016 20:02:15 
-0200
+
 pygdchart2 (0.beta1-3.6) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -u pygdchart2-0.beta1/debian/compat pygdchart2-0.beta1/debian/compat
--- pygdchart2-0.beta1/debian/compat
+++ pygdchart2-0.beta1/debian/compat
@@ -1 +1 @@
-4
+10
diff -u pygdchart2-0.beta1/debian/control pygdchart2-0.beta1/debian/control
--- pygdchart2-0.beta1/debian/control
+++ pygdchart2-0.beta1/debian/control
@@ -2,8 +2,8 @@
 Section: python
 Priority: optional
 Maintainer: Jonas Smedegaard <d...@jones.dk>
-Standards-Version: 3.7.2
-Build-Depends: debhelper (>= 5.0.37.2), cdbs (>= 0.4.43), python-all-dev (>= 
2.3.5-11), dh-python, dh-buildinfo, libgdchart-gd2-noxpm-dev | 
libgdchart-gd2-dev, libgd2-noxpm-dev | libgd2-xpm-dev
+Standards-Version: 3.9.8
+Build-Depends: debhelper (>= 10), cdbs (>= 0.4.43), python-all-dev (>= 
2.3.5-11), dh-python, dh-buildinfo, libgdchart-gd2-noxpm-dev | 
libgdchart-gd2-dev, libgd2-noxpm-dev | libgd2-xpm-dev
 X-Python-Version: >= 2.3
 
 Package: python-gdchart2



Bug#817390: chuck: diff for NMU version 1.2.0.8.dfsg-1.5

2016-12-22 Thread Joao Eriberto Mota Filho
Control: tags 817390 + pending

Dear maintainer,

I've prepared an NMU for chuck (versioned as 1.2.0.8.dfsg-1.5) and
uploaded it to DELAYED/2. Please feel free to tell me if I
should delay it longer.

Regards,

Eriberto

diff -u chuck-1.2.0.8.dfsg/debian/compat chuck-1.2.0.8.dfsg/debian/compat
--- chuck-1.2.0.8.dfsg/debian/compat
+++ chuck-1.2.0.8.dfsg/debian/compat
@@ -1 +1 @@
-4
+10
diff -u chuck-1.2.0.8.dfsg/debian/control chuck-1.2.0.8.dfsg/debian/control
--- chuck-1.2.0.8.dfsg/debian/control
+++ chuck-1.2.0.8.dfsg/debian/control
@@ -2,8 +2,9 @@
 Section: sound
 Priority: optional
 Maintainer: Paul Brossier <p...@debian.org>
-Build-Depends: debhelper (>= 4.0.0), bison, flex, libjack-dev, libasound2-dev, 
libsndfile1-dev, docbook-to-man
-Standards-Version: 3.7.2
+Build-Depends: debhelper (>= 10), bison, flex, libjack-dev, libasound2-dev, 
libsndfile1-dev, docbook-to-man
+Standards-Version: 3.9.8
+Homepage: http://chuck.cs.princeton.edu
 
 Package: chuck
 Architecture: any
diff -u chuck-1.2.0.8.dfsg/debian/changelog chuck-1.2.0.8.dfsg/debian/changelog
--- chuck-1.2.0.8.dfsg/debian/changelog
+++ chuck-1.2.0.8.dfsg/debian/changelog
@@ -1,3 +1,16 @@
+chuck (1.2.0.8.dfsg-1.5) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Bumped DH level to 10. (Closes: #817390)
+  * debian/control:
+  - Added a Homepage field.
+  - Bumped Standards-Version to 3.9.8.
+  * debian/watch:
+  - Bumped to version 4.
+  - Fixed to ignore the 'dfsg' suffix.
+
+ -- Joao Eriberto Mota Filho <eribe...@debian.org>  Thu, 22 Dec 2016 19:41:01 
-0200
+
 chuck (1.2.0.8.dfsg-1.4) unstable; urgency=low
 
   * Non-maintainer upload.
diff -u chuck-1.2.0.8.dfsg/debian/watch chuck-1.2.0.8.dfsg/debian/watch
--- chuck-1.2.0.8.dfsg/debian/watch
+++ chuck-1.2.0.8.dfsg/debian/watch
@@ -1,6 +1,3 @@
-# Example watch control file for uscan
-# Rename this file to "watch" and then you can run the "uscan" command
-# to check for upstream updates and more.
-# Site Directory   Pattern Version Script
-version=2
+version=4
+opts=dversionmangle=s/\Sdfsg// \
 http://chuck.cs.princeton.edu/release/files/  chuck-(.*)\.tgz  debian  uupdate



Bug#849126: FTBFS: several errors when building

2016-12-22 Thread Joao Eriberto Mota Filho
Package: logtools
Version: 0.13d
Severity: serious
Tags: upstream
Justification: fails to build from source (but built successfully in the past)

Dear Maintainer,

When trying build logtools in Sid over GCC-6, I got these error messages:

clfmerge.cpp:22:63: error: template argument 3 is invalid
 hash_map, eqstr> months;
   ^
clfmerge.cpp: In member function ‘int LogFile::setDate()’:
clfmerge.cpp:86:29: error: invalid conversion from ‘char’ to ‘const char*’ 
[-fpermissive]
   const char *m = months[mon];
   ~~^
clfmerge.cpp: In function ‘int main(int, char**)’:
clfmerge.cpp:229:19: error: assignment of read-only location ‘"Jan"[months]’
   months["Jan"] = "01";
   ^~~~
clfmerge.cpp:229:19: error: invalid conversion from ‘const char*’ to ‘char’ 
[-fpermissive]
clfmerge.cpp:230:19: error: assignment of read-only location ‘"Feb"[months]’
   months["Feb"] = "02";
   ^~~~
clfmerge.cpp:230:19: error: invalid conversion from ‘const char*’ to ‘char’ 
[-fpermissive]
clfmerge.cpp:231:19: error: assignment of read-only location ‘"Mar"[months]’
   months["Mar"] = "03";
   ^~~~
clfmerge.cpp:231:19: error: invalid conversion from ‘const char*’ to ‘char’ 
[-fpermissive]
clfmerge.cpp:232:19: error: assignment of read-only location ‘"Apr"[months]’
   months["Apr"] = "04";
   ^~~~
clfmerge.cpp:232:19: error: invalid conversion from ‘const char*’ to ‘char’ 
[-fpermissive]
clfmerge.cpp:233:19: error: assignment of read-only location ‘"May"[months]’
   months["May"] = "05";
   ^~~~
clfmerge.cpp:233:19: error: invalid conversion from ‘const char*’ to ‘char’ 
[-fpermissive]
clfmerge.cpp:234:19: error: assignment of read-only location ‘"Jun"[months]’
   months["Jun"] = "06";
   ^~~~
clfmerge.cpp:234:19: error: invalid conversion from ‘const char*’ to ‘char’ 
[-fpermissive]
clfmerge.cpp:235:19: error: assignment of read-only location ‘"Jul"[months]’
   months["Jul"] = "07";
   ^~~~
clfmerge.cpp:235:19: error: invalid conversion from ‘const char*’ to ‘char’ 
[-fpermissive]
clfmerge.cpp:236:19: error: assignment of read-only location ‘"Aug"[months]’
   months["Aug"] = "08";
   ^~~~
clfmerge.cpp:236:19: error: invalid conversion from ‘const char*’ to ‘char’ 
[-fpermissive]
clfmerge.cpp:237:19: error: assignment of read-only location ‘"Sep"[months]’
   months["Sep"] = "09";
   ^~~~
clfmerge.cpp:237:19: error: invalid conversion from ‘const char*’ to ‘char’ 
[-fpermissive]
clfmerge.cpp:238:19: error: assignment of read-only location ‘"Oct"[months]’
   months["Oct"] = "10";
   ^~~~
clfmerge.cpp:238:19: error: invalid conversion from ‘const char*’ to ‘char’ 
[-fpermissive]
clfmerge.cpp:239:19: error: assignment of read-only location ‘"Nov"[months]’
   months["Nov"] = "11";
   ^~~~
clfmerge.cpp:239:19: error: invalid conversion from ‘const char*’ to ‘char’ 
[-fpermissive]
clfmerge.cpp:240:19: error: assignment of read-only location ‘"Dec"[months]’
   months["Dec"] = "12";
   ^~~~
clfmerge.cpp:240:19: error: invalid conversion from ‘const char*’ to ‘char’ 
[-fpermissive]
Makefile:17: recipe for target 'clfmerge' failed
make[1]: *** [clfmerge] Error 1


Regards,

Eriberto

-- System Information:
Debian Release: stretch/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 4.7.0-0.bpo.1-amd64 (SMP w/4 CPU cores)
Locale: LANG=pt_BR.UTF-8, LC_CTYPE=pt_BR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: unable to detect



Bug#827810: scanlogd: diff for NMU version 2.2.5-3.3

2016-12-22 Thread Joao Eriberto Mota Filho
Control: tags 827810 + patch
Control: tags 827810 + pending

Dear maintainer,

I've prepared an NMU for scanlogd (versioned as 2.2.5-3.3) and
uploaded it to DELAYED/2. Please feel free to tell me if I
should delay it longer.

Regards,

Eriberto

diff -u scanlogd-2.2.5/debian/changelog scanlogd-2.2.5/debian/changelog
--- scanlogd-2.2.5/debian/changelog
+++ scanlogd-2.2.5/debian/changelog
@@ -1,3 +1,14 @@
+scanlogd (2.2.5-3.3) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Bumped DH level to 10.
+  * debian/compat: created. (Closes: #827810)
+  * debian/control:
+  - Added the ${misc:Depends} variable to Depends field.
+  - Bumped Standards-Version to 3.9.8.
+
+ -- Joao Eriberto Mota Filho <eribe...@debian.org>  Thu, 22 Dec 2016 17:20:51 
-0200
+
 scanlogd (2.2.5-3.2) unstable; urgency=low
 
   * Non-maintainer upload.
diff -u scanlogd-2.2.5/debian/control scanlogd-2.2.5/debian/control
--- scanlogd-2.2.5/debian/control
+++ scanlogd-2.2.5/debian/control
@@ -2,13 +2,13 @@
 Section: net
 Priority: optional
 Maintainer: Michael Vogt <m...@debian.org>
-Standards-Version: 3.7.2
-Build-Depends: debhelper (>= 5.0)
+Standards-Version: 3.9.8
+Build-Depends: debhelper (>= 10)
 Homepage: http://www.openwall.com/scanlogd/
 
 Package: scanlogd
 Architecture: any
-Depends: ${shlibs:Depends}, adduser
+Depends: ${misc:Depends}, ${shlibs:Depends}, adduser
 Description: A portscan detecting tool
  Scanlogd is a daemon written by Solar Designer
  to detect portscan attacks on your machine.
diff -u scanlogd-2.2.5/debian/rules scanlogd-2.2.5/debian/rules
--- scanlogd-2.2.5/debian/rules
+++ scanlogd-2.2.5/debian/rules
@@ -6,7 +6,7 @@
 #export DH_VERBOSE=1
 
 # This is the debhelper compatability version to use.
-export DH_COMPAT=5
+#export DH_COMPAT=5
 installbin = install -m 755
 installdoc = install -m 644
 
only in patch2:
unchanged:
--- scanlogd-2.2.5.orig/debian/compat
+++ scanlogd-2.2.5/debian/compat
@@ -0,0 +1 @@
+10



Bug#817395: clips-doc: diff for NMU version 6.24-2.1

2016-12-20 Thread Joao Eriberto Mota Filho
Control: tags 817395 + patch
Control: tags 817395 + pending

Dear maintainer,

I've prepared an NMU for clips-doc (versioned as 6.24-2.1) and
uploaded it to DELAYED/2. Please feel free to tell me if I
should delay it longer.

Regards,

Eriberto

diff -u clips-doc-6.24/debian/changelog clips-doc-6.24/debian/changelog
--- clips-doc-6.24/debian/changelog
+++ clips-doc-6.24/debian/changelog
@@ -1,3 +1,21 @@
+clips-doc (6.24-2.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+
+[ Joao Eriberto Mota Filho ]
+
+  * Bumped DH level to 10. (Closes: #817395)
+  * debian/control: bumped Standards-Version to 3.9.8.
+  * debian/watch: created.
+
+[ Logan Rosen ]
+
+  * debian/control: depend on ${misc:Depends}.
+  * debian/clips-doc.docs: Specify doc files.
+  * debian/rules: Switch to dh sequencer.
+
+ -- Joao Eriberto Mota Filho <eribe...@debian.org>  Wed, 21 Dec 2016 02:30:43 
-0200
+
 clips-doc (6.24-2) unstable; urgency=low
 
   * Acknowledge NMU
diff -u clips-doc-6.24/debian/compat clips-doc-6.24/debian/compat
--- clips-doc-6.24/debian/compat
+++ clips-doc-6.24/debian/compat
@@ -1 +1 @@
-4
+10
diff -u clips-doc-6.24/debian/rules clips-doc-6.24/debian/rules
--- clips-doc-6.24/debian/rules
+++ clips-doc-6.24/debian/rules
@@ -2,41 +2,4 @@
-# Sample debian/rules that uses debhelper.
-# GNU copyright 1997 to 1999 by Joey Hess.
-
-# Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-
-clean:
-   dh_testdir
-   dh_testroot
-   dh_clean
-build:
-# Nothing to do here
-
-install:
-   dh_testdir
-   dh_testroot
-   dh_clean -k
-   dh_installdirs
-# Add here commands to install the package into debian/tmp.
-   
-# Build architecture-independent files here.
-binary-indep: install
-   dh_testdir 
-   dh_testroot 
-   dh_installdocs -i *.pdf
-   dh_installchangelogs -i
-   dh_compress -i
-   dh_fixperms -i
-   dh_installdeb -i
-   dh_shlibdeps -i
-   dh_gencontrol -i
-   dh_md5sums -i
-   dh_builddeb -i
-
-# Build architecture-dependent files here.
-binary-arch: build install
-# We have nothing to do by default.
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install
+%:
+   dh $@
diff -u clips-doc-6.24/debian/control clips-doc-6.24/debian/control
--- clips-doc-6.24/debian/control
+++ clips-doc-6.24/debian/control
@@ -2,13 +2,14 @@
 Section: doc
 Priority: optional
 Maintainer: Javier Fernandez-Sanguino Pen~a <j...@computer.org>
-Build-Depends: debhelper
-Standards-Version: 3.7.3
+Build-Depends: debhelper (>= 10)
+Standards-Version: 3.9.8
 Homepage: http://clipsrules.sourceforge.net/
 
 Package: clips-doc
 Architecture: all
 Recommends: clips, gv | pdf-viewer
+Depends: ${misc:Depends}
 Description: "C" Language Integrated Production System Documentation
  This package contains the documentation (users guide, interfaces guide...)
  of CLIPS, as well as some programming examples that might be useful
only in patch2:
unchanged:
--- clips-doc-6.24.orig/debian/clips-doc.docs
+++ clips-doc-6.24/debian/clips-doc.docs
@@ -0,0 +1 @@
+*.pdf
only in patch2:
unchanged:
--- clips-doc-6.24.orig/debian/watch
+++ clips-doc-6.24/debian/watch
@@ -0,0 +1,3 @@
+version=4
+opts=uversionmangle=s/(\d)/$1\./ \
+http://sf.net/clipsrules/ .*/clips_documentation_(\d+).zip



Bug#817623: poc-streamer: diff for NMU version 0.4.2-3.1

2016-12-20 Thread Joao Eriberto Mota Filho
Control: tags 817623 + pending

Dear maintainer,

I've prepared an NMU for poc-streamer (versioned as 0.4.2-3.1) and
uploaded it to DELAYED/2. Please feel free to tell me if I
should delay it longer.

Regards,

Eriberto

diff -u poc-streamer-0.4.2/debian/rules poc-streamer-0.4.2/debian/rules
--- poc-streamer-0.4.2/debian/rules
+++ poc-streamer-0.4.2/debian/rules
@@ -2,91 +2,12 @@
-# Sample debian/rules that uses debhelper.
-# This file is public domain software, originally written by Joey Hess.
-#
-# This version is for a multibinary package. It also allows you to build any
-# of the binary packages independantly, via binary- targets.
-
-# Uncomment this to turn on verbose mode. 
 #export DH_VERBOSE=1
 
-# This has to be exported to make some magic below work.
-export DH_OPTIONS
-
-build: build-stamp
-build-stamp:
-   dh_testdir
-
-   # Add here commands to compile the package.
-   $(MAKE)
-
-   touch build-stamp
-
-clean:
-   dh_testdir
-   dh_testroot
-   rm -f build-stamp
-
-   # Add here commands to clean up after the build process.
-   -$(MAKE) clean
-
-   dh_clean
-
-install: DH_OPTIONS=
-install: build
-   dh_testdir
-   dh_testroot
-   dh_clean -k
-   dh_installdirs
-
-   # Add here commands to install the package into debian/poc-streamer.
-   $(MAKE) DESTDIR=$(CURDIR)/debian/poc-streamer PREFIX=/usr install
-
-# This single target is used to build all the packages, all at once, or
-# one at a time. So keep in mind: any options passed to commands here will
-# affect _all_ packages. Anything you want to only affect one package
-# should be put in another target, such as the install target.
-binary-common:
-   dh_testdir
-   dh_testroot
-   dh_installchangelogs
-   dh_installdocs
-   dh_installexamples
-   dh_installmenu
-#  dh_installdebconf
-#  dh_installlogrotate
-#  dh_installemacsen
-#  dh_installcatalogs
-#  dh_installpam
-#  dh_installmime
-#  dh_installinit
-#  dh_installman
-#  dh_installcron
-#  dh_installinfo
-#  dh_undocumented
-   dh_strip
-   dh_link
-   dh_compress
-   dh_fixperms
-#  dh_perl
-#  dh_python
-#  dh_makeshlibs
-   dh_installdeb
-   dh_shlibdeps
-   dh_gencontrol
-   dh_md5sums
-   dh_builddeb
-
-# Build architecture independant packages using the common target.
-binary-indep: build install
-# (Uncomment this next line if you have such packages.)
-#   $(MAKE) -f debian/rules DH_OPTIONS=-i binary-common
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
 
-# Build architecture dependant packages using the common target.
-binary-arch: build install
-   $(MAKE) -f debian/rules DH_OPTIONS=-a binary-common
+%:
+   dh $@
 
-# Any other binary targets build just one binary package at a time.
-binary-%: build install
-   make -f debian/rules binary-common DH_OPTIONS=-p$*
+override_dh_auto_install:
+   dh_auto_install -- PREFIX=/usr
 
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary-common binary install
+override_dh_auto_test:
diff -u poc-streamer-0.4.2/debian/control poc-streamer-0.4.2/debian/control
--- poc-streamer-0.4.2/debian/control
+++ poc-streamer-0.4.2/debian/control
@@ -2,13 +2,14 @@
 Section: sound
 Priority: optional
 Maintainer: Mike Gerber <m...@sprachgewalt.de>
-Build-Depends: debhelper (>= 4.0.0), libid3tag0-dev, flex, bison
-Standards-Version: 3.6.1
+Build-Depends: debhelper (>= 10), libid3tag0-dev, flex, bison, libfl-dev
+Standards-Version: 3.9.8
+Homepage: https://bl0rg.net/software/poc/
 
 Package: poc-streamer
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: An MP3/Ogg multicast/HTTP streamer and MP3 cutting tool
+Description: MP3/Ogg multicast/HTTP streamer and MP3 cutting tool
  poc is a suite of MP3 tools and MP3 streaming programs. It can stream
  MP3s over HTTP, RTP multicast (RFC 2250 and RFC 3119) and a special 
  multicast protocol to enable the use of Forward Error Correction to 
diff -u poc-streamer-0.4.2/debian/changelog poc-streamer-0.4.2/debian/changelog
--- poc-streamer-0.4.2/debian/changelog
+++ poc-streamer-0.4.2/debian/changelog
@@ -1,3 +1,29 @@
+poc-streamer (0.4.2-3.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+
+[ Joao Eriberto Mota Filho ]
+
+  * Bumped DH level to 10. (Closes: #817623)
+  * debian/control:
+  - Added a Homepage field.
+  - Added the libfl-dev to Build-Depends field to avoid a FTBFS.
+  - Bumped Standards-Version to 3.9.8.
+  * debian/rules:
+  - After conversion made by Logan:
+  ~ Added DEB_BUILD_MAINT_OPTIONS variable to improve the GCC 
hardening.
+  ~ Added DEB_LDFLAGS_MAINT_APPEND variable to avoid unneeded linking
+against libraries.
+
+[ Logan Rosen ]
+
+  * debian/control: remove article from beginning of synopsis.
+  * 

Bug#817351: apt-src: diff for NMU version 0.25.1+nmu3

2016-12-20 Thread Joao Eriberto Mota Filho
Control: tags 817351 + patch
Control: tags 817351 + pending

Dear maintainer,

I've prepared an NMU for apt-src (versioned as 0.25.1+nmu3) and
uploaded it to DELAYED/2. Please feel free to tell me if I
should delay it longer.

Regards,

Eriberto

diff -Nru apt-src-0.25.1/debian/changelog apt-src-0.25.1+nmu3/debian/changelog
--- apt-src-0.25.1/debian/changelog 2013-10-10 17:24:39.0 -0300
+++ apt-src-0.25.1+nmu3/debian/changelog2016-12-20 18:51:29.0 
-0200
@@ -1,3 +1,12 @@
+apt-src (0.25.1+nmu3) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Bumped DH level to 10. (Closes: #817351)
+  * Bumped Standards-Version to 3.9.8.
+  * Migrated to DebSrc 3.0 to fix erroneous revision statement.
+
+ -- Joao Eriberto Mota Filho <eribe...@debian.org>  Tue, 20 Dec 2016 18:51:29 
-0200
+
 apt-src (0.25.1-0.2) unstable; urgency=low
 
   * Non-maintainer upload.
diff -Nru apt-src-0.25.1/debian/compat apt-src-0.25.1+nmu3/debian/compat
--- apt-src-0.25.1/debian/compat2003-10-14 23:24:24.0 -0300
+++ apt-src-0.25.1+nmu3/debian/compat   2016-12-20 18:51:29.0 -0200
@@ -1 +1 @@
-4
+10
diff -Nru apt-src-0.25.1/debian/control apt-src-0.25.1+nmu3/debian/control
--- apt-src-0.25.1/debian/control   2004-06-28 16:04:52.0 -0300
+++ apt-src-0.25.1+nmu3/debian/control  2016-12-20 18:51:29.0 -0200
@@ -1,9 +1,9 @@
 Source: apt-src
 Section: admin
 Priority: optional
-Build-Depends: debhelper (>= 4), dpkg-dev (>= 1.9.0)
+Build-Depends: debhelper (>= 10), dpkg-dev (>= 1.9.0)
 Maintainer: Laszlo Boszormenyi (GCS) <g...@lsc.hu>
-Standards-Version: 3.6.1.0
+Standards-Version: 3.9.8
 
 Package: apt-src
 Architecture: all
diff -Nru apt-src-0.25.1/debian/source/format 
apt-src-0.25.1+nmu3/debian/source/format
--- apt-src-0.25.1/debian/source/format 1969-12-31 21:00:00.0 -0300
+++ apt-src-0.25.1+nmu3/debian/source/format2016-12-20 18:51:29.0 
-0200
@@ -0,0 +1 @@
+3.0 (native)



Bug#817376: bicyclerepair: diff for NMU version 0.9-6.2

2016-12-18 Thread Joao Eriberto Mota Filho
Control: tags 817376 + pending

Dear maintainer,

I've prepared an NMU for bicyclerepair (versioned as 0.9-6.2) and
uploaded it to DELAYED/2. Please feel free to tell me if I
should delay it longer.

Regards,

Eriberto

diff -u bicyclerepair-0.9/debian/compat bicyclerepair-0.9/debian/compat
--- bicyclerepair-0.9/debian/compat
+++ bicyclerepair-0.9/debian/compat
@@ -1 +1 @@
-4
+10
diff -u bicyclerepair-0.9/debian/control bicyclerepair-0.9/debian/control
--- bicyclerepair-0.9/debian/control
+++ bicyclerepair-0.9/debian/control
@@ -2,17 +2,17 @@
 Section: devel
 Priority: optional
 Maintainer: Robert Collins <robe...@robertcollins.net>
-Build-Depends: debhelper (>= 5.0.37.2)
+Build-Depends: debhelper (>= 10)
 Build-Depends-Indep: python-all-dev (>= 2.6.6-3~)
 Homepage: http://bicyclerepair.sourceforge.net/
-Standards-Version: 3.7.2
+Standards-Version: 3.9.8
 
 Package: bicyclerepair
 Architecture: all
-Depends: ${python:Depends}
+Depends: ${misc:Depends}, ${python:Depends}
 Provides: ${python:Provides}
 Suggests: vim-python (>= 1:6.2) | idle | pymacs
-Recommends: vim-addon-manager 
+Recommends: vim-addon-manager
 Description: A refactoring tool for python
  A framework and refactoring tool for Python. IDE Plugins are included for
  Pymacs, IDLE and Vim. Using Bicycle Repair Man you can rename classes, methods
diff -u bicyclerepair-0.9/debian/changelog bicyclerepair-0.9/debian/changelog
--- bicyclerepair-0.9/debian/changelog
+++ bicyclerepair-0.9/debian/changelog
@@ -1,3 +1,13 @@
+bicyclerepair (0.9-6.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Bumped DH level to 10. (Closes: #817376)
+  * debian/control:
+  - Added the ${misc:Depends} variable to Depends field.
+  - Bumped Standards-Version to 3.9.8.
+
+ -- Joao Eriberto Mota Filho <eribe...@debian.org>  Mon, 19 Dec 2016 00:23:08 
-0200
+
 bicyclerepair (0.9-6.1) unstable; urgency=low
 
   * Non-maintainer upload.



Bug#829187: perforate: diff for NMU version 1.2-5.1

2016-11-30 Thread Joao Eriberto Mota Filho
Control: tags 829187 + patch
Control: tags 829187 + pending

Dear maintainer,

I've prepared an NMU for perforate (versioned as 1.2-5.1) and
uploaded it to DELAYED/10. Please feel free to tell me if I
should delay it longer.

Regards,

Eriberto

diff -u perforate-1.2/debian/control perforate-1.2/debian/control
--- perforate-1.2/debian/control
+++ perforate-1.2/debian/control
@@ -3,12 +3,13 @@
 Priority: optional
 Maintainer: Amaya Rodrigo Sastre <am...@debian.org>
 Uploaders: Hector Garcia <hec...@debian.org>
-Standards-Version: 3.7.2
-Build-Depends: debhelper (>=5)
+Standards-Version: 3.9.8
+Build-Depends: debhelper (>= 10)
+Homepage: http://perforate-linux.sf.net
 
 Package: perforate
 Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${misc:Depends}, ${shlibs:Depends}
 Description: Utilities to save disk space
  GNU cp used to detect files that contain 0-filled holes and save disk space
  by skipping them with lseek when writing a file and thus not allocating
diff -u perforate-1.2/debian/rules perforate-1.2/debian/rules
--- perforate-1.2/debian/rules
+++ perforate-1.2/debian/rules
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 
-export DH_COMPAT=5
+#export DH_COMPAT=5
 
 CFLAGS := -O2 -Wall
 ifneq ($(findstring debug,$(DEB_BUILD_OPTIONS)),)
diff -u perforate-1.2/debian/changelog perforate-1.2/debian/changelog
--- perforate-1.2/debian/changelog
+++ perforate-1.2/debian/changelog
@@ -1,3 +1,15 @@
+perforate (1.2-5.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Bumped DH level to 10.
+  * debian/compat: created. (Closes: #829187)
+  * debian/control:
+  - Added a Homepage field.
+  - Bumped Standards-Version to 3.9.8.
+  - Added the ${misc:Depends} variable to Depends field.
+
+ -- Joao Eriberto Mota Filho <eribe...@debian.org>  Wed, 30 Nov 2016 14:22:49 
-0200
+
 perforate (1.2-5) unstable; urgency=low
 
   * Rebuild with unstable libc (Closes: #383590).
only in patch2:
unchanged:
--- perforate-1.2.orig/debian/compat
+++ perforate-1.2/debian/compat
@@ -0,0 +1 @@
+10



Bug#842568: iisemulator: diff for NMU version 0.95-3.2

2016-11-24 Thread Joao Eriberto Mota Filho
Control: tags 842568 + pending

Dear maintainer,

I've prepared an NMU for iisemulator (versioned as 0.95-3.2) and
uploaded it to DELAYED/2. Please feel free to tell me if I
should delay it longer.

Regards,

Eriberto

diff -u iisemulator-0.95/debian/changelog iisemulator-0.95/debian/changelog
--- iisemulator-0.95/debian/changelog
+++ iisemulator-0.95/debian/changelog
@@ -1,3 +1,11 @@
+iisemulator (0.95-3.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix a FTBFS when built with dpkg-buildpackage -A. Thanks
+to Santiago Vila <sanv...@debian.org>. (Closes: #842568)
+
+ -- Joao Eriberto Mota Filho <eribe...@debian.org>  Thu, 24 Nov 2016 10:40:19 
-0200
+
 iisemulator (0.95-3.1) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -u iisemulator-0.95/debian/rules iisemulator-0.95/debian/rules
--- iisemulator-0.95/debian/rules
+++ iisemulator-0.95/debian/rules
@@ -49,13 +49,9 @@
find $(CURDIR)/debian/iisemulator/usr/share/iisemulator/iis_data -type 
f -exec chmod a-x {} \;
find $(CURDIR)/debian/iisemulator/usr/share/iisemulator/wwwroot -type f 
-exec chmod a-x {} \;
 
+binary-arch: build install
 
-# Build architecture-independent files here.
 binary-indep: build install
-# We have nothing to do by default.
-
-# Build architecture-dependent files here.
-binary-arch: build install
dh_testdir
dh_testroot
dh_installdocs



Bug#845324: FTBFS: /bin/sh: 1: emacs: not found

2016-11-22 Thread Joao Eriberto Mota Filho
Package: bhl
Version: 1.7.3-3
Severity: serious
Tags: newcomer
Justification: fails to build from source

Hi,

The package is 'all' and always was sent already built. It needs emacs to
build from source. Please, add 'emacs' as build dependency.

Regards,

Eriberto



Bug#844393: blhc: diff for NMU version 0.07-0.2

2016-11-20 Thread Joao Eriberto Mota Filho
Control: tags 844393 + patch
Control: tags 844393 + pending

Dear maintainer,

I've prepared an NMU for blhc (versioned as 0.07-0.2) and
uploaded it to DELAYED/5. Please feel free to tell me if I
should delay it longer.

Regards,

Eriberto

diff -Nru blhc-0.07/debian/changelog blhc-0.07/debian/changelog
--- blhc-0.07/debian/changelog  2016-09-10 21:40:10.0 -0300
+++ blhc-0.07/debian/changelog  2016-11-20 19:09:48.0 -0200
@@ -1,3 +1,12 @@
+blhc (0.07-0.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * debian/patches/10_support-dpkg-debarch-to-debtuple.patch: created to add
+support new dpkg versions which use debarch_to_debtuple. Thanks to Simon
+Ruderich <si...@ruderich.org>. (Closes: #844393)
+
+ -- Joao Eriberto Mota Filho <eribe...@debian.org>  Sun, 20 Nov 2016 19:09:48 
-0200
+
 blhc (0.07-0.1) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru blhc-0.07/debian/patches/10_support-dpkg-debarch-to-debtuple.patch 
blhc-0.07/debian/patches/10_support-dpkg-debarch-to-debtuple.patch
--- blhc-0.07/debian/patches/10_support-dpkg-debarch-to-debtuple.patch  
1969-12-31 21:00:00.0 -0300
+++ blhc-0.07/debian/patches/10_support-dpkg-debarch-to-debtuple.patch  
2016-11-20 19:09:48.0 -0200
@@ -0,0 +1,32 @@
+Description: add support new dpkg versions which use debarch_to_debtuple.
+ (Closes: #844393)
+Author: Simon Ruderich <si...@ruderich.org>
+Last-Update: 2016-11-16
+Index: blhc-0.07/bin/blhc
+===
+--- blhc-0.07.orig/bin/blhc
 blhc-0.07/bin/blhc
+@@ -1022,14 +1022,21 @@ foreach my $file (@ARGV) {
+ 
+ # Option or auto detected.
+ if ($arch) {
+-# The following was partially copied from dpkg-dev 1.18.10
++# The following was partially copied from dpkg-dev 1.18.15
+ # (/usr/share/perl5/Dpkg/Vendor/Debian.pm, _add_hardening_flags()),
+ # copyright Raphaël Hertzog <hert...@debian.org>, Kees Cook
+ # <k...@debian.org>, Canonical, Ltd. licensed under GPL version 2 or
+ # later. Keep it in sync.
+ 
+ require Dpkg::Arch;
+-my ($abi, $os, $cpu) = Dpkg::Arch::debarch_to_debtriplet($arch);
++my ($os, $cpu);
++# Recent dpkg versions use a quadruplet for arch. Support both.
++eval {
++(undef, undef, $os, $cpu) = 
Dpkg::Arch::debarch_to_debtuple($arch);
++};
++if ($@) {
++(undef, $os, $cpu) = Dpkg::Arch::debarch_to_debtriplet($arch);
++}
+ 
+ # Disable unsupported hardening options.
+ if ($os !~ /^(?:linux|kfreebsd|knetbsd|hurd)$/
diff -Nru blhc-0.07/debian/patches/series blhc-0.07/debian/patches/series
--- blhc-0.07/debian/patches/series 1969-12-31 21:00:00.0 -0300
+++ blhc-0.07/debian/patches/series 2016-11-20 19:09:48.0 -0200
@@ -0,0 +1 @@
+10_support-dpkg-debarch-to-debtuple.patch



Bug#817679: statserial: diff for NMU version 1.1-22.1

2016-11-06 Thread Joao Eriberto Mota Filho
Control: tags 817679 + patch
Control: tags 817679 + pending

Dear maintainer,

I've prepared an NMU for statserial (versioned as 1.1-22.1) and
uploaded it to DELAYED/10. Please feel free to tell me if I
should delay it longer.

Regards,

Eriberto

diff -u statserial-1.1/debian/changelog statserial-1.1/debian/changelog
--- statserial-1.1/debian/changelog
+++ statserial-1.1/debian/changelog
@@ -1,3 +1,16 @@
+statserial (1.1-22.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Bumped DH level to 10. (Closes: #817679)
+  * debian/compat: created.
+  * debian/control:
+  - Added a ${misc:Depends} variable to Depends field.
+  - Added a Homepage field.
+  - Bumped Standards-Version to 3.9.8.
+  * debian/watch: created.
+
+ -- Joao Eriberto Mota Filho <eribe...@debian.org>  Mon, 07 Nov 2016 00:01:02 
-0200
+
 statserial (1.1-22) unstable; urgency=low
 
   * Policy compliant up to 3.6.2.0 
diff -u statserial-1.1/debian/control statserial-1.1/debian/control
--- statserial-1.1/debian/control
+++ statserial-1.1/debian/control
@@ -1,13 +1,14 @@
 Source: statserial
-Build-Depends: debhelper, libncurses5-dev
+Build-Depends: debhelper (>= 10), libncurses5-dev
 Section: utils
 Priority: extra
 Maintainer: Vince Mulhollon <v...@debian.org>
-Standards-Version: 3.6.2.0
+Standards-Version: 3.9.8
+Homepage: http://www.oocities.org/jefftran...@rogers.com/
 
 Package: statserial
 Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${misc:Depends}, ${shlibs:Depends}
 Description: Displays serial port modem status lines
  Statserial displays a table of the signals on a standard 9-pin or
  25-pin serial port, and indicates the status of the handshaking lines.
diff -u statserial-1.1/debian/rules statserial-1.1/debian/rules
--- statserial-1.1/debian/rules
+++ statserial-1.1/debian/rules
@@ -4,7 +4,7 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-export DH_COMPAT=4
+#export DH_COMPAT=4
 
 build: build-stamp
 build-stamp:
only in patch2:
unchanged:
--- statserial-1.1.orig/debian/compat
+++ statserial-1.1/debian/compat
@@ -0,0 +1 @@
+10
only in patch2:
unchanged:
--- statserial-1.1.orig/debian/watch
+++ statserial-1.1/debian/watch
@@ -0,0 +1,2 @@
+version=4
+http://www.oocities.org/jefftran...@rogers.com/ 
.*/pub/Linux/system/serial/statserial-(\d\S+)\.tar\.(?:bz2|gz|xz)



Bug#817465: fusesmb: diff for NMU version 0.8.7-1.4

2016-11-06 Thread Joao Eriberto Mota Filho
Control: tags 817465 + patch
Control: tags 817465 + pending

Dear maintainer,

I've prepared an NMU for fusesmb (versioned as 0.8.7-1.4) and
uploaded it to DELAYED/10. Please feel free to tell me if I
should delay it longer.

Regards,

Eriberto

diff -u fusesmb-0.8.7/debian/changelog fusesmb-0.8.7/debian/changelog
--- fusesmb-0.8.7/debian/changelog
+++ fusesmb-0.8.7/debian/changelog
@@ -1,3 +1,14 @@
+fusesmb (0.8.7-1.4) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Bumped DH level to 10. (Closes: #817465)
+  * debian/control:
+  - Added a ${misc:Depends} variable.
+  - Bumped Standards-Version to 3.9.8.
+  * Run wrap-and-sort.
+
+ -- Joao Eriberto Mota Filho <eribe...@debian.org>  Sun, 06 Nov 2016 10:06:15 
-0200
+
 fusesmb (0.8.7-1.3) unstable; urgency=low
 
   * Non-maintainer upload.
diff -u fusesmb-0.8.7/debian/control fusesmb-0.8.7/debian/control
--- fusesmb-0.8.7/debian/control
+++ fusesmb-0.8.7/debian/control
@@ -2,12 +2,22 @@
 Section: utils
 Priority: optional
 Maintainer: Samuel Mimram <smim...@debian.org>
-Build-Depends: debhelper (>= 4.0.0), autotools-dev, samba-common, 
libsmbclient-dev, libfuse-dev, samba-common-bin, pkg-config
-Standards-Version: 3.7.2
+Build-Depends: autotools-dev,
+   debhelper (>= 10),
+   libfuse-dev,
+   libsmbclient-dev,
+   pkg-config,
+   samba-common,
+   samba-common-bin
+Standards-Version: 3.9.8
 
 Package: fusesmb
 Architecture: any
-Depends: ${shlibs:Depends}, fuse, samba-common, samba-common-bin
+Depends: fuse,
+ samba-common,
+ samba-common-bin,
+ ${misc:Depends},
+ ${shlibs:Depends}
 Description: filesystem client based on the SMB file transfer protocol
  fusesmb is a filesystem client based on the SMB file transfer protocol. This
  gives the ability to transparently exchange files with Microsoft Windows
diff -u fusesmb-0.8.7/debian/copyright fusesmb-0.8.7/debian/copyright
--- fusesmb-0.8.7/debian/copyright
+++ fusesmb-0.8.7/debian/copyright
@@ -33,9 +33,9 @@
 * configfile.c and stringlist.c are under a MIT license:
 
   The MIT License
- 
+
   Copyright (c) 2006 Vincent Wagelaar
- 
+
   Permission is hereby granted, free of charge, to any person obtaining a
   copy of this software and associated documentation files (the
   "Software"), to deal in the Software without restriction, including
@@ -43,10 +43,10 @@
   distribute, sublicense, and/or sell copies of the Software, and to
   permit persons to whom the Software is furnished to do so, subject to
   the following conditions:
- 
+
   The above copyright notice and this permission notice shall be included
   in all copies or substantial portions of the Software.
- 
+
   THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
   OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
   MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
@@ -60,9 +60,9 @@
 
   Hash Table Data Type
   Copyright (C) 1997 Kaz Kylheku <k...@ashi.footprints.net>
- 
+
   Free Software License:
- 
+
   All rights are reserved by the author, with the following exceptions:
   Permission is granted to freely reproduce and distribute this software,
   possibly in exchange for a fee, provided that this copyright notice appears
only in patch2:
unchanged:
--- fusesmb-0.8.7.orig/debian/compat
+++ fusesmb-0.8.7/debian/compat
@@ -1 +1 @@
-4
+10



Bug#817524: libaudio-scrobbler-perl: diff for NMU version 0.01-2.2

2016-11-06 Thread Joao Eriberto Mota Filho
Control: tags 817524 + patch
Control: tags 817524 + pending

Dear maintainer,

I've prepared an NMU for libaudio-scrobbler-perl (versioned as 0.01-2.2) and
uploaded it to DELAYED/10. Please feel free to tell me if I should delay it
longer.

Regards,

Eriberto

diff -u libaudio-scrobbler-perl-0.01/debian/control 
libaudio-scrobbler-perl-0.01/debian/control
--- libaudio-scrobbler-perl-0.01/debian/control
+++ libaudio-scrobbler-perl-0.01/debian/control
@@ -1,15 +1,16 @@
 Source: libaudio-scrobbler-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 4.0.2)
+Build-Depends: debhelper (>= 10)
 Build-Depends-Indep: perl (>= 5.8.0-7), libwww-perl
 Maintainer: Michael Ablassmeier <a...@debian.org>
-Standards-Version: 3.7.2
+Standards-Version: 3.9.8
+Homepage: 
http://search.cpan.org/~roam/Audio-Scrobbler-0.01/lib/Audio/Scrobbler.pm
 
 Package: libaudio-scrobbler-perl
 Architecture: all
-Depends: ${perl:Depends}, libconfig-inifiles-perl, libwww-perl 
-Description:  perl interface to audioscrobbler.com/last.fm
+Depends: ${misc:Depends}, ${perl:Depends}, libconfig-inifiles-perl, libwww-perl
+Description: perl interface to audioscrobbler.com/last.fm
  The Audio::Scrobbler module provides a Perl interface to the track 
  submission API of Last.fm's AudioScrobbler - http://www.last.fm. So 
  far, only track submissions are handled; the future plans include
diff -u libaudio-scrobbler-perl-0.01/debian/changelog 
libaudio-scrobbler-perl-0.01/debian/changelog
--- libaudio-scrobbler-perl-0.01/debian/changelog
+++ libaudio-scrobbler-perl-0.01/debian/changelog
@@ -1,3 +1,15 @@
+libaudio-scrobbler-perl (0.01-2.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Bumped DH level to 10. (Closes: #817524)
+  * debian/control:
+  - Added a Homepage field.
+  - Added a ${misc:Depends} variable.
+  - Bumped Standards-Version to 3.9.8.
+  * debian/watch: improved and modernized to avoid any future mistake.
+
+ -- Joao Eriberto Mota Filho <eribe...@debian.org>  Sun, 06 Nov 2016 09:35:50 
-0200
+
 libaudio-scrobbler-perl (0.01-2.1) unstable; urgency=low
 
   * Non-maintainer upload.
diff -u libaudio-scrobbler-perl-0.01/debian/compat 
libaudio-scrobbler-perl-0.01/debian/compat
--- libaudio-scrobbler-perl-0.01/debian/compat
+++ libaudio-scrobbler-perl-0.01/debian/compat
@@ -1 +1 @@
-4
+10
diff -u libaudio-scrobbler-perl-0.01/debian/watch 
libaudio-scrobbler-perl-0.01/debian/watch
--- libaudio-scrobbler-perl-0.01/debian/watch
+++ libaudio-scrobbler-perl-0.01/debian/watch
@@ -1,3 +1,2 @@
-# format version number, currently 2; this line is compulsory!
-version=2
-http://www.cpan.org/modules/by-module/Audio/Audio-Scrobbler-(.*).(tar.gz|tar|tgz)
+version=4
+http://www.cpan.org/modules/by-module/Audio/Audio-Scrobbler-(\d\S+)\.(tgz|tar\.(?:bz2|gz|xz))



Bug#843168: deferred queue: does not showing delayed packages

2016-11-04 Thread Joao Eriberto Mota Filho
Package: ftp.debian.org
Severity: grave
Justification: renders package unusable

Hi,

The deferred queue[1] is empty and does not show the recent uploaded
packages. It is bad because breaks the control over all NMU situation.

[1] https://ftp-master.debian.org/deferred.html

Thanks in advance.

Regards,

Eriberto



Bug#842387: zeroc-icee: FTBFS in amd64 clean jail

2016-10-28 Thread Joao Eriberto Mota Filho
Source: zeroc-icee
Version: 1.2.0-6.2
Severity: grave
Justification: renders package unusable

The package FTBFS in a chroot jail and in cowbuilder. The error message is:

dh_install -plibicee-dev --sourcedir=debian/tmp
dh_install: Cannot find (any matches for) "usr/lib/*.a" (tried in "debian/tmp" 
and "debian/tmp")
dh_install: libicee-dev missing files: usr/lib/*.a
dh_install: missing files, aborting
/usr/share/cdbs/1/rules/debhelper.mk:233: recipe for target 
'binary-install/libicee-dev' failed
make: *** [binary-install/libicee-dev] Error 255

Regards,

Eriberto



Bug#817441: dvidvi: diff for NMU version 1.0-8etch2.1

2016-10-26 Thread Joao Eriberto Mota Filho
Control: tags 817441 + pending

Dear maintainer,

I've prepared an NMU for dvidvi (versioned as 1.0-8etch2.1) and
uploaded it to DELAYED/10. Please feel free to tell me if I
should delay it longer.

Regards,

Eriberto

diff -u dvidvi-1.0/debian/control dvidvi-1.0/debian/control
--- dvidvi-1.0/debian/control
+++ dvidvi-1.0/debian/control
@@ -2,12 +2,13 @@
 Section: tex
 Priority: optional
 Maintainer: Lionel Elie Mamane <lmam...@debian.org>
-Standards-Version: 3.7.2.2
-Build-Depends: debhelper (>= 4)
+Standards-Version: 3.9.8
+Build-Depends: debhelper (>= 10)
+Homepage: https://www.ctan.org/tex-archive/dviware/dvidvi
 
 Package: dvidvi
 Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${misc:Depends}, ${shlibs:Depends}
 Replaces: texlive-extra-utils (<< 2005.dfsg.2-12)
 Description: Manipulate .dvi files
  Allows you to select, change the order, and/or shift the pages in
diff -u dvidvi-1.0/debian/changelog dvidvi-1.0/debian/changelog
--- dvidvi-1.0/debian/changelog
+++ dvidvi-1.0/debian/changelog
@@ -1,3 +1,23 @@
+dvidvi (1.0-8etch2.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+
+  [ Logan Rosen ]
+
+  * debian/control: depend on ${misc:Depends}.
+  * debian/rules:
+  - Add recommended build-arch and build-indep targets.
+  - Use dh_prep instead of dh_clean -k.
+
+  [ Joao Eriberto Mota Filho ]
+
+  * Bumped DH level to 10. (Closes: #817441)
+  * debian/control:
+  - Added the Homepage field.
+  - Bumped Standards-Version to 3.9.8.
+
+ -- Joao Eriberto Mota Filho <eribe...@debian.org>  Wed, 26 Oct 2016 15:00:57 
-0200
+
 dvidvi (1.0-8etch2) unstable; urgency=low
 
   * Replace versions of texlive that contained dvidvi
diff -u dvidvi-1.0/debian/compat dvidvi-1.0/debian/compat
--- dvidvi-1.0/debian/compat
+++ dvidvi-1.0/debian/compat
@@ -1 +1 @@
-4
+10
diff -u dvidvi-1.0/debian/rules dvidvi-1.0/debian/rules
--- dvidvi-1.0/debian/rules
+++ dvidvi-1.0/debian/rules
@@ -2,7 +2,9 @@
 
 CFLAGS := -Wall -g -O$(if $(findstring noopt,$(DEB_BUILD_OPTIONS)),0,2)
 
-build: dvidvi
+build: build-arch build-indep
+build-arch: dvidvi
+build-indep: dvidvi
 
 clean:
dh_testdir
@@ -12,7 +14,7 @@
 install: build
dh_testdir
dh_testroot
-   dh_clean -k
+   dh_prep
dh_installdirs
dh_install dvidvi debian/a5booklet usr/bin
 
@@ -38 +40 @@
-.PHONY: build clean binary binary-arch binary-indep install
+.PHONY: build build-arch build-indep clean binary binary-arch binary-indep 
install



Bug#842053: dos2unix: FTBFS in almost all architectures

2016-10-25 Thread Joao Eriberto Mota Filho
Package: dos2unix
Version: 7.3.4-1
Severity: grave
Justification: renders package unusable

Dear Maintainer,

Your package, recently uploaded to unstable, fails to build from source in
several architectures[1].

The fail is being caused by some tests (in dh_auto_test target).

[1] https://buildd.debian.org/status/package.php?p=dos2unix=unstable

Please:

1. Test your package with cowbuilder or pbuilder before send it.
2. Send source only to Debian to allow it to build all archs (debuild -S).

Feel free to ask for an upload to this package if needed.

Thanks for your work.

Regards,

Eriberto



Bug#817514: kterm: diff for NMU version 6.2.0-46.2

2016-10-14 Thread Joao Eriberto Mota Filho
Control: tags 817514 + patch
Control: tags 817514 + pending

Dear maintainer,

I've prepared an NMU for kterm (versioned as 6.2.0-46.2) and
uploaded it to DELAYED/10. Please feel free to tell me if I
should delay it longer.

Regards,

Eriberto

diff -u kterm-6.2.0/debian/changelog kterm-6.2.0/debian/changelog
--- kterm-6.2.0/debian/changelog
+++ kterm-6.2.0/debian/changelog
@@ -1,3 +1,14 @@
+kterm (6.2.0-46.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Bumped DH level to 10. (Closes: #817514)
+  * Run wrap-and-sort.
+  * debian/control:
+  - Added the ${misc:Depends} variable to Depends field.
+  - Bumped Standards-Version to 3.9.8.
+
+ -- Joao Eriberto Mota Filho <eribe...@debian.org>  Fri, 14 Oct 2016 20:49:23 
-0300
+
 kterm (6.2.0-46.1) unstable; urgency=low
 
   * Non-maintainer upload.
diff -u kterm-6.2.0/debian/compat kterm-6.2.0/debian/compat
--- kterm-6.2.0/debian/compat
+++ kterm-6.2.0/debian/compat
@@ -1 +1 @@
-4
+10
diff -u kterm-6.2.0/debian/control kterm-6.2.0/debian/control
--- kterm-6.2.0/debian/control
+++ kterm-6.2.0/debian/control
@@ -2,12 +2,23 @@
 Section: x11
 Priority: extra
 Maintainer: ISHIKAWA Mutsumi <ishik...@debian.org>
-Build-Depends: libxaw7-dev, libxmu-dev, libxt-dev, libsm-dev, libice-dev, 
libxpm-dev, libxext-dev, libx11-dev, libncurses5-dev, debhelper (>= 4.9.1), 
xutils-dev (>= 1.0.2-2), m4
-Standards-Version: 3.6.1
+Build-Depends: debhelper (>= 10),
+   libice-dev,
+   libncurses5-dev,
+   libsm-dev,
+   libx11-dev,
+   libxaw7-dev,
+   libxext-dev,
+   libxmu-dev,
+   libxpm-dev,
+   libxt-dev,
+   m4,
+   xutils-dev (>= 1.0.2-2)
+Standards-Version: 3.9.8
 
 Package: kterm
 Architecture: any
-Depends: ${shlibs:Depends}, ncurses-term
+Depends: ncurses-term, ${shlibs:Depends}, ${misc:Depends}
 Recommends: locales (>= 2.1.94-2)
 Suggests: xfonts-shinonome | xfonts-a12k12
 Provides: x-terminal-emulator
diff -u kterm-6.2.0/debian/copyright kterm-6.2.0/debian/copyright
--- kterm-6.2.0/debian/copyright
+++ kterm-6.2.0/debian/copyright
@@ -35,13 +35,13 @@
 
 All Rights Reserved
 
-Permission to use, copy, modify, and distribute this software and its 
-documentation for any purpose and without fee is hereby granted, 
+Permission to use, copy, modify, and distribute this software and its
+documentation for any purpose and without fee is hereby granted,
 provided that the above copyright notice appear in all copies and that
-both that copyright notice and this permission notice appear in 
-supporting documentation, and that the name of Digital not be used in 
-advertising or publicity pertaining to distribution of the software 
-without specific, written prior permission.  
+both that copyright notice and this permission notice appear in
+supporting documentation, and that the name of Digital not be used in
+advertising or publicity pertaining to distribution of the software
+without specific, written prior permission.
 
 DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
 ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
diff -u kterm-6.2.0/debian/dirs kterm-6.2.0/debian/dirs
--- kterm-6.2.0/debian/dirs
+++ kterm-6.2.0/debian/dirs
@@ -1,4 +1,4 @@
+etc/X11/ja_JP.eucJP/app-defaults
 usr/bin
-usr/share/man/man1
 usr/share/man/ja/man1
-etc/X11/ja_JP.eucJP/app-defaults
+usr/share/man/man1



Bug#817613: outguess: diff for NMU version 1:0.2-7.1

2016-10-12 Thread Joao Eriberto Mota Filho
Control: tags 817613 + patch
Control: tags 817613 + pending

Dear maintainer,

I've prepared an NMU for outguess (versioned as 1:0.2-7.1) and
uploaded it to DELAYED/10. Please feel free to tell me if I
should delay it longer.

Regards,

Eriberto

diff -u outguess-0.2/debian/compat outguess-0.2/debian/compat
--- outguess-0.2/debian/compat
+++ outguess-0.2/debian/compat
@@ -1 +1 @@
-4
+10
diff -u outguess-0.2/debian/control outguess-0.2/debian/control
--- outguess-0.2/debian/control
+++ outguess-0.2/debian/control
@@ -2,12 +2,12 @@
 Section: utils
 Priority: optional
 Maintainer: anthony Gasperin <anthony.gaspe...@gmail.com>
-Standards-Version: 3.8.0.1
-Build-Depends: debhelper (>= 4.0.0)
+Standards-Version: 3.9.8
+Build-Depends: debhelper (>= 10)
 
 Package: outguess
 Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: Universal Steganographic tool
  OutGuess is a universal steganographic tool that allows the insertion of
  hidden information into the redundant bits of data sources. The nature of the
diff -u outguess-0.2/debian/changelog outguess-0.2/debian/changelog
--- outguess-0.2/debian/changelog
+++ outguess-0.2/debian/changelog
@@ -1,3 +1,13 @@
+outguess (1:0.2-7.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Bumped DH level to 10. (Closes: #817613)
+  * debian/control:
+  - Added the ${misc:Depends} variable.
+  - Bumped Standards-Version to 3.9.8.
+
+ -- Joao Eriberto Mota Filho <eribe...@debian.org>  Thu, 13 Oct 2016 00:00:36 
-0300
+
 outguess (1:0.2-7) unstable; urgency=low
 
   * New Maintainer (Closes: #424718) 



Bug#817627: poster: diff for NMU version 1:20050907-1.1

2016-10-12 Thread Joao Eriberto Mota Filho
Control: tags 817627 + patch
Control: tags 817627 + pending

Dear maintainer,

I've prepared an NMU for poster (versioned as 1:20050907-1.1) and
uploaded it to DELAYED/10. Please feel free to tell me if I
should delay it longer.

Regards,

Eriberto

diff -u poster-20050907/debian/changelog poster-20050907/debian/changelog
--- poster-20050907/debian/changelog
+++ poster-20050907/debian/changelog
@@ -1,3 +1,16 @@
+poster (1:20050907-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Bumped DH level to 10. (Closes: #817627)
+  * debian/compat: created.
+  * debian/control:
+  - Added the ${misc:Depends} variable.
+  - Added the Homepage field.
+  - Bumped Standards-Version to 3.9.8.
+  - Removed the Section and Priority fields from binary block.
+
+ -- Joao Eriberto Mota Filho <eribe...@debian.org>  Wed, 12 Oct 2016 23:12:23 
-0300
+
 poster (1:20050907-1) unstable; urgency=low
 
   [ Daniel Hermann ]
diff -u poster-20050907/debian/control poster-20050907/debian/control
--- poster-20050907/debian/control
+++ poster-20050907/debian/control
@@ -2,14 +2,12 @@
 Maintainer: Peter S Galbraith <p...@debian.org>
 Section: text
 Priority: optional
-Build-Depends: debhelper (>> 4.0.0), libpaper-dev
-Standards-Version: 3.7.3
+Build-Depends: debhelper (>= 10), libpaper-dev
+Standards-Version: 3.9.8
 
 Package: poster
 Architecture: any
-Section: text
-Priority: optional
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: Create large posters out of PostScript pages
  Poster takes a one-page PostScript file and scales it to a specified
  size.  It can tile the resulting image into multiple smaller pages
diff -u poster-20050907/debian/rules poster-20050907/debian/rules
--- poster-20050907/debian/rules
+++ poster-20050907/debian/rules
@@ -6,7 +6,7 @@
 #export DH_VERBOSE=1
 
 # This is the debhelper compatibility version to use.
-export DH_COMPAT=4
+#export DH_COMPAT=4
 
 ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS)))
CFLAGS += -g
only in patch2:
unchanged:
--- poster-20050907.orig/debian/compat
+++ poster-20050907/debian/compat
@@ -0,0 +1 @@
+10



Bug#817733: xkbset: diff for NMU version 0.5-5.2

2016-10-12 Thread Joao Eriberto Mota Filho
Control: tags 817733 + patch
Control: tags 817733 + pending

Dear maintainer,

I've prepared an NMU for xkbset (versioned as 0.5-5.2) and
uploaded it to DELAYED/10. Please feel free to tell me if I
should delay it longer.

Regards,

Eriberto

diff -u xkbset-0.5/debian/changelog xkbset-0.5/debian/changelog
--- xkbset-0.5/debian/changelog
+++ xkbset-0.5/debian/changelog
@@ -1,3 +1,15 @@
+xkbset (0.5-5.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Bumped DH level to 10. (Closes: #817733)
+  * debian/control:
+  - Added the ${misc:Depends} variable.
+  - Added the Homepage field.
+  - Bumped Standards-Version to 3.9.8.
+  * debian/watch: created.
+
+ -- Joao Eriberto Mota Filho <eribe...@debian.org>  Wed, 12 Oct 2016 22:44:24 
-0300
+
 xkbset (0.5-5.1) unstable; urgency=high
 
   * Non-maintainer upload.
diff -u xkbset-0.5/debian/compat xkbset-0.5/debian/compat
--- xkbset-0.5/debian/compat
+++ xkbset-0.5/debian/compat
@@ -1 +1 @@
-4
+10
diff -u xkbset-0.5/debian/control xkbset-0.5/debian/control
--- xkbset-0.5/debian/control
+++ xkbset-0.5/debian/control
@@ -2,12 +2,13 @@
 Section: x11
 Priority: extra
 Maintainer: Francois Gurin <mat...@debian.org>
-Build-Depends: libx11-dev, debhelper (>> 4.0.0), dpatch
-Standards-Version: 3.6.1.0
+Build-Depends: libx11-dev, debhelper (>> 10), dpatch
+Standards-Version: 3.9.8
+Homepage: https://faculty.missouri.edu/~stephen/software
 
 Package: xkbset
 Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Suggests: perl-tk
 Description: Small utility to change the AccessX settings of XKEYBOARD
  AccessX is a set of features within the XKEYBOARD extension of the
only in patch2:
unchanged:
--- xkbset-0.5.orig/debian/watch
+++ xkbset-0.5/debian/watch
@@ -0,0 +1,2 @@
+version=4
+http://faculty.missouri.edu/~stephen/software/xkbset/xkbset-(\d\S+)\.tar\.(?:bz2|gz|xz)



Bug#840573: unicon: DFSG-incompatible license

2016-10-12 Thread Joao Eriberto Mota Filho
Source: unicon
Severity: serious
Tags: upstream
Justification: Policy 2.2.1

Dear Maintainer,

The file unicon/ImmModules/cxterm/utils/HZtable.h has the following license:

Copyright 1994,1995 by Yongguang Zhang.  All Rights Reserved

Permission to retain, use, modify, copy, and distribute CXTERM 5.0
in source or binary and its documentation (hereafter, the Software)
for non-commercial purpose is hereby granted to you without a fee,
provided that this entire copyright and permission notice appear in
all such copies, that no charge be associated with such copies,
that distribution of derivative works (including value-added
distributions such as with additional input dictionaries or fonts)
include clarification that such added or derived parts are not from
the original Software, and that the names of the author(s) not be
used to endorse or promote such works.

THE AUTHOR(S) DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
THE AUTHOR(S) BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

There is a restriction for commercial use.

Regards,

Eriberto



Bug#836979: episoder: non-DFSG files found

2016-09-07 Thread Joao Eriberto Mota Filho
Package: episoder
Version: 0.7.1
Severity: serious
Tags: upstream
Justification: Policy 2.2.1

Dear Maintainer,

Several files in episoder have the following text:

---
This guide may be distributed and copied freely, in its entirety, for personal
use. All original author and copyright information must remain intact. Any
sales or other uses of this document are expressly forbidden, without the
specific consent of the author(s).
---

Up to 0.7.2 version, the text can be found in files inside test/testdata/
directory.

In 0.7.3 version (not in Debian)[1], the text can be found in files inside
test/fixtures/ directory.

[1] https://github.com/cockroach/episoder

Regards,

Eriberto



Bug#835458: exec: wish: not found

2016-08-25 Thread Joao Eriberto Mota Filho
Package: ewipe
Version: 1.2.0-8.1
Severity: grave
Justification: renders package unusable

Dear Maintainer,

The current ewipe version in Sid shows the following message:

/usr/bin/ewipe: 3: exec: wish: not found

Currrently, wish is provided by tk. Changing from tk8.5 to tk in Depends
field (debian/control) will solve this issue.

Regards,

Eriberto



Bug#811450: acheck-rules: No license statement

2016-01-18 Thread Joao Eriberto Mota Filho
Package: acheck-rules
Severity: serious
Justification: Policy 2.3

The upstream source code doesn't provide a license file or any copyright
notice. It conflicts with Debian Policy:

"Note that under international copyright law (this applies in the United
 States, too), no distribution or modification of a work is allowed without
 an explicit notice saying so. Therefore a program without a copyright notice
 is copyrighted and you may not do anything to it without risking being sued!
 Likewise if a program has a copyright notice but no statement saying what is
 permitted then nothing is permitted."

Thanks,

Eriberto

-- System Information:
Debian Release: stretch/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=pt_BR.UTF-8, LC_CTYPE=pt_BR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: unable to detect



Bug#809156: apt-show-source: Package doesn't provide an executable

2015-12-27 Thread Joao Eriberto Mota Filho
Package: apt-show-source
Version: 0.10+nmu3
Severity: grave
Justification: renders package unusable

Control: pending

Hi,

The current version in Sid doesn't provide an executable. I am the sponsor
for this package and I am opening this bug to avoid this package arrives
to testing.

A new version will be uploaded by Giovani very soon.

Regards,

Eriberto

-- System Information:
Debian Release: stretch/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=pt_BR.UTF-8, LC_CTYPE=pt_BR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: unable to detect



Bug#805370: mpage: non-free license

2015-11-17 Thread Joao Eriberto Mota Filho
Package: mpage
Severity: serious
Tags: upstream
Justification: Policy 2.2.1

The main license used by mpage says:

 * Permission is granted to anyone to make or distribute verbatim
 * copies of this document as received, in any medium, provided
 * that this copyright notice is preserved, and that the
 * distributor grants the recipient permission for further
 * redistribution as permitted by this notice.


This license doesn't allow modify the source code. So, this license is
inadequate. This issue was discussed on this thread[1].

[1] https://lists.debian.org/debian-legal/2015/10/msg00046.html

Regards,

Eriberto


-- System Information:
Debian Release: stretch/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.16.0-4-amd64 (SMP w/8 CPU cores)
Locale: LANG=pt_BR.UTF-8, LC_CTYPE=pt_BR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: unable to detect



Bug#773005: yowsup: unusable after new WhatsApp version

2014-12-12 Thread Joao Eriberto Mota Filho
Source: yowsup
Version: 0.0~git20140314.938cf1-1
Severity: grave
Tags: upstream patch jessie
Justification: renders package unusable

I am the maintainer of this package.

Recently (November 2014), the WhatsApp changed its protocol to implement the
famous double blue check, photo transfer when contacting a person and other
features. To support it, the authentication method was changed and this new
method is mandatory now. So, the old versions of the WhatsApp and the current
version of the youwsup in testing (revision -1) don't work anymore. In other
words, the version in testing is RC, because no longer register a new user
number nor authenticate a registered number.

The upstream provided new versions and a legacy version[1]. So, based in
legacy version and with support from the upstream, I added patches to fix each
file (as needed) in current yowsup package in Debian.

[1] https://github.com/tgalal/yowsup/tree/legacy

The list of patches:
 - add-missing-variable
 - add-PictureClient
 - add-the-tokenmap
 - add-whatsapp-auth-v2
 - update-bintreenode
 - update-connection-manager
 - update-protocoltreenode
 - update-the-interface-messages
 - update-user-agent
 - yowsup-cli (updated only; already in Debian)

Regards,

Eriberto

-- System Information:
Debian Release: 8.0
  APT prefers testing-updates
  APT policy: (500, 'testing-updates'), (500, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=pt_BR.UTF-8, LC_CTYPE=pt_BR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Description: add the new and necessary file src/Examples/PictureClient.py.
Author: Tarek Galal tare2.ga...@gmail.com
Reviewed-by: Joao Eriberto Mota Filho eribe...@debian.org
Origin: https://github.com/tgalal/yowsup/tree/legacy
Last-Update: 2014-12-02
Index: yowsup-0.0~git20140314.938cf1/src/Examples/PictureClient.py
===
--- /dev/null
+++ yowsup-0.0~git20140314.938cf1/src/Examples/PictureClient.py
@@ -0,0 +1,80 @@
+'''
+Copyright (c) 2012 Tarek Galal tare2.ga...@gmail.com
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of this 
+software and associated documentation files (the Software), to deal in the Software 
+without restriction, including without limitation the rights to use, copy, modify, 
+merge, publish, distribute, sublicense, and/or sell copies of the Software, and to 
+permit persons to whom the Software is furnished to do so, subject to the following 
+conditions:
+
+The above copyright notice and this permission notice shall be included in all 
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, 
+INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR 
+A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT 
+HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF 
+CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE 
+OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+'''
+
+import os
+parentdir = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
+os.sys.path.insert(0,parentdir)
+import time
+
+from Yowsup.connectionmanager import YowsupConnectionManager
+
+class WhatsappPictureClient:
+	
+	def __init__(self, target, waitForReceipt=True):
+		
+		self.jid = target
+		jid = self.jid
+		print(jid)
+
+		
+		connectionManager = YowsupConnectionManager()
+		self.signalsInterface = connectionManager.getSignalsInterface()
+		self.methodsInterface = connectionManager.getMethodsInterface()
+		
+		self.signalsInterface.registerListener(auth_success, self.onAuthSuccess)
+		self.signalsInterface.registerListener(auth_fail, self.onAuthFailed)
+		self.signalsInterface.registerListener(contact_gotProfilePicture, self.onProfilePicture)
+		self.signalsInterface.registerListener(disconnected, self.onDisconnected)
+
+
+	
+	def login(self, username, password):
+		self.username = username
+		self.methodsInterface.call(auth_login, (username, password))
+
+
+	def onAuthSuccess(self, username):
+		print(Authed %s % username)
+
+
+
+		self.methodsInterface.call(ready)
+		
+
+		self.getPictureByID(self.jid) 
+		print(getting picture..please press strg+c in case you got the picture)
+		
+		while True:
+			input()
+
+	def onAuthFailed(self, username, err):
+		print(Auth Failed!)
+
+	def onDisconnected(self, reason):
+		print(Disconnected because %s %reason)
+
+	def onProfilePicture(self, jid, path, rest):
+		print('jid: ' + str(jid) + ' path: ' + str(path) + ' rest: ' + str(rest))
+		
+	def getPictureByID(self, jid):
+		print('jid:'+jid)
+		self.methodsInterface.call(contact_getProfilePicture, ( [jid+'@s.whatsapp.net'] ))
+
Description: change the authentication method to version 2.
Author: Tarek

Bug#725068: linky: Doesn't contain license full text in source package

2013-09-30 Thread Joao Eriberto Mota Filho
Package: linky
Version: 3.0.0-4
Severity: serious
Justification: Policy 2.3

This bug is relative to #722479 and will be merged. The problem
was caused by the upstream.

Thanks,

Eriberto

-- System Information:
Debian Release: 7.1
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.2.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=pt_BR.UTF-8, LC_CTYPE=pt_BR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#439142: wondershaper: Please adjust the package to make it compliant with Debian Policy

2007-08-22 Thread Joao Eriberto Mota Filho
Package: wondershaper
Version: 1.1a-4
Severity: serious
Justification: Policy 9.1.1

The wondershape tool isn't an essential program for booting, restoring, 
recovering, and/or 
repairing the system. Please, move the executable to /usr/sbin. I suggest to 
remove /usr/bin line from 
debian/dirs too.

Best regards,

Eriberto - Brazil

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-4-k7
Locale: LANG=pt_BR.UTF-8, LC_CTYPE=pt_BR.UTF-8 (charmap=UTF-8)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]