[23895] in Source-Commits
/svn/athena r23505 - trunk/debathena/meta/build-depends/debian
daemon@ATHENA.MIT.EDU (Timothy G Abbott)
Mon Mar 2 12:20:40 2009
Date: Mon, 2 Mar 2009 12:19:55 -0500
From: Timothy G Abbott <tabbott@MIT.EDU>
Message-Id: <200903021719.n22HJt7g010698@drugstore.mit.edu>
To: source-commits@mit.edu
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Author: tabbott
Date: 2009-03-02 12:19:55 -0500 (Mon, 02 Mar 2009)
New Revision: 23505
Modified:
trunk/debathena/meta/build-depends/debian/changelog
trunk/debathena/meta/build-depends/debian/rules
Log:
In build-depends:
* Version bump to recalculate dependencies.
* Filter ntp and chrony since they conflict with each other.
Modified: trunk/debathena/meta/build-depends/debian/changelog
===================================================================
--- trunk/debathena/meta/build-depends/debian/changelog 2009-03-02 12:27:30 UTC (rev 23504)
+++ trunk/debathena/meta/build-depends/debian/changelog 2009-03-02 17:19:55 UTC (rev 23505)
@@ -1,3 +1,10 @@
+debathena-build-depends (1.4) unstable; urgency=low
+
+ * Version bump to recalculate dependencies.
+ * Filter ntp and chrony since they conflict with each other.
+
+ -- Tim Abbott <tabbott@mit.edu> Mon, 02 Mar 2009 12:19:35 -0500
+
debathena-build-depends (1.3) unstable; urgency=low
* Remove DEB_AUTO_UPDATE_DEBIAN_CONTROL.
Modified: trunk/debathena/meta/build-depends/debian/rules
===================================================================
--- trunk/debathena/meta/build-depends/debian/rules 2009-03-02 12:27:30 UTC (rev 23504)
+++ trunk/debathena/meta/build-depends/debian/rules 2009-03-02 17:19:55 UTC (rev 23505)
@@ -32,6 +32,7 @@
sort -u | \
grep -v '\[' | \
grep -v tetex | \
+ grep -v chrony | grep -v ntp | \
tr '\n' ',' >> $@;
echo >> $@