[27508] in Source-Commits
machtype commit: Fix Raring sysnames
daemon@ATHENA.MIT.EDU (Jonathan D Reed)
Tue Oct 8 16:40:00 2013
Date: Tue, 8 Oct 2013 16:39:51 -0400
From: Jonathan D Reed <jdreed@MIT.EDU>
Message-Id: <201310082039.r98KdpZn001611@drugstore.mit.edu>
To: source-commits@MIT.EDU
https://github.com/mit-athena/machtype/commit/9c1ee901dddb4d81de3910bd0ce7069f9081330f
commit 9c1ee901dddb4d81de3910bd0ce7069f9081330f
Author: Jonathan Reed <jdreed@mit.edu>
Date: Tue Oct 8 16:26:17 2013 -0400
Fix Raring sysnames
Due to a copy/paste error, raring had sysnames for quantal.
Correctly specify 13.04 sysnames.
debian/rules | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/debian/rules b/debian/rules
index 7a9ba5f..2007f41 100755
--- a/debian/rules
+++ b/debian/rules
@@ -36,7 +36,7 @@ endif
# who knows if this order is right.
ifeq ($(DISTRO),Ubuntu)
ifeq ($(call compare_ubuntu_version,13.04),y)
- SYS_COMPAT += $(call arch_sysnames,amd64_ubuntu1210,i386_ubuntu1210)
+ SYS_COMPAT += $(call arch_sysnames,amd64_ubuntu1304,i386_ubuntu1304)
endif
endif