From 2faa00ceab554af214bd372083a91d097595e33e Mon Sep 17 00:00:00 2001 From: Gustavo Noronha Silva Date: Sun, 9 Oct 2005 19:08:34 +0000 Subject: [PATCH] * GNOME Team Upload * debian/control.in: - added gnome-pkg-tools to Build-Deps - added xfce4 to the Suggests after kde, before wmaker - added the Uploaders field * debian/rules: - include the pkg-gnome makefile include to generate the Uploaders field correctly --- debian/changelog | 9 ++++++++- debian/control.in | 5 +++-- debian/rules | 1 + 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 06a45cb..43375c8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,6 @@ desktop-base (0.3.16) UNRELEASED; urgency=low + * GNOME Team Upload * backgrounds/debian-background.svg, debian/copyright, debian/{postinst,prerm}, Makefile: - added background provided by Josselin Mouette @@ -9,8 +10,14 @@ desktop-base (0.3.16) UNRELEASED; urgency=low - fixed bashism -o -> ] || [ * debian/control.in: - added, updated Standards-Version to 3.6.2 with no changes + - added gnome-pkg-tools to Build-Deps + - added xfce4 to the Suggests after kde, before wmaker + - added the Uploaders field + * debian/rules: + - include the pkg-gnome makefile include to generate the Uploaders + field correctly - -- Gustavo Noronha Silva Sun, 9 Oct 2005 16:05:34 -0300 + -- Gustavo Noronha Silva Sun, 9 Oct 2005 16:07:47 -0300 desktop-base (0.3.15) unstable; urgency=low diff --git a/debian/control.in b/debian/control.in index 0391c7f..23f41e0 100644 --- a/debian/control.in +++ b/debian/control.in @@ -2,13 +2,14 @@ Source: desktop-base Section: x11 Priority: optional Maintainer: Gustavo Noronha Silva -Build-Depends-Indep: cdbs, debhelper (>> 4.0.0) +Uploaders: @GNOME_TEAM@ +Build-Depends-Indep: cdbs, debhelper (>> 4.0.0), gnome-pkg-tools Standards-Version: 3.6.2 Package: desktop-base Architecture: all Recommends: epiphany-browser | konqueror | www-browser -Suggests: gnome | kde | wmaker +Suggests: gnome | kde | xfce4 | wmaker Description: common files for the Debian Desktop This package contains various miscellaneous files which are used by Debian Desktop installations. Currently, it provides some diff --git a/debian/rules b/debian/rules index efdf14e..f34e12c 100755 --- a/debian/rules +++ b/debian/rules @@ -3,5 +3,6 @@ include /usr/share/cdbs/1/rules/buildcore.mk include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/makefile.mk +include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk DEB_MAKE_INSTALL_TARGET = install DESTDIR=$(CURDIR)/debian/desktop-base/ \ No newline at end of file