[libnet-dbus-perl] 317/335: Rename CHANGES to Changes to follow CPAN standards

Intrigeri intrigeri at moszumanska.debian.org
Sat Mar 21 01:08:15 UTC 2015


This is an automated email from the git hooks/post-receive script.

intrigeri pushed a commit to branch experimental
in repository libnet-dbus-perl.

commit 82939311b04ff213fc698f53bca71653d98bcbbb
Author: Daniel P. Berrange <berrange at redhat.com>
Date:   Mon Mar 16 18:29:10 2015 +0000

    Rename CHANGES to Changes to follow CPAN standards
---
 CHANGES => Changes | 21 +++++++++++----------
 Makefile.PL        |  1 +
 Net-DBus.spec.PL   |  3 ++-
 t/12-changes.t     |  7 +++++++
 4 files changed, 21 insertions(+), 11 deletions(-)

diff --git a/CHANGES b/Changes
similarity index 97%
rename from CHANGES
rename to Changes
index cff1d7d..7aefd9b 100644
--- a/CHANGES
+++ b/Changes
@@ -1,5 +1,6 @@
+Revision history for perl module Net::DBus
 
-New in 1.0.0:
+1.0.0 2011-06-30
 
  - Updated to require minimum dbus >= 1.0.0
  - Automatically track change in ownership of bus names
@@ -12,7 +13,7 @@ New in 1.0.0:
  - Allow leading _ in interface names
  - Other minor fixes
 
-Changes since 0.33.5
+0.33.6 2008-02-20
 
  - Fix introspection XML handling when exporting objects with child
    objects
@@ -30,7 +31,7 @@ Changes since 0.33.5
 
  - Fix ref counting bugs in error path.
 
-Changes since 0.33.4
+0.33.5 2007-07-18
 
  - Added support for getting private bus connections for apps which
    don't want to deal with a shared bus
@@ -52,7 +53,7 @@ Changes since 0.33.4
 
  - Export the Net::DBus::Dumper methods correctly.
 
-Changes since 0.33.3
+0.33.4 2006-11-04
 
  - Fixed service owner used for org.freedesktop.DBus object
    to make signal handling on the bus work again
@@ -80,7 +81,7 @@ Changes since 0.33.3
 
  - Throw Net::DBus::Error if an async call fails
 
-Changes since 0.33.2
+0.33.3 2006-07-05
 
  - Fixed parsing of introspection data if there are processing
    instructions, or other non-data nodes before the root element.
@@ -108,7 +109,7 @@ Changes since 0.33.2
    objects to allow notification of completion for asynchronous
    method calls
 
-Changes since 0.33.1
+0.33.2 2006-06-03
 
  - Fixed handling of variants in introspection data
 
@@ -129,7 +130,7 @@ Changes since 0.33.1
    by calling introspect on the root object, "/", rather than a 
    Perl specific magic object path.
 
-Changes since 0.32.3
+0.33.1 2006-02-03
 
  - Constructor for Net::DBus::Object allows another Net::DBus::Object
    to be passed instead of the Net::DBus::Service, to create child
@@ -149,7 +150,7 @@ Changes since 0.32.3
  - Increase POD documentation to get 100% coverage of all APIs,
    verified by Test::Pod::Coverage
 
-Changes since 0.32.2
+0.32.3 2005-12-05
 
  - Introspection data is used only as hint, so if an object
    exports many methods, but only provides partial introspection
@@ -186,7 +187,7 @@ Changes since 0.32.2
    unit tests which need to communicate with other objects on
    the bus. See Net::DBus::Test::MockObject for further info.
 
-Changes since 0.32.1
+0.32.2 2005-10-23
 
  - Fix unit tests broken in previous build
 
@@ -230,7 +231,7 @@ Changes since 0.32.1
  - Made example scripts interoperate correctly with example
    scripts from Python & GLib bindings
 
-Changes since 0.32.0
+0.32.1 2005-09-29
 
  - The order of 'service_name' and 'bus' parameter to the
    Net::DBus::Service constructor is reversed to match
diff --git a/Makefile.PL b/Makefile.PL
index c68bcb2..2c0a89c 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -28,6 +28,7 @@ WriteMakefile(
 	      'VERSION_FROM' => 'lib/Net/DBus.pm',
 	      'PREREQ_PM' => {
 		  'Test::More'  => 0,
+		  'Test::CPAN::Changes'  => 0,
 		  'Time::HiRes' => 0,
 		  'XML::Twig' => 0,
 		  },
diff --git a/Net-DBus.spec.PL b/Net-DBus.spec.PL
index 40350df..ff2b86e 100644
--- a/Net-DBus.spec.PL
+++ b/Net-DBus.spec.PL
@@ -49,6 +49,7 @@ BuildRequires: perl(Time::HiRes)
 BuildRequires: perl(Test::More)
 BuildRequires: perl(Test::Pod)
 BuildRequires: perl(Test::Pod::Coverage)
+BuildRequires: perl(Test::CPAN::Changes)
 
 %description
 Provides a Perl API to the DBus message system
@@ -83,7 +84,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root)
-%doc README CHANGES AUTHORS LICENSE examples/*.pl
+%doc README Changes AUTHORS LICENSE examples/*.pl
 %{_mandir}/man3/*
 %{perl_vendorarch}/Net/DBus.pm
 %{perl_vendorarch}/Net/DBus/
diff --git a/t/12-changes.t b/t/12-changes.t
new file mode 100644
index 0000000..efb4c31
--- /dev/null
+++ b/t/12-changes.t
@@ -0,0 +1,7 @@
+# -*- perl -*-
+use strict;
+use warnings;
+use Test::More;
+eval 'use Test::CPAN::Changes';
+plan skip_all => 'Test::CPAN::Changes required for this test' if $@;
+changes_ok();

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libnet-dbus-perl.git



More information about the Pkg-perl-cvs-commits mailing list