From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <f.ebner@proxmox.com>
Received: from firstgate.proxmox.com (firstgate.proxmox.com [212.224.123.68])
 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
 key-exchange X25519 server-signature RSA-PSS (2048 bits))
 (No client certificate requested)
 by lists.proxmox.com (Postfix) with ESMTPS id 514A2718A4;
 Fri, 11 Jun 2021 13:44:57 +0200 (CEST)
Received: from firstgate.proxmox.com (localhost [127.0.0.1])
 by firstgate.proxmox.com (Proxmox) with ESMTP id E9FD8108CD;
 Fri, 11 Jun 2021 13:44:26 +0200 (CEST)
Received: from proxmox-new.maurer-it.com (proxmox-new.maurer-it.com
 [94.136.29.106])
 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
 key-exchange X25519 server-signature RSA-PSS (2048 bits))
 (No client certificate requested)
 by firstgate.proxmox.com (Proxmox) with ESMTPS id 74CAD108A8;
 Fri, 11 Jun 2021 13:44:25 +0200 (CEST)
Received: from proxmox-new.maurer-it.com (localhost.localdomain [127.0.0.1])
 by proxmox-new.maurer-it.com (Proxmox) with ESMTP id 4DF1943EA8;
 Fri, 11 Jun 2021 13:44:25 +0200 (CEST)
From: Fabian Ebner <f.ebner@proxmox.com>
To: pve-devel@lists.proxmox.com,
	pbs-devel@lists.proxmox.com
Date: Fri, 11 Jun 2021 13:43:58 +0200
Message-Id: <20210611114418.28772-10-f.ebner@proxmox.com>
X-Mailer: git-send-email 2.20.1
In-Reply-To: <20210611114418.28772-1-f.ebner@proxmox.com>
References: <20210611114418.28772-1-f.ebner@proxmox.com>
MIME-Version: 1.0
Content-Transfer-Encoding: 8bit
X-SPAM-LEVEL: Spam detection results:  0
 AWL 0.665 Adjusted score from AWL reputation of From: address
 BAYES_00                 -1.9 Bayes spam probability is 0 to 1%
 KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment
 KAM_NUMSUBJECT 0.5 Subject ends in numbers excluding current years
 SPF_HELO_NONE           0.001 SPF: HELO does not publish an SPF Record
 SPF_PASS               -0.001 SPF: sender matches SPF record
Subject: [pve-devel] [PATCH v6 proxmox-apt 09/11] bump version to 1.0.0-1
X-BeenThere: pve-devel@lists.proxmox.com
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Proxmox VE development discussion <pve-devel.lists.proxmox.com>
List-Unsubscribe: <https://lists.proxmox.com/cgi-bin/mailman/options/pve-devel>, 
 <mailto:pve-devel-request@lists.proxmox.com?subject=unsubscribe>
List-Archive: <http://lists.proxmox.com/pipermail/pve-devel/>
List-Post: <mailto:pve-devel@lists.proxmox.com>
List-Help: <mailto:pve-devel-request@lists.proxmox.com?subject=help>
List-Subscribe: <https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel>, 
 <mailto:pve-devel-request@lists.proxmox.com?subject=subscribe>
X-List-Received-Date: Fri, 11 Jun 2021 11:44:57 -0000

Signed-off-by: Fabian Ebner <f.ebner@proxmox.com>
---

New in v6.

 Cargo.toml       |  2 +-
 debian/changelog |  6 ++++++
 debian/control   | 12 ++++++------
 3 files changed, 13 insertions(+), 7 deletions(-)

diff --git a/Cargo.toml b/Cargo.toml
index cadd7a0..d54d909 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "proxmox-apt"
-version = "0.1.1"
+version = "1.0.0"
 authors = [
     "Fabian Ebner <f.ebner@proxmox.com>",
     "Proxmox Support Team <support@proxmox.com>",
diff --git a/debian/changelog b/debian/changelog
index 39b75d6..58ab9f6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+rust-proxmox-apt (1.0.0-1) unstable; urgency=medium
+
+  * Adapt to Debian Bullseye.
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 10 Jun 2021 12:17:45 +0200
+
 rust-proxmox-apt (0.1.1-1) unstable; urgency=medium
 
   * Add function for release upgrade (not yet enabled).
diff --git a/debian/control b/debian/control
index 09a5d5b..9285014 100644
--- a/debian/control
+++ b/debian/control
@@ -31,12 +31,12 @@ Depends:
  librust-serde-1+derive-dev
 Provides:
  librust-proxmox-apt+default-dev (= ${binary:Version}),
- librust-proxmox-apt-0-dev (= ${binary:Version}),
- librust-proxmox-apt-0+default-dev (= ${binary:Version}),
- librust-proxmox-apt-0.1-dev (= ${binary:Version}),
- librust-proxmox-apt-0.1+default-dev (= ${binary:Version}),
- librust-proxmox-apt-0.1.1-dev (= ${binary:Version}),
- librust-proxmox-apt-0.1.1+default-dev (= ${binary:Version})
+ librust-proxmox-apt-1-dev (= ${binary:Version}),
+ librust-proxmox-apt-1+default-dev (= ${binary:Version}),
+ librust-proxmox-apt-1.0-dev (= ${binary:Version}),
+ librust-proxmox-apt-1.0+default-dev (= ${binary:Version}),
+ librust-proxmox-apt-1.0.0-dev (= ${binary:Version}),
+ librust-proxmox-apt-1.0.0+default-dev (= ${binary:Version})
 Description: Proxmox library for APT - Rust source code
  This package contains the source for the Rust proxmox-apt crate, packaged by
  debcargo for use with cargo and dh-cargo.
-- 
2.20.1