Wrap (Build-)Depends.

This commit is contained in:
Michael Biebl
2011-11-07 17:02:22 +00:00
parent c1928689da
commit f4aece9488
3 changed files with 17 additions and 4 deletions

1
debian/changelog vendored
View File

@@ -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 <linuxmaniac@torreviejawireless.org> to Uploaders.
- Wrap (Build-)Depends.
-- Michael Biebl <biebl@debian.org> Mon, 07 Nov 2011 17:59:48 +0100

10
debian/control vendored
View File

@@ -8,13 +8,19 @@ Section: gnome
Priority: optional
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Uploaders: Victor Seva <linuxmaniac@torreviejawireless.org>, Michael Biebl <biebl@debian.org>
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,

10
debian/control.in vendored
View File

@@ -3,13 +3,19 @@ Section: gnome
Priority: optional
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Uploaders: Victor Seva <linuxmaniac@torreviejawireless.org>, @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,