[Fusionforge-commits] FusionForge branch master updated. 499bb4bd02e37e166330a3ff01674c31d733915b

Thorsten Glaser mirabilos at fusionforge.org
Fri Jan 11 10:07:04 CET 2013


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "FusionForge".

The branch, master has been updated
       via  499bb4bd02e37e166330a3ff01674c31d733915b (commit)
      from  cfcec479b23d6ce8dab499a84c0fa8e4c4a49385 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 499bb4bd02e37e166330a3ff01674c31d733915b
Author: Thorsten Glaser <tg at mirbsd.org>
Date:   Fri Jan 11 10:06:48 2013 +0100

    Debian package version syntax: epochs are numeric, colons allowed later

diff --git a/3rd-party/mediawiki/Makefile b/3rd-party/mediawiki/Makefile
index ad6944a..3a68d8a 100644
--- a/3rd-party/mediawiki/Makefile
+++ b/3rd-party/mediawiki/Makefile
@@ -1,6 +1,6 @@
 # quick Mediawiki backport
 # use tests/scripts/manage-cowbuilder.sh before building
-VERS=$(strip $(shell rmadison -s testing mediawiki | cut -d\| -f2 | sed s/.*://))
+VERS=$(strip $(shell rmadison -s testing mediawiki | cut -d\| -f2 | sed 's/[0-9]*://'))
 
 BUILDERDIR:=$(shell ../../tests/scripts/builder_get_config.sh BUILDERDIR)
 DIST=wheezy

-----------------------------------------------------------------------

Summary of changes:
 3rd-party/mediawiki/Makefile |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list