Alternc  latest
Alternc logiel libre pour l'hébergement
patch.sh
Go to the documentation of this file.
1 #!/bin/bash
2 
3 # Migrate a repository to WHEEZY
4 
5 # DON'T COMMIT ANYTHING AFTER launching this
6 # reset your subversion repos back to the serverside one!
7 
8 cd `dirname $0`
9 
10 pushd ../debian
11 patch <../jessie/control.diff
12 patch <../jessie/changelog.diff
13 popd
14 
15 cp vhost.conf ../etc/alternc/templates/apache2/
16 cp bureau.conf ../etc/alternc/templates/alternc/
17 cp alternc.install ../install/
18 cp apache2.conf ../etc/alternc/templates/alternc/
19 # alternc-roundcube package :
20 cp roundcube.config.inc.php ../roundcube/templates/roundcube/config.inc.php
21 rm ../roundcube/templates/roundcube/main.inc.php
22 cp roundcube.password.config.inc.php ../roundcube/templates/roundcube/plugins/password/config.inc.php
23 cp roundcube-install ../roundcube/
24 cp alternc-roundcube.postinst ../debian/
25 
26 # alternc-ssl package :
27 cp ssl.conf ../ssl/
28 cp alternc-ssl.install.php ../ssl/