From: Mark Wooding Date: Mon, 8 Jul 2013 15:47:03 +0000 (+0100) Subject: Actually arrange to distribute the Automake helper scripts. X-Git-Tag: 1.1.3.1^0 X-Git-Url: https://git.distorted.org.uk/~mdw/strayman/commitdiff_plain/b40e3be3e44f20ca28cc17fc3fd23317e6ee9010 Actually arrange to distribute the Automake helper scripts. Release 1.1.3.1. --- diff --git a/configure.in b/configure.in index e5d838e..920d904 100644 --- a/configure.in +++ b/configure.in @@ -26,6 +26,7 @@ dnl Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. mdw_AUTO_VERSION AC_INIT(strayman, AUTO_VERSION, mdw@distorted.org.uk) AC_CONFIG_SRCDIR(strayman.ins) +AC_CONFIG_AUX_DIR(.) AM_INIT_AUTOMAKE(foreign) mdw_DIR_TEXMF AC_OUTPUT(Makefile) diff --git a/debian/changelog b/debian/changelog index 4915cc8..a7b1891 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +strayman (1.1.3.1) experimental; urgency=low + + * Unbreak release source tarballs. + + -- Mark Wooding Mon, 08 Jul 2013 16:43:54 +0100 + strayman (1.1.3) experimental; urgency=low * Debianized.