Author: branden Date: 2004-07-21 14:20:49 -0500 (Wed, 21 Jul 2004) New Revision: 1681
Modified: trunk/debian/CHANGESETS trunk/debian/changelog trunk/debian/patches/003_linux.cf_and_xfree86.cf.diff trunk/debian/patches/800_gnu_config.diff trunk/debian/patches/820_gnu-freebsd_config.diff trunk/debian/patches/842_netbsd_NetBSD.cf_fixes.diff Log: Define the Imake config variable BuildAllSpecsDocs instead of SpecsDocDirs. The former overrides the latter, the the latter was inadvertently used in r1679. (This fixes check-manifest breakage.) Modified: trunk/debian/CHANGESETS =================================================================== --- trunk/debian/CHANGESETS 2004-07-21 08:28:24 UTC (rev 1680) +++ trunk/debian/CHANGESETS 2004-07-21 19:20:49 UTC (rev 1681) @@ -142,7 +142,7 @@ + Reduce the build time by 20 to 30 percent when the "binary-arch" target is used (ccache users might see even more improvement). + Make the buildd admins hate us less. - 1658, 1659, 1661, 1670, 1671, 1679 + 1658, 1659, 1661, 1670, 1671, 1679, 1681 Fix missing element of Debian X FAQ conversion to XHTML; correct s390-specific version of xfree86-common dh_installdocs file to recognize Modified: trunk/debian/changelog =================================================================== --- trunk/debian/changelog 2004-07-21 08:28:24 UTC (rev 1680) +++ trunk/debian/changelog 2004-07-21 19:20:49 UTC (rev 1681) @@ -136,7 +136,7 @@ is used (ccache users might see even more improvement). + Make the buildd admins hate us less. - -- Branden Robinson <[EMAIL PROTECTED]> Wed, 21 Jul 2004 02:46:46 -0500 + -- Branden Robinson <[EMAIL PROTECTED]> Wed, 21 Jul 2004 14:17:02 -0500 xfree86 (4.3.0.dfsg.1-6) unstable; urgency=low Modified: trunk/debian/patches/003_linux.cf_and_xfree86.cf.diff =================================================================== --- trunk/debian/patches/003_linux.cf_and_xfree86.cf.diff 2004-07-21 08:28:24 UTC (rev 1680) +++ trunk/debian/patches/003_linux.cf_and_xfree86.cf.diff 2004-07-21 19:20:49 UTC (rev 1681) @@ -71,7 +71,7 @@ +# define BuildSpecsDocs YES +# endif +# if BuildSpecsDocs -+# define SpecsDocDirs CTEXT GL ICCCM X11 Xext Xv i18n xterm ++# define BuildAllSpecsDocs YES +# endif +/* + * The XFree86 Debian package uses a local patch that defines a Modified: trunk/debian/patches/800_gnu_config.diff =================================================================== --- trunk/debian/patches/800_gnu_config.diff 2004-07-21 08:28:24 UTC (rev 1680) +++ trunk/debian/patches/800_gnu_config.diff 2004-07-21 19:20:49 UTC (rev 1681) @@ -95,7 +95,7 @@ +# define BuildSpecsDocs YES +# endif +# if BuildSpecsDocs -+# define SpecsDocDirs CTEXT GL ICCCM X11 Xext Xv i18n xterm ++# define BuildAllSpecsDocs YES +# endif +/* + * The XFree86 Debian package uses a local patch that defines a Modified: trunk/debian/patches/820_gnu-freebsd_config.diff =================================================================== --- trunk/debian/patches/820_gnu-freebsd_config.diff 2004-07-21 08:28:24 UTC (rev 1680) +++ trunk/debian/patches/820_gnu-freebsd_config.diff 2004-07-21 19:20:49 UTC (rev 1681) @@ -357,7 +357,7 @@ +# define BuildSpecsDocs YES +# endif +# if BuildSpecsDocs -+# define SpecsDocDirs CTEXT GL ICCCM X11 Xext Xv i18n xterm ++# define BuildAllSpecsDocs YES +# endif +/* + * The XFree86 Debian package uses a local patch that defines a Modified: trunk/debian/patches/842_netbsd_NetBSD.cf_fixes.diff =================================================================== --- trunk/debian/patches/842_netbsd_NetBSD.cf_fixes.diff 2004-07-21 08:28:24 UTC (rev 1680) +++ trunk/debian/patches/842_netbsd_NetBSD.cf_fixes.diff 2004-07-21 19:20:49 UTC (rev 1681) @@ -119,7 +119,7 @@ +# define BuildSpecsDocs YES +# endif +# if BuildSpecsDocs -+# define SpecsDocDirs CTEXT GL ICCCM X11 Xext Xv i18n xterm ++# define BuildAllSpecsDocs YES +# endif +/* + * The XFree86 Debian package uses a local patch that defines a