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

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



Author: dnusinow
Date: 2005-09-27 23:06:54 -0500 (Tue, 27 Sep 2005)
New Revision: 636

Modified:
   trunk/debian/changelog
   trunk/debian/rules
Log:
* Have packages built specifically for etch be counted as official builds.


Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2005-09-28 03:59:41 UTC (rev 635)
+++ trunk/debian/changelog	2005-09-28 04:06:54 UTC (rev 636)
@@ -46,6 +46,7 @@
     xserver-xorg" is called. (closes: #320241)
   * Provide extra insurance for autodetecting drivers on installation. Also
     update driver default lists for amd64 and i386. (closes: #320634)
+  * Have packages built specifically for etch be counted as official builds.
 
   [ Branden Robinson ]
   * Change xserver-xorg and xserver-xorg-dbg's recommendation of "discover1"
@@ -59,7 +60,7 @@
   * Updated Czech translation (cs.po). Thanks, Miroslav Kure (closes:
     #327506).
 
- -- David Nusinow <dnusinow@debian.org>  Tue, 27 Sep 2005 23:55:10 -0400
+ -- David Nusinow <dnusinow@debian.org>  Wed, 28 Sep 2005 00:06:00 -0400
 
 xorg-x11 (6.8.2.dfsg.1-7) unstable; urgency=high
 

Modified: trunk/debian/rules
===================================================================
--- trunk/debian/rules	2005-09-28 03:59:41 UTC (rev 635)
+++ trunk/debian/rules	2005-09-28 04:06:54 UTC (rev 636)
@@ -47,7 +47,7 @@
 # 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
 # version number.  Anything else indicates an unofficial build.
-OFFICIAL_BUILD:=$(shell VERSION=$(SOURCE_VERSION); if ! expr "$$(echo $${VERSION\#\#*-} | sed 's/\(woody\|sarge\)//g')" : ".*[^0-9.].*" >/dev/null 2>&1; then echo yes; fi)
+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)
 
 # Set some Imake variables for the regular and server-debugging builds.
 TIMESTAMP:=$(shell env TZ=UTC date +%Y%m%d%H%M%S)



Reply to: