r50933 - in /desktop/unstable/gjs/debian: changelog control control.in

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Tue Sep 20 21:12:06 UTC 2016


Author: biebl
Date: Tue Sep 20 21:12:06 2016
New Revision: 50933

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=50933
Log:
Mark test dependencies with <!nocheck>.

Modified:
    desktop/unstable/gjs/debian/changelog
    desktop/unstable/gjs/debian/control
    desktop/unstable/gjs/debian/control.in

Modified: desktop/unstable/gjs/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gjs/debian/changelog?rev=50933&op=diff
==============================================================================
--- desktop/unstable/gjs/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gjs/debian/changelog	[utf-8] Tue Sep 20 21:12:06 2016
@@ -3,6 +3,7 @@
   * New upstream release.
   * Convert from cdbs to dh.
   * Bump debhelper compat level to 10.
+  * Mark test dependencies with <!nocheck>.
 
  -- Michael Biebl <biebl at debian.org>  Tue, 20 Sep 2016 22:33:41 +0200
 

Modified: desktop/unstable/gjs/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gjs/debian/control?rev=50933&op=diff
==============================================================================
--- desktop/unstable/gjs/debian/control	[utf-8] (original)
+++ desktop/unstable/gjs/debian/control	[utf-8] Tue Sep 20 21:12:06 2016
@@ -8,6 +8,7 @@
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
 Uploaders: Andreas Henriksson <andreas at fatal.se>, Iain Lane <laney at debian.org>, Michael Biebl <biebl at debian.org>
 Build-Depends: debhelper (>= 10),
+               dpkg-dev (>= 1.17.14),
                gnome-common,
                gnome-pkg-tools,
                pkg-config,
@@ -18,11 +19,10 @@
                libreadline-dev,
                libgtk-3-dev,
                libcairo2-dev,
-# test deps
-               dbus,
-               dbus-x11,
-               at-spi2-core,
-               xvfb
+               dbus <!nocheck>,
+               dbus-x11 <!nocheck>,
+               at-spi2-core <!nocheck>,
+               xvfb <!nocheck>
 Standards-Version: 3.9.8
 Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/desktop/unstable/gjs
 Vcs-Browser: https://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/gjs

Modified: desktop/unstable/gjs/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gjs/debian/control.in?rev=50933&op=diff
==============================================================================
--- desktop/unstable/gjs/debian/control.in	[utf-8] (original)
+++ desktop/unstable/gjs/debian/control.in	[utf-8] Tue Sep 20 21:12:06 2016
@@ -4,6 +4,7 @@
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
 Uploaders: @GNOME_TEAM@
 Build-Depends: debhelper (>= 10),
+               dpkg-dev (>= 1.17.14),
                gnome-common,
                gnome-pkg-tools,
                pkg-config,
@@ -14,11 +15,10 @@
                libreadline-dev,
                libgtk-3-dev,
                libcairo2-dev,
-# test deps
-               dbus,
-               dbus-x11,
-               at-spi2-core,
-               xvfb
+               dbus <!nocheck>,
+               dbus-x11 <!nocheck>,
+               at-spi2-core <!nocheck>,
+               xvfb <!nocheck>
 Standards-Version: 3.9.8
 Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/desktop/unstable/gjs
 Vcs-Browser: https://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/gjs




More information about the pkg-gnome-commits mailing list