[27495] in Source-Commits
Re: xcluster commit: Make xcluster build without daconfiscate
daemon@ATHENA.MIT.EDU (Benjamin Kaduk)
Mon Sep 30 22:18:21 2013
Date: Mon, 30 Sep 2013 22:18:11 -0400 (EDT)
From: Benjamin Kaduk <kaduk@MIT.EDU>
To: Victor Vasiliev <vasilvv@MIT.EDU>
cc: source-commits@MIT.EDU
In-Reply-To: <201309300025.r8U0PG6R013155@drugstore.mit.edu>
Message-ID: <alpine.GSO.1.10.1309302216340.16692@multics.mit.edu>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII
On Sun, 29 Sep 2013, Victor Vasiliev wrote:
> https://github.com/mit-athena/xcluster/commit/0c9f18c1b4432a6faa5a86ac7e4e8875ecc87e1e
> commit 0c9f18c1b4432a6faa5a86ac7e4e8875ecc87e1e
> Author: Victor Vasiliev <vasilvv@mit.edu>
> Date: Sun Sep 29 07:15:14 2013 -0400
>
> Make xcluster build without daconfiscate
>
> Replace mkinstalldirs with mkdir -p, use automake for the rest, use
> dh-autoreconf and debhelper 7.
>
> Makefile.in | 7 ++++---
> configure.in | 1 +
> debian/changelog | 7 ++++++-
> debian/control | 2 +-
> debian/rules | 17 +++++++++++------
> 5 files changed, 23 insertions(+), 11 deletions(-)
>
> diff --git a/debian/changelog b/debian/changelog
> index 8ec53b3..1ae5710 100644
> --- a/debian/changelog
> +++ b/debian/changelog
> @@ -1,10 +1,15 @@
> -debathena-xcluster (10.0.0-0debathena3) UNRELEASED; urgency=low
> +debathena-xcluster (10.0.1-0debathena1) UNRELEASED; urgency=low
This seems to be making the version number go backwards.
-Ben
> + [ Jonathan Reed ]
> * Bump debian/compat to 6
> * Switch from control.in to control (Trac: #561)
> * Bump Standards-Version to 3.9.3
> * Bump compat level to 7
>
> + [ Victor Vasiliev ]
> + * Make package build without daconfiscate
> + * Use debhelper 7
> +
> -- Jonathan Reed <jdreed@mit.edu> Wed, 03 Apr 2013 13:59:58 -0400
>
> debathena-xcluster (10.0.0-0debathena2) unstable; urgency=low