On Thu, 11 Jun 2015 12:11:07 +0200 Morten Brekkevold morten.brekkevold@uninett.no wrote:
The source code is available for download at Launchpad [1]. A new package for Debian Wheezy has been published in our APT repository [2] as usual (We have no packages for Debian Jessie yet, due to dependency problems and our own resource constraints).
I'm happy to announce that we now have a working set of packages for Debian Jessie!
The biggest caveat for this release, though, is that NAV still depends on Django 1.4, while Jessie ships with 1.7. This means we have forward-ported Django 1.4 to Jessie in our APT repository. This also means we had to publish a modified graphite-web package, since Jessie's official version contained patches to make it compatible with Django 1.7.
To use the Jessie packages, please modify the instructions at [1] by replacing any reference to `wheezy` with `jessie`. Also, because of the Django versioning issues, you will need to explicitly install the correct Django package, or apt-get will complain that it cannot satisfy the package dependencies:
apt-get install nav python-django=1.4.5-1+jessie1
Don't worry! NAV 4.4 will use Django 1.7.
We are also in the process of porting our virtual appliance to Jessie. The build scripts and config used to generate the appliance has been moved out from the NAV source code, and into a separate repository at Bitbucket [2].
Happy NAVing everyone!
[1] https://nav.uninett.no/install-instructions/#debian [2] https://bitbucket.org/mbrekkevold/navappliance