EasyGnuPG / egpg

Easy GnuPG, shell scripts to make GnuPG more accessible and easier to use. (Migrated to: https://gitlab.com/EasyGnuPG/egpg)
GNU General Public License v3.0
26 stars 5 forks source link

modified deb to add dependencies #67

Closed diveshuttam closed 6 years ago

diveshuttam commented 6 years ago

I didn't find a way to add dev dependencies. Though I think egpg-ds should be the method one should try for dev. I have added the other dependencies.

dashohoxha commented 6 years ago

I didn't find a way to add dev dependencies.

Sorry, it is called Build-Dependencies, or something like this. These are packages that are needed to build the binary deb package from the source one, but not needed for the package to run properly. For example gcc could have been a build-dependency. In our case it may be ronn, so that the man page can be generated.

dashohoxha commented 6 years ago

You can merge this.