From 4c7e7d8134f88cd522e80af98fcb734de9471983 Mon Sep 17 00:00:00 2001 From: Axel Beckert Date: Fri, 30 Mar 2012 18:41:53 +0200 Subject: [PATCH 1/3] Debian package: Bump Standards-Version to 3.9.3 --- debian/changelog | 1 + debian/control | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 838907c..4f903e3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -11,6 +11,7 @@ xen-tools (4.2.1+dev-1) UNRELEASED; urgency=low * Workaround for missing unit parsing in xen-create-nfs (Closes: #648814) * Fix wildcard vs regexp in memory configuration parsing. + * Bump Standards-Version to 3.9.3 (no changes) * Fix Lintian warning copyright-refers-to-symlink-license. -- Axel Beckert Tue, 15 Nov 2011 22:32:56 +0100 diff --git a/debian/control b/debian/control index 1cbc92d..43aeb06 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: utils Priority: extra Maintainer: Axel Beckert Build-Depends: debhelper (>= 7.0.0), libtest-pod-perl, libtext-template-perl -Standards-Version: 3.9.1 +Standards-Version: 3.9.3 Homepage: http://xen-tools.org/software/xen-tools Vcs-Browser: http://gitorious.org/xen-tools/xen-tools Vcs-Git: git://gitorious.org/xen-tools/xen-tools.git From 359a6c13f0b9b68cf2e6cac36274d7b3d174b991 Mon Sep 17 00:00:00 2001 From: Axel Beckert Date: Fri, 30 Mar 2012 18:43:47 +0200 Subject: [PATCH 2/3] Debian package: Fix lintian warning debian-rules-missing-recommended-target --- debian/changelog | 4 +++- debian/rules | 5 +++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 4f903e3..df187a8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -12,7 +12,9 @@ xen-tools (4.2.1+dev-1) UNRELEASED; urgency=low #648814) * Fix wildcard vs regexp in memory configuration parsing. * Bump Standards-Version to 3.9.3 (no changes) - * Fix Lintian warning copyright-refers-to-symlink-license. + * Fix the following Lintian warnings: + - copyright-refers-to-symlink-license + - debian-rules-missing-recommended-target -- Axel Beckert Tue, 15 Nov 2011 22:32:56 +0100 diff --git a/debian/rules b/debian/rules index 328a442..a7171b7 100755 --- a/debian/rules +++ b/debian/rules @@ -9,8 +9,9 @@ configure-stamp: touch configure-stamp -build: build-stamp - +build: build-arch build-indep +build-arch: build-stamp +build-indep: build-stamp build-stamp: configure-stamp dh_testdir touch build-stamp From f2e97be7868df9f4423e8ee277fda968be06d42e Mon Sep 17 00:00:00 2001 From: Axel Beckert Date: Fri, 30 Mar 2012 18:58:11 +0200 Subject: [PATCH 3/3] Reorder Debian changelog entry --- debian/changelog | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/debian/changelog b/debian/changelog index df187a8..16c7127 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,14 +3,14 @@ xen-tools (4.2.1+dev-1) UNRELEASED; urgency=low * New upstream snapshot - Correctly checks and documents valid values for disk_device. (Closes: #621499) - * Support creating Ubuntu 11.10 Oneiric DomUs (LP: #848654) - * Support creating Ubuntu 12.04 Precise DomUs - * Update mirror list for discontinued releases of Debian and Ubuntu + - Supports creating Ubuntu 11.10 Oneiric DomUs (LP: #848654) + - Supports creating Ubuntu 12.04 Precise DomUs + - Updated mirror list for discontinued releases of Debian and Ubuntu + - Workaround for missing unit parsing in xen-create-nfs (Closes: + #648814) + - Fix wildcard vs regexp in memory configuration parsing. * No more suggest evms-cli -- it's no more available on any supported Dom0 distribution. Thanks to Markus Waldeck for the hint. - * Workaround for missing unit parsing in xen-create-nfs (Closes: - #648814) - * Fix wildcard vs regexp in memory configuration parsing. * Bump Standards-Version to 3.9.3 (no changes) * Fix the following Lintian warnings: - copyright-refers-to-symlink-license