[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

X Strike Force Xcursor SVN commit: rev 34 - trunk/debian



Author: branden
Date: 2003-12-30 11:46:08 -0500 (Tue, 30 Dec 2003)
New Revision: 34

Modified:
   trunk/debian/changelog
   trunk/debian/control
Log:
Restore build-dependency on pkg-config; AM_MAINTAINER_MODE doesn't prevent
the ./configure script from running during a package build, and the
./configure script does indeed invoke pkg-config.  (Closes: #225433)


Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2003-12-09 11:15:51 UTC (rev 33)
+++ trunk/debian/changelog	2003-12-30 16:46:08 UTC (rev 34)
@@ -4,8 +4,13 @@
     disparity).
     - debian/control
 
- -- Branden Robinson <branden@debian.org>  Tue,  9 Dec 2003 06:09:24 -0500
+  * Restore build-dependency on pkg-config; AM_MAINTAINER_MODE doesn't prevent
+    the ./configure script from running during a package build, and the
+    ./configure script does indeed invoke pkg-config.  (Closes: #225433)
+    - debian/control
 
+ -- Branden Robinson <branden@debian.org>  Tue, 30 Dec 2003 11:43:07 -0500
+
 xcursor (1.0.2-3) unstable; urgency=low
 
   * Update copyright file to refer to new canonical upstream URL for source

Modified: trunk/debian/control
===================================================================
--- trunk/debian/control	2003-12-09 11:15:51 UTC (rev 33)
+++ trunk/debian/control	2003-12-30 16:46:08 UTC (rev 34)
@@ -2,7 +2,7 @@
 Priority: optional
 Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
 Uploaders: Branden Robinson <branden@debian.org>, ISHIKAWA Mutsumi <ishikawa@debian.org>, Daniel Stone <daniels@debian.org>
-Build-Depends: cdbs (>= 0.4.12), debhelper (>= 4.0.0), xlibs-dev, libxrender-dev
+Build-Depends: cdbs (>= 0.4.12), debhelper (>= 4.0.0), xlibs-dev, libxrender-dev, pkg-config
 Standards-Version: 3.6.1
 
 Package: libxcursor1



Reply to: