-
Notifications
You must be signed in to change notification settings - Fork 65
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
README-Debian-package needs to be updated #64
Comments
Thanks for the link. I have a fork of OLSRd, so I tried the following. Unfortunately it didn't work.
now instead of just making the debian packages, it seems to want to install olsrd. That is not what I want. Here is the error:
The only files generated are Can you help any further? Would it make more sense to add the debian directoy to this repo? |
had this problem too, thus made a PR: Fix Makefiles not to create files in root dir when building packages but for building debian packages i considered not to do everything by hand and found this neat software debian-jenkins-glue to be very handy for this task. |
jenkins-glue seems to be quite cool, but since my feature is in production, I don't really need it. I just need to make the packages once. Also, as per the install instructions, I need sudo permission. This should not be a requirement to build debian packages. I have added the Makefile changes from #63 in my branch, and it works. Thanks for the tip. I look forward to seeing that PR get merged. But still, README-Debian-package is out of date. Would you say that the instructions above are ok? Or is there some git magic to just get the debian directory from https://salsa.debian.org/debian/olsrd.git and put it directly in my forked olsrd directory structure. Or, would it be better to have the debian directory in the main olsrd repo? @fhuberts what do you think? |
i thought about that too, but since there is a debian catalog "maintained" on salsa.debian.org, i would say its better to use this, so i use that git repo for packaging. a copy of that here would make hassles in having them both sync i guess. |
I Cherry-picked your commit in #63 to my feature branch. Also, I figured out how to get the debian directory with git magic. I think these instructions are better.
I would make the change to README-Debian-package. What do you think? |
|
Leaving it as "3.0 (quilt)" gave me the following error:
I would say that incompatibility with "3.0 (quilt)" should be it's own issue. |
that error just tells you, it wants to build from a (previously created) tar file. |
resolved 7e33556 |
The server svn.debian.org does not exist anymore. Therefore it is quite difficult to make debian packages.
Luckily I still had a copy of the svn debian-build repository. I have saved it as a tar in https://github.com/pmelange/Temporary-Files/blob/master/OLSRd-packages/debian/olsrd-debian-build.tar
The text was updated successfully, but these errors were encountered: