Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

For Deb package Depends and Build-Depends are different #14

Open
khurshid-alam opened this issue Jun 19, 2023 · 0 comments
Open

For Deb package Depends and Build-Depends are different #14

khurshid-alam opened this issue Jun 19, 2023 · 0 comments

Comments

@khurshid-alam
Copy link

khurshid-alam commented Jun 19, 2023

Deb package control contains

Depends: rsync, rsync, libglib2.0-dev, libgtk-3-dev, libnotify-dev
, libgtk-3-dev, libnotify-dev

which is not right as it installs hundreds of build dependencies which not required to run the binary. It is only required to compile.

So it should be (on debian and ubuntu)

Build-Depends: rsync, libglib2.0-dev, libgtk-3-dev, libnotify-dev

Depends: rsync, libglib2.0-bin, libgtk-3-bin, libnotify-bin

Note: Build-Depends section goes to Source and Dpends section is within Package section of debian/control

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant