[Phpslash-commit] CVS: debian README.Debian,1.1,1.2 control,1.2,1.3 rules,1.2,1.3
Brought to you by:
joestewart,
nhruby
From: Luis M <le...@us...> - 2004-11-23 17:57:37
|
Update of /cvsroot/phpslash/debian In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13735 Modified Files: README.Debian control rules Log Message: updated for psl 0.8 Index: README.Debian =================================================================== RCS file: /cvsroot/phpslash/debian/README.Debian,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** README.Debian 27 Apr 2004 01:24:22 -0000 1.1 --- README.Debian 23 Nov 2004 17:57:27 -0000 1.2 *************** *** 1,5 **** phpSlash Debian README ! * Installation instructions available at http://www.sf.net/projects/phpslash /usr/share/phpslash/class -- phpslash backend files /usr/share/phpslash/class/phplib -- Contains a phplib installation --- 1,7 ---- phpSlash Debian README ! * Installation instructions available at ! http://www.sf.net/projects/phpslash ! /usr/share/phpslash/class -- phpslash backend files /usr/share/phpslash/class/phplib -- Contains a phplib installation *************** *** 7,16 **** * Quick install guide http://sourceforge.net/docman/display_doc.php?docid=1611&group_id=10566 - Create a database ! - Create a user ! - Create the tables ! - cp config-dist.ini.php to config.ini.php and edit config.ini.php ! - Set magic_quotes_gpc to off --- 9,17 ---- * Quick install guide + http://sourceforge.net/docman/display_doc.php?docid=1611&group_id=10566 - Create a database ! - Create a user for the database ! - cp config-dist.ini.php to /etc/phpslash/config.ini.php and chmod 0666 config.ini.php Index: control =================================================================== RCS file: /cvsroot/phpslash/debian/control,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** control 14 Apr 2004 01:41:04 -0000 1.2 --- control 23 Nov 2004 17:57:27 -0000 1.3 *************** *** 2,14 **** Section: web Priority: optional ! Maintainer: Jeff Breker <jb...@sy...> ! Standards-Version: 3.6.1.0 ! Build-Depends-Indep: debhelper (>= 4.2.7) - Architecture: all Package: phpslash ! Depends: apache, php4 (>= 4.1.2), php4-mysql, mysql-server (>= 3.23.2) ! Description: php implementation of slashdot ! phpSlash is a CMS that provides an easy and flexible means to publish websites. ! It currently boasts full HTML templates, an OO design, the ability to operate ! in a hosted environment, and a bunch of other goodies. --- 2,24 ---- Section: web Priority: optional ! Maintainer: Luis Mondesi <le...@ph...> ! Build-Depends: cdbs, debhelper (>= 4.1.0), linuxdoc-tools, groff ! Build-Conflicts: ! Standards-Version: 3.6.1 Package: phpslash ! Architecture: any ! Depends: apache | apache2, php4, phplib ! Suggests: php4-cli ! Conflicts: ! Replaces: ! Provides: phpslash ! Description: Web Content Management System (CMS) based on PHP ! PHPslash was originally started as a port to Slash code. ! . ! PHPslash is a CMS that provides an easy and flexible means to publish websites. It includes support for phplib templates, can be installed in a hosted environment, and is written using an OO design. ! . ! Resources: ! - http://sf.net/projects/phpslash ! - http://php-slash.org ! Index: rules =================================================================== RCS file: /cvsroot/phpslash/debian/rules,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** rules 27 Apr 2004 00:03:01 -0000 1.2 --- rules 23 Nov 2004 17:57:27 -0000 1.3 *************** *** 1,3 **** --- 1,5 ---- #!/usr/bin/make -f + include /usr/share/cdbs/1/rules/debhelper.mk + # include /usr/share/cdbs/1/rules/simple-patchsys.mk configure: configure-stamp *************** *** 22,26 **** dh_installdirs mkdir -p debian/tmp/var/www debian/tmp/usr/share/phpslash debian/tmp/usr/share/doc/phpslash ! cp -R public_html debian/tmp/var/www/phpslash cp -R class debian/tmp/usr/share/phpslash/class cp -R tables debian/tmp/usr/share/phpslash/tables --- 24,28 ---- dh_installdirs mkdir -p debian/tmp/var/www debian/tmp/usr/share/phpslash debian/tmp/usr/share/doc/phpslash ! cp -R public_html debian/tmp/usr/share/phpslash/public_html cp -R class debian/tmp/usr/share/phpslash/class cp -R tables debian/tmp/usr/share/phpslash/tables *************** *** 29,44 **** rm -f debian/tmp/usr/share/phpslash/class/phplib/doc/.cvsignore rm -f debian/tmp/usr/share/phpslash/class/phplib/doc/sgml/.cvsignore ! chmod 644 debian/tmp/var/www/phpslash/templates/en/default/article-pf.tpl ! chmod 644 debian/tmp/var/www/phpslash/templates/en/default/backendTxt.tpl ! chmod 644 debian/tmp/var/www/phpslash/images/leftbar.gif ! chmod 644 debian/tmp/var/www/phpslash/images/topics/topicslashdot.gif ! chmod 644 debian/tmp/var/www/phpslash/templates/en/basic/article-pf.tpl ! chmod 644 debian/tmp/var/www/phpslash/images/dot.gif ! chmod 644 debian/tmp/var/www/phpslash/images/slashdot.gif ! chmod 644 debian/tmp/var/www/phpslash/md5.js ! chmod 644 debian/tmp/var/www/phpslash/images/rightbar.gif ! chmod 644 debian/tmp/var/www/phpslash/images/mainbar.gif chmod 644 debian/tmp/usr/share/phpslash/class/Block_render_skin.class ! chmod 644 debian/tmp/var/www/phpslash/templates/en/basic/backendTxt.tpl binary-indep: build install --- 31,46 ---- rm -f debian/tmp/usr/share/phpslash/class/phplib/doc/.cvsignore rm -f debian/tmp/usr/share/phpslash/class/phplib/doc/sgml/.cvsignore ! chmod 644 debian/tmp/usr/share/phpslash/public_html/templates/en/default/article-pf.tpl ! chmod 644 debian/tmp/usr/share/phpslash/public_html/templates/en/default/backendTxt.tpl ! chmod 644 debian/tmp/usr/share/phpslash/public_html/images/leftbar.gif ! chmod 644 debian/tmp/usr/share/phpslash/public_html/images/topics/topicslashdot.gif ! chmod 644 debian/tmp/usr/share/phpslash/public_html/templates/en/basic/article-pf.tpl ! chmod 644 debian/tmp/usr/share/phpslash/public_html/images/dot.gif ! chmod 644 debian/tmp/usr/share/phpslash/public_html/images/slashdot.gif ! chmod 644 debian/tmp/usr/share/phpslash/public_html/md5.js ! chmod 644 debian/tmp/usr/share/phpslash/public_html/images/rightbar.gif ! chmod 644 debian/tmp/usr/share/phpslash/public_html/images/mainbar.gif chmod 644 debian/tmp/usr/share/phpslash/class/Block_render_skin.class ! chmod 644 debian/tmp/usr/share/phpslash/public_html/templates/en/basic/backendTxt.tpl binary-indep: build install |