[23099] in Source-Commits

home help back first fref pref prev next nref lref last post

/svn/athena r22762 - trunk/athena/bin/authwatch/debian

daemon@ATHENA.MIT.EDU (ghudson@MIT.EDU)
Tue Feb 19 16:00:08 2008

Date: Tue, 19 Feb 2008 15:59:36 -0500 (EST)
From: ghudson@MIT.EDU
Message-Id: <200802192059.PAA27723@drugstore.mit.edu>
To: source-commits@MIT.EDU
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Author: ghudson
Date: 2008-02-19 15:59:35 -0500 (Tue, 19 Feb 2008)
New Revision: 22762

Modified:
   trunk/athena/bin/authwatch/debian/changelog
   trunk/athena/bin/authwatch/debian/control
   trunk/athena/bin/authwatch/debian/control.in
Log:
Make authwatch build with sbuild.

* athena/bin/authwatch/debian/control.in: Add dependencies on
  libgtk2.0-dev and pkg-config.


Modified: trunk/athena/bin/authwatch/debian/changelog
===================================================================
--- trunk/athena/bin/authwatch/debian/changelog	2008-02-18 08:17:51 UTC (rev 22761)
+++ trunk/athena/bin/authwatch/debian/changelog	2008-02-19 20:59:35 UTC (rev 22762)
@@ -1,3 +1,9 @@
+debathena-authwatch (9.4.12-0debathena2) unstable; urgency=low
+
+  * Specify libgtk2.0-dev and pkg-config in build-depends.
+
+ -- Greg Hudson <ghudson@equal-rites.mit.edu>  Tue, 19 Feb 2008 15:29:24 -0500
+
 debathena-authwatch (9.4.12-0debathena1) unstable; urgency=low
 
   * Initial release.

Modified: trunk/athena/bin/authwatch/debian/control
===================================================================
--- trunk/athena/bin/authwatch/debian/control	2008-02-18 08:17:51 UTC (rev 22761)
+++ trunk/athena/bin/authwatch/debian/control	2008-02-19 20:59:35 UTC (rev 22762)
@@ -2,7 +2,7 @@
 Section: debathena/gnome
 Priority: extra
 Maintainer: Debian-Athena Project <debathena@mit.edu>
-Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 4.2.0), autoconf, libkrb5-dev
+Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 4.2.0), autoconf, libkrb5-dev, libgtk2.0-dev, pkg-config
 Standards-Version: 3.7.2
 
 Package: debathena-authwatch

Modified: trunk/athena/bin/authwatch/debian/control.in
===================================================================
--- trunk/athena/bin/authwatch/debian/control.in	2008-02-18 08:17:51 UTC (rev 22761)
+++ trunk/athena/bin/authwatch/debian/control.in	2008-02-19 20:59:35 UTC (rev 22762)
@@ -2,7 +2,7 @@
 Section: debathena/gnome
 Priority: extra
 Maintainer: Debian-Athena Project <debathena@mit.edu>
-Build-Depends: @cdbs@, libkrb5-dev
+Build-Depends: @cdbs@, libkrb5-dev, libgtk2.0-dev, pkg-config
 Standards-Version: 3.7.2
 
 Package: debathena-authwatch


home help back first fref pref prev next nref lref last post