[28558] in Source-Commits
discuss commit [debian]: Update automake to 1.11
daemon@ATHENA.MIT.EDU (Victor Vasiliev)
Sat Nov 28 23:15:41 2015
Date: Sat, 28 Nov 2015 23:15:40 -0500
From: Victor Vasiliev <vasilvv@mit.edu>
Message-Id: <201511290415.tAT4FepE003548@drugstore.mit.edu>
To: source-commits@mit.edu
https://github.com/mit-athena/discuss/commit/bd80ac0ccfe93758f5bef00ef08054734bfc1867
commit bd80ac0ccfe93758f5bef00ef08054734bfc1867
Author: Victor Vasiliev <vasilvv@mit.edu>
Date: Sat Nov 28 23:13:18 2015 -0500
Update automake to 1.11
debian/changelog | 6 ++++++
debian/control | 2 +-
debian/rules | 4 ++--
3 files changed, 9 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index c4ff527..cdf96fb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+debathena-discuss (10.0.17-0debathena2) unstable; urgency=medium
+
+ * Raise automake version to 1.11.
+
+ -- Victor Vasiliev <vasilvv@mit.edu> Sat, 28 Nov 2015 23:08:23 -0500
+
debathena-discuss (10.0.17-0debathena1) unstable; urgency=low
* Correct typos and add clarifications in in discussd and disserve man
diff --git a/debian/control b/debian/control
index bd2f260..63c35fb 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: debathena-discuss
Section: debathena/net
Priority: extra
Maintainer: Debathena Project <debathena@mit.edu>
-Build-Depends: cdbs, debhelper, dh-buildinfo, autoconf, autotools-dev, automake1.9, debathena-aclocal, comerr-dev, ss-dev, libkrb5-dev, libzephyr-dev, bison
+Build-Depends: cdbs, debhelper, dh-buildinfo, autoconf, autotools-dev, automake1.11, debathena-aclocal, comerr-dev, ss-dev, libkrb5-dev, libzephyr-dev, bison
Standards-Version: 3.9.3
Package: debathena-discuss
diff --git a/debian/rules b/debian/rules
index ad6bdd2..33645e9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,11 +6,11 @@ include /usr/share/cdbs/1/class/autotools.mk
debian/stamp-autotools-files: aclocal.m4 config.guess config.sub install-sh missing
aclocal.m4:
- aclocal-1.9
+ aclocal-1.11
config.guess config.sub:
cp /usr/share/misc/$@ $@
install-sh missing:
- -automake-1.9 --foreign --add-missing
+ -automake-1.11 --foreign --add-missing
DEB_CONFIGURE_EXTRA_FLAGS += --without-krb4 --with-krb5 --with-zephyr --with-pager=/usr/bin/pager
DEB_DH_INSTALL_SOURCEDIR = $(DEB_DESTDIR)