On Mon, Feb 21, 2011 at 08:12:37 +0000, Aníbal Monsalve Salazar wrote: > Package: release.debian.org > Severity: normal > User: [email protected] > Usertags: pu > > I would like to fix an important bug in libpng3. Below is the debdiff > between the libpng/1.2.44-1 and -2. Is it oaky to upload to p-u? > > diff -Nru libpng-1.2.44/debian/changelog libpng-1.2.44/debian/changelog > --- libpng-1.2.44/debian/changelog 2010-06-26 13:33:46.000000000 +1000 > +++ libpng-1.2.44/debian/changelog 2011-02-21 19:00:14.000000000 +1100 > @@ -1,3 +1,11 @@ > +libpng (1.2.44-2) unstable; urgency=low > + > + * debian/libpng3.links: fix up the compat symlink to point to /lib > + Patch by Steve Langasek > + Closes: #579074, LP: #284325 > + > + -- Anibal Monsalve Salazar <[email protected]> Mon, 21 Feb 2011 18:52:13 > +1100 > + > libpng (1.2.44-1) unstable; urgency=low > > * New upstream release > diff -Nru libpng-1.2.44/debian/libpng3.links > libpng-1.2.44/debian/libpng3.links > --- libpng-1.2.44/debian/libpng3.links 2006-11-19 15:31:52.000000000 > +1100 > +++ libpng-1.2.44/debian/libpng3.links 2011-02-21 18:55:34.000000000 > +1100 > @@ -1,2 +1,2 @@ > -/usr/lib/libpng12.so.0 /usr/lib/libpng.so.3 > +/usr/lib/libpng12.so.0 /lib/libpng.so.3 > /usr/share/doc/libpng12-0 /usr/share/doc/libpng3
This looks broken. AIUI the symlink is supposed to be /usr/lib/libpng.so.3 → /lib/libpng12.so.0, not the other way around. (Incidentally, for some reason my system seems to still have a /usr/lib/libpng12.so.0, unknown to dpkg. Not sure where that comes from.) Cheers, Julien -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

