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

X Strike Force X.Org X11 SVN commit: r224 - trunk/debian



Author: branden
Date: 2005-06-15 19:21:30 -0500 (Wed, 15 Jun 2005)
New Revision: 224

Modified:
   trunk/debian/changelog
   trunk/debian/rules
Log:
Stop removing the debian/local/xlibmesa-drm-source directory in
debian/rules's clean target, as nothing creates it, and nothing has since
xfree86 4.3.0-0pre1v3.


Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2005-06-16 00:13:00 UTC (rev 223)
+++ trunk/debian/changelog	2005-06-16 00:21:30 UTC (rev 224)
@@ -184,8 +184,12 @@
     much. :) )  Update Xevie's Imakefile to look for config-subst in the
     current working directory instead of ../Xcursor.
 
- -- Branden Robinson <branden@debian.org>  Wed, 15 Jun 2005 19:11:00 -0500
+  * Stop removing the debian/local/xlibmesa-drm-source directory in
+    debian/rules's clean target, as nothing creates it, and nothing has since
+    xfree86 4.3.0-0pre1v3.
 
+ -- Branden Robinson <branden@debian.org>  Wed, 15 Jun 2005 19:19:22 -0500
+
 xfree86 (4.3.0.dfsg.1-14) unstable; urgency=high
 
   Urgency set to high due to fix for security flaw (see below).

Modified: trunk/debian/rules
===================================================================
--- trunk/debian/rules	2005-06-16 00:13:00 UTC (rev 223)
+++ trunk/debian/rules	2005-06-16 00:21:30 UTC (rev 224)
@@ -169,7 +169,7 @@
 	dh_testdir
 	rm -rf $(STAMP_DIR) $(SOURCE_DIR)
 	perl $(SCRIPT_DIR)/dbs_split clean
-	rm -rf imports debian/local/xlibmesa-drm-source/modules
+	rm -rf imports
 	dh_clean debian/local/xserver-wrapper debian/local/FAQ \
 	         debian/local/xterm.faq.gz debian/shlibs.local \
 	         debian/MANIFEST.$(ARCH) debian/MANIFEST.$(ARCH).new \



Reply to: