[Libreoffice-bugs] [Bug 53341] New: Broken DEB packages

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Fri Aug 10 14:20:00 CEST 2012


https://bugs.freedesktop.org/show_bug.cgi?id=53341

             Bug #: 53341
           Summary: Broken DEB packages
    Classification: Unclassified
           Product: LibreOffice
           Version: 3.6.0.4 release
          Platform: x86 (IA32)
        OS/Version: Linux (All)
            Status: UNCONFIRMED
          Severity: major
          Priority: medium
         Component: Installation
        AssignedTo: libreoffice-bugs at lists.freedesktop.org
        ReportedBy: t.glaser at tarent.de


Several package relationship fields in the DEB packages provided look like
this:

Provides: libobasis36-en_GB

Spot the two(!) errors with that.

.

.

.

Neither uppercase letters nor underscores are allowed.

Fix:

Provides: libobasis36-en-gb

$(tr A-Z_ a-z-)

And that with all such fields (Package, Depends, Provides, etc).

Debian Policy ยง5.6.1 (4)

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the Libreoffice-bugs mailing list