[DRE-commits] [ruby-albino] 05/06: Add dependency on python

Cédric Boutillier boutil at moszumanska.debian.org
Fri Jun 3 15:13:58 UTC 2016


This is an automated email from the git hooks/post-receive script.

boutil pushed a commit to branch master
in repository ruby-albino.

commit c0617fca462d43df23a7f3a97e76fbdfb8394b38
Author: Cédric Boutillier <boutil at debian.org>
Date:   Fri Jun 3 16:37:16 2016 +0200

    Add dependency on python
---
 debian/changelog                                 |  2 ++
 debian/control                                   |  1 +
 debian/patches/004_shebang_multipygmentize.patch | 13 +++++++++++++
 debian/patches/series                            |  1 +
 4 files changed, 17 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 07757ed..7718fe1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,8 @@ ruby-albino (1.3.3-5) unstable; urgency=medium
   * Adapt tests to deal with empty span blocks added by pygments
     (Closes: #824737)
   * Install multipygmentize script, used by albino/multi.rb (fix autopkgtests)
+  * Add dependency on python
+
  -- Cédric Boutillier <boutil at debian.org>  Fri, 03 Jun 2016 15:40:19 +0200
 
 ruby-albino (1.3.3-4) unstable; urgency=medium
diff --git a/debian/control b/debian/control
index a569044..bbe5671 100644
--- a/debian/control
+++ b/debian/control
@@ -21,6 +21,7 @@ Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
 Depends: ruby | ruby-interpreter,
          ruby-posix-spawn (>= 0.3.8),
+         python,
          python-pygments,
          ${misc:Depends},
          ${shlibs:Depends}
diff --git a/debian/patches/004_shebang_multipygmentize.patch b/debian/patches/004_shebang_multipygmentize.patch
new file mode 100644
index 0000000..65ce6a4
--- /dev/null
+++ b/debian/patches/004_shebang_multipygmentize.patch
@@ -0,0 +1,13 @@
+Description: change shebang for python script
+Author: Cédric Boutillier <boutil at debian.org>
+Forwarded: no
+Last-Update: 2016-06-03
+
+--- a/vendor/multipygmentize
++++ b/vendor/multipygmentize
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env python
++#!/usr/bin/python
+ 
+ # This script allows you to highlight multiple chunks of code with a single
+ # invocation. Expected input is on STDIN and takes the form of:
diff --git a/debian/patches/series b/debian/patches/series
index 4b107fb..82a17f6 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 001_fix_Albino_Multi_accepting_UTF-8_input.patch
 002_fix-albino-according-pygments.patch
 003_move_multipygmentize.patch
+004_shebang_multipygmentize.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-albino.git



More information about the Pkg-ruby-extras-commits mailing list