diff --git a/debian/patches/Disable_GitHub_links_in_doc b/debian/patches/Disable_GitHub_links_in_doc new file mode 100644 index 0000000..8cae6b6 --- /dev/null +++ b/debian/patches/Disable_GitHub_links_in_doc @@ -0,0 +1,39 @@ +Description: Disable_GitHub_links_in_doc + Avoid privacy breach. + . + python-cassandra-driver (3.20.2-1) unstable; urgency=medium + . + * Team upload. + . + [ Ondřej Nový ] + * Bump Standards-Version to 4.4.1. + . + [ Adam Cecile ] + * New upstream release 3.20.2. + * Add several build-dependencies to run unit tests. + * Enable unit tests. + * Re-enable Cython which is working fine now. + * Enable multi-core compilation of Cython files. + * Switch to GitHub tarball instead of PyPi to have docs and unit tests. +Author: Adam Cecile + +--- +Origin: vendor +Forwarded: not-needed +Last-Update: 2020-01-07 + +--- python-cassandra-driver-3.20.2.orig/docs/themes/custom/theme.conf ++++ python-cassandra-driver-3.20.2/docs/themes/custom/theme.conf +@@ -5,7 +5,7 @@ pygments_style = friendly + + [options] + description = Python driver for Cassandra +-github_user = datastax +-github_repo = python-driver +-github_button = true +-github_type = star +\ No newline at end of file ++#github_user = datastax ++#github_repo = python-driver ++#github_button = true ++#github_type = star diff --git a/debian/patches/series b/debian/patches/series index f10e03c..3d46098 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1 +1,2 @@ Make_unittests_loadable +Disable_GitHub_links_in_doc