[PATCH remotefilelog-ext] debian: override lintian possible-gpl-code-linked-with-openssl check

Martin von Zweigbergk martinvonz at google.com
Mon Apr 3 23:17:02 UTC 2017


# HG changeset patch
# User Martin von Zweigbergk <martinvonz at google.com>
# Date 1491261135 25200
#      Mon Apr 03 16:12:15 2017 -0700
# Node ID 6c331b63b559df09ad55d1b78b8cb54559cc945e
# Parent  c7cfe5ae5271e68ae78f53516b68fe60e896a7d2
debian: override lintian possible-gpl-code-linked-with-openssl check

Some build tool we use internally runs lintian and that's currently
failing because of possible-gpl-code-linked-with-openssl. We are
apparently okay overriding this. I'll defer to others to explain why.

The following line fails before this patch and passes after:

rm ../remotefilelog_*; rm -rf debian/; DEBPREPONLY=1 make deb; dpkg-buildpackage; lintian ../remotefilelog_*.deb

diff -r c7cfe5ae5271 -r 6c331b63b559 contrib/debian/lintian-overrides
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/contrib/debian/lintian-overrides	Mon Apr 03 16:12:15 2017 -0700
@@ -0,0 +1,1 @@
+remotefilelog binary: possible-gpl-code-linked-with-openssl


More information about the Mercurial-devel mailing list