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

X Strike Force X.Org X11 SVN commit: r1215 - branches/modular/debian/xorg/debian



Author: dnusinow
Date: 2006-02-16 22:02:36 -0500 (Thu, 16 Feb 2006)
New Revision: 1215

Modified:
   branches/modular/debian/xorg/debian/changelog
   branches/modular/debian/xorg/debian/rules
Log:
* This is a Debian-native package so version it accordingly
* Fix variable goof in rules file that prevented the xserver-xorg-video-all
  package from properly depending on the video drivers


Modified: branches/modular/debian/xorg/debian/changelog
===================================================================
--- branches/modular/debian/xorg/debian/changelog	2006-02-16 04:06:04 UTC (rev 1214)
+++ branches/modular/debian/xorg/debian/changelog	2006-02-17 03:02:36 UTC (rev 1215)
@@ -1,7 +1,8 @@
-xorg (1:7.0.0-1) experimental; urgency=low
+xorg (1:7.0.0) experimental; urgency=low
 
   * First upload to Debian
   * Add an epoch due to idiocy while working on aborted experimental packages
+  * This is a Debian-native package so version it accordingly
   * Remove xbase-clients and xutils metapackages. We're just bundling the apps
     in to one big source package right now
   * Convert to xsfbs

Modified: branches/modular/debian/xorg/debian/rules
===================================================================
--- branches/modular/debian/xorg/debian/rules	2006-02-16 04:06:04 UTC (rev 1214)
+++ branches/modular/debian/xorg/debian/rules	2006-02-17 03:02:36 UTC (rev 1215)
@@ -107,7 +107,7 @@
 	dh_fixperms
 	dh_installdeb
 	dh_shlibdeps
-	dh_gencontrol -- -VF:XServer-Xorg-Driver-Depends=$(XSERVER_XORG_VIDEO_DEPENDS) \
+	dh_gencontrol -- -VF:XServer-Xorg-Video-Depends=$(XSERVER_XORG_VIDEO_DEPENDS) \
 	                 -VF:XServer-Xorg-Input-Depends=$(XSERVER_XORG_INPUT_DEPENDS) \
 	                 -VServer-ABI-Version=$(SERVERABIBUMP)
 	dh_md5sums



Reply to: