r103472 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r103471‎ | r103472 | r103473 >
Date:16:24, 17 November 2011
Author:demon
Status:ok
Tags:
Comment:
Initial skeleton for testswarm deb
Modified paths:
  • /trunk/debs/testswarm (added) (history)
  • /trunk/debs/testswarm/debian (added) (history)
  • /trunk/debs/testswarm/debian/changelog (added) (history)
  • /trunk/debs/testswarm/debian/compat (added) (history)
  • /trunk/debs/testswarm/debian/control (added) (history)
  • /trunk/debs/testswarm/debian/copyright (added) (history)
  • /trunk/debs/testswarm/debian/dirs (added) (history)
  • /trunk/debs/testswarm/debian/docs (added) (history)
  • /trunk/debs/testswarm/debian/rules (added) (history)

Diff [purge]

Index: trunk/debs/testswarm/debian/control
@@ -0,0 +1,12 @@
 2+Source: testswarm
 3+Section: misc
 4+Priority: extra
 5+Maintainer: Chad Horohoe <chad@wikimedia.org>
 6+Build-Depends: debhelper (>= 6), libapache2-mod-php5, mysql-server, dbconfig-common
 7+Standards-Version: 3.8.0
 8+Homepage: https://github.com/jquery/testswarm
 9+
 10+Package: testswarm
 11+Architecture: any
 12+Depends: ${shlibs:Depends}
 13+Description:Javascript unit test runner
Property changes on: trunk/debs/testswarm/debian/control
___________________________________________________________________
Added: svn:eol-style
114 + native
Index: trunk/debs/testswarm/debian/dirs
Property changes on: trunk/debs/testswarm/debian/dirs
___________________________________________________________________
Added: svn:eol-style
215 + native
Index: trunk/debs/testswarm/debian/compat
@@ -0,0 +1 @@
 2+6
Property changes on: trunk/debs/testswarm/debian/compat
___________________________________________________________________
Added: svn:eol-style
13 + native
Index: trunk/debs/testswarm/debian/changelog
@@ -0,0 +1,5 @@
 2+testswarm (0-44ed30bb40) unstable; urgency=low
 3+
 4+ * Initial import from https://github.com/jquery/testswarm
 5+
 6+ -- Chad Horohoe <chad@wikimedia.org> Tue, 15 Nov 2011 14:34:02 -0500
Property changes on: trunk/debs/testswarm/debian/changelog
___________________________________________________________________
Added: svn:eol-style
17 + native
Index: trunk/debs/testswarm/debian/copyright
@@ -0,0 +1,36 @@
 2+This package was debianized by Chad Horohoe <chad@wikimedia.org> on
 3+Tue, 15 Nov 2011 14:34:02 -0500.
 4+
 5+It was downloaded from <https://github.com/jquery/testswarm>
 6+
 7+Upstream Author:
 8+
 9+ John Resig
 10+
 11+Copyright:
 12+
 13+ Copyright (c) 2009 John Resig
 14+
 15+License:
 16+
 17+ Permission is hereby granted, free of charge, to any person
 18+ obtaining a copy of this software and associated documentation
 19+ files (the "Software"), to deal in the Software without
 20+ restriction, including without limitation the rights to use,
 21+ copy, modify, merge, publish, distribute, sublicense, and/or sell
 22+ copies of the Software, and to permit persons to whom the
 23+ Software is furnished to do so, subject to the following
 24+ conditions:
 25+
 26+ The above copyright notice and this permission notice shall be
 27+ included in all copies or substantial portions of the Software.
 28+
 29+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 30+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
 31+ OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 32+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
 33+ HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
 34+ WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
 35+ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
 36+ OTHER DEALINGS IN THE SOFTWARE.
 37+
\ No newline at end of file
Property changes on: trunk/debs/testswarm/debian/copyright
___________________________________________________________________
Added: svn:eol-style
138 + native
Index: trunk/debs/testswarm/debian/docs
@@ -0,0 +1 @@
 2+README
Property changes on: trunk/debs/testswarm/debian/docs
___________________________________________________________________
Added: svn:eol-style
13 + native
Index: trunk/debs/testswarm/debian/rules
@@ -0,0 +1,45 @@
 2+#!/usr/bin/make -f
 3+# -*- makefile -*-
 4+#export DH_VERBOSE=1
 5+
 6+build: build-stamp
 7+
 8+build-stamp:
 9+ dh_testdir
 10+
 11+ $(MAKE)
 12+ touch $@
 13+
 14+clean:
 15+ dh_testdir
 16+ dh_testroot
 17+ rm -f build-stamp
 18+ $(MAKE) clean
 19+
 20+ dh_clean
 21+
 22+install: build
 23+ dh_testdir
 24+ dh_testroot
 25+ dh_installdirs
 26+
 27+
 28+binary-indep: install
 29+binary-arch: install
 30+ dh_testdir
 31+ dh_testroot
 32+ dh_installchangelogs
 33+ dh_installdocs
 34+ dh_installman
 35+ dh_link
 36+ dh_strip
 37+ dh_compress
 38+ dh_fixperms
 39+ dh_installdeb
 40+ dh_shlibdeps
 41+ dh_gencontrol
 42+ dh_md5sums
 43+ dh_builddeb
 44+
 45+binary: binary-indep binary-arch
 46+.PHONY: build clean binary-indep binary-arch binary install
Property changes on: trunk/debs/testswarm/debian/rules
___________________________________________________________________
Added: svn:eol-style
147 + native
Added: svn:executable
248 + *

Follow-up revisions

RevisionCommit summaryAuthorDate
r103819testswarm.deb enhancements...hashar16:24, 21 November 2011

Status & tagging log