[libbread-board-perl] 66/66: Prepare for release: Update changelog, control file and copyright hints.

Jonas Smedegaard js at alioth.debian.org
Sun Sep 29 21:23:42 UTC 2013


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

js pushed a commit to branch master
in repository libbread-board-perl.

commit f60132bebb7b2120f9b799aab127849252f940fb
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Sun Sep 29 23:18:17 2013 +0200

    Prepare for release: Update changelog, control file and copyright hints.
---
 debian/changelog       |   34 ++++++++++++++++++++++++++++++++++
 debian/control         |    7 +------
 debian/copyright_hints |   43 ++++++++++++++++---------------------------
 3 files changed, 51 insertions(+), 33 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index deaeec0..cb308f7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,37 @@
+libbread-board-perl (0.28-1) unstable; urgency=low
+
+  [ upstream ]
+  * New release.
+    + Allow cloning containers with parameterized subcontainers.
+    + Allow referencing parent services from parameterized
+      subcontainers.
+    + Deprecate special case in path traversal where a path component
+      with the name of the current container was ignored.
+    + Fix setting the current container multiple times from outside of a
+      container.
+    + Make some error messages more helpful.
+    + Documentation improvements.
+    + Remove the (unmaintained) Bread::Board::GraphViz.
+    + Allow the 'container $obj' sugar for parameterized containers.
+    + Allow overriding of services and containers.
+
+  [ Jonas Smedegaard ]
+  * Update author path in URL for get-orig-source target, and use
+    www.cpan.org (i.e. avoid search.cpan.org indirection).
+  * Improve watch file to use both www.cpan.org/authors URL (for newest
+    info) and search.cpan.org/dist URL (for change of author).
+  * Stop build-depend on or recommend libdata-visitor-perl
+    libgraphviz-perl libmoosex-runnable-perl
+    libmoosex-types-set-object-perl libset-object-perl: Graphviz
+    submodule dropped.
+  * Bump (yes, not extend) coverage to current year for main copyright
+    holder.
+  * Use Github URLs for Homepage and preferred contact, to reflect
+    updated META hints. List only issue tracker as preferred contact
+    (drop personal email).
+
+ -- Jonas Smedegaard <dr at jones.dk>  Sun, 29 Sep 2013 23:13:51 +0200
+
 libbread-board-perl (0.25-1) unstable; urgency=low
 
   * Initial packaging release.
diff --git a/debian/control b/debian/control
index 39d77af..b8a17dc 100644
--- a/debian/control
+++ b/debian/control
@@ -9,11 +9,6 @@ Build-Depends: cdbs,
  libmoosex-clone-perl,
  libmoosex-params-validate-perl,
  libtry-tiny-perl,
- libdata-visitor-perl,
- libgraphviz-perl,
- libmoosex-runnable-perl,
- libmoosex-types-set-object-perl,
- libset-object-perl,
  libtest-fatal-perl,
  libmoose-perl,
  libtest-requires-perl
@@ -22,7 +17,7 @@ Uploaders: Jonas Smedegaard <dr at jones.dk>
 Standards-Version: 3.9.4
 Vcs-Git: git://anonscm.debian.org/git/pkg-perl/packages/libbread-board-perl
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libbread-board-perl.git
-Homepage: http://search.cpan.org/dist/Bread-Board/
+Homepage: https://github.com/stevan/BreadBoard
 
 Package: libbread-board-perl
 Architecture: all
diff --git a/debian/copyright_hints b/debian/copyright_hints
index d6eef2c..2cbfd1a 100644
--- a/debian/copyright_hints
+++ b/debian/copyright_hints
@@ -46,9 +46,12 @@ Files: Changes
  t/044_deferred_parameters.t
  t/045_parameters_in_dependency.t
  t/046_custom_parameter_service.t
+ t/047_dependencies_override_parameters.t
  t/050_parameterized_containers.t
  t/051_more_parameterized_containers.t
- t/052_parameterized_in_heirarchy.t
+ t/052_parameterized_in_hierarchy.t
+ t/053_parameterized_clone.t
+ t/054_parameterized_backref.t
  t/060_extend_w_sugar.t
  t/061_extends_w_sugar_and_inheritance.t
  t/062_service_class_w_sugar.t
@@ -69,19 +72,23 @@ Files: Changes
  t/110_clone_w_singleton.t
  t/150_deferred_parameters_fail.t
  t/151_sugar_no_container.t
+ t/152_sugar_service_inheritance.t
+ t/153_sugar_container_inheritance.t
  t/200_example_code.t
  t/201_log_dispatch_example.t
  t/202_form_sensible_example.t
  t/300_no_new.t
- t/500_graphviz.t
+ t/301_sugar.t
+ t/302_path_traversal_deprecation.t
  t/lib/bad.bb
+ t/lib/false.bb
  t/lib/graphable.bb
  t/lib/logger.bb
  t/lib/my_app.bb
- t/release-eol.t
- t/release-no-tabs.t
- t/release-pod-coverage.t
- t/release-pod-syntax.t
+ xt/release/eol.t
+ xt/release/no-tabs.t
+ xt/release/pod-coverage.t
+ xt/release/pod-syntax.t
 Copyright: *No copyright*
 License: UNKNOWN
  FIXME
@@ -91,11 +98,10 @@ Files: README
  lib/Bread/Board/BlockInjection.pm
  lib/Bread/Board/ConstructorInjection.pm
  lib/Bread/Board/Container.pm
+ lib/Bread/Board/Container/FromParameterized.pm
  lib/Bread/Board/Container/Parameterized.pm
  lib/Bread/Board/Dependency.pm
  lib/Bread/Board/Dumper.pm
- lib/Bread/Board/GraphViz.pm
- lib/Bread/Board/GraphViz/App.pm
  lib/Bread/Board/LifeCycle.pm
  lib/Bread/Board/LifeCycle/Singleton.pm
  lib/Bread/Board/LifeCycle/Singleton/WithParameters.pm
@@ -118,7 +124,7 @@ Files: README
  lib/Bread/Board/SetterInjection.pm
  lib/Bread/Board/Traversable.pm
  lib/Bread/Board/Types.pm
-Copyright: 2011, Infinity Interactive
+Copyright: 2013, Infinity Interactive
 License: UNKNOWN
  FIXME
 
@@ -131,27 +137,10 @@ Files: LICENSE
 Copyright: 1989, Free Software Foundation, Inc
   19xx name of author
   19yy <name of author>
-  2011, Infinity Interactive
-  HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
-  HOLDERS AND/OR OTHER PARTIES
-  Holder
-  Holder maintains some semblance of
-  Holder may not be used to endorse or promote
-  Holder to include your
-  Holder" is whoever is named in the or s for
-  Holder, but only to the
-  Holder. A Package modified in such
+  2013, Infinity Interactive
   disclaimer" for the program, if
-  holder saying it may be
   interest in the
-  notices and associated disclaimers
   the software, and
 License: GPL-ever
  FIXME
 
-Files: bin/visualize-breadboard
-Copyright: 2007-2011, Infinity Interactive, Inc
-  2011, Infinity Interactive
-License: UNKNOWN
- FIXME
-

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



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