From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6514902723454828544 X-Received: by 10.28.232.200 with SMTP id f69mr1007890wmi.5.1516868994384; Thu, 25 Jan 2018 00:29:54 -0800 (PST) X-BeenThere: isar-users@googlegroups.com Received: by 10.28.214.21 with SMTP id n21ls3163470wmg.0.canary-gmail; Thu, 25 Jan 2018 00:29:53 -0800 (PST) X-Google-Smtp-Source: AH8x224DC4QAb3HqeWBFjHM9jiXDf+g4RfrYvQ99iS2VrQ264P9LJHbun8TzkpGXQ6+cTHTtJeqv X-Received: by 10.28.178.207 with SMTP id b198mr1116480wmf.0.1516868993929; Thu, 25 Jan 2018 00:29:53 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1516868993; cv=none; d=google.com; s=arc-20160816; b=bDeoWsfYut3wUidPQUAY2ZWmlvIhvkixHeqNZhSOjcroPkUFToeIrtKuwHfL1Z4JSA 50DK6vQP6RQaRHwOqAFZMkhfMWikApcs/b0P6CKNOHu4w1Lx2V54QbRs/VotqI6FrP7b UIkbuuWIB8ElEKbYTHBF88h7S1IJWo9DamhkEfckBUF56wm1KAZdNf6IAzgoDuGfPTuI qj/Zquzw2O0NSoP/nyD8ArmzcjpsE8Y0owvI9UdVpVOrp7QsNp/LngQFXNTYVErwIc7w SvZiCZj/WJ31eqnJQSWvgZy8bISOIHAVWzSw26z5zPZP/INzjIsLWajF15T4F0G0wKaY dXYw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=message-id:date:subject:cc:to:from:arc-authentication-results; bh=iFQBMTeAIf3DZ4hjMMy+4I+P4CSy2pAHWPf3vWIWjmA=; b=D5GZGVP1r/3nQGDbD1tBhoDPbDVYG2KCa1DhOCG1Y4P3NiOQdpOFvFzY2Cx+usQJlI G4Ghw91w6yNJVxRPWEOxzWQIofiOOb+3K++KAd43tgCnBAYtTY6NPw4QZWYviFpHWkHG Q6Bu+ia/R+rRcsn7i9RrKRwp6MY+A7PVjT5kSFl6jrNta2/TgSSLEsQYIMP8DdD5zZ5t lLdRAGdiY4Jp1NwELXOk6RZ5/9OFRv+fSrurZVqw/abl++ksBd787rCYF0036zUHfa2Y fwNpMnnv8xRR5hod4F2g6izTvc/sRNVmAaiHXqI4GT73UelqHntUkLyTeH8A+LjUKOo8 LiiQ== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=pass (google.com: best guess record for domain of asmirnov@ilbers.de designates 85.214.62.211 as permitted sender) smtp.mailfrom=asmirnov@ilbers.de Return-Path: Received: from aqmola.ilbers.de (aqmola.ilbers.de. [85.214.62.211]) by gmr-mx.google.com with ESMTPS id e14si82341wmg.0.2018.01.25.00.29.53 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 25 Jan 2018 00:29:53 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of asmirnov@ilbers.de designates 85.214.62.211 as permitted sender) client-ip=85.214.62.211; Authentication-Results: gmr-mx.google.com; spf=pass (google.com: best guess record for domain of asmirnov@ilbers.de designates 85.214.62.211 as permitted sender) smtp.mailfrom=asmirnov@ilbers.de Received: from localhost.localdomain ([188.227.110.165]) (authenticated bits=0) by aqmola.ilbers.de (8.14.4/8.14.4/Debian-4+deb7u1) with ESMTP id w0P8Tef9019735 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Thu, 25 Jan 2018 09:29:45 +0100 From: Alexander Smirnov To: isar-users@googlegroups.com Cc: Alexander Smirnov Subject: [PATCH 1/2] Rename binary package to avoid correlations with Debian hello. Date: Thu, 25 Jan 2018 11:29:32 +0300 Message-Id: <20180125082933.4566-1-asmirnov@ilbers.de> X-Mailer: git-send-email 2.9.5 X-TUID: hJOxoi2oOZrV Signed-off-by: Alexander Smirnov --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index c4e4d48..461fea4 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Build-Depends: debhelper (>= 9), autotools-dev Standards-Version: 3.9.5 Homepage: https://github.com/ilbers/hello -Package: hello +Package: example-hello Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: Sample application -- 2.1.4