[27500] in Source-Commits
Re: xcluster commit: Make xcluster build without daconfiscate
daemon@ATHENA.MIT.EDU (Alex Chernyakhovsky)
Mon Sep 30 23:05:14 2013
MIME-Version: 1.0
In-Reply-To: <alpine.GSO.1.10.1309302216340.16692@multics.mit.edu>
Date: Mon, 30 Sep 2013 23:05:04 -0400
Message-ID: <CAB18ysr4mSmLUj11_rACY90BMqvmRidXu0bZuZaLSjete4tv7w@mail.gmail.com>
From: Alex Chernyakhovsky <achernya@MIT.EDU>
To: Benjamin Kaduk <kaduk@MIT.EDU>
Cc: Victor Vasiliev <vasilvv@MIT.EDU>,
"source-commits@mit.edu" <source-commits@MIT.EDU>
Content-Type: text/plain; charset=ISO-8859-1
I don't think so. 10.0.0 got replaced with 10.0.1, creating a new
upstream release.
Sincerely,
-Alex
On Mon, Sep 30, 2013 at 10:18 PM, Benjamin Kaduk <kaduk@mit.edu> wrote:
> 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