[SCM] Debian packaging of libdbd-oracle-perl branch, master, updated. debian/1.34-1-10-gbb51049
Julián Moreno Patiñ?==?UTF-8?Q?o
darkjunix at gmail.com
Sun Jan 15 00:00:24 UTC 2012
The following commit has been merged in the master branch:
commit 99498b428bd8f904d614f684433adf12ef660f07
Author: Julián Moreno Patiño <darkjunix at gmail.com>
Date: Sat Jan 14 18:40:11 2012 -0500
Add alternative Dependency to Depends. (Closes: #654916)
diff --git a/debian/changelog b/debian/changelog
index 5b5ba1c..f75f747 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,12 +1,20 @@
-libdbd-oracle-perl (1.38-1) UNRELEASED; urgency=low
+libdbd-oracle-perl (1.38-1) unstable; urgency=low
* New upstream release. (Closes: #651211)
- * Remove debian/patches.
- + Merge with upstream.
* Remove debian/libdbd-oracle-perl.docs.
+ Upstream removes the documentation files.
-
- -- Julián Moreno Patiño <darkjunix at gmail.com> Fri, 13 Jan 2012 22:24:08 -0500
+ * Add alternative Dependency to Depends. (Closes: #654916)
+ + oracle-instantclient11.2-basic |
+ oracle-instantclient11.2-basiclite
+ * Extend debian copyright holders years.
+ * Update 00_Fix_Spelling_Errors.diff patch to fix
+ spelling errors.
+ * Add fix-manpage-has-bad-whatis-entry.diff to
+ fix manpage.
+ * Add fix-wrong-path-for-interpreter.diff patch
+ to fix wrong path for interpreter.
+
+ -- Julián Moreno Patiño <darkjunix at gmail.com> Sat, 14 Jan 2012 18:12:22 -0500
libdbd-oracle-perl (1.34-1) unstable; urgency=low
diff --git a/debian/control b/debian/control
index 4eaf51f..29b747b 100644
--- a/debian/control
+++ b/debian/control
@@ -12,8 +12,8 @@ Homepage: http://search.cpan.org/dist/DBD-Oracle/
Package: libdbd-oracle-perl
Architecture: any
-Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends},
- libdbi-perl, libaio1
+Depends: oracle-instantclient11.2-basic | oracle-instantclient11.2-basiclite,
+ ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}, libdbi-perl, libaio1
Suggests: perl-tk
Description: Perl DBI driver for Oracle
DBD::Oracle is a Perl module that works with the DBI module to provide access
--
Debian packaging of libdbd-oracle-perl
More information about the Pkg-perl-cvs-commits
mailing list