+

viewgit/inc/functions.php:463 Function create_function() is deprecated [8192]

Shortlog

Date Author Message Actions
14-02-07 16:17 Benjamin Renard Add 1464-1 release and clean old releases namemaster commitdiff tree tar/gz zip patch
14-02-07 16:17 Benjamin Renard Add patch to permit multiports firewall rule usage commitdiff tree tar/gz zip patch
14-02-07 16:16 Benjamin Renard Simplify rules files commitdiff tree tar/gz zip patch
13-08-14 10:56 Benjamin Renard Redirect all wifidog output in a logfile commitdiff tree tar/gz zip patch
13-08-14 10:52 Benjamin Renard Add sysctl config file to preserve deprecated CONF commitdiff tree tar/gz zip patch
12-01-10 12:49 Benjamin Renard Release svn.r1461-2 commitdiff tree tar/gz zip patch
12-01-10 09:32 Benjamin Renard Fix wifidog bin src path commitdiff tree tar/gz zip patch
12-01-09 16:08 Benjamin Renard Add ignore for '~' file commitdiff tree tar/gz zip patch
12-01-09 16:07 Benjamin Renard Add VCS informations in debian/control file commitdiff tree tar/gz zip patch
12-01-09 16:04 Benjamin Renard Add some informations for building the debian pack commitdiff tree tar/gz zip patch
12-01-09 15:30 root Initial commit commitdiff tree tar/gz zip patch

more »

Tags

Date Tag Actions

View all tags

Heads

Date Branch Actions
14-02-07 16:17 master

Project informations

Description
Files to make a debian package for the wifidog gateway daemon.
Last Change
14-02-07 16:17
URL
  • http://git.zionetrix.net/git/wifidog-gateway-debian-package
  • git@git.zionetrix.net:public_git/wifidog-gateway-debian-package
README
Debian Package Informations
===========================

This pool of files permit to make a Debian package for the Wifidog's gateway daemon.

This repository provide the "debian" directory contains of the build environment of
the Debian package.

How-to compile the Debian package
---------------------------------

On Debian Squeeze :

- Add this lines on your apt/sources.list file :

  deb http://debian.zionetrix.net/debian/ squeeze wifidog
  deb-src http://debian.zionetrix.net/debian/ squeeze wifidog

- Run 'apt-get update' to update APT cache
- In /tmp directory, run apt-get source wifidog-gateway
- Run 'apt-get build-dep wifidog-gateway' to install build dependency
- In /tmp/wifidog-gateway, run 'dpkg-buildpackage' to build the Debian package

Your Debian package will be build in /tmp directory

How-to upgrade the Debian package from the Subversion server of the Wifidog project
-----------------------------------------------------------------------------------

Requirement
~~~~~~~~~~~

- Subversion and git :
  apt-get install subversion git
- In /usr/local/src for instance::


  svn checkout https://dev.wifidog.org/svn/trunk/wifidog

.. note:: Check subversion URL in http://dev.wifidog.org/wiki/Download if necessary.

- Move wifidog directory resulting of the previous command to wifidog-svn.[last SVN commit id]
- Enter to the resulting directory of the previous command and run::


  git clone http://git.zionetrix.net/git/wifidog-gateway-debian-package debian

- Check new build dependency on http://dev.wifidog.org/wiki/doc/install/gateway, and update debian/control file if necessary
- Check change on build method in INSTALL file. Update dirs, docs and/or rules files in debian directory if necessary
- Update debian/copyright file if necessary
- Update debian/changelog file
- Finaly, run dpkg-buildpackage command. Check the result of this command. Your debian package will normaly build in '../' directory (/usr/local/src).



ViewGit