[Pkg-tigervnc-devel] [Git][debian-remote-team/tigervnc][master] Replace media/icons/tigervnc_16.png of wrong dimensions 20x20 by our fixed version.
Joachim Falk
gitlab at salsa.debian.org
Tue Nov 6 22:20:59 GMT 2018
Joachim Falk pushed to branch master at Debian Remote Packaging Team / tigervnc
Commits:
b344eba5 by Joachim Falk at 2018-11-06T22:20:01Z
Replace media/icons/tigervnc_16.png of wrong dimensions 20x20 by our fixed version.
- - - - -
4 changed files:
- debian/changelog
- debian/rules
- + debian/source/include-binaries
- + debian/tigervnc_16.png
Changes:
=====================================
debian/changelog
=====================================
@@ -4,6 +4,8 @@ tigervnc (1.9.0+dfsg-3~RC1) UNRELEASED; urgency=medium
* Add missing dependency on libunwind-dev according to xorg-server-1.20.3
control file. (Closes: #911712).
* Fixed linitian complaints about patches/series.
+ * Replace media/icons/tigervnc_16.png of wrong dimensions 20x20 by our fixed
+ version.
-- Joachim Falk <joachim.falk at gmx.de> Tue, 06 Nov 2018 22:51:54 +0100
=====================================
debian/rules
=====================================
@@ -266,6 +266,9 @@ install/tigervnc-viewer::
cp media/icons/tigervnc_$${i}.png \
$(DEB_DESTDIR)/usr/share/icons/hicolor/$${i}x$${i}/apps/tigervnc.png; \
done
+ # Hack, replace media/icons/tigervnc_16.png of wrong dimensions 20x20 by our fixed version.
+ cp debian/tigervnc_16.png \
+ $(DEB_DESTDIR)/usr/share/icons/hicolor/16x16/apps/tigervnc.png
install/tigervnc-standalone-server install/tigervnc-xorg-extension::
$(MAKE) TIGERVNC_BUILDDIR="$(CURDIR)/$(DEB_BUILDDIR)" -C $(DEB_BUILDDIR)/unix/xserver/hw/vnc DESTDIR=$(DEB_DESTDIR) install
=====================================
debian/source/include-binaries
=====================================
@@ -0,0 +1 @@
+debian/tigervnc_16.png
=====================================
debian/tigervnc_16.png
=====================================
Binary files /dev/null and b/debian/tigervnc_16.png differ
View it on GitLab: https://salsa.debian.org/debian-remote-team/tigervnc/commit/b344eba50c75a78d6b6c3396c822b9cb4bb2e297
--
View it on GitLab: https://salsa.debian.org/debian-remote-team/tigervnc/commit/b344eba50c75a78d6b6c3396c822b9cb4bb2e297
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-tigervnc-devel/attachments/20181106/2a6a628e/attachment-0001.html>
More information about the Pkg-tigervnc-devel
mailing list