r12761 - in /desktop/unstable/dasher/debian: changelog dasher.menu patches/01_missing-includes.patch rules
rfrancoise at users.alioth.debian.org
rfrancoise at users.alioth.debian.org
Sat Sep 22 17:26:07 UTC 2007
Author: rfrancoise
Date: Sat Sep 22 17:26:07 2007
New Revision: 12761
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=12761
Log:
* New upstream release.
* debian/rules: Disable speech support as it's currently broken upstream.
* debian/dasher.menu: Update for new menu policy.
* debian/patches/01_missing-includes.patch: Resync with new upstream.
Modified:
desktop/unstable/dasher/debian/changelog
desktop/unstable/dasher/debian/dasher.menu
desktop/unstable/dasher/debian/patches/01_missing-includes.patch
desktop/unstable/dasher/debian/rules
Modified: desktop/unstable/dasher/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/dasher/debian/changelog?rev=12761&op=diff
==============================================================================
--- desktop/unstable/dasher/debian/changelog (original)
+++ desktop/unstable/dasher/debian/changelog Sat Sep 22 17:26:07 2007
@@ -1,3 +1,12 @@
+dasher (4.6.0-1) UNRELEASED; urgency=low
+
+ * New upstream release.
+ * debian/rules: Disable speech support as it's currently broken upstream.
+ * debian/dasher.menu: Update for new menu policy.
+ * debian/patches/01_missing-includes.patch: Resync with new upstream.
+
+ -- Romain Francoise <rfrancoise at debian.org> Sat, 22 Sep 2007 15:43:01 +0200
+
dasher (4.4.2-2) unstable; urgency=low
* Re-enable speech support.
Modified: desktop/unstable/dasher/debian/dasher.menu
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/dasher/debian/dasher.menu?rev=12761&op=diff
==============================================================================
--- desktop/unstable/dasher/debian/dasher.menu (original)
+++ desktop/unstable/dasher/debian/dasher.menu Sat Sep 22 17:26:07 2007
@@ -1,3 +1,3 @@
-?package(dasher):needs="X11" section="Apps/Tools" \
+?package(dasher):needs="X11" section="Applications/Tools" \
title="Dasher text entry"\
command="/usr/bin/dasher"
Modified: desktop/unstable/dasher/debian/patches/01_missing-includes.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/dasher/debian/patches/01_missing-includes.patch?rev=12761&op=diff
==============================================================================
--- desktop/unstable/dasher/debian/patches/01_missing-includes.patch (original)
+++ desktop/unstable/dasher/debian/patches/01_missing-includes.patch Sat Sep 22 17:26:07 2007
@@ -31,17 +31,6 @@
using namespace Dasher;
using namespace std;
-diff -urpN dasher-4.4.1/Src/DasherCore/LanguageModelling/WordLanguageModel.cpp dasher-4.4.1.new/Src/DasherCore/LanguageModelling/WordLanguageModel.cpp
---- dasher-4.4.1/Src/DasherCore/LanguageModelling/WordLanguageModel.cpp 2007-03-12 17:43:12.000000000 +0330
-+++ dasher-4.4.1.new/Src/DasherCore/LanguageModelling/WordLanguageModel.cpp 2007-04-29 07:44:52.000000000 +0330
-@@ -11,6 +11,7 @@
- #include "PPMLanguageModel.h"
-
- #include <cmath>
-+#include <cstdlib>
- #include <stack>
- #include <iostream>
- #include <fstream>
diff -urpN dasher-4.4.1/Src/DasherCore/UserLocation.cpp dasher-4.4.1.new/Src/DasherCore/UserLocation.cpp
--- dasher-4.4.1/Src/DasherCore/UserLocation.cpp 2007-03-12 17:43:12.000000000 +0330
+++ dasher-4.4.1.new/Src/DasherCore/UserLocation.cpp 2007-04-29 07:46:42.000000000 +0330
Modified: desktop/unstable/dasher/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/dasher/debian/rules?rev=12761&op=diff
==============================================================================
--- desktop/unstable/dasher/debian/rules (original)
+++ desktop/unstable/dasher/debian/rules Sat Sep 22 17:26:07 2007
@@ -9,6 +9,5 @@
-include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
DEB_CONFIGURE_EXTRA_FLAGS += \
- --enable-speech \
--without-cairo \
--enable-joystick
More information about the pkg-gnome-commits
mailing list