https://www.mediawiki.org/wiki/Special:Code/MediaWiki/103472
Revision: 103472
Author: demon
Date: 2011-11-17 16:24:30 +0000 (Thu, 17 Nov 2011)
Log Message:
-----------
Initial skeleton for testswarm deb
Added Paths:
-----------
trunk/debs/testswarm/
trunk/debs/testswarm/debian/
trunk/debs/testswarm/debian/changelog
trunk/debs/testswarm/debian/compat
trunk/debs/testswarm/debian/control
trunk/debs/testswarm/debian/copyright
trunk/debs/testswarm/debian/dirs
trunk/debs/testswarm/debian/docs
trunk/debs/testswarm/debian/rules
Added: trunk/debs/testswarm/debian/changelog
===================================================================
--- trunk/debs/testswarm/debian/changelog (rev 0)
+++ trunk/debs/testswarm/debian/changelog 2011-11-17 16:24:30 UTC (rev
103472)
@@ -0,0 +1,5 @@
+testswarm (0-44ed30bb40) unstable; urgency=low
+
+ * Initial import from https://github.com/jquery/testswarm
+
+ -- Chad Horohoe <[email protected]> Tue, 15 Nov 2011 14:34:02 -0500
Property changes on: trunk/debs/testswarm/debian/changelog
___________________________________________________________________
Added: svn:eol-style
+ native
Added: trunk/debs/testswarm/debian/compat
===================================================================
--- trunk/debs/testswarm/debian/compat (rev 0)
+++ trunk/debs/testswarm/debian/compat 2011-11-17 16:24:30 UTC (rev 103472)
@@ -0,0 +1 @@
+6
Property changes on: trunk/debs/testswarm/debian/compat
___________________________________________________________________
Added: svn:eol-style
+ native
Added: trunk/debs/testswarm/debian/control
===================================================================
--- trunk/debs/testswarm/debian/control (rev 0)
+++ trunk/debs/testswarm/debian/control 2011-11-17 16:24:30 UTC (rev 103472)
@@ -0,0 +1,12 @@
+Source: testswarm
+Section: misc
+Priority: extra
+Maintainer: Chad Horohoe <[email protected]>
+Build-Depends: debhelper (>= 6), libapache2-mod-php5, mysql-server,
dbconfig-common
+Standards-Version: 3.8.0
+Homepage: https://github.com/jquery/testswarm
+
+Package: testswarm
+Architecture: any
+Depends: ${shlibs:Depends}
+Description:Javascript unit test runner
Property changes on: trunk/debs/testswarm/debian/control
___________________________________________________________________
Added: svn:eol-style
+ native
Added: trunk/debs/testswarm/debian/copyright
===================================================================
--- trunk/debs/testswarm/debian/copyright (rev 0)
+++ trunk/debs/testswarm/debian/copyright 2011-11-17 16:24:30 UTC (rev
103472)
@@ -0,0 +1,36 @@
+This package was debianized by Chad Horohoe <[email protected]> on
+Tue, 15 Nov 2011 14:34:02 -0500.
+
+It was downloaded from <https://github.com/jquery/testswarm>
+
+Upstream Author:
+
+ John Resig
+
+Copyright:
+
+ Copyright (c) 2009 John Resig
+
+License:
+
+ Permission is hereby granted, free of charge, to any person
+ obtaining a copy of this software and associated documentation
+ files (the "Software"), to deal in the Software without
+ restriction, including without limitation the rights to use,
+ copy, modify, merge, publish, distribute, sublicense, and/or sell
+ copies of the Software, and to permit persons to whom the
+ Software is furnished to do so, subject to the following
+ conditions:
+
+ The above copyright notice and this permission notice shall be
+ included in all copies or substantial portions of the Software.
+
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
+ OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+ HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+ WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+ OTHER DEALINGS IN THE SOFTWARE.
+
\ No newline at end of file
Property changes on: trunk/debs/testswarm/debian/copyright
___________________________________________________________________
Added: svn:eol-style
+ native
Property changes on: trunk/debs/testswarm/debian/dirs
___________________________________________________________________
Added: svn:eol-style
+ native
Added: trunk/debs/testswarm/debian/docs
===================================================================
--- trunk/debs/testswarm/debian/docs (rev 0)
+++ trunk/debs/testswarm/debian/docs 2011-11-17 16:24:30 UTC (rev 103472)
@@ -0,0 +1 @@
+README
Property changes on: trunk/debs/testswarm/debian/docs
___________________________________________________________________
Added: svn:eol-style
+ native
Added: trunk/debs/testswarm/debian/rules
===================================================================
--- trunk/debs/testswarm/debian/rules (rev 0)
+++ trunk/debs/testswarm/debian/rules 2011-11-17 16:24:30 UTC (rev 103472)
@@ -0,0 +1,45 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+#export DH_VERBOSE=1
+
+build: build-stamp
+
+build-stamp:
+ dh_testdir
+
+ $(MAKE)
+ touch $@
+
+clean:
+ dh_testdir
+ dh_testroot
+ rm -f build-stamp
+ $(MAKE) clean
+
+ dh_clean
+
+install: build
+ dh_testdir
+ dh_testroot
+ dh_installdirs
+
+
+binary-indep: install
+binary-arch: install
+ dh_testdir
+ dh_testroot
+ dh_installchangelogs
+ dh_installdocs
+ dh_installman
+ dh_link
+ dh_strip
+ dh_compress
+ dh_fixperms
+ dh_installdeb
+ dh_shlibdeps
+ dh_gencontrol
+ dh_md5sums
+ dh_builddeb
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install
Property changes on: trunk/debs/testswarm/debian/rules
___________________________________________________________________
Added: svn:executable
+ *
Added: svn:eol-style
+ native
_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs