r35521 - in /packages/artha: ./ trunk/ trunk/debian/ trunk/debian/changelog trunk/debian/compat trunk/debian/control trunk/debian/copyright trunk/debian/docs trunk/debian/menu trunk/debian/rules trunk/debian/watch

tille at users.alioth.debian.org tille at users.alioth.debian.org
Thu Feb 19 12:37:37 UTC 2009


Author: tille
Date: Thu Feb 19 12:37:37 2009
New Revision: 35521

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=35521
Log:
Inject artha

Added:
    packages/artha/
    packages/artha/trunk/
    packages/artha/trunk/debian/
    packages/artha/trunk/debian/changelog
    packages/artha/trunk/debian/compat
    packages/artha/trunk/debian/control
    packages/artha/trunk/debian/copyright
    packages/artha/trunk/debian/docs
    packages/artha/trunk/debian/menu
    packages/artha/trunk/debian/rules   (with props)
    packages/artha/trunk/debian/watch

Added: packages/artha/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/artha/trunk/debian/changelog?rev=35521&op=file
==============================================================================
--- packages/artha/trunk/debian/changelog (added)
+++ packages/artha/trunk/debian/changelog Thu Feb 19 12:37:37 2009
@@ -1,0 +1,5 @@
+artha (0.8.0-1) unstable; urgency=low
+
+  * Initial release (Closes: #514690)
+
+ -- Sundaram Ramaswamy <legends2k at yahoo.com>  Wed, 11 Feb 2009 00:54:44 +0530

Added: packages/artha/trunk/debian/compat
URL: http://svn.debian.org/wsvn/debian-science/packages/artha/trunk/debian/compat?rev=35521&op=file
==============================================================================
--- packages/artha/trunk/debian/compat (added)
+++ packages/artha/trunk/debian/compat Thu Feb 19 12:37:37 2009
@@ -1,0 +1,1 @@
+7

Added: packages/artha/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/artha/trunk/debian/control?rev=35521&op=file
==============================================================================
--- packages/artha/trunk/debian/control (added)
+++ packages/artha/trunk/debian/control Thu Feb 19 12:37:37 2009
@@ -1,0 +1,32 @@
+Source: artha
+Section: utils
+Priority: optional
+Maintainer: Debian Science Team <debian-science-maintainers at lists.alioth.debian.org>
+DM-Upload-Allowed: yes
+Uploaders:Sundaram Ramaswamy <legends2k at yahoo.com>,
+ Andreas Tille <tille at debian.org>
+Build-Depends: debhelper (>= 7), cdbs, autotools-dev, wordnet-dev (>= 3.0), libgtk2.0-dev (>= 2.12),
+ libglib2.0-dev (>= 2.10), libnotify-dev (>= 0.4.1), libdbus-glib-1-dev, python
+Standards-Version: 3.8.0
+Homepage: http://artha.sourceforge.net/
+Vcs-Browser: http://svn.debian.org/wsvn/debian-science/packages/wordnet/trunk/?rev=0&sc=0
+Vcs-Svn: svn://svn.debian.org/svn/debian-science/packages/wordnet/trunk/
+
+Package: artha
+Architecture: any
+Depends: libc6 (>= 2.4), wordnet (>= 3.0), libglib2.0-0 (>= 2.10.0), libgtk2.0-0 (>= 2.12.0), libnotify1 (>= 0.4.1), libx11-6, libdbus-glib-1-2
+Recommends: libenchant1c2a
+Suggests: aspell-en
+Description: A handy off-line thesaurus based on WordNet
+ Artha is a handy English thesaurus having distinct features like 
+ look up on a global hot key press, passive notifications of a 
+ selected text's definitions, suggestions for misspelled words, etc. 
+ Once launched, it sits on the system tray monitoring for a pre-set 
+ hot key combination. When some text is selected on any window and 
+ the hotkey is pressed, it pops-up with the word looked-up. Should 
+ the user prefer passive notifications over the app. popping-up, 
+ this can be done by enabling the notifications option.
+ .
+ Artha is written from scratch in pure C using GTK+, with WordNet 
+ as it database corpus. It may be used as an advanced replacement 
+ for the proprietary WordWeb in GNU/Linux environments.

Added: packages/artha/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/debian-science/packages/artha/trunk/debian/copyright?rev=35521&op=file
==============================================================================
--- packages/artha/trunk/debian/copyright (added)
+++ packages/artha/trunk/debian/copyright Thu Feb 19 12:37:37 2009
@@ -1,0 +1,32 @@
+This package was debianized by Sundaram <legends2k at yahoo.com> on
+Wed, 11 Feb 2009 00:54:44 +0530.
+
+It was downloaded from http://artha.sourceforge.net/
+
+Upstream Author: Sundaram Ramaswamy <legends2k at yahoo.com>
+
+Copyright:
+
+    This software is copyrighted (C) 2009 by Sundaram Ramaswamy
+
+License:
+
+    This package is free software; you can redistribute it and/or modify
+    it under the terms of the GNU General Public License as published by
+    the Free Software Foundation; either version 2 of the License, or
+    (at your option) any later version.
+ 
+    This package is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+    GNU General Public License for more details.
+ 
+    You should have received a copy of the GNU General Public License
+    along with this package; if not, write to the Free Software
+    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+
+On Debian systems, the complete text of the GNU General
+Public License can be found in `/usr/share/common-licenses/GPL'.
+
+The Debian packaging is (C) 2009, Sundaram Ramaswamy <legends2k at yahoo.com> and
+is licensed under the GPL, see above.

Added: packages/artha/trunk/debian/docs
URL: http://svn.debian.org/wsvn/debian-science/packages/artha/trunk/debian/docs?rev=35521&op=file
==============================================================================
--- packages/artha/trunk/debian/docs (added)
+++ packages/artha/trunk/debian/docs Thu Feb 19 12:37:37 2009
@@ -1,0 +1,4 @@
+NEWS
+README
+TODO
+AUTHORS

Added: packages/artha/trunk/debian/menu
URL: http://svn.debian.org/wsvn/debian-science/packages/artha/trunk/debian/menu?rev=35521&op=file
==============================================================================
--- packages/artha/trunk/debian/menu (added)
+++ packages/artha/trunk/debian/menu Thu Feb 19 12:37:37 2009
@@ -1,0 +1,7 @@
+?package(artha):\
+ needs="X11"\
+ section="Applications/Education"\
+ title="Artha"\
+ longtitle="Artha: The Open Thesaurus"\
+ description="Handy thesaurus based on WordNet"\
+ command="artha"

Added: packages/artha/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/artha/trunk/debian/rules?rev=35521&op=file
==============================================================================
--- packages/artha/trunk/debian/rules (added)
+++ packages/artha/trunk/debian/rules Thu Feb 19 12:37:37 2009
@@ -1,0 +1,6 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+# include /usr/share/cdbs/1/rules/patchsys-quilt.mk
+include /usr/share/cdbs/1/class/autotools.mk
+# include /usr/share/cdbs/1/class/gnome.mk

Propchange: packages/artha/trunk/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: packages/artha/trunk/debian/watch
URL: http://svn.debian.org/wsvn/debian-science/packages/artha/trunk/debian/watch?rev=35521&op=file
==============================================================================
--- packages/artha/trunk/debian/watch (added)
+++ packages/artha/trunk/debian/watch Thu Feb 19 12:37:37 2009
@@ -1,0 +1,4 @@
+# Compulsory line, this is a version 3 file
+version=3
+
+http://sf.net/artha/artha-(.*)\.tar\.gz




More information about the debian-science-commits mailing list