Author: frankie Date: 2009-09-18 20:56:28 +0000 (Fri, 18 Sep 2009) New Revision: 2463
Modified: packages/libhdf4/trunk/debian/changelog packages/libhdf4/trunk/debian/rules Log: Modified: packages/libhdf4/trunk/debian/changelog =================================================================== --- packages/libhdf4/trunk/debian/changelog 2009-09-18 18:43:37 UTC (rev 2462) +++ packages/libhdf4/trunk/debian/changelog 2009-09-18 20:56:28 UTC (rev 2463) @@ -1,3 +1,10 @@ +libhdf4 (4.2r4-7) unstable; urgency=low + + * Added a missing dh_installdeb -a that prevented adding required ldconfig at + library installation/removing. + + -- Francesco Paolo Lovergine <[email protected]> Fri, 18 Sep 2009 22:55:12 +0200 + libhdf4 (4.2r4-6) unstable; urgency=medium * Reintroduced ncdump-hdf and ncgen-hdf tools with their man pages. Modified: packages/libhdf4/trunk/debian/rules =================================================================== --- packages/libhdf4/trunk/debian/rules 2009-09-18 18:43:37 UTC (rev 2462) +++ packages/libhdf4/trunk/debian/rules 2009-09-18 20:56:28 UTC (rev 2463) @@ -177,6 +177,7 @@ dh_compress -a dh_fixperms -a dh_makeshlibs -a + dh_installdeb -a dh_shlibdeps -a -l$(DESTDIR)/usr/lib:$(DESTDIR)/usr/lib-alt dh_gencontrol -a dh_md5sums -a _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-grass-devel

