[Pkg-xfce-commits] r2772 - desktop/branches/svn-snapshots/orage/debian
corsac at alioth.debian.org
corsac at alioth.debian.org
Fri Feb 27 00:36:55 UTC 2009
Author: corsac
Date: 2009-02-27 00:36:55 +0000 (Fri, 27 Feb 2009)
New Revision: 2772
Modified:
desktop/branches/svn-snapshots/orage/debian/changelog
desktop/branches/svn-snapshots/orage/debian/control
desktop/branches/svn-snapshots/orage/debian/copyright
desktop/branches/svn-snapshots/orage/debian/rules
Log:
* new upstream release.
* debian/rules:
- enable dbus. closes: #498611
* debian/control:
- update build-deps for 4.6.
- build-dep on libdbus-1-dev.
- add recommends on dbus-x11.
* debian/copyright:
- update licensing infos.
Modified: desktop/branches/svn-snapshots/orage/debian/changelog
===================================================================
--- desktop/branches/svn-snapshots/orage/debian/changelog 2009-02-27 00:36:47 UTC (rev 2771)
+++ desktop/branches/svn-snapshots/orage/debian/changelog 2009-02-27 00:36:55 UTC (rev 2772)
@@ -1,4 +1,4 @@
-orage (4.5.99.1-1) UNRELEASED; urgency=low
+orage (4.6.0-1) UNRELEASED; urgency=low
[ Yves-Alexis Perez ]
* debian/control:
@@ -33,8 +33,19 @@
* debian/control:
- update build-deps for “Capybara”.
- -- Yves-Alexis Perez <corsac at debian.org> Mon, 26 Jan 2009 13:55:21 +0100
+ [ Xfce 4.6 ]
+ * new upstream release.
+ * debian/rules:
+ - enable dbus. closes: #498611
+ * debian/control:
+ - update build-deps for 4.6.
+ - build-dep on libdbus-1-dev.
+ - add recommends on dbus-x11.
+ * debian/copyright:
+ - update licensing infos.
+ -- Yves-Alexis Perez <corsac at debian.org> Wed, 25 Feb 2009 21:55:42 +0100
+
orage (4.5.14.0-1) unstable; urgency=low
* New upstream release.
Modified: desktop/branches/svn-snapshots/orage/debian/control
===================================================================
--- desktop/branches/svn-snapshots/orage/debian/control 2009-02-27 00:36:47 UTC (rev 2771)
+++ desktop/branches/svn-snapshots/orage/debian/control 2009-02-27 00:36:55 UTC (rev 2772)
@@ -4,8 +4,9 @@
Maintainer: Debian Xfce Maintainers <pkg-xfce-devel at lists.alioth.debian.org>
Uploaders: Emanuele Rocca <ema at debian.org>, Simon Huggins <huggie at earth.li>, Yves-Alexis Perez <corsac at debian.org>, Michael Casadevall <sonicmctails at gmail.com>
Build-Depends: debhelper (>= 4.1.0), cdbs, libxml-parser-perl,
- libgtk2.0-dev (>= 2.10.1), xfce4-panel-dev (>= 4.5.99.1), chrpath,
- libxfcegui4-dev (>= 4.5.99.1), libnotify-dev, libdbus-1-dev, intltool
+ libgtk2.0-dev (>= 2.10.1), xfce4-panel-dev (>= 4.6.0), chrpath,
+ libxfcegui4-dev (>= 4.6.0), libnotify-dev, libdbus-1-dev, intltool,
+ libdbus-1-dev
Standards-Version: 3.8.0
Homepage: http://www.xfce.org/
Vcs-Svn: svn://svn.debian.org/pkg-xfce/desktop/trunk/orage/
@@ -14,6 +15,7 @@
Package: orage
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
+Recommends: dbus-x11
Suggests: sox
Description: Calendar for Xfce Desktop Environment
This package contains a calendar for the Xfce4 desktop environment.
Modified: desktop/branches/svn-snapshots/orage/debian/copyright
===================================================================
--- desktop/branches/svn-snapshots/orage/debian/copyright 2009-02-27 00:36:47 UTC (rev 2771)
+++ desktop/branches/svn-snapshots/orage/debian/copyright 2009-02-27 00:36:55 UTC (rev 2772)
@@ -10,18 +10,18 @@
Edscott Wilson Garcia <edscott at xfce.org>
Copyright Holders:
-(c) 2003-2006 Mickaël Graf <korbinus at xfce.org>
-(c) 2003 Benedikt Meurer <benny at xfce.org>
-(c) 2005 Juha Kautto <juha at xfce.org>
+© 2003-2006 Mickaël Graf <korbinus at xfce.org>
+© 2003 Benedikt Meurer <benny at xfce.org>
+© 2005-2009 Juha Kautto <juha at xfce.org>
-panel-plugin is (c) 2006-2007 Juha Kautto <juha at xfce.org>
+panel-plugin is © 2006-2007 Juha Kautto <juha at xfce.org>
License:
-Orage is licensed under the GNU General Public License. It contains libical,
-which is licensed under the Mozilla Public License and the GNU Library
-General Public License. There are a few files licensed under the BSD
-License.
+Orage is licensed under the GNU General Public License (version 2 or
+later). It contains libical, which is licensed under the Mozilla Public
+License and the GNU Library General Public License. There are a few files
+licensed under the BSD License.
Under libical directory, the copyright holders are:
Modified: desktop/branches/svn-snapshots/orage/debian/rules
===================================================================
--- desktop/branches/svn-snapshots/orage/debian/rules 2009-02-27 00:36:47 UTC (rev 2771)
+++ desktop/branches/svn-snapshots/orage/debian/rules 2009-02-27 00:36:55 UTC (rev 2772)
@@ -3,7 +3,7 @@
include /usr/share/cdbs/1/rules/simple-patchsys.mk
include /usr/share/cdbs/1/class/autotools.mk
-DEB_CONFIGURE_EXTRA_FLAGS := --enable-final
+DEB_CONFIGURE_EXTRA_FLAGS := --enable-final --enable-dbus
install/orage::
More information about the Pkg-xfce-commits
mailing list