Skip to content
Commits on Source (2)
......@@ -11,4 +11,6 @@ RUN mk-build-deps --install --tool 'apt-get -o Debug::pkgProblemResolver=yes --n
RUN apt remove --purge --yes devscripts equivs
RUN apt autoremove --purge --yes
ENV PATH="/srv/diffoscope/bin:${PATH}"
ENTRYPOINT ["/srv/diffoscope/bin/diffoscope"]
......@@ -22,7 +22,7 @@ diffoscope (124) unstable; urgency=medium
version matches setup.py, not just for backports. (Closes: #939387)
[ Vagrant Cascadian ]
* Add external tools on GNU Guix for odt2txt, sng and pgpdump
* Add external tools on GNU Guix for odt2txt, sng and pgpdump.
[ Marc Herbert ]
* Remove StaticLibFile in the ELF comparator -- ArFile.compare_details() is
......