[libmongodb-perl] 12/12: merged with gregoa's work

2014-10-09 Thread dod
This is an automated email from the git hooks/post-receive script.

dod pushed a commit to branch dods
in repository libmongodb-perl.

commit cdcdcecc985100fe75080121d935342a0842bfb6
Author: Dominique Dumont 
Date:   Sun Jun 22 16:40:24 2014 +0200

merged with gregoa's work
---
 debian/changelog  | 26 --
 debian/control|  7 ---
 debian/copyright  | 11 +++
 debian/libmongodb-perl.docs   |  1 +
 debian/patches/5.14-ccflags.patch | 28 
 debian/patches/fix-db-test| 20 
 debian/patches/fix-manpage-spelling.patch | 29 -
 debian/patches/fix-utf8-in-pod| 14 --
 debian/patches/series |  1 +
 debian/patches/spelling.patch | 17 +
 debian/rules  |  5 +++--
 debian/watch  |  1 -
 12 files changed, 53 insertions(+), 107 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 948cf8f..dfdad7b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,25 @@
-libmongodb-perl (0.704.1.0-1~1.gbpfc0683) UNRELEASED; urgency=medium
+libmongodb-perl (0.704.1.0-1) unstable; urgency=medium
 
-  ** SNAPSHOT build @fc068329fa15a00e71576957edfd055422ce6e0c **
+  * Remove repackaging framework. The dubios directory is gone.
 
-  * watch: mongo-meta-driver is gone. repack is no longer required
-  * Imported Upstream version 0.704.1.0
-
- -- Dominique Dumont   Sat, 21 Jun 2014 18:46:49 +0200
+  * New upstream release.
+PERL-108: removed previously-deprecated AUTOLOAD functions.
+  * Update upstream and packaging copyright years;
+add new third-party files.
+  * Update build and runtime dependencies.
+  * Drop patch fix-utf8-in-pod, fixed upstream.
+  * Drop patch fix-manpage-spelling.patch, merged upstream.
+  * Drop patch fix-db-test, fixed upstream.
+  * Drop patch 5.14-ccflags.patch, not needed anymore.
+  * Add patch to fix a spelling mistake in the POD.
+  * debian/rules: override_dh_clean: upstream backup file was removed.
+  * debian/rules: wrap override_dh_auto_test in check for nocheck in
+DEB_BUILD_OPTIONS. dh_auto_test honours DEB_BUILD_OPTIONS already, but
+we're manually starting and tearing down a mongod instance which is
+not necessary if we don't run the tests.
+  * Install CONTRIBUTING.md documentation.
+
+ -- gregor herrmann   Sun, 22 Jun 2014 01:10:06 +0200
 
 libmongodb-perl (0.702.2+ds-2) unstable; urgency=medium
 
diff --git a/debian/control b/debian/control
index af8ee77..f1eeb91 100644
--- a/debian/control
+++ b/debian/control
@@ -7,10 +7,10 @@ Uploaders: Stefan Hornburg (Racke) ,
Dominique Dumont 
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 9.20120312),
+Build-Depends: debhelper (>= 9.20120312~),
libboolean-perl,
libclass-method-modifiers-perl,
-   libconfig-autoconf-perl,
+   libconfig-autoconf-perl (>= 0.22),
libdata-dump-perl,
libdata-types-perl,
libdatetime-perl (>= 2:0.7800),
@@ -25,13 +25,14 @@ Build-Depends: debhelper (>= 9.20120312),
libtest-deep-perl,
libtest-exception-perl,
libtest-fatal-perl,
-   libtest-pod-perl,
libtest-warn-perl,
libthrowable-perl,
libtie-ixhash-perl,
libtry-tiny-perl,
mongodb-server [i386 amd64],
net-tools,
+   perl,
+   perl (>= 5.13.4) | libtest-simple-perl (>= 0.96),
procps
 Standards-Version: 3.9.5
 Vcs-Browser: 
http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libmongodb-perl.git
diff --git a/debian/copyright b/debian/copyright
index ff08d0b..39d2de6 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,14 +1,13 @@
 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Contact:  Mike Friedman 
 Upstream-Name: MongoDB
-Upstream-Contact: Mike Friedman 
 Source: https://metacpan.org/release/MongoDB
 Copyright: bson files uses headers from yajl which are not part
  of the API (e.g. yajl/header.h). Hence this copy of
  yajl files cannot be removed.
 
 Files: *
-Copyright: 2009-2013, 10gen, Inc.
- 2013, MongoDB, Inc.
+Copyright: 2009-2014, MongoDB, Inc.
 License: Apache-2.0
 
 Files: bson/bson-md5.*
@@ -24,6 +23,10 @@ Files: bson/bson-stdint-win32.h
 Copyright: 2006-2013 Alexander Chemeris
 License: BSD
 
+Files: pstdint.h
+Copyright: 2005-2011, Paul Hsieh
+License: BSD-3-clause
+
 Files: inc/Module/*
 Copyright: 2002-2012, Adam Kennedy 
  2002-2012, Audrey Tang 
@@ -44,7 +47,7 @@ License: ISC
 Files: debian/*
 Copyright: 2010, Stefan Hornburg (Racke) 
  2011, Dominic Hargreaves 
- 2011-2013, gregor herrmann ,
+ 2011-2014, grego

[libmongodb-perl] 12/12: merged with gregoa's work

2014-06-22 Thread dod
This is an automated email from the git hooks/post-receive script.

dod pushed a commit to branch dods
in repository libmongodb-perl.

commit cdcdcecc985100fe75080121d935342a0842bfb6
Author: Dominique Dumont 
Date:   Sun Jun 22 16:40:24 2014 +0200

merged with gregoa's work
---
 debian/changelog  | 26 --
 debian/control|  7 ---
 debian/copyright  | 11 +++
 debian/libmongodb-perl.docs   |  1 +
 debian/patches/5.14-ccflags.patch | 28 
 debian/patches/fix-db-test| 20 
 debian/patches/fix-manpage-spelling.patch | 29 -
 debian/patches/fix-utf8-in-pod| 14 --
 debian/patches/series |  1 +
 debian/patches/spelling.patch | 17 +
 debian/rules  |  5 +++--
 debian/watch  |  1 -
 12 files changed, 53 insertions(+), 107 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 948cf8f..dfdad7b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,25 @@
-libmongodb-perl (0.704.1.0-1~1.gbpfc0683) UNRELEASED; urgency=medium
+libmongodb-perl (0.704.1.0-1) unstable; urgency=medium
 
-  ** SNAPSHOT build @fc068329fa15a00e71576957edfd055422ce6e0c **
+  * Remove repackaging framework. The dubios directory is gone.
 
-  * watch: mongo-meta-driver is gone. repack is no longer required
-  * Imported Upstream version 0.704.1.0
-
- -- Dominique Dumont   Sat, 21 Jun 2014 18:46:49 +0200
+  * New upstream release.
+PERL-108: removed previously-deprecated AUTOLOAD functions.
+  * Update upstream and packaging copyright years;
+add new third-party files.
+  * Update build and runtime dependencies.
+  * Drop patch fix-utf8-in-pod, fixed upstream.
+  * Drop patch fix-manpage-spelling.patch, merged upstream.
+  * Drop patch fix-db-test, fixed upstream.
+  * Drop patch 5.14-ccflags.patch, not needed anymore.
+  * Add patch to fix a spelling mistake in the POD.
+  * debian/rules: override_dh_clean: upstream backup file was removed.
+  * debian/rules: wrap override_dh_auto_test in check for nocheck in
+DEB_BUILD_OPTIONS. dh_auto_test honours DEB_BUILD_OPTIONS already, but
+we're manually starting and tearing down a mongod instance which is
+not necessary if we don't run the tests.
+  * Install CONTRIBUTING.md documentation.
+
+ -- gregor herrmann   Sun, 22 Jun 2014 01:10:06 +0200
 
 libmongodb-perl (0.702.2+ds-2) unstable; urgency=medium
 
diff --git a/debian/control b/debian/control
index af8ee77..f1eeb91 100644
--- a/debian/control
+++ b/debian/control
@@ -7,10 +7,10 @@ Uploaders: Stefan Hornburg (Racke) ,
Dominique Dumont 
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 9.20120312),
+Build-Depends: debhelper (>= 9.20120312~),
libboolean-perl,
libclass-method-modifiers-perl,
-   libconfig-autoconf-perl,
+   libconfig-autoconf-perl (>= 0.22),
libdata-dump-perl,
libdata-types-perl,
libdatetime-perl (>= 2:0.7800),
@@ -25,13 +25,14 @@ Build-Depends: debhelper (>= 9.20120312),
libtest-deep-perl,
libtest-exception-perl,
libtest-fatal-perl,
-   libtest-pod-perl,
libtest-warn-perl,
libthrowable-perl,
libtie-ixhash-perl,
libtry-tiny-perl,
mongodb-server [i386 amd64],
net-tools,
+   perl,
+   perl (>= 5.13.4) | libtest-simple-perl (>= 0.96),
procps
 Standards-Version: 3.9.5
 Vcs-Browser: 
http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libmongodb-perl.git
diff --git a/debian/copyright b/debian/copyright
index ff08d0b..39d2de6 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,14 +1,13 @@
 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Contact:  Mike Friedman 
 Upstream-Name: MongoDB
-Upstream-Contact: Mike Friedman 
 Source: https://metacpan.org/release/MongoDB
 Copyright: bson files uses headers from yajl which are not part
  of the API (e.g. yajl/header.h). Hence this copy of
  yajl files cannot be removed.
 
 Files: *
-Copyright: 2009-2013, 10gen, Inc.
- 2013, MongoDB, Inc.
+Copyright: 2009-2014, MongoDB, Inc.
 License: Apache-2.0
 
 Files: bson/bson-md5.*
@@ -24,6 +23,10 @@ Files: bson/bson-stdint-win32.h
 Copyright: 2006-2013 Alexander Chemeris
 License: BSD
 
+Files: pstdint.h
+Copyright: 2005-2011, Paul Hsieh
+License: BSD-3-clause
+
 Files: inc/Module/*
 Copyright: 2002-2012, Adam Kennedy 
  2002-2012, Audrey Tang 
@@ -44,7 +47,7 @@ License: ISC
 Files: debian/*
 Copyright: 2010, Stefan Hornburg (Racke) 
  2011, Dominic Hargreaves 
- 2011-2013, gregor herrmann ,
+ 2011-2014, grego