diff -Nru ruby-pygments.rb-1.2.0/debian/changelog ruby-pygments.rb-1.2.0/debian/changelog --- ruby-pygments.rb-1.2.0/debian/changelog 2019-05-06 11:27:24.000000000 +0000 +++ ruby-pygments.rb-1.2.0/debian/changelog 2020-01-14 22:57:33.000000000 +0000 @@ -1,3 +1,10 @@ +ruby-pygments.rb (1.2.0-4ubuntu2) focal; urgency=medium + + * Drop the explicit dependency on python. + * Use python2 in the build. + + -- Matthias Klose Tue, 14 Jan 2020 23:57:33 +0100 + ruby-pygments.rb (1.2.0-4) unstable; urgency=high * Team upload. diff -Nru ruby-pygments.rb-1.2.0/debian/control ruby-pygments.rb-1.2.0/debian/control --- ruby-pygments.rb-1.2.0/debian/control 2019-05-06 01:00:14.000000000 +0000 +++ ruby-pygments.rb-1.2.0/debian/control 2020-01-09 15:54:17.000000000 +0000 @@ -20,8 +20,7 @@ Package: ruby-pygments.rb Architecture: all -Depends: python, - python-pygments, +Depends: python-pygments, ruby | ruby-interpreter, ruby-multi-json, ruby-posix-spawn, diff -Nru ruby-pygments.rb-1.2.0/debian/patches/0005-Use-proper-python-shebang.patch ruby-pygments.rb-1.2.0/debian/patches/0005-Use-proper-python-shebang.patch --- ruby-pygments.rb-1.2.0/debian/patches/0005-Use-proper-python-shebang.patch 2019-05-06 01:00:14.000000000 +0000 +++ ruby-pygments.rb-1.2.0/debian/patches/0005-Use-proper-python-shebang.patch 2020-01-14 22:57:11.000000000 +0000 @@ -12,7 +12,7 @@ +++ b/lib/pygments/mentos.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python -+#!/usr/bin/python ++#!/usr/bin/python2 # -*- coding: utf-8 -*- import sys, re, os, signal