r36148 - in /trunk/libsocialtext-wikitest-perl/debian: ./ changelog compat control copyright rules watch

myon at users.alioth.debian.org myon at users.alioth.debian.org
Fri May 22 12:31:34 UTC 2009


Author: myon
Date: Fri May 22 12:31:30 2009
New Revision: 36148

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=36148
Log:
[svn-inject] Applying Debian modifications to trunk

Added:
    trunk/libsocialtext-wikitest-perl/debian/
    trunk/libsocialtext-wikitest-perl/debian/changelog
    trunk/libsocialtext-wikitest-perl/debian/compat
    trunk/libsocialtext-wikitest-perl/debian/control
    trunk/libsocialtext-wikitest-perl/debian/copyright
    trunk/libsocialtext-wikitest-perl/debian/rules   (with props)
    trunk/libsocialtext-wikitest-perl/debian/watch

Added: trunk/libsocialtext-wikitest-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsocialtext-wikitest-perl/debian/changelog?rev=36148&op=file
==============================================================================
--- trunk/libsocialtext-wikitest-perl/debian/changelog (added)
+++ trunk/libsocialtext-wikitest-perl/debian/changelog Fri May 22 12:31:30 2009
@@ -1,0 +1,5 @@
+libsocialtext-wikitest-perl (0.06-1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- Christoph Berg <myon at debian.org>  Fri, 22 May 2009 11:24:57 +0200

Added: trunk/libsocialtext-wikitest-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsocialtext-wikitest-perl/debian/compat?rev=36148&op=file
==============================================================================
--- trunk/libsocialtext-wikitest-perl/debian/compat (added)
+++ trunk/libsocialtext-wikitest-perl/debian/compat Fri May 22 12:31:30 2009
@@ -1,0 +1,1 @@
+7

Added: trunk/libsocialtext-wikitest-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsocialtext-wikitest-perl/debian/control?rev=36148&op=file
==============================================================================
--- trunk/libsocialtext-wikitest-perl/debian/control (added)
+++ trunk/libsocialtext-wikitest-perl/debian/control Fri May 22 12:31:30 2009
@@ -1,0 +1,22 @@
+Source: libsocialtext-wikitest-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: libmocked-perl, libtest-exception-perl, perl (>= 5.6.0-12)
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Christoph Berg <myon at debian.org>
+Standards-Version: 3.8.1
+Homepage: http://search.cpan.org/dist/Socialtext-WikiTest/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libsocialtext-wikitest-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libsocialtext-wikitest-perl/
+
+Package: libsocialtext-wikitest-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends}, libsocialtext-resting-utils-perl, libtest-www-selenium-perl
+Description: Execute tests defined on wiki pages
+ Socialtext::WikiTest executes tests defined on wiki pages.
+ .
+ Socialtext::WikiFixture is a base class that fetches and parses wiki pages
+ using the Socialtext::Resting REST API.  It then tries to execute the
+ commands in the wiki tables.  The code for executing the tables should
+ be implemented in subclasses.

Added: trunk/libsocialtext-wikitest-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsocialtext-wikitest-perl/debian/copyright?rev=36148&op=file
==============================================================================
--- trunk/libsocialtext-wikitest-perl/debian/copyright (added)
+++ trunk/libsocialtext-wikitest-perl/debian/copyright Fri May 22 12:31:30 2009
@@ -1,0 +1,16 @@
+Copyright: 2006, 2007 Luke Closs, <luke.closs at socialtext.com>
+License:
+    This program is free software; you can redistribute it and/or modify it
+    under the same terms as Perl itself.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the Artistic License, which comes with Perl.
+    On Debian GNU/Linux systems, the complete text of the Artistic License
+    can be found in `/usr/share/common-licenses/Artistic'
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU General Public License as published by
+    the Free Software Foundation; either version 1, or (at your option)
+    any later version.
+    On Debian GNU/Linux systems, the complete text of the GNU General
+    Public License can be found in `/usr/share/common-licenses/GPL'

Added: trunk/libsocialtext-wikitest-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsocialtext-wikitest-perl/debian/rules?rev=36148&op=file
==============================================================================
--- trunk/libsocialtext-wikitest-perl/debian/rules (added)
+++ trunk/libsocialtext-wikitest-perl/debian/rules Fri May 22 12:31:30 2009
@@ -1,0 +1,23 @@
+#!/usr/bin/make -f
+
+build: build-stamp
+build-stamp:
+	dh build
+	touch $@
+
+clean:
+	dh $@
+
+install: install-stamp
+install-stamp: build-stamp
+	dh install
+	touch $@
+
+binary-arch:
+
+binary-indep: install
+	dh $@
+
+binary: binary-arch binary-indep
+
+.PHONY: binary binary-arch binary-indep install clean build

Propchange: trunk/libsocialtext-wikitest-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libsocialtext-wikitest-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsocialtext-wikitest-perl/debian/watch?rev=36148&op=file
==============================================================================
--- trunk/libsocialtext-wikitest-perl/debian/watch (added)
+++ trunk/libsocialtext-wikitest-perl/debian/watch Fri May 22 12:31:30 2009
@@ -1,0 +1,4 @@
+# format version number, currently 3; this line is compulsory!
+version=3
+# URL to the package page followed by a regex to search
+http://search.cpan.org/dist/Socialtext-WikiTest/   .*/Socialtext-WikiTest-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




More information about the Pkg-perl-cvs-commits mailing list