[27137] in Source-Commits
Re: /svn/athena r25966 - trunk/athena/bin/machtype/debian
daemon@ATHENA.MIT.EDU (Benjamin Kaduk)
Wed May 8 17:03:12 2013
Date: Wed, 8 May 2013 17:03:03 -0400 (EDT)
From: Benjamin Kaduk <kaduk@MIT.EDU>
To: Jonathan D Reed <jdreed@MIT.EDU>
cc: source-commits@MIT.EDU
In-Reply-To: <201305081923.r48JNhpU023628@drugstore.mit.edu>
Message-ID: <alpine.GSO.1.10.1305081703000.9389@multics.mit.edu>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed
ACK.
-Ben
On Wed, 8 May 2013, Jonathan D Reed wrote:
> Author: jdreed
> Date: 2013-05-08 15:23:42 -0400 (Wed, 08 May 2013)
> New Revision: 25966
>
> Modified:
> trunk/athena/bin/machtype/debian/changelog
> trunk/athena/bin/machtype/debian/rules
> Log:
> In machtype:
> * Pretend to support Jessie.
>
>
> Modified: trunk/athena/bin/machtype/debian/changelog
> ===================================================================
> --- trunk/athena/bin/machtype/debian/changelog 2013-05-08 18:44:52 UTC (rev 25965)
> +++ trunk/athena/bin/machtype/debian/changelog 2013-05-08 19:23:42 UTC (rev 25966)
> @@ -1,3 +1,9 @@
> +debathena-machtype (10.3) unstable; urgency=low
> +
> + * Pretend to support Jessie.
> +
> + -- Jonathan Reed <jdreed@mit.edu> Wed, 08 May 2013 15:23:30 -0400
> +
> debathena-machtype (10.2) unstable; urgency=low
>
> * Switch from control.in to control (Trac: #561)
>
> Modified: trunk/athena/bin/machtype/debian/rules
> ===================================================================
> --- trunk/athena/bin/machtype/debian/rules 2013-05-08 18:44:52 UTC (rev 25965)
> +++ trunk/athena/bin/machtype/debian/rules 2013-05-08 19:23:42 UTC (rev 25966)
> @@ -28,6 +28,10 @@
> # chronological order, e.g., Debian 6.0 released before Ubuntu 11.04,
> # but after its DebianImportFreeze.)
>
> +ifeq ($(call compare_debian_version,8),y)
> + SYS_COMPAT += $(call arch_sysnames,amd64_deb80,i386_deb80)
> +endif
> +
> # Wheezy has had like 3 freezes, all before raring's DIF, so
> # who knows if this order is right.
> ifeq ($(DISTRO),Ubuntu)
>
>