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

X Strike Force X.Org X11 SVN commit: r1452 - branches/modular/app/xterm-210/debian



Author: dnusinow
Date: 2006-03-13 22:05:06 -0500 (Mon, 13 Mar 2006)
New Revision: 1452

Modified:
   branches/modular/app/xterm-210/debian/changelog
   branches/modular/app/xterm-210/debian/rules
Log:
* Use dh_install's --list-missing option


Modified: branches/modular/app/xterm-210/debian/changelog
===================================================================
--- branches/modular/app/xterm-210/debian/changelog	2006-03-14 03:01:20 UTC (rev 1451)
+++ branches/modular/app/xterm-210/debian/changelog	2006-03-14 03:05:06 UTC (rev 1452)
@@ -14,8 +14,9 @@
    * Remove the 01_stolen_from_HEAD patch, as it is now obsolete
    * Switch build dependency from libxaw8-dev to libxaw7-dev
    * debian/rules clean target now calls make clean instead of distclean
+   * Use dh_install's --list-missing option
 
- -- David Nusinow <dnusinow@debian.org>  Mon, 13 Mar 2006 22:00:52 -0500
+ -- David Nusinow <dnusinow@debian.org>  Mon, 13 Mar 2006 22:04:07 -0500
 
 xterm (208-3) unstable; urgency=low
 

Modified: branches/modular/app/xterm-210/debian/rules
===================================================================
--- branches/modular/app/xterm-210/debian/rules	2006-03-14 03:01:20 UTC (rev 1451)
+++ branches/modular/app/xterm-210/debian/rules	2006-03-14 03:05:06 UTC (rev 1452)
@@ -134,7 +134,7 @@
 	dh_installdocs
 	dh_installchangelogs
 	dh_installmenu
-	dh_install --sourcedir=debian/tmp
+	dh_install --sourcedir=debian/tmp --list-missing
 	# Lintian overrides.
 	cp debian/xterm.overrides $(CURDIR)/debian/xterm/usr/share/lintian/overrides/xterm
 



Reply to: