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

X Strike Force XFree86 SVN commit: r1965 - trunk/debian



Author: branden
Date: 2004-10-18 12:51:10 -0500 (Mon, 18 Oct 2004)
New Revision: 1965

Modified:
   trunk/debian/CHANGESETS
   trunk/debian/changelog
   trunk/debian/rules
Log:
Stop manually compressing the plain text version of the Debian X FAQ;
dh_compress will take care of that.  Tell dh_compress to avoid compressing
the XHTML version of the FAQ.


Modified: trunk/debian/CHANGESETS
===================================================================
--- trunk/debian/CHANGESETS	2004-10-18 17:48:47 UTC (rev 1964)
+++ trunk/debian/CHANGESETS	2004-10-18 17:51:10 UTC (rev 1965)
@@ -177,4 +177,9 @@
 Copyedit and improve xdm.options(5) manpage.
     1964
 
+Stop manually compressing the plain text version of the Debian X FAQ;
+dh_compress will take care of that.  Tell dh_compress to avoid compressing
+the XHTML version of the FAQ.
+    1965
+
 vim:set ai et sts=4 sw=4 tw=80:

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2004-10-18 17:48:47 UTC (rev 1964)
+++ trunk/debian/changelog	2004-10-18 17:51:10 UTC (rev 1965)
@@ -80,6 +80,10 @@
 
   * Copyedit and improve xdm.options(5) manpage.
 
+  * Stop manually compressing the plain text version of the Debian X FAQ;
+    dh_compress will take care of that.  Tell dh_compress to avoid compressing
+    the XHTML version of the FAQ.
+
   Changes by Denis Barbier and Fabio M. Di Nitto:
 
   * Edit xc/programs/xkbcomp/symbols/pc/Imakefile so that the new pc/us_intl
@@ -150,7 +154,7 @@
     + Set UseBios default to "no" for PROSAVAGE_DDR and PROSAVAGE_DDRK, as
       described at <URL: http://www.probo.com/timr/savage40.html >.
 
- -- Branden Robinson <branden@debian.org>  Mon, 18 Oct 2004 12:47:10 -0500
+ -- Branden Robinson <branden@debian.org>  Mon, 18 Oct 2004 12:50:05 -0500
 
 xfree86 (4.3.0.dfsg.1-8) unstable; urgency=high
 

Modified: trunk/debian/rules
===================================================================
--- trunk/debian/rules	2004-10-18 17:48:47 UTC (rev 1964)
+++ trunk/debian/rules	2004-10-18 17:51:10 UTC (rev 1965)
@@ -254,7 +254,6 @@
 	$(HTML2TEXT) debian/local/xterm.faq.html >debian/local/xterm.faq
 	gzip -9f debian/local/xterm.faq
 	$(XHTML2TEXT) debian/local/FAQ.xhtml >debian/local/FAQ
-	gzip -9f debian/local/FAQ
 ifndef test_rules
 	$(MAKE) -C $(SOURCE_TREE) WORLDOPTS="" IMAKE_DEFINES="$(IMAKE_DEFINES)" World
  ifndef NOT_BUILDING_XFREE86_X_SERVER
@@ -418,7 +417,7 @@
 	dh_installinit --noscripts
 	dh_installchangelogs
 	dh_link
-	dh_compress
+	dh_compress -X.xhtml
 	dh_fixperms
 	dh_installdeb
 	dh_gencontrol



Reply to: