~ubuntu-branches/debian/experimental/libnet-dbus-perl/experimental

« back to all changes in this revision

Viewing changes to lib/Net/DBus/RemoteService.pm

  • Committer: Package Import Robot
  • Author(s): Xavier Guimard, intrigeri, Salvatore Bonaccorso, Xavier Guimard
  • Date: 2013-02-09 16:51:09 UTC
  • Revision ID: package-import@ubuntu.com-20130209165109-arzd1ri1dtcw3xx9
Tags: 1.0.0-2
[ intrigeri ]
* Adopt under the Debian Perl Group umbrella. (Closes: #680181)
  Thanks to Jack Bates <ms419@freezone.co.uk> for his past work
  on the package.
* Update debian/copyright with cme.
* Bump to debhelper compat level 9, to get hardening flags in.
* Point the Vcs-* control fields to the pkg-perl repository.
* Add myself to debian/copyright.
* Install examples using debian/libnet-dbus-perl.example instead
  of an override.
* Install README using libnet-dbus-perl.docs instead of an override.
* Bump Standards-Version to 3.9.3, no change required.

[ Salvatore Bonaccorso ]
* Change Vcs-Git to canonical URI (git://anonscm.debian.org)
* Change search.cpan.org based URIs to metacpan.org based URIs

[ Xavier Guimard ]
* Add patch to fix invocation of properties (Closes: #659759)
* Add spelling patch
* Remove README from docs
* Bump Standards-Version to 3.9.4
* Bump debhelper dependency version to 9.20120312
* Update description
* Add lintian overrides file to hide a man problem: one term can not be
  wrapped to 80 characters

Show diffs side-by-side

added added

removed removed

Lines of Context:
125
125
Retrieves a handle to the remote object provided by the service  with
126
126
the name of C<$object_path>. If the optional C<$interface> parameter is
127
127
provided, the object will immediately be cast to the designated
128
 
interface. NB, it is only neccessary to cast an object to a specific
 
128
interface. NB, it is only necessary to cast an object to a specific
129
129
interface if there are multiple interfaces on the object providing
130
130
methods with the same name, or the remote object does support
131
131
introspection. The returned object will be an instance of L<Net::DBus::RemoteObject>.