* 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
This commit is contained in:
9
debian/changelog
vendored
9
debian/changelog
vendored
@@ -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 <joss@debian.org>
|
||||
@@ -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 <kov@debian.org> Sun, 9 Oct 2005 16:05:34 -0300
|
||||
-- Gustavo Noronha Silva <kov@debian.org> Sun, 9 Oct 2005 16:07:47 -0300
|
||||
|
||||
desktop-base (0.3.15) unstable; urgency=low
|
||||
|
||||
|
||||
5
debian/control.in
vendored
5
debian/control.in
vendored
@@ -2,13 +2,14 @@ Source: desktop-base
|
||||
Section: x11
|
||||
Priority: optional
|
||||
Maintainer: Gustavo Noronha Silva <kov@debian.org>
|
||||
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
|
||||
|
||||
1
debian/rules
vendored
1
debian/rules
vendored
@@ -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/
|
||||
Reference in New Issue
Block a user