r5270 - packages/trunk/ogre/debian

Andres Mejia ceros-guest at alioth.debian.org
Tue Jan 8 18:10:53 UTC 2008


Author: ceros-guest
Date: 2008-01-08 18:10:53 +0000 (Tue, 08 Jan 2008)
New Revision: 5270

Modified:
   packages/trunk/ogre/debian/changelog
   packages/trunk/ogre/debian/rules
Log:
Take out use of ldconfig in debian/rules

Modified: packages/trunk/ogre/debian/changelog
===================================================================
--- packages/trunk/ogre/debian/changelog	2008-01-08 18:02:09 UTC (rev 5269)
+++ packages/trunk/ogre/debian/changelog	2008-01-08 18:10:53 UTC (rev 5270)
@@ -15,6 +15,7 @@
   * Making library package name match sonames.
     + Addresses lintian warnings.
   * Fixed bad Vcs-SVN link. Also removing '+ssh' part.
+  * Take out call to ldconfig during debian/rules install.
 
  -- Andres Mejia <mcitadel at gmail.com>  Sat, 05 Jan 2008 23:15:33 -0500
 

Modified: packages/trunk/ogre/debian/rules
===================================================================
--- packages/trunk/ogre/debian/rules	2008-01-08 18:02:09 UTC (rev 5269)
+++ packages/trunk/ogre/debian/rules	2008-01-08 18:10:53 UTC (rev 5270)
@@ -65,7 +65,6 @@
 	dh_clean -k
 	install -d debian/tmp
 	$(MAKE) install DESTDIR=$(CURDIR)/debian/tmp
-	ldconfig -n debian/tmp/usr/lib
 
 # Build architecture-independent files here.
 binary-indep: build install




More information about the Pkg-games-commits mailing list