Author: fabbione
Date: 2004-10-23 23:45:47 -0500 (Sat, 23 Oct 2004)
New Revision: 103

Modified:
   xorg-template/trunk/debian/control
   xorg-template/trunk/debian/rules
Log:
Update Build-Depends: to use xorg-dev.
Remove call to symlinks targer.


Modified: xorg-template/trunk/debian/control
===================================================================
--- xorg-template/trunk/debian/control  2004-10-24 04:36:46 UTC (rev 102)
+++ xorg-template/trunk/debian/control  2004-10-24 04:45:47 UTC (rev 103)
@@ -4,7 +4,7 @@
 Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
 Uploaders: Branden Robinson <[EMAIL PROTECTED]>, Fabio M. Di Nitto <[EMAIL 
PROTECTED]>
 Standards-Version: 3.6.1
-Build-Depends-Indep: dpkg (>= 1.7.0), dbs, debhelper (>= 4.1.16), xutils-devel 
(>= 6.8.1-0+SVN)
+Build-Depends-Indep: dpkg (>= 1.7.0), dbs, debhelper (>= 4.1.16), xorg-dev (>= 
6.8.1-0+SVN)
 
 Package: @FOO@
 Architecture: all|any

Modified: xorg-template/trunk/debian/rules
===================================================================
--- xorg-template/trunk/debian/rules    2004-10-24 04:36:46 UTC (rev 102)
+++ xorg-template/trunk/debian/rules    2004-10-24 04:45:47 UTC (rev 103)
@@ -36,7 +36,7 @@
        touch $@
 
 build: $(STAMP_DIR)/build
-$(STAMP_DIR)/build: patch-audit symlinks configure
+$(STAMP_DIR)/build: patch-audit configure
        dh_testdir
        cd $(SOURCE_TREE)/$(PROJECT_DIR) && \
         $(MAKE)

Reply via email to