r97221 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r97220‎ | r97221 | r97222 >
Date:23:53, 15 September 2011
Author:py
Status:deferred
Tags:
Comment:
adding this so we can build our own package so that puppet won't install mediawiki and all dependencies, such as mysql-server...
Modified paths:
  • /trunk/debs/wikidiff2 (added) (history)
  • /trunk/debs/wikidiff2/debian (added) (history)
  • /trunk/debs/wikidiff2/debian/changelog (added) (history)
  • /trunk/debs/wikidiff2/debian/compat (added) (history)
  • /trunk/debs/wikidiff2/debian/control (added) (history)
  • /trunk/debs/wikidiff2/debian/control.in (added) (history)
  • /trunk/debs/wikidiff2/debian/copyright (added) (history)
  • /trunk/debs/wikidiff2/debian/install (added) (history)
  • /trunk/debs/wikidiff2/debian/patches (added) (history)
  • /trunk/debs/wikidiff2/debian/patches/fix_543113.patch (added) (history)
  • /trunk/debs/wikidiff2/debian/patches/series (added) (history)
  • /trunk/debs/wikidiff2/debian/rules (added) (history)

Diff [purge]

Index: trunk/debs/wikidiff2/debian/control
@@ -0,0 +1,19 @@
 2+Source: wikidiff2
 3+Section: web
 4+Priority: optional
 5+Maintainer: Ubuntu MOTU Developers <ubuntu-motu@lists.ubuntu.com>
 6+XSBC-Original-Maintainer: Mediawiki Maintenance Team <pkg-mediawiki-devel@lists.alioth.debian.org>
 7+Uploaders: Romain Beauxis <toots@rastageeks.org>
 8+Build-Depends: cdbs (>= 0.4.53), debhelper (>= 7.0.1), quilt, patchutils (>= 0.2.25), php5-dev, swig
 9+Homepage: http://www.mediawiki.org/wiki/Extension:Wikidiff2
 10+Standards-Version: 3.8.3
 11+
 12+Package: php-wikidiff2
 13+Architecture: any
 14+Depends: php5 | php5-cli, ${misc:Depends}, ${shlibs:Depends}
 15+Description: external diff engine for mediawiki
 16+ Wikidiff2 is PHP 5 module providing external diff
 17+ engine for MediaWiki. It performs word-level
 18+ (space-delimited) diffs on general text, and
 19+ character-level diffs on text composed of characters
 20+ from the Japanese and Thai alphabets and the unified han.
Index: trunk/debs/wikidiff2/debian/compat
@@ -0,0 +1 @@
 2+7
Index: trunk/debs/wikidiff2/debian/control.in
@@ -0,0 +1,18 @@
 2+Source: wikidiff2
 3+Section: web
 4+Priority: optional
 5+Maintainer: Mediawiki Maintenance Team <pkg-mediawiki-devel@lists.alioth.debian.org>
 6+Uploaders: Romain Beauxis <toots@rastageeks.org>
 7+Build-Depends: @cdbs@, php5-dev, swig
 8+Homepage: http://www.mediawiki.org/wiki/Extension:Wikidiff2
 9+Standards-Version: 3.8.3
 10+
 11+Package: php-wikidiff2
 12+Architecture: any
 13+Depends: php5 | php5-cli, ${misc:Depends}, ${shlibs:Depends}
 14+Description: external diff engine for mediawiki
 15+ Wikidiff2 is PHP 5 module providing external diff
 16+ engine for MediaWiki. It performs word-level
 17+ (space-delimited) diffs on general text, and
 18+ character-level diffs on text composed of characters
 19+ from the Japanese and Thai alphabets and the unified han.
Index: trunk/debs/wikidiff2/debian/install
@@ -0,0 +1 @@
 2+debian/tmp/usr
Index: trunk/debs/wikidiff2/debian/changelog
@@ -0,0 +1,23 @@
 2+wikidiff2 (0.0.1+svn55737-1ubuntu1) lucid; urgency=low
 3+
 4+ * Rebuild against PHP 5.3.
 5+
 6+ -- Chuck Short <zulcss@ubuntu.com> Tue, 02 Mar 2010 13:00:25 -0500
 7+
 8+wikidiff2 (0.0.1+svn55737-1) unstable; urgency=low
 9+
 10+ * New upstream release.
 11+ * Fixed FTBFS.
 12+ Closes: #543113
 13+ * Bumped standards-version to 3.8.3
 14+ * Bumped compat to 7
 15+
 16+ -- Romain Beauxis <toots@rastageeks.org> Tue, 01 Sep 2009 18:14:30 -0500
 17+
 18+wikidiff2 (0.0.1+svn48764-1) unstable; urgency=low
 19+
 20+ * Initial packaging.
 21+ Closes: #479057
 22+
 23+ -- Romain Beauxis <toots@rastageeks.org> Tue, 24 Mar 2009 23:25:07 +0100
 24+
Index: trunk/debs/wikidiff2/debian/patches/fix_543113.patch
@@ -0,0 +1,13 @@
 2+Index: wikidiff2-0.0.1+svn55737/Makefile
 3+===================================================================
 4+--- wikidiff2-0.0.1+svn55737.orig/Makefile 2009-09-01 18:20:09.000000000 -0500
 5+@@ -50,7 +50,7 @@
 6+ test.php : $(PRODUCT)_wrap.cpp
 7+
 8+ $(PRODUCT)_wrap.cpp : $(PRODUCT).i
 9+- swig -php4 -c++ $(PRODUCT).i
 10++ swig -php5 -c++ $(PRODUCT).i
 11+
 12+ install : $(OUTPUT)
 13+ install -d "$(INSTALL_TARGET)$(PHP_EXT_DIR)"
Index: trunk/debs/wikidiff2/debian/patches/series
@@ -0,0 +1 @@
 2+fix_543113.patch
Index: trunk/debs/wikidiff2/debian/copyright
@@ -0,0 +1,29 @@
 2+This package was debianized by Romain Beauxis <toots@rastageeks.org> on
 3+Wed, 25 Mar 2009 00:02:53 +0100.
 4+
 5+It was downloaded from http://www.mediawiki.org/wiki/Extension:Wikidiff2
 6+
 7+Upstream Author: Tim Starling <tstarling@wikimedia.org>
 8+
 9+Copyright © 2006 by Tim Starling
 10+
 11+License:
 12+
 13+ This package is free software; you can redistribute it and/or modify
 14+ it under the terms of the GNU General Public License as published by
 15+ the Free Software Foundation.
 16+
 17+ This package is distributed in the hope that it will be useful,
 18+ but WITHOUT ANY WARRANTY; without even the implied warranty of
 19+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
 20+ GNU General Public License for more details.
 21+
 22+ You should have received a copy of the GNU General Public License
 23+ along with this package; if not, write to the Free Software
 24+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
 25+
 26+On Debian systems, the complete text of the GNU General
 27+Public License can be found in `/usr/share/common-licenses/GPL'.
 28+
 29+The Debian packaging is © 2009, Romain Beauxis <toots@rastageeks.org> and
 30+is licensed under the GPL, see above.
Index: trunk/debs/wikidiff2/debian/rules
@@ -0,0 +1,12 @@
 2+#!/usr/bin/make -f
 3+
 4+include /usr/share/cdbs/1/rules/debhelper.mk
 5+include /usr/share/cdbs/1/rules/patchsys-quilt.mk
 6+include /usr/share/cdbs/1/class/makefile.mk
 7+
 8+# In order to regenerate 'debian/control' :
 9+# DEB_AUTO_UPDATE_DEBIAN_CONTROL=yes fakeroot debian/rules clean
 10+# Then check manually if everything's ok
 11+
 12+DEB_MAKE_INSTALL_TARGET := install INSTALL_TARGET=$(CURDIR)/debian/tmp/
 13+
Property changes on: trunk/debs/wikidiff2/debian/rules
___________________________________________________________________
Added: svn:executable
114 + *

Status & tagging log