From patchwork Tue Nov 20 11:10:02 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Benjamin Drung X-Patchwork-Id: 10690277 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id DCBF414E2 for ; Tue, 20 Nov 2018 11:16:53 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id CCC45295C3 for ; Tue, 20 Nov 2018 11:16:53 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id BF3DD2A7F8; Tue, 20 Nov 2018 11:16:53 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id C6EBA295C3 for ; Tue, 20 Nov 2018 11:16:48 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726792AbeKTVpY (ORCPT ); Tue, 20 Nov 2018 16:45:24 -0500 Received: from mx1.ionos.com ([46.16.72.21]:41012 "EHLO mx1.ionos.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726695AbeKTVpY (ORCPT ); Tue, 20 Nov 2018 16:45:24 -0500 X-Greylist: delayed 393 seconds by postgrey-1.27 at vger.kernel.org; Tue, 20 Nov 2018 16:45:24 EST Received: from mail.pb.local (mail.pb.local [192.168.178.100]) by mx1.ionos.com (Postfix) with ESMTP id BA9985F946 for ; Tue, 20 Nov 2018 11:10:18 +0000 (UTC) Received: from konstrukt.pb.local (konstrukt.pb.local [192.168.88.20]) by mail.pb.local (Postfix) with SMTP id 79C803FEE2; Tue, 20 Nov 2018 12:10:15 +0100 (CET) Received: (nullmailer pid 17920 invoked by uid 1000); Tue, 20 Nov 2018 11:10:15 -0000 From: Benjamin Drung To: linux-rdma@vger.kernel.org Cc: Benjamin Drung Subject: [PATCH rdma-core 1/5] debian: Bump Standards-Version to 4.2.1 Date: Tue, 20 Nov 2018 12:10:02 +0100 Message-Id: <20181120111006.16643-2-benjamin.drung@cloud.ionos.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20181120111006.16643-1-benjamin.drung@cloud.ionos.com> References: <20181120111006.16643-1-benjamin.drung@cloud.ionos.com> Sender: linux-rdma-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-rdma@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP From: Benjamin Drung No changes are needed to support the new Debian policy version. See https://www.debian.org/doc/debian-policy/ for details. Signed-off-by: Benjamin Drung --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 63a867a8..edf3cee3 100644 --- a/debian/control +++ b/debian/control @@ -17,7 +17,7 @@ Build-Depends: cmake (>= 2.8.11), pkg-config, python, valgrind [amd64 arm64 armhf i386 mips mips64el mipsel powerpc ppc64 ppc64el s390x] -Standards-Version: 4.1.4 +Standards-Version: 4.2.1 Vcs-Git: https://github.com/linux-rdma/rdma-core.git Vcs-Browser: https://github.com/linux-rdma/rdma-core Homepage: https://github.com/linux-rdma/rdma-core