[med-svn] r7262 - trunk/packages/ginkgocadx/trunk/debian

Andreas Tille tille at alioth.debian.org
Tue Jul 12 14:37:34 UTC 2011


Author: tille
Date: 2011-07-12 14:37:34 +0000 (Tue, 12 Jul 2011)
New Revision: 7262

Removed:
   trunk/packages/ginkgocadx/trunk/debian/ginkgocadx.lintian-overrides
Modified:
   trunk/packages/ginkgocadx/trunk/debian/changelog
   trunk/packages/ginkgocadx/trunk/debian/rules
Log:
Hack around remaining rpath definitions


Modified: trunk/packages/ginkgocadx/trunk/debian/changelog
===================================================================
--- trunk/packages/ginkgocadx/trunk/debian/changelog	2011-07-12 14:01:09 UTC (rev 7261)
+++ trunk/packages/ginkgocadx/trunk/debian/changelog	2011-07-12 14:37:34 UTC (rev 7262)
@@ -14,10 +14,13 @@
      - Add new extension liblightvisualizator
      - remove get-orig-source target which becames void because
        upstream dropped the debian/ dir
-     - strip rpath
+     - Hack around explicite rpath definitions
   * debian/install: move conformance.xml into place
   * debian/watch: drop useless comments
   * debian/ginkgocadx.lintian-overrides: Drop unneeded overrides
+    as well as those which stay in effect.  These should vanish
+    once rpath is correctly fixed - so the warning should not
+    be hidden here.
 
  -- Andreas Tille <tille at debian.org>  Tue, 12 Jul 2011 08:19:11 +0200
 

Deleted: trunk/packages/ginkgocadx/trunk/debian/ginkgocadx.lintian-overrides
===================================================================
--- trunk/packages/ginkgocadx/trunk/debian/ginkgocadx.lintian-overrides	2011-07-12 14:01:09 UTC (rev 7261)
+++ trunk/packages/ginkgocadx/trunk/debian/ginkgocadx.lintian-overrides	2011-07-12 14:37:34 UTC (rev 7262)
@@ -1,3 +0,0 @@
-# using dh causes useless ldconfig calls to be added to post{inst,rm}
-ginkgocadx: postinst-has-useless-call-to-ldconfig
-ginkgocadx: postrm-has-useless-call-to-ldconfig

Modified: trunk/packages/ginkgocadx/trunk/debian/rules
===================================================================
--- trunk/packages/ginkgocadx/trunk/debian/rules	2011-07-12 14:01:09 UTC (rev 7261)
+++ trunk/packages/ginkgocadx/trunk/debian/rules	2011-07-12 14:37:34 UTC (rev 7262)
@@ -8,12 +8,9 @@
 %:
 	dh $@ --buildsystem=cmake --parallel
 
-VER_FULL = $(shell dpkg-parsechangelog | grep '^Version' | cut -d' ' -f2 | cut -f1 -d-)
-
 pkg=ginkgocadx
 
 override_dh_auto_install:
 	dh_auto_install
-	dh_installchangelogs debian/changelog
-	# Delete RPATH
-	# find debian/$(pkg)/usr/lib/$(pkg) -type f -name "lib*.so.$(VER_FULL)" -exec /usr/bin/chrpath -r /usr/lib/$(pkg) \{\} \;
+	# Hack around useless rpath definitions
+	/usr/bin/chrpath -r /usr/lib/ginkgocadx debian/$(pkg)/usr/bin/$(pkg)




More information about the debian-med-commit mailing list