Skip to content

Packaging of this lib has multiple issues #207

Open
@KOLANICH

Description

@KOLANICH
Contributor
  1. It puts too lot of unneeded stuff into include dir. I.e. the headers directly in /usr/include/ are either unneeded (just there to include the header within a specialized dir) or can be moved into the specialized dir.
  2. unicode-db and ctll should be separate packages (in all senses). It is possible to cause importing ctre to cause importing of unicode-db and ctll.
  3. the package name is incorrect for debian/ubuntu/fedora. It should be not just ctre, but libctre-dev for Debian and libctre-devel for Fedora.
  4. There is no file for pkg-config packaged. I can send a PR implementing it, but the issue with unicode-db should be resolved first.
  5. dpkg-buildpackage is not needed in order to build deb packages. CPack builds them themself.

Activity

added a commit that references this issue on Nov 8, 2021
a8920de
added a commit that references this issue on Nov 14, 2021
9589f7c
added a commit that references this issue on Nov 24, 2021
211ff9e
added a commit that references this issue on Dec 4, 2021
e7e1236
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      Participants

      @KOLANICH

      Issue actions

        Packaging of this lib has multiple issues · Issue #207 · hanickadot/compile-time-regular-expressions