[Pkg-ocaml-maint-commits] [SCM] advi packaging branch, master, updated. debian/1.9.0-3-4-g50005c7

Ralf Treinen treinen at free.fr
Sun May 1 13:16:54 UTC 2011


The following commit has been merged in the master branch:
commit 22e4f84e6c067019aaff33b3ee68f672a7480ff0
Author: Ralf Treinen <treinen at free.fr>
Date:   Sun May 1 14:44:13 2011 +0200

    call directly perl in example scripts

diff --git a/debian/changelog b/debian/changelog
index d8c2eb3..56556a9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,8 +5,12 @@ advi (1.9.0-4) unstable; urgency=low
   * Patch linker_as_needed: fix FTBFS with linker flag --as-needed
     (closes:  #607530). Thanks a lot to Stefan Potyra for the patch!
   * Standard-Version 3.9.2 (no change)
+  * do not start short description on an article.
+  * Patch examples-scripts: call directly perl interpreter in
+    examples/prosper/LL/pdfrotate.pl. Add dependency of advi-examples
+    on perl.
 
- -- Ralf Treinen <treinen at debian.org>  Sun, 01 May 2011 14:25:41 +0200
+ -- Ralf Treinen <treinen at debian.org>  Sun, 01 May 2011 14:38:45 +0200
 
 advi (1.9.0-3) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 9eb6850..d6f57ca 100644
--- a/debian/control
+++ b/debian/control
@@ -22,10 +22,10 @@ Homepage: http://advi.inria.fr/
 Package: advi
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, ${ocaml:Depends},
- texlive-base-bin, texlive-base, ghostscript-x (>= 7.05)
+ texlive-base-bin, texlive-base, ghostscript-x (>= 7.05), perl
 Suggests: ttf-kochi-gothic, ttf-kochi-mincho, bzip2
 Replaces: mldvi, activedvi
-Description: an active DVI previewer and presenter
+Description: active DVI previewer and presenter
  Active-DVI is a DVI previewer and presenter written in Objective Caml
  with some eye candy effects for presentation, support for interactive
  demonstrations, and embedding of arbitrary applications within the
diff --git a/debian/patches/examples-scripts b/debian/patches/examples-scripts
new file mode 100644
index 0000000..14a76de
--- /dev/null
+++ b/debian/patches/examples-scripts
@@ -0,0 +1,14 @@
+Author: Ralf Treinen <treinen at debian.org>
+Description: Call directly the perl intepreter
+
+Index: advi/examples/prosper/LL/pdfrotate.pl
+===================================================================
+--- advi.orig/examples/prosper/LL/pdfrotate.pl	2011-05-01 14:40:09.000000000 +0200
++++ advi/examples/prosper/LL/pdfrotate.pl	2011-05-01 14:40:30.000000000 +0200
+@@ -1,5 +1,4 @@
+-eval '(exit $?0)' && eval 'exec perl -S $0 ${1+"$@"}' && eval 'exec perl -S $0 $argv:q'
+-if 0;
++#!/usr/bin/perl
+ 
+ ######################################################################
+ #
diff --git a/debian/patches/series b/debian/patches/series
index b307c60..3203a3f 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -4,3 +4,4 @@ manpage
 examples-distclean
 linker_as_needed
 examples-makefiles
+examples-scripts

-- 
advi packaging



More information about the Pkg-ocaml-maint-commits mailing list