[27507] in Source-Commits

home help back first fref pref prev next nref lref last post

machtype commit: Support Saucy

daemon@ATHENA.MIT.EDU (Jonathan D Reed)
Tue Oct 8 16:40:00 2013

Date: Tue, 8 Oct 2013 16:39:53 -0400
From: Jonathan D Reed <jdreed@MIT.EDU>
Message-Id: <201310082039.r98KdrvG002169@drugstore.mit.edu>
To: source-commits@MIT.EDU

https://github.com/mit-athena/machtype/commit/973210f4ed42e3a178a233facebe76602e6bec42
commit 973210f4ed42e3a178a233facebe76602e6bec42
Author: Jonathan Reed <jdreed@mit.edu>
Date:   Tue Oct 8 16:27:01 2013 -0400

    Support Saucy
    
    Add machtype support for saucy, and release a new version.
    (Trac: #1402)

 debian/changelog |    7 +++++++
 debian/rules     |    6 ++++++
 2 files changed, 13 insertions(+), 0 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 072e18b..9e9b219 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+debathena-machtype (10.4) unstable; urgency=low
+
+  * Support Saucy (Trac: #1402)
+  * Fix bug that had incorrect sysnames for Raring.
+
+ -- Jonathan Reed <jdreed@mit.edu>  Tue, 08 Oct 2013 16:23:54 -0400
+
 debathena-machtype (10.3) unstable; urgency=low
 
   * Pretend to support Jessie.
diff --git a/debian/rules b/debian/rules
index 2007f41..858e009 100755
--- a/debian/rules
+++ b/debian/rules
@@ -32,6 +32,12 @@ ifeq ($(call compare_debian_version,8),y)
     SYS_COMPAT += $(call arch_sysnames,amd64_deb80,i386_deb80)
 endif
 
+ifeq ($(DISTRO),Ubuntu)
+    ifeq ($(call compare_ubuntu_version,13.10),y)
+        SYS_COMPAT += $(call arch_sysnames,amd64_ubuntu1310,i386_ubuntu1310)
+    endif
+endif
+
 # Wheezy has had like 3 freezes, all before raring's DIF, so
 # who knows if this order is right.
 ifeq ($(DISTRO),Ubuntu)

home help back first fref pref prev next nref lref last post