-
Notifications
You must be signed in to change notification settings - Fork 296
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
Issue when trying to build custom deb packages using latest release branch #1879
Comments
Build instructions for Debian are here, and I don't see |
@jktjkt Do you mean the below steps, which works only with debian/master branch, But we want to compile and generate the latest release branch V2.0.194, Please suggest
Just the normal:
Building a Debian .dscAgain, pretty much the normal:
|
@jktjkt I am getting below error,When i try to use debian/master branch
|
It looks like @oerdnj did some work on this, see the But I'm still wondering where did that |
@oerdnj Can you please help here to generate the custom debian packages for S390x machine using the latest Release tag (v2.0.194) |
@jktjkt @oerdnj As suggested , able to generate the debian packages using lybiang2-debian-packaging branch. have below queries
|
Looks like you forgot to update the changelog; in that case I think that the Debian's packaging infra is trying to get a "signature from [email protected]" because his entry is the last one in the changelog, and that one obviously cannot make. I don't know whether these signatures are mandatory, but anyway, that would be outside of scope of this project. |
Debian package scripts are still not final but they are perfectly fine for building your own packages. However, we are now using |
HI,
I'm trying to generate the custom deb packages for bionic(ubuntu 18.04.5) (with custom option)using tag/v2.0.194 branch, make build-deb target is not generating, using the following steps:
Dependent packages installed
sudo apt-get install -y libcmocka-dev shunit2 expect valgrind uncrustify doxygen graphviz cmake libpcre2-dev
But this is not working and I'm getting an error :
make build-deb
make: *** No rule to make target 'build-deb'
The text was updated successfully, but these errors were encountered: