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

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



Author: branden
Date: 2005-03-10 02:27:07 -0500 (Thu, 10 Mar 2005)
New Revision: 31

Modified:
   trunk/debian/rules
Log:
Clarify diagnostic message.


Modified: trunk/debian/rules
===================================================================
--- trunk/debian/rules	2005-03-10 07:25:37 UTC (rev 30)
+++ trunk/debian/rules	2005-03-10 07:27:07 UTC (rev 31)
@@ -165,7 +165,7 @@
 	    done; \
 	    echo "Done applying patches." >&2; \
 	else \
-	    echo "No patches to apply; debian/patches empty." >&2; \
+	    echo "No patches to apply; debian/patches is empty." >&2; \
 	fi
 
 # Revert all patches in debian/patches from the source tree.
@@ -185,7 +185,7 @@
 	    done; \
 	    echo "Done reverting patches." >&2; \
 	else \
-	    echo "No patches to revert; debian/patches empty." >&2; \
+	    echo "No patches to revert; debian/patches is empty." >&2; \
 	fi
 
 .PHONY: apply-patches build clean make-orig-tar-gz prune-upstream-tree \



Reply to: