Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
Add /srv/diffoscope/bin to the Docker image path. (Closes:
#70
)
· 37dc9345
Chris Lamb
authored
Sep 24, 2019
37dc9345
Add missing fullstop to changelog entry.
· 1351fdd4
Chris Lamb
authored
Sep 24, 2019
Gbp-Dch: ignore
1351fdd4
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
1351fdd4
...
...
@@ -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"]
debian/changelog
View file @
1351fdd4
...
...
@@ -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
...
...