Your message dated Fri, 29 Dec 2023 14:37:42 +0000
with message-id <[email protected]>
and subject line Bug#1049577: fixed in erlang-p1-mysql 1.0.22-1
has caused the Debian Bug report #1049577,
regarding erlang-p1-mysql: Fails to build binary packages again after
successful build
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
1049577: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1049577
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: erlang-p1-mysql
Version: 1.0.21-1
Severity: minor
Tags: trixie sid ftbfs
User: [email protected]
Usertags: ftbfs-binary-20230816 ftbfs-binary-after-build
User: [email protected]
Usertags: qa-doublebuild
Hi,
This package fails to do build a binary-only build (not source) after a
successful build (dpkg-buildpackage ; dpkg-buildpackage -b).
This is probably a clear violation of Debian Policy section 4.9 (clean target),
but this is filed as severity:minor for now, because a discussion on
debian-devel showed that we might want to revisit the requirement of a working
'clean' target.
More information about this class of issues, included common problems and
solutions, is available at
https://wiki.debian.org/qa.debian.org/FTBFS/DoubleBuild
Relevant part of the build log:
> cd /<<PKGBUILDDIR>> && runuser -u user42 -- dpkg-buildpackage --sanitize-env
> -us -uc -rfakeroot -b
> --------------------------------------------------------------------------------------------------------------------------------------
>
> dpkg-buildpackage: info: source package erlang-p1-mysql
> dpkg-buildpackage: info: source version 1.0.21-1
> dpkg-buildpackage: info: source distribution unstable
> dpkg-buildpackage: info: source changed by Philipp Huebner
> <[email protected]>
> dpkg-source --before-build .
> dpkg-buildpackage: info: host architecture amd64
> debian/rules clean
> dh clean --buildsystem=rebar --with rebar
> dh_auto_clean -O--buildsystem=rebar
> make --no-print-directory -f /usr/share/dh-rebar/make/dh-rebar.Makefile
> clean
> if [ -e debian/trash ]; then rm -f -f `cat debian/trash`; fi
> rm -f -rf debian/trash
> echo clean
> clean
> rebar clean skip_deps=true -vv
> DEBUG: Evaluating config script "/<<PKGBUILDDIR>>/rebar.config.script"
> DEBUG: Consult config file "/<<PKGBUILDDIR>>/rebar.config"
> DEBUG: Rebar location: "/usr/bin/rebar"
> DEBUG: Consult config file "/<<PKGBUILDDIR>>/src/p1_mysql.app.src"
> DEBUG: Available deps: []
> DEBUG: Missing deps : []
> DEBUG: Plugins requested while processing /<<PKGBUILDDIR>>: []
> DEBUG: Predirs: []
> ==> erlang-p1-mysql-1.0.21 (clean)
> INFO: sh info:
> cwd: "/<<PKGBUILDDIR>>"
> cmd: rm -rf ebin/*.beam
> DEBUG: opts: [{use_stdout,false},abort_on_error]
> DEBUG: Port Cmd: "rm -rf ebin/*.beam"
> Port Opts: [exit_status,{line,16384},use_stdio,stderr_to_stdout,hide]
> INFO: sh info:
> cwd: "/<<PKGBUILDDIR>>"
> cmd: rm -rf priv/mibs/*.bin
> DEBUG: opts: [{use_stdout,false},abort_on_error]
> DEBUG: Port Cmd: "rm -rf priv/mibs/*.bin"
> Port Opts: [exit_status,{line,16384},use_stdio,stderr_to_stdout,hide]
> INFO: sh info:
> cwd: "/<<PKGBUILDDIR>>"
> cmd: rm -rf /<<PKGBUILDDIR>>/.rebar/erlcinfo
> DEBUG: opts: [{use_stdout,false},abort_on_error]
> DEBUG: Port Cmd: "rm -rf /<<PKGBUILDDIR>>/.rebar/erlcinfo"
> Port Opts: [exit_status,{line,16384},use_stdio,stderr_to_stdout,hide]
> INFO: sh info:
> cwd: "/<<PKGBUILDDIR>>"
> cmd: rm -rf .eunit
> DEBUG: opts: [{use_stdout,false},abort_on_error]
> DEBUG: Port Cmd: "rm -rf .eunit"
> Port Opts: [exit_status,{line,16384},use_stdio,stderr_to_stdout,hide]
> INFO: sh info:
> cwd: "/<<PKGBUILDDIR>>"
> cmd: rm -rf .qc
> DEBUG: opts: [{use_stdout,false},abort_on_error]
> DEBUG: Port Cmd: "rm -rf .qc"
> Port Opts: [exit_status,{line,16384},use_stdio,stderr_to_stdout,hide]
> DEBUG: Postdirs: []
> rm -rf ebin/*.beam
> rm -rf ebin/*.app
> rm -rf c_src/*.o
> rm -rf priv/.so
> rm -rf .eunit
> dh_autoreconf_clean -O--buildsystem=rebar
> dh_clean -O--buildsystem=rebar
> rm -f debian/debhelper-build-stamp
> rm -rf debian/.debhelper/
> rm -f debian/erlang-p1-mysql.debhelper.log
> rm -f -- debian/erlang-p1-mysql.substvars debian/files
> rm -fr -- debian/erlang-p1-mysql/ debian/tmp/
> find . \( \( \
> \( -path .\*/.git -o -path .\*/.svn -o -path .\*/.bzr -o -path
> .\*/.hg -o -path .\*/CVS -o -path .\*/.pc -o -path .\*/_darcs \) -prune -o
> -type f -a \
> \( -name '#*#' -o -name '.*~' -o -name '*~' -o -name DEADJOE \
> -o -name '*.orig' -o -name '*.rej' -o -name '*.bak' \
> -o -name '.*.orig' -o -name .*.rej -o -name '.SUMS' \
> -o -name TAGS -o \( -path '*/.deps/*' -a -name '*.P' \) \
> \) -exec rm -f {} + \) -o \
> \( -type d -a -name autom4te.cache -prune -exec rm -rf {} + \)
> \)
> debian/rules binary
> dh binary --buildsystem=rebar --with rebar
> dh_update_autotools_config -O--buildsystem=rebar
> dh_autoreconf -O--buildsystem=rebar
> dh_auto_configure -O--buildsystem=rebar
> make --no-print-directory -f /usr/share/dh-rebar/make/dh-rebar.Makefile
> configure
> make[1]: Nothing to be done for 'configure'.
> dh_auto_build -O--buildsystem=rebar
> make --no-print-directory -f /usr/share/dh-rebar/make/dh-rebar.Makefile
> build
> echo rebar_compile
> rebar_compile
> rebar compile skip_deps=true -vv
> DEBUG: Evaluating config script "/<<PKGBUILDDIR>>/rebar.config.script"
> DEBUG: Consult config file "/<<PKGBUILDDIR>>/rebar.config"
> DEBUG: Rebar location: "/usr/bin/rebar"
> DEBUG: Consult config file "/<<PKGBUILDDIR>>/src/p1_mysql.app.src"
> DEBUG: Available deps: []
> DEBUG: Missing deps : []
> DEBUG: Plugins requested while processing /<<PKGBUILDDIR>>: []
> DEBUG: Predirs: []
> ==> erlang-p1-mysql-1.0.21 (compile)
> DEBUG: Matched required ERTS version: 13.1.5 -> .*
> DEBUG: Matched required OTP release: 25 -> .*
> DEBUG: Min OTP version unconfigured
> DEBUG: erl_opts [debug_info,debug_info,{src_dirs,["src"]},{i,"include"}]
> DEBUG: Files to compile first: []
> DEBUG: Starting 3 compile worker(s)
> Compiled src/p1_mysql_auth.erl
> Compiled src/p1_mysql_sup.erl
> Compiled src/p1_mysql_app.erl
> DEBUG: Worker exited cleanly
> Compiled src/p1_mysql.erl
> DEBUG: Worker exited cleanly
> Compiled src/p1_mysql_conn.erl
> DEBUG: Worker exited cleanly
> INFO: No app_vars_file defined.
> DEBUG: Postdirs: []
> dh_auto_test -O--buildsystem=rebar
> make --no-print-directory -f /usr/share/dh-rebar/make/dh-rebar.Makefile
> test
> rebar_eunit
> rebar eunit skip_deps=true -vv
> DEBUG: Evaluating config script "/<<PKGBUILDDIR>>/rebar.config.script"
> DEBUG: Consult config file "/<<PKGBUILDDIR>>/rebar.config"
> DEBUG: Rebar location: "/usr/bin/rebar"
> DEBUG: Consult config file "/<<PKGBUILDDIR>>/src/p1_mysql.app.src"
> DEBUG: Available deps: []
> DEBUG: Missing deps : []
> DEBUG: Plugins requested while processing /<<PKGBUILDDIR>>: []
> DEBUG: Predirs: []
> ==> erlang-p1-mysql-1.0.21 (eunit)
> DEBUG: Matched required ERTS version: 13.1.5 -> .*
> DEBUG: Matched required OTP release: 25 -> .*
> DEBUG: Min OTP version unconfigured
> DEBUG: Triq availability: false
> DEBUG: PropEr availability: false
> DEBUG: QuickCheck availability: false
> INFO: sh info:
> cwd: "/<<PKGBUILDDIR>>"
> cmd: cp -R src/p1_mysql.erl src/p1_mysql_auth.erl src/p1_mysql_conn.erl
> src/p1_mysql_sup.erl src/p1_mysql_app.erl ".eunit"
> DEBUG: opts: [{use_stdout,false},abort_on_error]
> DEBUG: Port Cmd: "cp -R src/p1_mysql.erl src/p1_mysql_auth.erl
> src/p1_mysql_conn.erl src/p1_mysql_sup.erl src/p1_mysql_app.erl \".eunit\""
> Port Opts: [exit_status,{line,16384},use_stdio,stderr_to_stdout,hide]
> DEBUG: erl_opts [{d,'TEST'},
> debug_info,debug_info,
> {src_dirs,["src"]},
> {i,"include"}]
> DEBUG: Files to compile first: []
> DEBUG: Starting 3 compile worker(s)
> Compiled src/p1_mysql_auth.erl
> Compiled src/p1_mysql_sup.erl
> Compiled src/p1_mysql_app.erl
> DEBUG: Worker exited cleanly
> Compiled src/p1_mysql.erl
> DEBUG: Worker exited cleanly
> Compiled src/p1_mysql_conn.erl
> DEBUG: Worker exited cleanly
> INFO: Cover compiling /<<PKGBUILDDIR>>
> ======================== EUnit ========================
> module 'p1_mysql_auth'
> module 'p1_mysql_app'
> module 'p1_mysql_conn'
> module 'p1_mysql_sup'
> module 'p1_mysql'
> There were no tests to run.
> Cover analysis: /<<PKGBUILDDIR>>/.eunit/index.html
> Coverdata export: /<<PKGBUILDDIR>>/.eunit/cover.coverdata
> DEBUG: Reconstruct kernel [{logger_level,notice},
> {logger_sasl_compatible,false},
> {net_tickintensity,4},
> {net_ticktime,60},
> {prevent_overlapping_partitions,true},
> {shell_docs_ansi,auto}]
> DEBUG: Reconstruct crypto [{fips_mode,false},{rand_cache_size,896}]
> DEBUG: Reconstruct rebar []
> DEBUG: Reconstruct stdlib []
> DEBUG: No processes to kill
> DEBUG: Postdirs: []
> rm -fr -- /tmp/dh-xdg-rundir-ELf5uCpM
> create-stamp debian/debhelper-build-stamp
> dh_testroot -O--buildsystem=rebar
> dh_prep -O--buildsystem=rebar
> rm -f -- debian/erlang-p1-mysql.substvars
> rm -fr -- debian/.debhelper/generated/erlang-p1-mysql/
> debian/erlang-p1-mysql/ debian/tmp/
> debian/rules override_dh_auto_install
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> dh_auto_install
> install -m0755 -d /<<PKGBUILDDIR>>/debian/erlang-p1-mysql
> make --no-print-directory -f /usr/share/dh-rebar/make/dh-rebar.Makefile
> install /<<PKGBUILDDIR>>/debian/erlang-p1-mysql
> echo install
> install
> echo debian/erlang-p1-mysql.install >> debian/trash
> if [ -e debian/erlang-p1-mysql.install.in ]; then\
> echo "Filling in debian/erlang-p1-mysql.install using
> debian/erlang-p1-mysql.install.in";\
> cat debian/erlang-p1-mysql.install.in | sed -e
> 's/@@PKG_VERSION@@/1.0.21/g' -e 's/@@E_PKG_NAME@@/p1_mysql/g' -e
> 's/@@REBAR_LIB_DIR@@/priv/g' -e 's/@@REBAR_BIN_DIR@@/ebin/g' -e
> 's/@@REBAR_INCLUDE_DIR@@/include/g' -e '/^test /e' | \
> (while read line; do [ -e
> debian/erlang-p1-mysql.install ] || touch debian/erlang-p1-mysql.install; if
> grep -q -F "$line" debian/erlang-p1-mysql.install; then echo "Skipping
> already existing line: $line"; else echo "Adding new line: $line"; echo
> "$line" >> debian/erlang-p1-mysql.install; fi; done);\
> else \
> echo "Filling in debian/erlang-p1-mysql.install using
> /usr/share/dh-rebar/template/pkg.install.in";\
> cat /usr/share/dh-rebar/template/pkg.install.in | sed -e
> 's/@@PKG_VERSION@@/1.0.21/g' -e 's/@@E_PKG_NAME@@/p1_mysql/g' -e
> 's/@@REBAR_LIB_DIR@@/priv/g' -e 's/@@REBAR_BIN_DIR@@/ebin/g' -e
> 's/@@REBAR_INCLUDE_DIR@@/include/g' -e '/^test /e' | \
> (while read line; do [ -e
> debian/erlang-p1-mysql.install ] || touch debian/erlang-p1-mysql.install; if
> grep -q -F "$line" debian/erlang-p1-mysql.install; then echo "Skipping
> already existing line: $line"; else echo "Adding new line: $line"; echo
> "$line" >> debian/erlang-p1-mysql.install; fi; done);\
> fi
> Filling in debian/erlang-p1-mysql.install using
> /usr/share/dh-rebar/template/pkg.install.in
> Adding new line: usr/lib/erlang/lib/p1_mysql-1.0.21/ebin
> Skipping already existing line:
> echo debian/erlang-p1-mysql-dev.install >> debian/trash
> if [ -e debian/erlang-p1-mysql-dev.install.in ]; then\
> echo "Filling in debian/erlang-p1-mysql-dev.install using
> debian/erlang-p1-mysql-dev.install.in";\
> cat debian/erlang-p1-mysql-dev.install.in | sed -e
> 's/@@PKG_VERSION@@/1.0.21/g' -e 's/@@E_PKG_NAME@@/p1_mysql/g' -e
> 's/@@REBAR_LIB_DIR@@/priv/g' -e 's/@@REBAR_BIN_DIR@@/ebin/g' -e
> 's/@@REBAR_INCLUDE_DIR@@/include/g' -e '/^test /e' | \
> (while read line; do [ -e
> debian/erlang-p1-mysql-dev.install ] || touch
> debian/erlang-p1-mysql-dev.install; if grep -q -F "$line"
> debian/erlang-p1-mysql-dev.install; then echo "Skipping already existing
> line: $line"; else echo "Adding new line: $line"; echo "$line" >>
> debian/erlang-p1-mysql-dev.install; fi; done);\
> else \
> echo "Filling in debian/erlang-p1-mysql-dev.install using
> /usr/share/dh-rebar/template/dev.install.in";\
> cat /usr/share/dh-rebar/template/dev.install.in | sed -e
> 's/@@PKG_VERSION@@/1.0.21/g' -e 's/@@E_PKG_NAME@@/p1_mysql/g' -e
> 's/@@REBAR_LIB_DIR@@/priv/g' -e 's/@@REBAR_BIN_DIR@@/ebin/g' -e
> 's/@@REBAR_INCLUDE_DIR@@/include/g' -e '/^test /e' | \
> (while read line; do [ -e
> debian/erlang-p1-mysql-dev.install ] || touch
> debian/erlang-p1-mysql-dev.install; if grep -q -F "$line"
> debian/erlang-p1-mysql-dev.install; then echo "Skipping already existing
> line: $line"; else echo "Adding new line: $line"; echo "$line" >>
> debian/erlang-p1-mysql-dev.install; fi; done);\
> fi
> Filling in debian/erlang-p1-mysql-dev.install using
> /usr/share/dh-rebar/template/dev.install.in
> Adding new line: usr/lib/erlang/lib/p1_mysql-1.0.21/include
> install -d \
> debian/tmp/usr/lib/erlang/lib/p1_mysql-1.0.21/ebin
> install -m 644 ebin/* \
> debian/tmp/usr/lib/erlang/lib/p1_mysql-1.0.21/ebin/
> if [ -e include ]; then \
> install -d \
> debian/tmp/usr/lib/erlang/lib/p1_mysql-1.0.21/include ;\
> install -m 644 include/* \
> debian/tmp/usr/lib/erlang/lib/p1_mysql-1.0.21/include/;\
> fi
> if [ -e priv ]; then \
> install -d \
> debian/tmp/usr/lib/erlang/lib/p1_mysql-1.0.21/priv ;\
> install -m 644 priv/* \
> debian/tmp/usr/lib/erlang/lib/p1_mysql-1.0.21/priv/ ;\
> rm -rf
> debian/tmp/usr/lib/erlang/lib/p1_mysql-1.0.21/priv/Run-eunit-loop.expect ;\
> fi
> make[2]: Nothing to be done for '/<<PKGBUILDDIR>>/debian/erlang-p1-mysql'.
> for file in include/*.hrl; do \
> fname=$(basename ${file}) ; \
> subdir=$(dirname ${file}) ; \
> if [ ! -f
> /<<PKGBUILDDIR>>/debian/erlang-p1-mysql/usr/lib/erlang/lib/p1_mysql-1.0.21/${subdir}/${fname}
> ] ; then \
> install -m 755 -d
> /<<PKGBUILDDIR>>/debian/erlang-p1-mysql/usr/lib/erlang/lib/p1_mysql-1.0.21/${subdir}
> ; \
> install -m 644 ${file}
> /<<PKGBUILDDIR>>/debian/erlang-p1-mysql/usr/lib/erlang/lib/p1_mysql-1.0.21/${subdir}
> ; \
> fi ; \
> done
> make[1]: Leaving directory '/<<PKGBUILDDIR>>'
> dh_install -O--buildsystem=rebar
> install -m0755 -d
> debian/erlang-p1-mysql//usr/lib/erlang/lib/p1_mysql-1.0.21
> cp --reflink=auto -a debian/tmp/usr/lib/erlang/lib/p1_mysql-1.0.21/ebin
> debian/erlang-p1-mysql//usr/lib/erlang/lib/p1_mysql-1.0.21/
> dh_installdocs -O--buildsystem=rebar
> install -m0755 -d debian/erlang-p1-mysql/usr/share/doc/erlang-p1-mysql
> install -p -m0644 debian/copyright
> debian/erlang-p1-mysql/usr/share/doc/erlang-p1-mysql/copyright
> dh_installchangelogs -O--buildsystem=rebar
> install -m0755 -d debian/erlang-p1-mysql/usr/share/doc/erlang-p1-mysql
> install -p -m0644
> debian/.debhelper/generated/erlang-p1-mysql/dh_installchangelogs.dch.trimmed
> debian/erlang-p1-mysql/usr/share/doc/erlang-p1-mysql/changelog.Debian
> install -p -m0644 ./CHANGELOG.md
> debian/erlang-p1-mysql/usr/share/doc/erlang-p1-mysql/changelog
> dh_installsystemduser -O--buildsystem=rebar
> dh_lintian -O--buildsystem=rebar
> install -m0755 -d debian/erlang-p1-mysql/usr/share/lintian/overrides
> install -p -m0644 debian/erlang-p1-mysql.lintian-overrides
> debian/erlang-p1-mysql/usr/share/lintian/overrides/erlang-p1-mysql
> dh_perl -O--buildsystem=rebar
> dh_link -O--buildsystem=rebar
> dh_strip_nondeterminism -O--buildsystem=rebar
> dh_compress "-X.erl -X.beam" -O--buildsystem=rebar
> cd debian/erlang-p1-mysql
> chmod a-x usr/share/doc/erlang-p1-mysql/changelog
> usr/share/doc/erlang-p1-mysql/changelog.Debian
> gzip -9nf usr/share/doc/erlang-p1-mysql/changelog
> usr/share/doc/erlang-p1-mysql/changelog.Debian
> cd '/<<PKGBUILDDIR>>'
> dh_fixperms -O--buildsystem=rebar
> find debian/erlang-p1-mysql ! -type l -a -true -a -true -print0
> 2>/dev/null | xargs -0r chmod go=rX,u+rw,a-s
> find debian/erlang-p1-mysql/usr/share/doc -type f -a -true -a ! -regex
> 'debian/erlang-p1-mysql/usr/share/doc/[^/]*/examples/.*' -print0 2>/dev/null
> | xargs -0r chmod 0644
> find debian/erlang-p1-mysql/usr/share/doc -type d -a -true -a -true
> -print0 2>/dev/null | xargs -0r chmod 0755
> find debian/erlang-p1-mysql/usr/share/lintian/overrides -type f -a
> -true -a -true -print0 2>/dev/null | xargs -0r chmod 0644
> find debian/erlang-p1-mysql -type f \( -name '*.so.*' -o -name '*.so'
> -o -name '*.la' -o -name '*.a' -o -name '*.js' -o -name '*.css' -o -name
> '*.scss' -o -name '*.sass' -o -name '*.jpeg' -o -name '*.jpg' -o -name
> '*.png' -o -name '*.gif' -o -name '*.cmxs' -o -name '*.node' \) -a -true -a
> -true -print0 2>/dev/null | xargs -0r chmod 0644
> find debian/erlang-p1-mysql/usr/lib -type f -name '*.ali' -a -true -a
> -true -print0 2>/dev/null | xargs -0r chmod uga-w
> dh_missing -O--buildsystem=rebar
> dh_missing: warning: usr/lib/erlang/lib/p1_mysql-1.0.21/include/p1_mysql.hrl
> exists in debian/tmp but is not installed to anywhere
> dh_missing: error: missing files, aborting
> The following debhelper tools have reported what they installed (with
> files per package)
> * dh_install: erlang-p1-mysql (1)
> * dh_installdocs: erlang-p1-mysql (0)
> If the missing files are installed by another tool, please file a bug
> against it.
> When filing the report, if the tool is not part of debhelper itself,
> please reference the
> "Logging helpers and dh_missing" section from the "PROGRAMMING" guide
> for debhelper (10.6.3+).
> (in the debhelper package: /usr/share/doc/debhelper/PROGRAMMING.gz)
> Be sure to test with dpkg-buildpackage -A/-B as the results may vary
> when only a subset is built
> If the omission is intentional or no other helper can take care of this
> consider adding the
> paths to debian/not-installed.
> make: *** [debian/rules:11: binary] Error 25
> dpkg-buildpackage: error: debian/rules binary subprocess returned exit status
> 2
>
> E: Command 'cd /<<PKGBUILDDIR>> && runuser -u user42 -- dpkg-buildpackage
> --sanitize-env -us -uc -rfakeroot -b' failed to run.
The full build log is available from:
http://qa-logs.debian.net/2023/08/16/erlang-p1-mysql_1.0.21-1_unstable.log
If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects
If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.
--- End Message ---
--- Begin Message ---
Source: erlang-p1-mysql
Source-Version: 1.0.22-1
Done: Philipp Huebner <[email protected]>
We believe that the bug you reported is fixed in the latest version of
erlang-p1-mysql, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Philipp Huebner <[email protected]> (supplier of updated erlang-p1-mysql
package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Tue, 26 Dec 2023 16:05:32 +0100
Source: erlang-p1-mysql
Architecture: source
Version: 1.0.22-1
Distribution: unstable
Urgency: medium
Maintainer: Ejabberd Packaging Team <[email protected]>
Changed-By: Philipp Huebner <[email protected]>
Closes: 1049577
Changes:
erlang-p1-mysql (1.0.22-1) unstable; urgency=medium
.
* New upstream version 1.0.22
* Dropped debian/erlang-p1-mysql.install and fixed debian/rules instead
(closes: #1049577)
* Updated lintian overrides
* Renamed debian/erlang-p1-mysql.lintian-overrides
-> debian/lintian-overrides
Checksums-Sha1:
76b3cfee5a3c0efb2012a6e8d677fb2909645714 2124 erlang-p1-mysql_1.0.22-1.dsc
bfcb8964c718eab3ef1d3baebad55391691b2d75 28266
erlang-p1-mysql_1.0.22.orig.tar.gz
2b66bee39d292be4ff348e093dfb17833b0fa65d 4532
erlang-p1-mysql_1.0.22-1.debian.tar.xz
171882d6aa627979878625189c23cd77fc5a2c55 14621
erlang-p1-mysql_1.0.22-1_amd64.buildinfo
Checksums-Sha256:
165e753c25ed6cb2c75fdf56a963d8893476826e9ea58146607df7ff41693e51 2124
erlang-p1-mysql_1.0.22-1.dsc
0bf6fe306dc8ab321a9f1c0996e5d3727952c286b6913b22bf969a70dd802db4 28266
erlang-p1-mysql_1.0.22.orig.tar.gz
754a95d011db9d5a55ac76945e4730cd78dde2e2af855fa5e7024aa3f10c63ef 4532
erlang-p1-mysql_1.0.22-1.debian.tar.xz
5fd099ee3b1cfdf122f1325340783f92b10b258576afda44bf93eddbffde53bd 14621
erlang-p1-mysql_1.0.22-1_amd64.buildinfo
Files:
ff56f0814a32f884b1a22a95e106d424 2124 libs optional
erlang-p1-mysql_1.0.22-1.dsc
74eb343a8acaf9383fbb71a4e16c8278 28266 libs optional
erlang-p1-mysql_1.0.22.orig.tar.gz
5fc9aa47e3c69bde449efc2a8e7873c5 4532 libs optional
erlang-p1-mysql_1.0.22-1.debian.tar.xz
9942fde9d1a6db2bf5fd86493c48c87d 14621 libs optional
erlang-p1-mysql_1.0.22-1_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJJBAEBCgAzFiEECEGLvkRyDy26xQXsunokltrkDRwFAmWOz8MVHGRlYmFsYW5j
ZUBkZWJpYW4ub3JnAAoJELp6JJba5A0c2rwP/3L1Fs99ajLVwihKO1ZoiYgUavzg
VykLVy+6nlG7NflOfdmA0SxsUnxag4B5zUsGjUXhvuVqUql3eexWXQm4nWq/MEeO
O5rEp04hDyenp/QrKs9Ly8LL/hudy9hOuhJ+MkTR9jjU0C4NHMC97inmj8huW/gY
FfrmkNcP7MPgPfyRo73m1WQEXS6MO4tP9lZbviUw30cmUXU6T5ubK81RLp2JR17A
KkGcp4CZVyA7VnP4aEOsxBuvKy0dqDbQqLSIe4+4cBezwmy0zkZ6XxJzHegf2Zef
jkgc6NZP1F+RnKNaa+SirKdY06qgiAJtMr/wQjYyF4hMIhpn1ocEdtOcPYDfer6F
+oKkWPeRdnANeaKNFyNA0SeInajpPAAi/MnnR16rE2+/5s3gC8sty0W4+WKd8Hex
vztmSIDFi+5RRdSsAZHxtfvnmKGxB/D439EeoYo1ztssS32FHE1p2guuet2D/rvF
ou6jueWswLIObSJjwSnlg/AMTazTvGb2LgjjU30VKrfZk1NOOtKX0dmo8qDCWa/H
a3TuyT5Kc5+w9NgSevONUnH2ZrU4s6BelFFB+8ZyCB90PAZR9PNB6v+xkTRarJxh
MOCBBOk5GZ/6hkPwtdPW6/Wx/ZC9NYDDUKfrPZ0vTiIAupvTw5G4VKBJaMBC/tnb
2izlmVGapL9t0r2R
=GwTN
-----END PGP SIGNATURE-----
--- End Message ---