X Strike Force X.Org X11 SVN commit: r639 - trunk/debian
Author: ender
Date: 2005-09-28 09:31:00 -0500 (Wed, 28 Sep 2005)
New Revision: 639
Modified:
trunk/debian/rules
Log:
Added etch to comment on official versions.
Modified: trunk/debian/rules
===================================================================
--- trunk/debian/rules 2005-09-28 12:05:27 UTC (rev 638)
+++ trunk/debian/rules 2005-09-28 14:31:00 UTC (rev 639)
@@ -45,7 +45,7 @@
BUILDER:=$(shell echo $${DEBEMAIL:-$${EMAIL:-$$(echo $$LOGNAME@$$(cat /etc/mailname 2>/dev/null))}})
# Find out if this is an official build; an official build has nothing but
-# digits, dots, and/or the strings "woody" or "sarge" in the Debian part of the
+# digits, dots, and/or the strings "woody", "sarge" or "etch" in the Debian part of the
# version number. Anything else indicates an unofficial build.
OFFICIAL_BUILD:=$(shell VERSION=$(SOURCE_VERSION); if ! expr "$$(echo $${VERSION\#\#*-} | sed 's/\(woody\|sarge\|etch\)//g')" : ".*[^0-9.].*" >/dev/null 2>&1; then echo yes; fi)
Reply to: