Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mahara
mahara
Commits
ace917bd
Commit
ace917bd
authored
Dec 03, 2007
by
Francois Marier
Browse files
Use Debian's version of File_CSV and PEAR
parent
480fa10b
Changes
3
Hide whitespace changes
Inline
Side-by-side
debian/changelog
View file @
ace917bd
mahara (0.9.0~beta3~dev) unstable; urgency=low
mahara (0.9.0~beta3~dev) unstable; urgency=low
*
Dev version
*
Add dependency on php-file and php-pear
--
Nigel McN
ie <
nigel
@catalyst.net.nz>
Fri, 30 Nov 2007 15:53:45
+1300
--
Francois Mar
ie
r
<
francois
@catalyst.net.nz>
Mon, 03 Dec 2007 16:16:54
+1300
mahara (0.9.0~beta2-1) unstable; urgency=low
mahara (0.9.0~beta2-1) unstable; urgency=low
...
...
debian/control
View file @
ace917bd
...
@@ -10,7 +10,7 @@ Vcs-Browser: http://git.catalyst.net.nz/gw?p=mahara.git
...
@@ -10,7 +10,7 @@ Vcs-Browser: http://git.catalyst.net.nz/gw?p=mahara.git
Package: mahara
Package: mahara
Architecture: all
Architecture: all
Depends: ${misc:Depends}, php5-pgsql | php5-mysql, php5-cli, php5-gd, file, cron, perl, ttf-freefont
Depends: ${misc:Depends}, php5-pgsql | php5-mysql, php5-cli, php5-gd, file, cron, perl, ttf-freefont
, php-file, php-pear
Recommends: mahara-apache2 | mahara-apache, postgresql | postgresql-8.2 | postgresql-8.1 | mysql-server | mysql-server-5.0, clamav, clamav-daemon, php5-curl, php5-openssl, php5-xmlrpc, php5-imagick, libfile-slurp-perl, libtext-diff-perl
Recommends: mahara-apache2 | mahara-apache, postgresql | postgresql-8.2 | postgresql-8.1 | mysql-server | mysql-server-5.0, clamav, clamav-daemon, php5-curl, php5-openssl, php5-xmlrpc, php5-imagick, libfile-slurp-perl, libtext-diff-perl
Description: Electronic portfolio, weblog, and resume builder
Description: Electronic portfolio, weblog, and resume builder
Mahara is a fully featured electronic portfolio, weblog, resume builder and
Mahara is a fully featured electronic portfolio, weblog, resume builder and
...
...
debian/rules
View file @
ace917bd
...
@@ -45,6 +45,10 @@ install: configure-stamp
...
@@ -45,6 +45,10 @@ install: configure-stamp
rm -f $(CURDIR)/debian/mahara/usr/share/mahara/lib/snoopy/autogen.sh
rm -f $(CURDIR)/debian/mahara/usr/share/mahara/lib/snoopy/autogen.sh
rm -f $(CURDIR)/debian/mahara/usr/share/mahara/lib/snoopy/TODO
rm -f $(CURDIR)/debian/mahara/usr/share/mahara/lib/snoopy/TODO
rm -f $(CURDIR)/debian/mahara/usr/share/mahara/lib/snoopy/NEWS
rm -f $(CURDIR)/debian/mahara/usr/share/mahara/lib/snoopy/NEWS
rm -rf $(CURDIR)/debian/mahara/usr/share/mahara/lib/pear/File
rm -f $(CURDIR)/debian/mahara/usr/share/mahara/lib/pear/File.php
rm -rf $(CURDIR)/debian/mahara/usr/share/mahara/lib/pear/PEAR
rm -f $(CURDIR)/debian/mahara/usr/share/mahara/lib/pear/PEAR.php
# Config files (common package)
# Config files (common package)
cp $(CURDIR)/debian/config.php $(CURDIR)/debian/mahara/etc/mahara/
cp $(CURDIR)/debian/config.php $(CURDIR)/debian/mahara/etc/mahara/
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment