applied thanks Jonathan
On Mon, Jun 29, 2015 at 12:34:05PM +0200, José Manuel Santamaría Lema wrote: > Hi, > > I have realized that font's oxygen has wrong versions in its Breaks/Replaces > against ttf-oxygen-font-family. The version must be the first one providing > the > transitional package, otherwise it may fail to upgrade. > > Also I have fixed this lintian warning: > W: ttf-oxygen-font-family: transitional-package-should-be-oldlibs-extra > oldlibs/optional > > Patches attached. > diff --git a/debian/changelog b/debian/changelog > index c87bd39..af8d26a 100644 > --- a/debian/changelog > +++ b/debian/changelog > @@ -1,3 +1,11 @@ > +oxygen-fonts (4:5.3.1-0ubuntu4) UNRELEASED; urgency=medium > + > + * Fix transitional fonts-oxygen Breaks/Replaces versioning, set it to > + (<< 4:5.3.1-0ubuntu2) which is the first version providing the > transitional > + package. > + > + -- José Manuel Santamaría Lema <[email protected]> Sun, 28 Jun 2015 > 16:25:47 +0200 > + > oxygen-fonts (4:5.3.1-0ubuntu3) wily; urgency=medium > > * Add missing depends to transitional > diff --git a/debian/control b/debian/control > index fb0f6ba..d5edd29 100644 > --- a/debian/control > +++ b/debian/control > @@ -17,8 +17,8 @@ Package: fonts-oxygen > Architecture: all > Multi-Arch: foreign > Depends: ${misc:Depends} > -Breaks: ttf-oxygen-font-family (<< 4:5.3.1) > -Replaces: ttf-oxygen-font-family (<< 4:5.3.1) > +Breaks: ttf-oxygen-font-family (<< 4:5.3.1-0ubuntu2) > +Replaces: ttf-oxygen-font-family (<< 4:5.3.1-0ubuntu2) > Description: Oxygen font family > Desktop/gui font family for integrated use with the KDE desktop. > . > diff --git a/debian/changelog b/debian/changelog > index af8d26a..ed93c3d 100644 > --- a/debian/changelog > +++ b/debian/changelog > @@ -3,6 +3,9 @@ oxygen-fonts (4:5.3.1-0ubuntu4) UNRELEASED; urgency=medium > * Fix transitional fonts-oxygen Breaks/Replaces versioning, set it to > (<< 4:5.3.1-0ubuntu2) which is the first version providing the > transitional > package. > + * Set priority extra for ttf-oxygen-font-family transitional package, > + fixes a lintian warning; all transitional packages must be > + oldlibs/extra. > > -- José Manuel Santamaría Lema <[email protected]> Sun, 28 Jun 2015 > 16:25:47 +0200 > > diff --git a/debian/control b/debian/control > index d5edd29..89043c8 100644 > --- a/debian/control > +++ b/debian/control > @@ -28,6 +28,7 @@ Description: Oxygen font family > made. > > Package: ttf-oxygen-font-family > +Priority: extra > Architecture: all > Depends: fonts-oxygen, ${misc:Depends} > Section: oldlibs > -- > kubuntu-devel mailing list > [email protected] > Modify settings or unsubscribe at: > https://lists.ubuntu.com/mailman/listinfo/kubuntu-devel -- kubuntu-devel mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/kubuntu-devel
