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

X Strike Force X.Org X11 SVN commit: r2116 - trunk/lib/libfontenc/debian



Author: dnusinow
Date: 2006-05-09 01:07:40 -0400 (Tue, 09 May 2006)
New Revision: 2116

Modified:
   trunk/lib/libfontenc/debian/changelog
   trunk/lib/libfontenc/debian/rules
Log:
  generate other encodings (the former one did not exist at all). Thanks
* Run dh_install with --list-missing

Modified: trunk/lib/libfontenc/debian/changelog
===================================================================
--- trunk/lib/libfontenc/debian/changelog	2006-05-09 05:01:30 UTC (rev 2115)
+++ trunk/lib/libfontenc/debian/changelog	2006-05-09 05:07:40 UTC (rev 2116)
@@ -1,11 +1,15 @@
 libfontenc (1:1.0.1-6) unstable; urgency=low
 
+  [ David Martínez Moreno ]
   * Fix the encoding path to ${datadir}/fonts/X11/encodings in order to
-    generate other encodings (the former one did not exist at all). Thanks  
+    generate other encodings (the former one did not exist at all). Thanks
     Liu Mars. Closes: #366097.
 
- -- David Martínez Moreno <ender@debian.org>  Fri,  5 May 2006 09:29:10 +0200
+  [ David Nusinow ]
+  * Run dh_install with --list-missing
 
+ -- David Nusinow <dnusinow@debian.org>  Tue,  9 May 2006 01:07:49 -0400
+
 libfontenc (1:1.0.1-5) unstable; urgency=low
 
   * Reorder makeshlib command in rules file so that ldconfig is run

Modified: trunk/lib/libfontenc/debian/rules
===================================================================
--- trunk/lib/libfontenc/debian/rules	2006-05-09 05:01:30 UTC (rev 2115)
+++ trunk/lib/libfontenc/debian/rules	2006-05-09 05:07:40 UTC (rev 2116)
@@ -73,7 +73,7 @@
 	dh_testroot
 
 	dh_installdocs
-	dh_install --sourcedir=debian/tmp
+	dh_install --sourcedir=debian/tmp --list-missing
 	dh_installchangelogs
 	dh_link
 	dh_strip --dbg-package=$(PACKAGE)



Reply to: