Author: frankie Date: 2010-01-13 21:24:30 +0000 (Wed, 13 Jan 2010) New Revision: 2653
Modified: packages/libhdf4/trunk/debian/changelog packages/libhdf4/trunk/debian/control packages/libhdf4/trunk/debian/control.in Log: Fixing #562856 Modified: packages/libhdf4/trunk/debian/changelog =================================================================== --- packages/libhdf4/trunk/debian/changelog 2010-01-11 23:34:55 UTC (rev 2652) +++ packages/libhdf4/trunk/debian/changelog 2010-01-13 21:24:30 UTC (rev 2653) @@ -1,3 +1,11 @@ +libhdf4 (4.2r4-8) unstable; urgency=low + + * Added a conflict/replace against old libhdf4g-dev for the new + libhdf4-alt-dev packaga, introduced after Lenny. + (closes: #562856) + + -- Francesco Paolo Lovergine <[email protected]> Wed, 13 Jan 2010 22:18:11 +0100 + libhdf4 (4.2r4-7) unstable; urgency=low * Added a missing dh_installdeb -a that prevented adding required ldconfig at Modified: packages/libhdf4/trunk/debian/control =================================================================== --- packages/libhdf4/trunk/debian/control 2010-01-11 23:34:55 UTC (rev 2652) +++ packages/libhdf4/trunk/debian/control 2010-01-13 21:24:30 UTC (rev 2653) @@ -124,8 +124,8 @@ Section: libdevel Priority: extra Architecture: any -Replaces: libhdf4-dev -Conflicts: libhdf4-dev +Replaces: libhdf4-dev, libhdf4g-dev (<< 4.2r4-1) +Conflicts: libhdf4-dev, libhdf4g-dev (<< 4.2r4-1) Depends: libhdf4-0-alt (= ${binary:Version}), zlib1g-dev, libjpeg62-dev, libnetcdf-dev, ${misc:Depends} Description: The Hierarchical Data Format library -- development package HDF is a multi-object file format for storing and transferring Modified: packages/libhdf4/trunk/debian/control.in =================================================================== --- packages/libhdf4/trunk/debian/control.in 2010-01-11 23:34:55 UTC (rev 2652) +++ packages/libhdf4/trunk/debian/control.in 2010-01-13 21:24:30 UTC (rev 2653) @@ -124,8 +124,8 @@ Section: libdevel Priority: extra Architecture: any -Replaces: @pack...@-dev -Conflicts: @pack...@-dev +Replaces: @pack...@-dev, @pack...@g-dev (<< 4.2r4-1) +Conflicts: @pack...@-dev, @pack...@g-dev (<< 4.2r4-1) Depends: @pack...@-@so...@-alt (= ${binary:Version}), zlib1g-dev, libjpeg62-dev, libnetcdf-dev, ${misc:Depends} Description: The Hierarchical Data Format library -- development package HDF is a multi-object file format for storing and transferring _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-grass-devel

