From 0c8640d26b50c011e0243c7b294a23407721a15b Mon Sep 17 00:00:00 2001 From: Marcin Juszkiewicz Date: Tue, 15 Jan 2019 12:06:32 +0100 Subject: [PATCH] Updated watch file to get rid of 2011.2 upstream tag --- debian/changelog | 7 +++++++ debian/copyright | 1 + debian/watch | 2 +- 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 18af43559..459e7a44c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +glance (2:17.0.0-4.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Updated watch file to get rid of 2011.2 upstream tag + + -- Marcin Juszkiewicz Tue, 15 Jan 2019 12:06:27 +0100 + glance (2:17.0.0-4) unstable; urgency=medium * d/control: diff --git a/debian/copyright b/debian/copyright index d08dfc0ad..aa7baae3d 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,6 +1,7 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: glance Source: https://github.com/openstack/glance +Files-Excluded: https://github.com/openstack/glance/archive/2011.2.tar.gz Files: * Copyright: (c) 2010-2011, US Government as represented by the Administrator of NASA diff --git a/debian/watch b/debian/watch index 77047f5a1..720872f2d 100644 --- a/debian/watch +++ b/debian/watch @@ -1,3 +1,3 @@ version=3 -opts="uversionmangle=s/\.(b|rc)/~$1/" \ +opts=uversionmangle=s/2011.2/0.2011.2/;s/\.(b|rc)/~$1/ \ https://github.com/openstack/glance/tags .*/(\d[\d\.]+)\.tar\.gz -- GitLab