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@lists.freedesktop.org
        ReportedBy: t.gla...@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.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to