~ubuntu-branches/ubuntu/saucy/amsn/saucy

« back to all changes in this revision

Viewing changes to plugins/dbusviewer/plugininfo.xml

  • Committer: Bazaar Package Importer
  • Author(s): Devid Antonio Filoni
  • Date: 2010-04-13 23:21:29 UTC
  • mfrom: (1.1.11 upstream) (3.1.8 sid)
  • Revision ID: james.westby@ubuntu.com-20100413232129-vgpx20brdd2qavs7
Tags: 0.98.3-0ubuntu1
* Merge from Debian unstable (LP: #449072), remaining Ubuntu changes:
  - add 08_use_aplay_for_sound.dpatch patch by Festor Wailon Dacoba to use
    aplay to play sounds
  + debian/control:
    - modify iceweasel to firefox | abrowser in amsn Suggests field
    - add xdg-utils and gstreamer0.10-nice to amsn Depends field
    - mofify sox to alsa-utils in amsn Suggests field as we are now using
      aplay
* New upstream release (LP: #562619), tarball repacked according to
  debian/README.source.
* Fix missing-debian-source-format lintian warning.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<plugin>
 
3
        <name>DbusViewer</name>
 
4
        <author>Jonne Zutt</author>
 
5
        <description>This plugin enables you to monitor dbus messages using the event log of aMSN.</description>
 
6
        <amsn_version>0.95</amsn_version>
 
7
        <plugin_version>0.1</plugin_version>
 
8
        <plugin_file>DbusViewer.tcl</plugin_file>
 
9
        <plugin_namespace>DbusViewer</plugin_namespace>
 
10
        <init_procedure>Init</init_procedure>
 
11
        <deinit_procedure>DeInit</deinit_procedure>
 
12
        <cvs_version>1.2</cvs_version>
 
13
 
 
14
        <file>
 
15
                <path>Readme</path>
 
16
                <version>1.1</version>
 
17
        </file>
 
18
 
 
19
        <URL>
 
20
                <main>http://www.amsn-project.net/autoupdater/plugins/dbusviewer/DbusViewer.tcl</main>
 
21
                <plugininfo>http://www.amsn-project.net/autoupdater/plugins/dbusviewer/plugininfo.xml</plugininfo>
 
22
                <lang>http://www.amsn-project.net/autoupdater/plugins/dbusviewer/lang/lang$langcode</lang>
 
23
                <file>http://www.amsn-project.net/autoupdater/plugins/dbusviewer/$file</file>
 
24
        </URL>
 
25
 
 
26
</plugin>