From f4aece94888d3cd830a005e09b75503783c3e574 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Mon, 7 Nov 2011 17:02:22 +0000 Subject: [PATCH] Wrap (Build-)Depends. --- debian/changelog | 1 + debian/control | 10 ++++++++-- debian/control.in | 10 ++++++++-- 3 files changed, 17 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 591968c1..2c3ba1e6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -20,5 +20,6 @@ gnome-shell-extensions (3.2.0-1) UNRELEASED; urgency=low * debian/control.in: - Set pkg-gnome-maintainers@lists.alioth.debian.org as Maintainer and add Victor Seva to Uploaders. + - Wrap (Build-)Depends. -- Michael Biebl Mon, 07 Nov 2011 17:59:48 +0100 diff --git a/debian/control b/debian/control index 5e010a4c..2df18711 100644 --- a/debian/control +++ b/debian/control @@ -8,13 +8,19 @@ Section: gnome Priority: optional Maintainer: Debian GNOME Maintainers Uploaders: Victor Seva , Michael Biebl -Build-Depends: debhelper (>= 8.0.0), cdbs, gnome-pkg-tools, intltool, libgnome-desktop-3-dev (>= 3.2.0), libgtop2-dev (>= 2.28.3) +Build-Depends: debhelper (>= 8.0.0), + cdbs, + gnome-pkg-tools, + intltool, + libgnome-desktop-3-dev (>= 3.2.0), + libgtop2-dev (>= 2.28.3) Standards-Version: 3.9.2 Homepage: http://live.gnome.org/GnomeShell/Extensions Package: gnome-shell-extensions Architecture: all -Depends: ${misc:Depends}, gnome-shell (>= 3.2.0) +Depends: ${misc:Depends}, + gnome-shell (>= 3.2.0) Description: Extensions to extend functionality of GNOME Shell (common files) The GNOME Shell redefines user interactions with the GNOME desktop. In particular, it offers new paradigms for launching applications, diff --git a/debian/control.in b/debian/control.in index 0d3a5ba2..249af2b6 100644 --- a/debian/control.in +++ b/debian/control.in @@ -3,13 +3,19 @@ Section: gnome Priority: optional Maintainer: Debian GNOME Maintainers Uploaders: Victor Seva , @GNOME_TEAM@ -Build-Depends: debhelper (>= 8.0.0), cdbs, gnome-pkg-tools, intltool, libgnome-desktop-3-dev (>= 3.2.0), libgtop2-dev (>= 2.28.3) +Build-Depends: debhelper (>= 8.0.0), + cdbs, + gnome-pkg-tools, + intltool, + libgnome-desktop-3-dev (>= 3.2.0), + libgtop2-dev (>= 2.28.3) Standards-Version: 3.9.2 Homepage: http://live.gnome.org/GnomeShell/Extensions Package: gnome-shell-extensions Architecture: all -Depends: ${misc:Depends}, gnome-shell (>= 3.2.0) +Depends: ${misc:Depends}, + gnome-shell (>= 3.2.0) Description: Extensions to extend functionality of GNOME Shell (common files) The GNOME Shell redefines user interactions with the GNOME desktop. In particular, it offers new paradigms for launching applications,