[rtems-buildsys commit] Add Ubuntu 13.04/raring.

Ralf Corsepius ralf at rtems.org
Sat Jun 15 05:07:20 UTC 2013


Module:    rtems-buildsys
Branch:    master
Commit:    bb4368dbaaef102b0d838dce9731f2f261810f47
Changeset: http://git.rtems.org/rtems-buildsys/commit/?id=bb4368dbaaef102b0d838dce9731f2f261810f47

Author:    Ralf Corsépius <ralf.corsepius at rtems.org>
Date:      Fri Apr 26 12:06:25 2013 +0200

Add Ubuntu 13.04/raring.

---

 rtems-sbuild/Makefile.am                           |    4 ++++
 rtems-sbuild/Makefile.in                           |    6 ++++--
 rtems-sbuild/aclocal.m4                            |    6 +++---
 rtems-sbuild/configure                             |   20 ++++++++++----------
 rtems-sbuild/configure.ac                          |    6 +++---
 .../etc/schroot/chroot.d/raring-amd64-sbuild       |    6 ++++++
 .../etc/schroot/chroot.d/raring-i386-sbuild        |    7 +++++++
 rtems-sbuild/rtems-sbuild.spec                     |    2 +-
 8 files changed, 38 insertions(+), 19 deletions(-)

diff --git a/rtems-sbuild/Makefile.am b/rtems-sbuild/Makefile.am
index cfb8c16..f346530 100644
--- a/rtems-sbuild/Makefile.am
+++ b/rtems-sbuild/Makefile.am
@@ -29,6 +29,10 @@ dist_schrootchroot_d_DATA += etc/schroot/chroot.d/precise-i386-sbuild
 dist_schrootchroot_d_DATA += etc/schroot/chroot.d/quantal-amd64-sbuild
 dist_schrootchroot_d_DATA += etc/schroot/chroot.d/quantal-i386-sbuild
 
+## 13.04 - EOL 2014-01
+dist_schrootchroot_d_DATA += etc/schroot/chroot.d/raring-amd64-sbuild
+dist_schrootchroot_d_DATA += etc/schroot/chroot.d/raring-i386-sbuild
+
 schrootsetup_ddir = ${schrootconfdir}/setup.d
 dist_schrootsetup_d_SCRIPTS = etc/schroot/setup.d/80distro
 
diff --git a/rtems-sbuild/Makefile.in b/rtems-sbuild/Makefile.in
index 8a76b7f..dd7642f 100644
--- a/rtems-sbuild/Makefile.in
+++ b/rtems-sbuild/Makefile.in
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.12.5 from Makefile.am.
+# Makefile.in generated by automake 1.12.6 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994-2012 Free Software Foundation, Inc.
@@ -212,7 +212,9 @@ dist_schrootchroot_d_DATA = etc/schroot/chroot.d/squeeze-amd64-sbuild \
 	etc/schroot/chroot.d/precise-amd64-sbuild \
 	etc/schroot/chroot.d/precise-i386-sbuild \
 	etc/schroot/chroot.d/quantal-amd64-sbuild \
-	etc/schroot/chroot.d/quantal-i386-sbuild
+	etc/schroot/chroot.d/quantal-i386-sbuild \
+	etc/schroot/chroot.d/raring-amd64-sbuild \
+	etc/schroot/chroot.d/raring-i386-sbuild
 schrootsetup_ddir = ${schrootconfdir}/setup.d
 dist_schrootsetup_d_SCRIPTS = etc/schroot/setup.d/80distro
 keyringsdir = ${datadir}/keyrings
diff --git a/rtems-sbuild/aclocal.m4 b/rtems-sbuild/aclocal.m4
index 982698c..83fc307 100644
--- a/rtems-sbuild/aclocal.m4
+++ b/rtems-sbuild/aclocal.m4
@@ -1,4 +1,4 @@
-# generated automatically by aclocal 1.12.5 -*- Autoconf -*-
+# generated automatically by aclocal 1.12.6 -*- Autoconf -*-
 
 # Copyright (C) 1996-2012 Free Software Foundation, Inc.
 
@@ -34,7 +34,7 @@ AC_DEFUN([AM_AUTOMAKE_VERSION],
 [am__api_version='1.12'
 dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
 dnl require some minimum version.  Point them to the right macro.
-m4_if([$1], [1.12.5], [],
+m4_if([$1], [1.12.6], [],
       [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
 ])
 
@@ -50,7 +50,7 @@ m4_define([_AM_AUTOCONF_VERSION], [])
 # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
 # This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
 AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
-[AM_AUTOMAKE_VERSION([1.12.5])dnl
+[AM_AUTOMAKE_VERSION([1.12.6])dnl
 m4_ifndef([AC_AUTOCONF_VERSION],
   [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
 _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
diff --git a/rtems-sbuild/configure b/rtems-sbuild/configure
index 73087e4..b87ae49 100755
--- a/rtems-sbuild/configure
+++ b/rtems-sbuild/configure
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for rtems-sbuild 0.20121205.1.
+# Generated by GNU Autoconf 2.69 for rtems-sbuild 0.20130426.1.
 #
 # Report bugs to <ralf.corsepius at rtems.org>.
 #
@@ -579,8 +579,8 @@ MAKEFLAGS=
 # Identity of this package.
 PACKAGE_NAME='rtems-sbuild'
 PACKAGE_TARNAME='rtems-sbuild'
-PACKAGE_VERSION='0.20121205.1'
-PACKAGE_STRING='rtems-sbuild 0.20121205.1'
+PACKAGE_VERSION='0.20130426.1'
+PACKAGE_STRING='rtems-sbuild 0.20130426.1'
 PACKAGE_BUGREPORT='ralf.corsepius at rtems.org'
 PACKAGE_URL=''
 
@@ -1196,7 +1196,7 @@ if test "$ac_init_help" = "long"; then
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures rtems-sbuild 0.20121205.1 to adapt to many kinds of systems.
+\`configure' configures rtems-sbuild 0.20130426.1 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1262,7 +1262,7 @@ fi
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of rtems-sbuild 0.20121205.1:";;
+     short | recursive ) echo "Configuration of rtems-sbuild 0.20130426.1:";;
    esac
   cat <<\_ACEOF
 
@@ -1329,7 +1329,7 @@ fi
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-rtems-sbuild configure 0.20121205.1
+rtems-sbuild configure 0.20130426.1
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1346,7 +1346,7 @@ cat >config.log <<_ACEOF
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by rtems-sbuild $as_me 0.20121205.1, which was
+It was created by rtems-sbuild $as_me 0.20130426.1, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2171,7 +2171,7 @@ fi
 
 # Define the identity of the package.
  PACKAGE='rtems-sbuild'
- VERSION='0.20121205.1'
+ VERSION='0.20130426.1'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -2864,7 +2864,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by rtems-sbuild $as_me 0.20121205.1, which was
+This file was extended by rtems-sbuild $as_me 0.20130426.1, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -2917,7 +2917,7 @@ _ACEOF
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-rtems-sbuild config.status 0.20121205.1
+rtems-sbuild config.status 0.20130426.1
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\"\$ac_cs_config\\"
 
diff --git a/rtems-sbuild/configure.ac b/rtems-sbuild/configure.ac
index f0da6a5..fc46f49 100644
--- a/rtems-sbuild/configure.ac
+++ b/rtems-sbuild/configure.ac
@@ -1,10 +1,10 @@
 #                                               -*- Autoconf -*-
 # Process this file with autoconf to produce a configure script.
 
-AC_PREREQ([2.68])
-AC_INIT([rtems-sbuild], [0.20121205.1], [ralf.corsepius at rtems.org])
+AC_PREREQ([2.69])
+AC_INIT([rtems-sbuild], [0.20130426.1], [ralf.corsepius at rtems.org])
 
-AM_INIT_AUTOMAKE([foreign 1.12.5 no-dist-gzip dist-xz])
+AM_INIT_AUTOMAKE([foreign 1.12.6 no-dist-gzip dist-xz])
 
 # Checks for programs.
 AC_PATH_PROG([SBUILD],[sbuild])
diff --git a/rtems-sbuild/etc/schroot/chroot.d/raring-amd64-sbuild b/rtems-sbuild/etc/schroot/chroot.d/raring-amd64-sbuild
new file mode 100644
index 0000000..75b5d41
--- /dev/null
+++ b/rtems-sbuild/etc/schroot/chroot.d/raring-amd64-sbuild
@@ -0,0 +1,6 @@
+[raring-amd64-sbuild]
+type=directory
+description=Ubuntu 13.04 raring/amd64 autobuilder
+directory=/srv/chroot/raring-amd64
+groups=root,sbuild
+root-groups=root,sbuild
diff --git a/rtems-sbuild/etc/schroot/chroot.d/raring-i386-sbuild b/rtems-sbuild/etc/schroot/chroot.d/raring-i386-sbuild
new file mode 100644
index 0000000..319f068
--- /dev/null
+++ b/rtems-sbuild/etc/schroot/chroot.d/raring-i386-sbuild
@@ -0,0 +1,7 @@
+[raring-i386-sbuild]
+type=directory
+description=Ubuntu 13.04 raring/i386 autobuilder
+directory=/srv/chroot/raring-i386
+groups=root,sbuild
+root-groups=root,sbuild
+personality=linux32
diff --git a/rtems-sbuild/rtems-sbuild.spec b/rtems-sbuild/rtems-sbuild.spec
index ec2e573..64c7431 100644
--- a/rtems-sbuild/rtems-sbuild.spec
+++ b/rtems-sbuild/rtems-sbuild.spec
@@ -1,5 +1,5 @@
 Name:           rtems-sbuild
-Version:        0.20121205.1
+Version:        0.20130426.1
 Release:        0%{?dist}
 Summary:        RTEMS sbuild chroots setup
 




More information about the vc mailing list