From patchwork Fri Dec 6 12:50:29 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Schantl X-Patchwork-Id: 2628 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 47Tsrg66F4z43Tf for ; Fri, 6 Dec 2019 12:50:43 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail02.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 47Tsrg4ZN5z2c2; Fri, 6 Dec 2019 12:50:43 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 47Tsrf6phFz2ybJ; Fri, 6 Dec 2019 12:50:42 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 47Tsrd6Mkkz2xq9; Fri, 6 Dec 2019 12:50:41 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 47Tsrc6qVQz2Zt; Fri, 6 Dec 2019 12:50:40 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=201909ed25519; t=1575636641; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=OtWWDqqVpk7yPTaEmIa8fW/z0x22JWF2NU5CtDGqrZk=; b=Nr61U49TJv9E5lO74+wF6fzB0983pFiEACnifSq66C7vSXwBfddX53TvI4JQ+8njoStw3W 2k81nNxv+F2B96Cg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201909rsa; t=1575636641; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=OtWWDqqVpk7yPTaEmIa8fW/z0x22JWF2NU5CtDGqrZk=; b=DRWOCf77OmRiBlyjlMq7auKSQF0UwRjVNB5n7PQlT8DyavfYxDXdh4LiIVfG7Rf9jiqL6G fHRwRs0nmAZnj4dMsqNN0mAAhpeBU8c0xtF18SPeFTii/V2HWmrocmMceH0Q2tWDled8rP 8SHYh06UrzDxh5MXSHpZvWDvKghYCbXaZaztVMzq1HrzSajddYr+qT9FVqinS6tpOZa1gU RDrXFsL/sLGgepLoiIubiOrtYawMHSv7YbZM4QTWkMZ6I4DLf39quceH+b9+YKh6ohOsg+ qXPoVrJOckOvgxnmqAdr8KBHP4WriYjiJkzLqebjiA72J9FSHfVqVSkNlVeYzQ== From: Stefan Schantl To: location@lists.ipfire.org Subject: [PATCH] debian: Install location-exporter Date: Fri, 6 Dec 2019 13:50:29 +0100 Message-Id: <20191206125029.18161-1-stefan.schantl@ipfire.org> MIME-Version: 1.0 Authentication-Results: mail01.ipfire.org; auth=pass smtp.auth=stevee smtp.mailfrom=stefan.schantl@ipfire.org X-BeenThere: location@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: development@lists.ipfire.org Errors-To: location-bounces@lists.ipfire.org Sender: "Location" This binary has no manpage yet, so lintian will provide a warning of the non existing manpage. Signed-off-by: Stefan Schantl --- debian/libloc.install | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/libloc.install b/debian/libloc.install index 55567b1..bc05c02 100644 --- a/debian/libloc.install +++ b/debian/libloc.install @@ -1,4 +1,5 @@ usr/bin/location-downloader +usr/bin/location-exporter usr/bin/location-query usr/lib/*/libloc.so.* usr/lib/python3*/*-packages/*.so