[libdbd-oracle-perl] branch master updated (90fe233 -> d713a56)
gregor herrmann
gregoa at debian.org
Fri Aug 30 13:47:50 UTC 2013
This is an automated email from the git hooks/post-receive script.
gregoa pushed a change to branch master
in repository libdbd-oracle-perl.
from 90fe233 update changelog
adds 452bfb2 Imported Upstream version 1.66
new 95f85d6 Merge tag 'upstream/1.66'
new 5d49952 New upstream release.
new e8ea563 Update debian copyright:
new a3fabf4 Declare compliance with Debian Policy 3.9.4.
new f49861d debian/rules: drop override_dh_auto_install.
new fe5b1d8 Build against Oracle Instant Client 12.1.
new f26efc0 Add patch to fix some spelling mistakes.
new dd944b1 Add a lintian override for a long line in a manpage.
new 6dcd09a Add a patch to fix POD syntax errors.
new d713a56 releasing package libdbd-oracle-perl version 1.66-1
The 10 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
CONTRIBUTORS | 19 +
Changes | 287 ++
LICENSE | 22 +-
MANIFEST | 30 +-
META.json | 68 +-
META.yml | 51 +-
Makefile.PL | 55 +-
Oracle.xs | 109 +-
Oraperl.pm | 881 ------
README | 122 +-
README-files/hpux/Makefile-Lincoln | 223 --
README.64bit.txt | 272 --
README.aix.txt | 255 --
README.clients.txt | 279 --
README.help.txt | 133 -
README.java.txt | 322 --
README.mkdn | 3270 ++++++++++----------
README.sec.txt | 142 -
README.win32.txt | 236 --
dbdimp.c | 738 ++---
dbdimp.h | 16 +-
debian/README | 6 +-
debian/README.maintainer | 10 +-
debian/changelog | 19 +-
debian/control | 8 +-
debian/copyright | 6 +-
debian/libdbd-oracle-perl.lintian-overrides | 3 +
debian/patches/pod.patch | 27 +
debian/patches/series | 2 +
debian/patches/spelling.patch | 49 +
debian/rules | 8 +-
lib/DBD/Oracle.pm | 253 +-
lib/DBD/Oracle/GetInfo.pm | 15 +-
lib/DBD/Oracle/Object.pm | 12 +-
lib/DBD/Oracle/Troubleshooting.pm | 392 ---
lib/DBD/Oracle/Troubleshooting.pod | 166 +
lib/DBD/Oracle/Troubleshooting/Aix.pod | 289 ++
lib/DBD/Oracle/Troubleshooting/Cygwin.pod | 110 +
.../DBD/Oracle/Troubleshooting/Hpux.pod | 73 +-
lib/DBD/Oracle/Troubleshooting/Linux.pod | 148 +
.../DBD/Oracle/Troubleshooting/Macos.pod | 369 ++-
lib/DBD/Oracle/Troubleshooting/Sun.pod | 74 +
lib/DBD/Oracle/Troubleshooting/Vms.pod | 128 +
lib/DBD/Oracle/Troubleshooting/Win32.pod | 276 ++
.../DBD/Oracle/Troubleshooting/Win64.pod | 63 +-
oci8.c | 640 ++--
ocitrace.h | 4 +
oraperl.ph | 53 -
t/000-report-versions-tiny.t | 87 +
t/000-report-versions.t | 446 ---
t/10general.t | 5 +-
t/24implicit_utf8.t | 13 +-
t/26exe_array.t | 479 +--
t/31lob.t | 31 +-
t/31lob_extended.t | 40 +-
t/32xmltype.t | 8 +-
t/34pres_lobs.t | 8 +-
t/38taf.t | 91 +-
t/39attr.t | 75 +
t/50cursor.t | 20 +-
t/51scroll.t | 38 +-
t/58object.t | 535 ++--
t/{26exe_array.t => lib/ExecuteArray.pm} | 335 +-
t/rt13865.t | 41 +-
t/rt85886.t | 50 +
test.pl | 319 --
66 files changed, 5630 insertions(+), 7724 deletions(-)
create mode 100644 CONTRIBUTORS
delete mode 100644 Oraperl.pm
delete mode 100644 README-files/hpux/Makefile-Lincoln
delete mode 100644 README.64bit.txt
delete mode 100644 README.aix.txt
delete mode 100644 README.clients.txt
delete mode 100644 README.java.txt
delete mode 100644 README.sec.txt
delete mode 100644 README.win32.txt
create mode 100644 debian/patches/pod.patch
create mode 100644 debian/patches/series
create mode 100644 debian/patches/spelling.patch
delete mode 100644 lib/DBD/Oracle/Troubleshooting.pm
create mode 100644 lib/DBD/Oracle/Troubleshooting.pod
create mode 100644 lib/DBD/Oracle/Troubleshooting/Aix.pod
create mode 100644 lib/DBD/Oracle/Troubleshooting/Cygwin.pod
rename README.hpux.txt => lib/DBD/Oracle/Troubleshooting/Hpux.pod (96%)
create mode 100644 lib/DBD/Oracle/Troubleshooting/Linux.pod
rename README.macosx.txt => lib/DBD/Oracle/Troubleshooting/Macos.pod (71%)
create mode 100644 lib/DBD/Oracle/Troubleshooting/Sun.pod
create mode 100644 lib/DBD/Oracle/Troubleshooting/Vms.pod
create mode 100644 lib/DBD/Oracle/Troubleshooting/Win32.pod
rename README.win64.txt => lib/DBD/Oracle/Troubleshooting/Win64.pod (91%)
delete mode 100644 oraperl.ph
create mode 100644 t/000-report-versions-tiny.t
delete mode 100644 t/000-report-versions.t
create mode 100755 t/39attr.t
copy t/{26exe_array.t => lib/ExecuteArray.pm} (54%)
create mode 100755 t/rt85886.t
delete mode 100755 test.pl
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdbd-oracle-perl.git
More information about the Pkg-perl-cvs-commits
mailing list