[Pkg-xfce-commits] r1607 - in desktop/trunk/orage/debian: . patches
corsac at alioth.debian.org
corsac at alioth.debian.org
Wed Feb 13 07:44:16 UTC 2008
Author: corsac
Date: 2008-02-13 07:44:15 +0000 (Wed, 13 Feb 2008)
New Revision: 1607
Added:
desktop/trunk/orage/debian/lintian
desktop/trunk/orage/debian/patches/
desktop/trunk/orage/debian/patches/01_add-main-category-to-desktop-file.patch
Modified:
desktop/trunk/orage/debian/changelog
desktop/trunk/orage/debian/control
desktop/trunk/orage/debian/rules
Log:
- there's now an option to make alarms persitent and ring even if Orage
wasn't active at due time (sutdown or suspend). closes: #420422
* debian/control:
* debian/patches:
- 01_add-main-category-to-desktop-file added, so the orage .desktop file
contains a valid main category.
* debian/lintian: override warning for xfce-setting-show not in package.
(the settings manager is only useful in xfce, where xfce-setting-show is
present)
* debian/rules: install lintian override
Modified: desktop/trunk/orage/debian/changelog
===================================================================
--- desktop/trunk/orage/debian/changelog 2008-02-13 07:00:50 UTC (rev 1606)
+++ desktop/trunk/orage/debian/changelog 2008-02-13 07:44:15 UTC (rev 1607)
@@ -1,12 +1,21 @@
-orage (4.5.12.2-1) UNRELEASED; urgency=low
+orage (4.5.12.2-1) unstable; urgency=low
* New upstream release.
+ - there's now an option to make alarms persitent and ring even if Orage
+ wasn't active at due time (sutdown or suspend). closes: #420422
* debian/copyright converted to UTF-8.
- * debian/control:
+ * debian/control:
- updated my email address.
- updated standards version to 3.7.3 (no changes needed)
+ * debian/patches:
+ - 01_add-main-category-to-desktop-file added, so the orage .desktop file
+ contains a valid main category.
+ * debian/lintian: override warning for xfce-setting-show not in package.
+ (the settings manager is only useful in xfce, where xfce-setting-show is
+ present)
+ * debian/rules: install lintian override
- -- Yves-Alexis Perez <corsac at debian.org> Tue, 05 Feb 2008 08:19:29 +0100
+ -- Yves-Alexis Perez <corsac at debian.org> Wed, 13 Feb 2008 08:39:10 +0100
orage (4.4.2-1) unstable; urgency=low
Modified: desktop/trunk/orage/debian/control
===================================================================
--- desktop/trunk/orage/debian/control 2008-02-13 07:00:50 UTC (rev 1606)
+++ desktop/trunk/orage/debian/control 2008-02-13 07:44:15 UTC (rev 1607)
@@ -11,7 +11,7 @@
Package: orage
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}, xfce4-mcs-manager
Suggests: sox
Conflicts: xfcalendar
Replaces: xfcalendar
Added: desktop/trunk/orage/debian/lintian
===================================================================
--- desktop/trunk/orage/debian/lintian (rev 0)
+++ desktop/trunk/orage/debian/lintian 2008-02-13 07:44:15 UTC (rev 1607)
@@ -0,0 +1,2 @@
+#xfce-setting-show is part of Xfce and this .desktop has OnlyShowIn=XFCE.
+orage: desktop-command-not-in-package /usr/share/applications/xfce-xfcalendar-settings.desktop xfce-setting-show
Added: desktop/trunk/orage/debian/patches/01_add-main-category-to-desktop-file.patch
===================================================================
--- desktop/trunk/orage/debian/patches/01_add-main-category-to-desktop-file.patch (rev 0)
+++ desktop/trunk/orage/debian/patches/01_add-main-category-to-desktop-file.patch 2008-02-13 07:44:15 UTC (rev 1607)
@@ -0,0 +1,9 @@
+--- orage-4.5.12.2-svn/xfcalendar.desktop.in.orig 2008-01-21 05:22:19.000000000 +0100
++++ orage-4.5.12.2-svn/xfcalendar.desktop.in 2008-02-13 08:12:53.000000000 +0100
+@@ -8,5 +8,5 @@
+ StartupNotify=true
+ Terminal=false
+ Type=Application
+-Categories=X-XFCE;Calendar;GTK;
++Categories=X-XFCE;Office;Calendar;GTK;
+ _GenericName=Calendar
Modified: desktop/trunk/orage/debian/rules
===================================================================
--- desktop/trunk/orage/debian/rules 2008-02-13 07:00:50 UTC (rev 1606)
+++ desktop/trunk/orage/debian/rules 2008-02-13 07:44:15 UTC (rev 1607)
@@ -18,4 +18,5 @@
binary-post-install/orage::
dh_installman debian/orage.1
+ install -D -p -o root -g root -m 644 debian/lintian $(CURDIR)/debian/orage/usr/share/lintian/overrides/orage
More information about the Pkg-xfce-commits
mailing list