[25392] in Source-Commits
/svn/athena r24947 - in trunk/athena/bin/athdir: . debian
daemon@ATHENA.MIT.EDU (Geoffrey Thomas)
Sun Feb 13 15:58:09 2011
Date: Sun, 13 Feb 2011 15:58:03 -0500
From: Geoffrey Thomas <geofft@MIT.EDU>
Message-Id: <201102132058.p1DKw38Z014170@drugstore.mit.edu>
To: source-commits@mit.edu
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Author: geofft
Date: 2011-02-13 15:58:03 -0500 (Sun, 13 Feb 2011)
New Revision: 24947
Modified:
trunk/athena/bin/athdir/configure.ac
trunk/athena/bin/athdir/debian/changelog
Log:
athdir: Fixes to r24934
Among other things, this isn't a packaging change, so bump the
non-Debian version component.
Modified: trunk/athena/bin/athdir/configure.ac
===================================================================
--- trunk/athena/bin/athdir/configure.ac 2011-02-11 16:54:20 UTC (rev 24946)
+++ trunk/athena/bin/athdir/configure.ac 2011-02-13 20:58:03 UTC (rev 24947)
@@ -10,7 +10,7 @@
AC_MSG_NOTICE([Adding athdir CFLAGS ${ATHDIR_CFLAGS}])
CFLAGS="${ATHDIR_CFLAGS} ${CFLAGS}"
-AC_MSG_NOTICE([Adding athdir LDFLAGS ${ATHDIR_LIBS}])
+AC_MSG_NOTICE([Adding athdir LIBS ${ATHDIR_LIBS}])
LIBS="${ATHDIR_LIBS} ${LIBS}"
AC_CONFIG_FILES([Makefile])
Modified: trunk/athena/bin/athdir/debian/changelog
===================================================================
--- trunk/athena/bin/athdir/debian/changelog 2011-02-11 16:54:20 UTC (rev 24946)
+++ trunk/athena/bin/athdir/debian/changelog 2011-02-13 20:58:03 UTC (rev 24947)
@@ -1,4 +1,4 @@
-debathena-athdir (10.0.1-0debathena2) unstable; urgency=low
+debathena-athdir (10.0.2-0debathena1) unstable; urgency=low
* In configure.ac, add libathdir's LIBS to LIBS, not LDFLAGS. If the
linker is picky about the order of objects on the command line (as