[DebianGIS-dev] r1337 - packages/hdf5/branches/1.6.5/debian

frankie at alioth.debian.org frankie at alioth.debian.org
Thu Jan 10 13:20:00 UTC 2008


Author: frankie
Date: 2008-01-10 13:19:59 +0000 (Thu, 10 Jan 2008)
New Revision: 1337

Modified:
   packages/hdf5/branches/1.6.5/debian/changelog
   packages/hdf5/branches/1.6.5/debian/rules
Log:
Fixing RC bug in branch


Modified: packages/hdf5/branches/1.6.5/debian/changelog
===================================================================
--- packages/hdf5/branches/1.6.5/debian/changelog	2008-01-10 09:34:23 UTC (rev 1336)
+++ packages/hdf5/branches/1.6.5/debian/changelog	2008-01-10 13:19:59 UTC (rev 1337)
@@ -1,3 +1,11 @@
+hdf5 (1.6.5-6) unstable; urgency=high
+
+  * Fixed rpath issue with dh_shlibdeps due to missing library path.
+    Backported from 1.6.6 tree.
+    (closes: #456862)
+
+ -- Francesco Paolo Lovergine <frankie at debian.org>  Thu, 10 Jan 2008 14:18:10 +0100
+
 hdf5 (1.6.5-5) unstable; urgency=low
 
   * Changed maintainer and added uploards for true in control.in

Modified: packages/hdf5/branches/1.6.5/debian/rules
===================================================================
--- packages/hdf5/branches/1.6.5/debian/rules	2008-01-10 09:34:23 UTC (rev 1336)
+++ packages/hdf5/branches/1.6.5/debian/rules	2008-01-10 13:19:59 UTC (rev 1337)
@@ -178,8 +178,8 @@
 	dh_makeshlibs -p$(lampack) -V $(lampack)
 	dh_makeshlibs -p$(mpichpack) -V $(mpichpack)
 	dh_installdeb -a
-	dh_shlibdeps -phdf5-tools -L$(serpack) -ldebian/$(serpack)/usr/lib
-	dh_shlibdeps -p$(serpack) -L$(serpack) -ldebian/$(serpack)/usr/lib
+        dh_shlibdeps -phdf5-tools -L$(serpack) -ldebian/$(serpack)/usr/lib:debian/build-serial/test/.libs
+	dh_shlibdeps -p$(serpack) -L$(serpack) -ldebian/$(serpack)/usr/lib:debian/build-serial/test/.libs
 	dh_shlibdeps -p$(lampack) -L$(lampack) -ldebian/$(lampack)/usr/lib
 	dh_shlibdeps -p$(mpichpack) -L$(mpichpack) -ldebian/$(mpichpack)/usr/lib
 	dh_gencontrol -a




More information about the Pkg-grass-devel mailing list