Your message dated Thu, 18 Sep 2025 15:34:39 +0000
with message-id <[email protected]>
and subject line Bug#1097591: fixed in pistache 0.4.26+ds-3
has caused the Debian Bug report #1097591,
regarding pistache: ftbfs with GCC-15
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.)
--
1097591: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1097591
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:pistache
Version: 0.0.5+ds-5.1
Severity: important
Tags: sid forky
User: [email protected]
Usertags: ftbfs-gcc-15
[This bug is NOT targeted to the upcoming trixie release]
Please keep this issue open in the bug tracker for the package it
was filed for. If a fix in another package is required, please
file a bug for the other package (or clone), and add a block in this
package. Please keep the issue open until the package can be built in
a follow-up test rebuild.
The package fails to build in a test rebuild on at least amd64 with
gcc-15/g++-15, but succeeds to build with gcc-14/g++-14. The
severity of this report will be raised before the forky release.
The full build log can be found at:
http://qa-logs.debian.net/2025/02/16/amd64exp/pistache_0.0.5+ds-5.1_unstable_gccexp.log.gz
The last lines of the build log are at the end of this report.
To build with GCC 15, either set CC=gcc-15 CXX=g++-15 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.
apt-get -t=experimental install g++
GCC 15 now defaults to the C23/C++23 standards, exposing many FTBFS.
Other Common build failures are new warnings resulting in build failures
with -Werror turned on, or new/dropped symbols in Debian symbols files.
For other C/C++ related build failures see the porting guide at
http://gcc.gnu.org/gcc-15/porting_to.html
[...]
Program cppcheck found: NO
Program git found: NO
Build targets in project: 29
pistache 0.0.5
User defined options
PISTACHE_BUILD_TESTS: true
PISTACHE_USE_SSL : true
b_lto : true
buildtype : plain
default_library : both
libdir : lib/x86_64-linux-gnu
localstatedir : /var
prefix : /usr
python.bytecompile : -1
sysconfdir : /etc
wrap_mode : nodownload
Found ninja-1.12.1 at /usr/bin/ninja
make[1]: Leaving directory '/build/reproducible-path/pistache-0.0.5+ds'
dh_auto_build -O--buildsystem=meson
cd obj-x86_64-linux-gnu && LC_ALL=C.UTF-8 ninja -j8 -v
[1/79] c++ -Isrc/libpistache.so.0.0.5.p -Isrc -I../src -Iinclude -I../include
-I/usr/include -flto=auto -fdiagnostics-color=always -DNDEBUG
-D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Wpedantic -std=c++17
-Wconversion -Wno-sign-conversion -Wno-missing-field-initializers
-DPISTACHE_USE_SSL -g -O2 -Werror=array-bounds -Werror=clobbered
-Werror=volatile-register-var
-D__DEB_CANARY_CXXFLAGS_512fc3c5227f637e41437c999a2d3169__
-ffile-prefix-map=/build/reproducible-path/pistache-0.0.5+ds=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -ffat-lto-objects
-D__DEB_CANARY_CPPFLAGS_512fc3c5227f637e41437c999a2d3169__ -Wdate-time
-D_FORTIFY_SOURCE=2 -fPIC -DHAS_STRING_VIEW=1 -DONLY_C_LOCALE=1 -pthread -MD
-MQ src/libpistache.so.0.0.5.p/common_base64.cc.o -MF
src/libpistache.so.0.0.5.p/common_base64.cc.o.d -o
src/libpistache.so.0.0.5.p/common_base64.cc.o -c ../src/common/base64.cc
[2/79] c++ -Isrc/libpistache.so.0.0.5.p -Isrc -I../src -Iinclude -I../include
-I/usr/include -flto=auto -fdiagnostics-color=always -DNDEBUG
-D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Wpedantic -std=c++17
-Wconversion -Wno-sign-conversion -Wno-missing-field-initializers
-DPISTACHE_USE_SSL -g -O2 -Werror=array-bounds -Werror=clobbered
-Werror=volatile-register-var
-D__DEB_CANARY_CXXFLAGS_512fc3c5227f637e41437c999a2d3169__
-ffile-prefix-map=/build/reproducible-path/pistache-0.0.5+ds=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -ffat-lto-objects
-D__DEB_CANARY_CPPFLAGS_512fc3c5227f637e41437c999a2d3169__ -Wdate-time
-D_FORTIFY_SOURCE=2 -fPIC -DHAS_STRING_VIEW=1 -DONLY_C_LOCALE=1 -pthread -MD
-MQ src/libpistache.so.0.0.5.p/common_http_header.cc.o -MF
src/libpistache.so.0.0.5.p/common_http_header.cc.o.d -o
src/libpistache.so.0.0.5.p/common_http_header.cc.o -c
../src/common/http_header.cc
FAILED: src/libpistache.so.0.0.5.p/common_http_header.cc.o
c++ -Isrc/libpistache.so.0.0.5.p -Isrc -I../src -Iinclude -I../include
-I/usr/include -flto=auto -fdiagnostics-color=always -DNDEBUG
-D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Wpedantic -std=c++17
-Wconversion -Wno-sign-conversion -Wno-missing-field-initializers
-DPISTACHE_USE_SSL -g -O2 -Werror=array-bounds -Werror=clobbered
-Werror=volatile-register-var
-D__DEB_CANARY_CXXFLAGS_512fc3c5227f637e41437c999a2d3169__
-ffile-prefix-map=/build/reproducible-path/pistache-0.0.5+ds=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -ffat-lto-objects
-D__DEB_CANARY_CPPFLAGS_512fc3c5227f637e41437c999a2d3169__ -Wdate-time
-D_FORTIFY_SOURCE=2 -fPIC -DHAS_STRING_VIEW=1 -DONLY_C_LOCALE=1 -pthread -MD
-MQ src/libpistache.so.0.0.5.p/common_http_header.cc.o -MF
src/libpistache.so.0.0.5.p/common_http_header.cc.o.d -o
src/libpistache.so.0.0.5.p/common_http_header.cc.o -c
../src/common/http_header.cc
In file included from ../include/pistache/http.h:27,
from ../src/common/http_header.cc:16:
../include/pistache/async.h: In member function ‘void
Pistache::Async::Private::impl::Continuation<void, Resolve, Reject,
Pistache::Async::Promise<U>(Args ...)>::Chainer<void, Dummy>::operator()()’:
../include/pistache/async.h:711:45: error: ‘struct
Pistache::Async::Private::impl::Continuation<void, Resolve, Reject,
Pistache::Async::Promise<U>(Args ...)>::Chainer<void, Dummy>’ has no member
named ‘chain_’ [-Wtemplate-body]
711 | auto core = this->chain_;
| ^~~~~~
[3/79] c++ -Isrc/libpistache.so.0.0.5.p -Isrc -I../src -Iinclude -I../include
-I/usr/include -flto=auto -fdiagnostics-color=always -DNDEBUG
-D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Wpedantic -std=c++17
-Wconversion -Wno-sign-conversion -Wno-missing-field-initializers
-DPISTACHE_USE_SSL -g -O2 -Werror=array-bounds -Werror=clobbered
-Werror=volatile-register-var
-D__DEB_CANARY_CXXFLAGS_512fc3c5227f637e41437c999a2d3169__
-ffile-prefix-map=/build/reproducible-path/pistache-0.0.5+ds=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -ffat-lto-objects
-D__DEB_CANARY_CPPFLAGS_512fc3c5227f637e41437c999a2d3169__ -Wdate-time
-D_FORTIFY_SOURCE=2 -fPIC -DHAS_STRING_VIEW=1 -DONLY_C_LOCALE=1 -pthread -MD
-MQ src/libpistache.so.0.0.5.p/common_mime.cc.o -MF
src/libpistache.so.0.0.5.p/common_mime.cc.o.d -o
src/libpistache.so.0.0.5.p/common_mime.cc.o -c ../src/common/mime.cc
FAILED: src/libpistache.so.0.0.5.p/common_mime.cc.o
c++ -Isrc/libpistache.so.0.0.5.p -Isrc -I../src -Iinclude -I../include
-I/usr/include -flto=auto -fdiagnostics-color=always -DNDEBUG
-D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Wpedantic -std=c++17
-Wconversion -Wno-sign-conversion -Wno-missing-field-initializers
-DPISTACHE_USE_SSL -g -O2 -Werror=array-bounds -Werror=clobbered
-Werror=volatile-register-var
-D__DEB_CANARY_CXXFLAGS_512fc3c5227f637e41437c999a2d3169__
-ffile-prefix-map=/build/reproducible-path/pistache-0.0.5+ds=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -ffat-lto-objects
-D__DEB_CANARY_CPPFLAGS_512fc3c5227f637e41437c999a2d3169__ -Wdate-time
-D_FORTIFY_SOURCE=2 -fPIC -DHAS_STRING_VIEW=1 -DONLY_C_LOCALE=1 -pthread -MD
-MQ src/libpistache.so.0.0.5.p/common_mime.cc.o -MF
src/libpistache.so.0.0.5.p/common_mime.cc.o.d -o
src/libpistache.so.0.0.5.p/common_mime.cc.o -c ../src/common/mime.cc
In file included from ../include/pistache/http.h:27,
from ../src/common/mime.cc:15:
../include/pistache/async.h: In member function ‘void
Pistache::Async::Private::impl::Continuation<void, Resolve, Reject,
Pistache::Async::Promise<U>(Args ...)>::Chainer<void, Dummy>::operator()()’:
../include/pistache/async.h:711:45: error: ‘struct
Pistache::Async::Private::impl::Continuation<void, Resolve, Reject,
Pistache::Async::Promise<U>(Args ...)>::Chainer<void, Dummy>’ has no member
named ‘chain_’ [-Wtemplate-body]
711 | auto core = this->chain_;
| ^~~~~~
[4/79] c++ -Isrc/libpistache.so.0.0.5.p -Isrc -I../src -Iinclude -I../include
-I/usr/include -flto=auto -fdiagnostics-color=always -DNDEBUG
-D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Wpedantic -std=c++17
-Wconversion -Wno-sign-conversion -Wno-missing-field-initializers
-DPISTACHE_USE_SSL -g -O2 -Werror=array-bounds -Werror=clobbered
-Werror=volatile-register-var
-D__DEB_CANARY_CXXFLAGS_512fc3c5227f637e41437c999a2d3169__
-ffile-prefix-map=/build/reproducible-path/pistache-0.0.5+ds=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -ffat-lto-objects
-D__DEB_CANARY_CPPFLAGS_512fc3c5227f637e41437c999a2d3169__ -Wdate-time
-D_FORTIFY_SOURCE=2 -fPIC -DHAS_STRING_VIEW=1 -DONLY_C_LOCALE=1 -pthread -MD
-MQ src/libpistache.so.0.0.5.p/common_description.cc.o -MF
src/libpistache.so.0.0.5.p/common_description.cc.o.d -o
src/libpistache.so.0.0.5.p/common_description.cc.o -c
../src/common/description.cc
FAILED: src/libpistache.so.0.0.5.p/common_description.cc.o
c++ -Isrc/libpistache.so.0.0.5.p -Isrc -I../src -Iinclude -I../include
-I/usr/include -flto=auto -fdiagnostics-color=always -DNDEBUG
-D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Wpedantic -std=c++17
-Wconversion -Wno-sign-conversion -Wno-missing-field-initializers
-DPISTACHE_USE_SSL -g -O2 -Werror=array-bounds -Werror=clobbered
-Werror=volatile-register-var
-D__DEB_CANARY_CXXFLAGS_512fc3c5227f637e41437c999a2d3169__
-ffile-prefix-map=/build/reproducible-path/pistache-0.0.5+ds=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -ffat-lto-objects
-D__DEB_CANARY_CPPFLAGS_512fc3c5227f637e41437c999a2d3169__ -Wdate-time
-D_FORTIFY_SOURCE=2 -fPIC -DHAS_STRING_VIEW=1 -DONLY_C_LOCALE=1 -pthread -MD
-MQ src/libpistache.so.0.0.5.p/common_description.cc.o -MF
src/libpistache.so.0.0.5.p/common_description.cc.o.d -o
src/libpistache.so.0.0.5.p/common_description.cc.o -c
../src/common/description.cc
In file included from ../include/pistache/http.h:27,
from ../include/pistache/router.h:23,
from ../include/pistache/description.h:26,
from ../src/common/description.cc:14:
../include/pistache/async.h: In member function ‘void
Pistache::Async::Private::impl::Continuation<void, Resolve, Reject,
Pistache::Async::Promise<U>(Args ...)>::Chainer<void, Dummy>::operator()()’:
../include/pistache/async.h:711:45: error: ‘struct
Pistache::Async::Private::impl::Continuation<void, Resolve, Reject,
Pistache::Async::Promise<U>(Args ...)>::Chainer<void, Dummy>’ has no member
named ‘chain_’ [-Wtemplate-body]
711 | auto core = this->chain_;
| ^~~~~~
[5/79] c++ -Isrc/libpistache.so.0.0.5.p -Isrc -I../src -Iinclude -I../include
-I/usr/include -flto=auto -fdiagnostics-color=always -DNDEBUG
-D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Wpedantic -std=c++17
-Wconversion -Wno-sign-conversion -Wno-missing-field-initializers
-DPISTACHE_USE_SSL -g -O2 -Werror=array-bounds -Werror=clobbered
-Werror=volatile-register-var
-D__DEB_CANARY_CXXFLAGS_512fc3c5227f637e41437c999a2d3169__
-ffile-prefix-map=/build/reproducible-path/pistache-0.0.5+ds=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -ffat-lto-objects
-D__DEB_CANARY_CPPFLAGS_512fc3c5227f637e41437c999a2d3169__ -Wdate-time
-D_FORTIFY_SOURCE=2 -fPIC -DHAS_STRING_VIEW=1 -DONLY_C_LOCALE=1 -pthread -MD
-MQ src/libpistache.so.0.0.5.p/common_http.cc.o -MF
src/libpistache.so.0.0.5.p/common_http.cc.o.d -o
src/libpistache.so.0.0.5.p/common_http.cc.o -c ../src/common/http.cc
FAILED: src/libpistache.so.0.0.5.p/common_http.cc.o
c++ -Isrc/libpistache.so.0.0.5.p -Isrc -I../src -Iinclude -I../include
-I/usr/include -flto=auto -fdiagnostics-color=always -DNDEBUG
-D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Wpedantic -std=c++17
-Wconversion -Wno-sign-conversion -Wno-missing-field-initializers
-DPISTACHE_USE_SSL -g -O2 -Werror=array-bounds -Werror=clobbered
-Werror=volatile-register-var
-D__DEB_CANARY_CXXFLAGS_512fc3c5227f637e41437c999a2d3169__
-ffile-prefix-map=/build/reproducible-path/pistache-0.0.5+ds=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -ffat-lto-objects
-D__DEB_CANARY_CPPFLAGS_512fc3c5227f637e41437c999a2d3169__ -Wdate-time
-D_FORTIFY_SOURCE=2 -fPIC -DHAS_STRING_VIEW=1 -DONLY_C_LOCALE=1 -pthread -MD
-MQ src/libpistache.so.0.0.5.p/common_http.cc.o -MF
src/libpistache.so.0.0.5.p/common_http.cc.o.d -o
src/libpistache.so.0.0.5.p/common_http.cc.o -c ../src/common/http.cc
In file included from ../include/pistache/http.h:27,
from ../src/common/http.cc:14:
../include/pistache/async.h: In member function ‘void
Pistache::Async::Private::impl::Continuation<void, Resolve, Reject,
Pistache::Async::Promise<U>(Args ...)>::Chainer<void, Dummy>::operator()()’:
../include/pistache/async.h:711:45: error: ‘struct
Pistache::Async::Private::impl::Continuation<void, Resolve, Reject,
Pistache::Async::Promise<U>(Args ...)>::Chainer<void, Dummy>’ has no member
named ‘chain_’ [-Wtemplate-body]
711 | auto core = this->chain_;
| ^~~~~~
[6/79] c++ -Isrc/libpistache.so.0.0.5.p -Isrc -I../src -Iinclude -I../include
-I/usr/include -flto=auto -fdiagnostics-color=always -DNDEBUG
-D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Wpedantic -std=c++17
-Wconversion -Wno-sign-conversion -Wno-missing-field-initializers
-DPISTACHE_USE_SSL -g -O2 -Werror=array-bounds -Werror=clobbered
-Werror=volatile-register-var
-D__DEB_CANARY_CXXFLAGS_512fc3c5227f637e41437c999a2d3169__
-ffile-prefix-map=/build/reproducible-path/pistache-0.0.5+ds=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -ffat-lto-objects
-D__DEB_CANARY_CPPFLAGS_512fc3c5227f637e41437c999a2d3169__ -Wdate-time
-D_FORTIFY_SOURCE=2 -fPIC -DHAS_STRING_VIEW=1 -DONLY_C_LOCALE=1 -pthread -MD
-MQ src/libpistache.so.0.0.5.p/common_net.cc.o -MF
src/libpistache.so.0.0.5.p/common_net.cc.o.d -o
src/libpistache.so.0.0.5.p/common_net.cc.o -c ../src/common/net.cc
[7/79] c++ -Isrc/libpistache.so.0.0.5.p -Isrc -I../src -Iinclude -I../include
-I/usr/include -flto=auto -fdiagnostics-color=always -DNDEBUG
-D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Wpedantic -std=c++17
-Wconversion -Wno-sign-conversion -Wno-missing-field-initializers
-DPISTACHE_USE_SSL -g -O2 -Werror=array-bounds -Werror=clobbered
-Werror=volatile-register-var
-D__DEB_CANARY_CXXFLAGS_512fc3c5227f637e41437c999a2d3169__
-ffile-prefix-map=/build/reproducible-path/pistache-0.0.5+ds=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -ffat-lto-objects
-D__DEB_CANARY_CPPFLAGS_512fc3c5227f637e41437c999a2d3169__ -Wdate-time
-D_FORTIFY_SOURCE=2 -fPIC -DHAS_STRING_VIEW=1 -DONLY_C_LOCALE=1 -pthread -MD
-MQ src/libpistache.so.0.0.5.p/common_cookie.cc.o -MF
src/libpistache.so.0.0.5.p/common_cookie.cc.o.d -o
src/libpistache.so.0.0.5.p/common_cookie.cc.o -c ../src/common/cookie.cc
[8/79] c++ -Isrc/libpistache.so.0.0.5.p -Isrc -I../src -Iinclude -I../include
-I/usr/include -flto=auto -fdiagnostics-color=always -DNDEBUG
-D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Wpedantic -std=c++17
-Wconversion -Wno-sign-conversion -Wno-missing-field-initializers
-DPISTACHE_USE_SSL -g -O2 -Werror=array-bounds -Werror=clobbered
-Werror=volatile-register-var
-D__DEB_CANARY_CXXFLAGS_512fc3c5227f637e41437c999a2d3169__
-ffile-prefix-map=/build/reproducible-path/pistache-0.0.5+ds=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -ffat-lto-objects
-D__DEB_CANARY_CPPFLAGS_512fc3c5227f637e41437c999a2d3169__ -Wdate-time
-D_FORTIFY_SOURCE=2 -fPIC -DHAS_STRING_VIEW=1 -DONLY_C_LOCALE=1 -pthread -MD
-MQ src/libpistache.so.0.0.5.p/common_http_headers.cc.o -MF
src/libpistache.so.0.0.5.p/common_http_headers.cc.o.d -o
src/libpistache.so.0.0.5.p/common_http_headers.cc.o -c
../src/common/http_headers.cc
[9/79] c++ -Isrc/libpistache.so.0.0.5.p -Isrc -I../src -Iinclude -I../include
-I/usr/include -flto=auto -fdiagnostics-color=always -DNDEBUG
-D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Wpedantic -std=c++17
-Wconversion -Wno-sign-conversion -Wno-missing-field-initializers
-DPISTACHE_USE_SSL -g -O2 -Werror=array-bounds -Werror=clobbered
-Werror=volatile-register-var
-D__DEB_CANARY_CXXFLAGS_512fc3c5227f637e41437c999a2d3169__
-ffile-prefix-map=/build/reproducible-path/pistache-0.0.5+ds=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -ffat-lto-objects
-D__DEB_CANARY_CPPFLAGS_512fc3c5227f637e41437c999a2d3169__ -Wdate-time
-D_FORTIFY_SOURCE=2 -fPIC -DHAS_STRING_VIEW=1 -DONLY_C_LOCALE=1 -pthread -MD
-MQ src/libpistache.so.0.0.5.p/common_http_defs.cc.o -MF
src/libpistache.so.0.0.5.p/common_http_defs.cc.o.d -o
src/libpistache.so.0.0.5.p/common_http_defs.cc.o -c ../src/common/http_defs.cc
ninja: build stopped: subcommand failed.
dh_auto_build: error: cd obj-x86_64-linux-gnu && LC_ALL=C.UTF-8 ninja -j8 -v
returned exit code 1
make: *** [debian/rules:9: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: pistache
Source-Version: 0.4.26+ds-3
Done: Andrea Pappacoda <[email protected]>
We believe that the bug you reported is fixed in the latest version of
pistache, 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.
Andrea Pappacoda <[email protected]> (supplier of updated pistache 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: Thu, 18 Sep 2025 17:20:59 +0200
Source: pistache
Architecture: source
Version: 0.4.26+ds-3
Distribution: unstable
Urgency: medium
Maintainer: Andrea Pappacoda <[email protected]>
Changed-By: Andrea Pappacoda <[email protected]>
Closes: 1097591
Changes:
pistache (0.4.26+ds-3) unstable; urgency=medium
.
* Upload to unstable. Closes: #1097591
* d/watch: update to version 5
.
pistache (0.4.26+ds-2) experimental; urgency=low
.
* Retry upload to experimental.
This is the first time I push a NEW package, sorry!
.
pistache (0.4.26+ds-1) experimental; urgency=low
.
* New upstream version 0.4.26+ds
* First dgit upload
* d/control: libpistache0 -> libpistache0.4
* d/control: apply X-Style: black
* d/control: declare dpkg-build-api = 1
* d/README.source: document packaging workflow
* d/patches: drop upstreamed patches
Checksums-Sha1:
e9e064d973dd747a54858e023ab150d673390c95 2554 pistache_0.4.26+ds-3.dsc
02d4266ca7194cea21e60d56f40b4c5298a03836 3544
pistache_0.4.26+ds-3.debian.tar.xz
bca90f60b6081b9ec87af505caeb76e6a6899a0e 744276 pistache_0.4.26+ds-3.git.tar.xz
714340b00247422d2466f1f595850f9ae16a4d46 18238
pistache_0.4.26+ds-3_source.buildinfo
Checksums-Sha256:
ca6ce524ae4b3bd173d0d5e9a41e77893462b1eaf492e3579943c5e7ebc75490 2554
pistache_0.4.26+ds-3.dsc
2d9747a69a3526780c2f2f22737cdb8b498402c30f85929c58c3d85d14496760 3544
pistache_0.4.26+ds-3.debian.tar.xz
da47d4f0d366730f40389b2e6f2d9cc1da0b35e7c965496b260a1a788b83085a 744276
pistache_0.4.26+ds-3.git.tar.xz
0494c64daf896fac46b51ac7f76087e7a8357d4e4da0818901a74c45e801d629 18238
pistache_0.4.26+ds-3_source.buildinfo
Files:
984509d3ffd00da524435525057593ee 2554 libs optional pistache_0.4.26+ds-3.dsc
3b434cb56711d9ec657b55177de8b96b 3544 libs optional
pistache_0.4.26+ds-3.debian.tar.xz
550f76f23c9c398e62915783730c5bee 744276 libs optional
pistache_0.4.26+ds-3.git.tar.xz
ad7fda5d3037de5efa52633513c5975b 18238 libs optional
pistache_0.4.26+ds-3_source.buildinfo
Git-Tag-Info: tag=51dbf8bb016bd759d2983502383ef61952eadd8c
fp=ba56e348bd94451edec970074a9208a2455077a7
Git-Tag-Tagger: Andrea Pappacoda <[email protected]>
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEN02M5NuW6cvUwJcqYG0ITkaDwHkFAmjMI/8ACgkQYG0ITkaD
wHnhDw/+PujIIA1GLeihtwCKpBw5UwcRs5EijXv+/1OUqz06Xl7lmLwb7f29Qcgh
bUl6+lESYgKeMwyGlBswoOAXX+SQYKlOxLd2uKaryDhjy6mETQ30XJaa5n0wrdCt
Nw/3d4U0u+vQLQowqI23tyyZec/FUO3jM6/hy7TvW4MB7yxiMwvRXZm+GTp9x94x
7Tj8wH/oCPi122KuJeVMAjQnMy8tWH+BSLyAEhdy/CIJAcETAJNY7zZalVbjLd9L
Hhvl8HYT75wkhk8xrpRA3k5cL8Bv0k2XK6weJXA+1HwvVu19gKDkzVt0AICKM8d+
vadNeeDqtIhlS2gtzVquE+cfG4zaN1USgcGq0oqoKCrjdm6CR33Ja8VA6ifXhTP0
BX5KB2M5odyCd03OifWyoRjxCUsnFJkiG/A4Y5b6NLvVCPOZMjStgsYs4H5yU9zG
/oqs4hp4HTChq3PYRoHUPHfz5GraD8uoJQ62kkWupnNiw6/nOC6/mC8QBBEyXDJQ
Fidu4Js8vNd2pl0alPyKjw6Wur8scT3PFlUXmVV0bxXAoFvqL2wAArOviSut7Nuz
XBbN5wOQhd91h4V74unSeyfsAyLsrSi0D1NpW7ECxI6VmUbXneWYfdnXAY9UxCgk
Gru6FY/pXnlzKGQYOCW9F/ZWSBlusqC1YLQI24qNaio8WZMBJOU=
=OR06
-----END PGP SIGNATURE-----
pgp0dKtH_fuWV.pgp
Description: PGP signature
--- End Message ---