outside debian/ too, as direct patches to upstream sources.
More precisely :
+ - fusionforge-5.1-6 is in sync with upstream SVN contents as of rev. 14445;
- fusionforge-5.1-6 is in sync with upstream SVN contents as of rev. 14319;
- fusionforge-5.1-5 is in sync with upstream SVN contents as of rev. 14267;
- fusionforge-5.1-4 is in sync with upstream SVN contents as of rev. 14120;
upstream main version and Debian's packaging :
http://patch-tracker.debian.org/package/fusionforge
- -- Roland Mas <lolando@debian.org>, Tue, 6 Sep 2011 15:42:20 +0200
+ -- Roland Mas <lolando@debian.org>, Tue, 20 Sep 2011 11:11:58 +0200
-- Roland Mas <lolando@debian.org> Fri, 05 Aug 2011 13:41:04 +0200
-fusionforge (5.1-6+) UNRELEASED; urgency=low
+fusionforge (5.1-7+) unstable; urgency=low
*
- -- Roland Mas <lolando@debian.org> Tue, 06 Sep 2011 15:51:19 +0200
+ -- Roland Mas <lolando@debian.org> Tue, 20 Sep 2011 11:20:51 +0200
+
+fusionforge (5.1-7) unstable; urgency=low
+
+ * New snapshot from upstream SVN.
+
+ -- Roland Mas <lolando@debian.org> Tue, 20 Sep 2011 11:11:32 +0200
fusionforge (5.1-6) unstable; urgency=low
exit $v
fi
- if [ -n "$2" ] && dpkg --compare-versions $2 lt 5.1-1 ; then
+ if [ -n "$2" ] && dpkg --compare-versions $2 lt 5.1-8 ; then
echo "Normalizing all roles and permissions"
PATH=$PATH:/usr/share/gforge/bin normalize_roles.php
fi
$wgFavicon = '/images/icon.png' ;
$wgBreakFrames = false ;
-ini_set ('memory_limit', '50M') ;
+ini_set ('memory_limit', '100M') ;
// LOAD THE SITE-WIDE AND PROJECT-SPECIFIC EXTRA-SETTINGS
if (is_file(forge_get_config('config_path')."/plugins/mediawiki/LocalSettings.php")) {