You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi !
I'm using a Debian 10 Buster OS, running some ARK servers and I'd like to start an ATLAS grid.
I downloaded the git repo of your scripts since I couldn't add the ubuntu repo in my debian apt sources.
Are these scripts compatible with Debian 10 ?
I used the rules files to be able to build the debian files, but I get an error
$ ./rules
mkdir -p debian/build debian/build-gnutls debian/build-nss
# pop the last patch (nss)
quilt pop
No patch removed
make: *** [rules:33: override_dh_auto_configure] Error 2
$ ls debian/*
debian/build:
debian/build-gnutls:
debian/build-nss:
debian/tmp:
dh-exec.eOofGFBs dh-exec.HES7Ze1n dh-exec.hsoxA7rB dh-exec.Q5ihQ67a dh-exec.QHDBn17Q dh-exec.w3spFkBw dh-exec.xIAj3sSG
Thanks for your help
The text was updated successfully, but these errors were encountered:
Hello,
These files were not made compatible with Debian (because work was done on top of ubuntu repo), but I would suggest to try to rebase on top of debian sources. As an example, try to clone some ubuntu_<branch> branch, update contents with Debian's sources and merge changes to ppa_<branch> (which can be a copy of some ubuntu's branch).
Also, before doing everything you will need to put sources from this git repo into debian/ folder of your package source (if you haven't done that yet). To build the package locally, you may use debuild -nc -uc -us or try to build inside supplied docker image (you can change that to debian).
Hi !
I'm using a Debian 10 Buster OS, running some ARK servers and I'd like to start an ATLAS grid.
I downloaded the git repo of your scripts since I couldn't add the ubuntu repo in my debian apt sources.
Are these scripts compatible with Debian 10 ?
I used the rules files to be able to build the debian files, but I get an error
Thanks for your help
The text was updated successfully, but these errors were encountered: