[25610] in Source-Commits
/svn/athena r25123 - trunk/debathena/debathena/aclocal/debian
daemon@ATHENA.MIT.EDU (Geoffrey Thomas)
Mon May 2 03:59:38 2011
Date: Mon, 2 May 2011 03:59:32 -0400
From: Geoffrey Thomas <geofft@MIT.EDU>
Message-Id: <201105020759.p427xWIo019645@drugstore.mit.edu>
To: source-commits@mit.edu
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Author: geofft
Date: 2011-05-02 03:59:32 -0400 (Mon, 02 May 2011)
New Revision: 25123
Modified:
trunk/debathena/debathena/aclocal/debian/changelog
trunk/debathena/debathena/aclocal/debian/control.in
Log:
In aclocal:
* If we're going to use pkg-config's macros, having pkg-config
installed is probably a good plan.
Modified: trunk/debathena/debathena/aclocal/debian/changelog
===================================================================
--- trunk/debathena/debathena/aclocal/debian/changelog 2011-05-02 07:28:16 UTC (rev 25122)
+++ trunk/debathena/debathena/aclocal/debian/changelog 2011-05-02 07:59:32 UTC (rev 25123)
@@ -1,3 +1,10 @@
+debathena-aclocal (1.1.1) unstable; urgency=low
+
+ * If we're going to use pkg-config's macros, having pkg-config
+ installed is probably a good plan.
+
+ -- Geoffrey Thomas <geofft@mit.edu> Mon, 02 May 2011 03:58:34 -0400
+
debathena-aclocal (1.1) unstable; urgency=low
* Make ATHENA_UTIL_COM_ERR use pkg-config to find com_err's location
Modified: trunk/debathena/debathena/aclocal/debian/control.in
===================================================================
--- trunk/debathena/debathena/aclocal/debian/control.in 2011-05-02 07:28:16 UTC (rev 25122)
+++ trunk/debathena/debathena/aclocal/debian/control.in 2011-05-02 07:59:32 UTC (rev 25123)
@@ -7,7 +7,7 @@
Package: debathena-aclocal
Architecture: all
-Depends: ${misc:Depends}
+Depends: ${misc:Depends}, pkg-config
Description: Common autoconf macros for Debathena
This package contains autoconf macros shared by multiple Debathena
- packages.
\ No newline at end of file
+ packages.