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

X Strike Force X.Org X11 SVN commit: r2576 - branches/7.1/lib/libxfont/debian



Author: dparsons
Date: 2006-07-27 02:11:51 -0400 (Thu, 27 Jul 2006)
New Revision: 2576

Modified:
   branches/7.1/lib/libxfont/debian/changelog
   branches/7.1/lib/libxfont/debian/control
   branches/7.1/lib/libxfont/debian/libxfont1.install
   branches/7.1/lib/libxfont/debian/rules
Log:
  * Tidy up debian/rules to match debhelper 5.
  * libxfont does not provide libfontcache.so!



Modified: branches/7.1/lib/libxfont/debian/changelog
===================================================================
--- branches/7.1/lib/libxfont/debian/changelog	2006-07-27 04:07:02 UTC (rev 2575)
+++ branches/7.1/lib/libxfont/debian/changelog	2006-07-27 06:11:51 UTC (rev 2576)
@@ -4,8 +4,10 @@
     - builds and works with Freetype 2.2. Closes: #362920, #370149.
   * Standards version 3.7.2.
   * libxfont-dev doesn't need both Depends: and Pre-Depends: x11-common.
+  * Use debhelper 5, tidy up debian/rules to match.
+  * libxfont does not provide libfontcache.so!
 
- -- Drew Parsons <dparsons@debian.org>  Thu, 27 Jul 2006 13:36:25 +1000
+ -- Drew Parsons <dparsons@debian.org>  Thu, 27 Jul 2006 15:08:14 +1000
 
 libxfont (1:1.1.0-1) UNRELEASED; urgency=low
 

Modified: branches/7.1/lib/libxfont/debian/control
===================================================================
--- branches/7.1/lib/libxfont/debian/control	2006-07-27 04:07:02 UTC (rev 2575)
+++ branches/7.1/lib/libxfont/debian/control	2006-07-27 06:11:51 UTC (rev 2576)
@@ -40,7 +40,7 @@
 Package: libxfont-dev
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, libxfont1 (= ${Source-Version}), libx11-dev, x11proto-core-dev, x11proto-fonts-dev, libfreetype6-dev, libfontenc-dev (>= 1:1.0.1-1)
-Pre-Depends: x11-common (>= 1:1.09)
+Pre-Depends: x11-common (>= 1:7.0.0)
 Replaces: xlibs-static-dev (<< 6.8.2-51)
 Description: X11 font rasterisation library (development headers)
  libXfont provides various services for X servers, most notably font

Modified: branches/7.1/lib/libxfont/debian/libxfont1.install
===================================================================
--- branches/7.1/lib/libxfont/debian/libxfont1.install	2006-07-27 04:07:02 UTC (rev 2575)
+++ branches/7.1/lib/libxfont/debian/libxfont1.install	2006-07-27 06:11:51 UTC (rev 2576)
@@ -1,2 +1,2 @@
 usr/lib/libXfont.so.1*
-usr/lib/libfontcache.so.0*
+

Modified: branches/7.1/lib/libxfont/debian/rules
===================================================================
--- branches/7.1/lib/libxfont/debian/rules	2006-07-27 04:07:02 UTC (rev 2575)
+++ branches/7.1/lib/libxfont/debian/rules	2006-07-27 06:11:51 UTC (rev 2576)
@@ -72,10 +72,10 @@
 	dh_testroot
 
 	dh_installdocs
-	dh_install --sourcedir=debian/tmp --list-missing
+	dh_install --sourcedir=debian/tmp --list-missing -XlibXfont.la
 	dh_installchangelogs
 	dh_link
-	dh_strip --dbg-package=$(PACKAGE)
+	dh_strip --dbg-package=$(PACKAGE)-dbg
 	dh_compress
 	dh_fixperms
 	dh_makeshlibs



Reply to: