| 5 : 4 [CriNET] FERME panne electrique saulcy |
| 5 : 4 [CriNET] OUVERT panne electrique saulcy |
| 7 : 3 [CriNET] FERME Coupure fibre internet |
| 7 : 3 [CriNET] OUVERT Coupure fibre internet |
| Tickets CRINet | |
| 2012040500 | FERME |
| panne electrique saulcy | |
| 2012030700 | FERME |
| Coupure fibre internet | |
| 2012020801 | FERME |
| MaJ serveur fichiers etudiants | |
| 2012021300 | FERME |
| MaJ HTTP cocktail | |
Framework Jifty | |
Docshttp://jifty.org/CPAN CPAN tutorial Svn A talk Local Tutorial Screncast Other tutorial InstallationPackages for Debian Sarge and Ubuntu 6.06 LTS (Long Term Support) can be found in repositoryadd to your /etc/apt/sources.list : deb http://ftp.univ-metz.fr/debian sarge jifty # apt-get install jifty if needed : # apt-get install libjifty-plugin-login-perl # apt-get install libjifty-plugin-editinplace-perl Trouble : we need HTML::Mason >= 1.29 apt-get install libhtml-mason-perl=1.35-1 (take care with inherit => undef flag if you use older html::mason application) apt-get install libdatetime-perl=0.28-1 hold this 2 packages on debian sarge or better in /etc/apt/preferences Package: libhtml-mason-perl Pin: release l=Jifty Pin-priority: 900 Package: libdatetime-perl Pin: release l=Jifty Pin-priority: 900 Package: libdatetime-timezone-perl Pin: release l=Jifty Pin-priority: 900 How packages are build :# dh-make-perl --cpan jifty # cd Jifty-0.60912 some changes in debian/control or dch -i to change changelog (name of sources) # dpkg-buildpackage -rfakeroot # apt-get install libmodule-scandeps-perl libpod-simple-perl libtest-pod-coverage-perl ..... All missing package in sarge are build with dh-make-perl # dh-make-perl --build --cpan test::base 2 packages are build without test dh-make-perl --build --cpan class::accessor::named --notest dh-make-perl --build --cpan Test::Dependencies --notest | |