r37272 - in /desktop/experimental/gvfs/debian: changelog control control.in tests/ tests/control tests/integration

mpitt at users.alioth.debian.org mpitt at users.alioth.debian.org
Tue Mar 26 07:43:38 UTC 2013


Author: mpitt
Date: Tue Mar 26 07:43:37 2013
New Revision: 37272

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=37272
Log:
Add autopkgtest, calling upstream integration test suite.

Added:
    desktop/experimental/gvfs/debian/tests/
    desktop/experimental/gvfs/debian/tests/control
    desktop/experimental/gvfs/debian/tests/integration   (with props)
Modified:
    desktop/experimental/gvfs/debian/changelog
    desktop/experimental/gvfs/debian/control
    desktop/experimental/gvfs/debian/control.in

Modified: desktop/experimental/gvfs/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gvfs/debian/changelog?rev=37272&op=diff
==============================================================================
--- desktop/experimental/gvfs/debian/changelog [utf-8] (original)
+++ desktop/experimental/gvfs/debian/changelog [utf-8] Tue Mar 26 07:43:37 2013
@@ -1,9 +1,13 @@
 gvfs (1.16.0-1) UNRELEASED; urgency=low
 
+  [ Emilio Pozuelo Monfort ]
   * New upstream release.
     + debian/patches/70_fix_autoreconf_m4.patch:
       - Removed, no longer needed as upstream now ships the m4
         directory in the tarballs.
+
+  [ Martin Pitt ]
+  * Add autopkgtest, calling upstream integration test suite.
 
  -- Emilio Pozuelo Monfort <pochu at debian.org>  Mon, 25 Mar 2013 16:02:46 +0100
 

Modified: desktop/experimental/gvfs/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gvfs/debian/control?rev=37272&op=diff
==============================================================================
--- desktop/experimental/gvfs/debian/control [utf-8] (original)
+++ desktop/experimental/gvfs/debian/control [utf-8] Tue Mar 26 07:43:37 2013
@@ -2,7 +2,6 @@
 # 
 # Modifications should be made to debian/control.in instead.
 # This file is regenerated automatically in the clean target.
-
 Source: gvfs
 Section: gnome
 Priority: optional
@@ -47,6 +46,7 @@
 Standards-Version: 3.9.3
 Vcs-Svn: svn://anonscm.debian.org/svn/pkg-gnome/desktop/unstable/gvfs
 Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/gvfs/
+XS-Testsuite: autopkgtest
 
 Package: gvfs
 Architecture: any

Modified: desktop/experimental/gvfs/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gvfs/debian/control.in?rev=37272&op=diff
==============================================================================
--- desktop/experimental/gvfs/debian/control.in [utf-8] (original)
+++ desktop/experimental/gvfs/debian/control.in [utf-8] Tue Mar 26 07:43:37 2013
@@ -42,6 +42,7 @@
 Standards-Version: 3.9.3
 Vcs-Svn: svn://anonscm.debian.org/svn/pkg-gnome/desktop/unstable/gvfs
 Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/gvfs/
+XS-Testsuite: autopkgtest
 
 Package: gvfs
 Architecture: any

Added: desktop/experimental/gvfs/debian/tests/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gvfs/debian/tests/control?rev=37272&op=file
==============================================================================
--- desktop/experimental/gvfs/debian/tests/control (added)
+++ desktop/experimental/gvfs/debian/tests/control [utf-8] Tue Mar 26 07:43:37 2013
@@ -1,0 +1,3 @@
+Tests: integration
+Depends: @, python-twisted-core, dbus-x11, samba, apache2, apache2-prefork-dev
+Restrictions: needs-root

Added: desktop/experimental/gvfs/debian/tests/integration
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gvfs/debian/tests/integration?rev=37272&op=file
==============================================================================
--- desktop/experimental/gvfs/debian/tests/integration (added)
+++ desktop/experimental/gvfs/debian/tests/integration [utf-8] Tue Mar 26 07:43:37 2013
@@ -1,0 +1,5 @@
+#!/bin/sh
+set -e
+unset TMPDIR
+# this currently spits out some warnings, do not let them fail the tests
+test/gvfs-testbed test/gvfs-test 2>&1

Propchange: desktop/experimental/gvfs/debian/tests/integration
------------------------------------------------------------------------------
    svn:executable = *




More information about the pkg-gnome-commits mailing list