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

« back to all changes in this revision

Viewing changes to README

  • Committer: Package Import Robot
  • Author(s): intrigeri, gregor herrmann, Salvatore Bonaccorso, intrigeri
  • Date: 2015-03-21 01:29:19 UTC
  • mfrom: (1.2.3)
  • Revision ID: package-import@ubuntu.com-20150321012919-l0oy52ke591xi4fg
Tags: 1.1.0-1
[ gregor herrmann ]
* Strip trailing slash from metacpan URLs.

[ Salvatore Bonaccorso ]
* Update Vcs-Browser URL to cgit web frontend

[ intrigeri ]
* Import new upstream release (filtering out .git and .gitignore,
  that were erroneously included in the upstream tarball).
* debian/copyright: update license and copyright information.
* Declare compliance with Standards-Version 3.9.6, no change required.
* Dropped all patches, that were applied upstream.
* Update Lintian line number that the manpage-has-errors-from-man
  Lintian override affects.
* 0001-Fix-spelling-error-in-POD.patch: new patch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
 
10
10
  http://www.freedesktop.org/software/dbus/
11
11
 
 
12
The homepage for Net::DBus is
 
13
 
 
14
  http://search.cpan.org/dist/Net-DBus/
 
15
 
 
16
Please report bugs at
 
17
 
 
18
  https://rt.cpan.org/Public/Dist/Display.html?Name=Net-DBus
 
19
 
 
20
The primary GIT repository for Net::DBus is
 
21
 
 
22
  https://gitlab.com/berrange/perl-net-dbus
 
23
 
12
24
This version operates against DBus 1.00, and later
13
25
 
14
26
INSTALLATION
79
91
-------------
80
92
 
81
93
Contributions both simple bug fixes & new features are
82
 
always welcome. Please supply patches in context, or 
83
 
unified diff format. A simple method to generate such a 
84
 
patch is as follows:
85
 
 
86
 
  * Clean out generated files from your working
87
 
    directory:
88
 
 
89
 
        make distclean
90
 
 
91
 
  * Rename your working directory to have '-new' 
92
 
    extension: 
93
 
 
94
 
        mv DBus-1.0.0 DBus-1.0.0-new
95
 
 
96
 
  * Extract a pristine copy of the source:
97
 
 
98
 
        gunzip -c DBus-1.0.0.tar.gz | tar xf -
99
 
        mv DBus-1.0.0 DBus-1.0.0-orig
100
 
 
101
 
  * Generate the patch:
102
 
 
103
 
        diff -ruN DBus-1.0.0-orig DBus-1.0.0-new \
104
 
          > DBus-1.0.0-[something].patch
105
 
        gzip DBus-1.0.0-[something].patch
106
 
 
107
 
 
108
 
Send the resulting to .patch.gz file directly to 
109
 
Daniel Berrange <dan at berrange dot com>
 
94
always welcome. Please send patches for bugs / features
 
95
to the DBus mailing list, or file a bug against Net::DBus
 
96
in the Perl bug tracker, or failing that send them directly
 
97
to the author
 
98
 
 
99
  Daniel Berrange <dan at berrange dot com>
 
100
 
 
101
The preferred format for patches is that produced by the
 
102
"git format-patch" command. Please use GIT if at all
 
103
possible to ensure correct author attribution of your
 
104
proposed change.
110
105
 
111
106
COPYRIGHT AND LICENCE
112
107
---------------------
113
108
 
114
 
Copyright (C) 2004-2011 Daniel Berrange
 
109
Copyright (C) 2004-2015 Daniel Berrange
115
110
 
116
111
Net-DBus may be redistributed and/or modified under the terms of Perl itself.
117
112
Either:
125
120
b) the "Artistic License"
126
121
 
127
122
 
128
 
See the file "COPYING" for the full text of each license
 
123
See the file "LICENSE" for the full text of each license
129
124
 
130
125
-- End
131
126