r49745 - in /desktop/unstable/gnome-color-manager/debian: changelog control control.in rules tests/ tests/build tests/control

jbicha-guest at users.alioth.debian.org jbicha-guest at users.alioth.debian.org
Tue Aug 30 05:49:30 UTC 2016


Author: jbicha-guest
Date: Tue Aug 30 05:49:30 2016
New Revision: 49745

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=49745
Log:
Add autopkgtest to run upstream tests

Added:
    desktop/unstable/gnome-color-manager/debian/tests/
    desktop/unstable/gnome-color-manager/debian/tests/build
    desktop/unstable/gnome-color-manager/debian/tests/control
Modified:
    desktop/unstable/gnome-color-manager/debian/changelog
    desktop/unstable/gnome-color-manager/debian/control
    desktop/unstable/gnome-color-manager/debian/control.in
    desktop/unstable/gnome-color-manager/debian/rules

Modified: desktop/unstable/gnome-color-manager/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-color-manager/debian/changelog?rev=49745&op=diff
==============================================================================
--- desktop/unstable/gnome-color-manager/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gnome-color-manager/debian/changelog	[utf-8] Tue Aug 30 05:49:30 2016
@@ -7,6 +7,7 @@
   * debian/control.in:
     - Build-depend on appstream-util and autoconf-archive
   * Add debian/docs to install NEWS and README
+  * Add autopkgtest to run upstream tests
 
  -- Jeremy Bicha <jbicha at ubuntu.com>  Tue, 30 Aug 2016 00:22:10 -0400
 

Modified: desktop/unstable/gnome-color-manager/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-color-manager/debian/control?rev=49745&op=diff
==============================================================================
--- desktop/unstable/gnome-color-manager/debian/control	[utf-8] (original)
+++ desktop/unstable/gnome-color-manager/debian/control	[utf-8] Tue Aug 30 05:49:30 2016
@@ -25,8 +25,6 @@
                libcolord-gtk-dev (>= 0.1.20),
                libexiv2-dev,
                libexif-dev,
-               xauth,
-               xvfb,
                yelp-tools
 Homepage: https://git.gnome.org/browse/gnome-color-manager
 Vcs-Browser: https://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/gnome-color-manager/

Modified: desktop/unstable/gnome-color-manager/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-color-manager/debian/control.in?rev=49745&op=diff
==============================================================================
--- desktop/unstable/gnome-color-manager/debian/control.in	[utf-8] (original)
+++ desktop/unstable/gnome-color-manager/debian/control.in	[utf-8] Tue Aug 30 05:49:30 2016
@@ -21,8 +21,6 @@
                libcolord-gtk-dev (>= 0.1.20),
                libexiv2-dev,
                libexif-dev,
-               xauth,
-               xvfb,
                yelp-tools
 Homepage: https://git.gnome.org/browse/gnome-color-manager
 Vcs-Browser: https://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/gnome-color-manager/

Modified: desktop/unstable/gnome-color-manager/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-color-manager/debian/rules?rev=49745&op=diff
==============================================================================
--- desktop/unstable/gnome-color-manager/debian/rules	[utf-8] (original)
+++ desktop/unstable/gnome-color-manager/debian/rules	[utf-8] Tue Aug 30 05:49:30 2016
@@ -9,3 +9,6 @@
 
 override_dh_autoreconf:
 	dh_autoreconf --as-needed
+
+# We run autopkgtest instead
+override_dh_auto_test:

Added: desktop/unstable/gnome-color-manager/debian/tests/build
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-color-manager/debian/tests/build?rev=49745&op=file
==============================================================================
--- desktop/unstable/gnome-color-manager/debian/tests/build	(added)
+++ desktop/unstable/gnome-color-manager/debian/tests/build	[utf-8] Tue Aug 30 05:49:30 2016
@@ -0,0 +1,2 @@
+#!/bin/sh
+xvfb-run dh_auto_test

Added: desktop/unstable/gnome-color-manager/debian/tests/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-color-manager/debian/tests/control?rev=49745&op=file
==============================================================================
--- desktop/unstable/gnome-color-manager/debian/tests/control	(added)
+++ desktop/unstable/gnome-color-manager/debian/tests/control	[utf-8] Tue Aug 30 05:49:30 2016
@@ -0,0 +1,3 @@
+Tests: build
+Depends: @, @builddeps@, xauth, xvfb
+Restrictions: build-needed




More information about the pkg-gnome-commits mailing list