tags 666293 + patch
tags 666293 + pending
thanks

Dear maintainer,

I've prepared an NMU for dvi2ps (versioned as 4.1j-3.1) and uploaded it to DELAYED/3. Please feel free to tell me if I should delay it longer.

--
Jakub Wilk
diffstat for dvi2ps_4.1j-3 dvi2ps_4.1j-3.1

 debian/patches/08_kpse_set_program_name.dpatch |   19 +++++++++++++++++++
 dvi2ps-4.1j/debian/changelog                   |    8 ++++++++
 dvi2ps-4.1j/debian/patches/00list              |    1 +
 3 files changed, 28 insertions(+)

diff -u dvi2ps-4.1j/debian/changelog dvi2ps-4.1j/debian/changelog
--- dvi2ps-4.1j/debian/changelog
+++ dvi2ps-4.1j/debian/changelog
@@ -1,3 +1,11 @@
+dvi2ps (4.1j-3.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Use kpse_set_progname instead of kpse_set_program_name (closes: #666293).
+    Thanks to Lucas Nussbaum for the bug report.
+
+ -- Jakub Wilk <jw...@debian.org>  Thu, 26 Apr 2012 01:33:11 +0200
+
 dvi2ps (4.1j-3) unstable; urgency=low
 
   * debian/patches/02_include-kpathsea.h.dpatch: New patch.  Include
diff -u dvi2ps-4.1j/debian/patches/00list dvi2ps-4.1j/debian/patches/00list
--- dvi2ps-4.1j/debian/patches/00list
+++ dvi2ps-4.1j/debian/patches/00list
@@ -8,0 +9 @@
+08_kpse_set_program_name.dpatch
only in patch2:
unchanged:
--- dvi2ps-4.1j.orig/debian/patches/08_kpse_set_program_name.dpatch
+++ dvi2ps-4.1j/debian/patches/08_kpse_set_program_name.dpatch
@@ -0,0 +1,19 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 08_kpse_set_program_name.dpatch by Jakub Wilk <jw...@debian.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Use kpse_set_progname instead of kpse_set_program_name.
+
+@DPATCH@
+diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' dvi2ps-4.1j~/dvi2.c dvi2ps-4.1j/dvi2.c
+--- dvi2ps-4.1j~/dvi2.c	2012-04-26 01:31:26.000000000 +0200
++++ dvi2ps-4.1j/dvi2.c	2012-04-26 01:32:11.577648673 +0200
+@@ -117,7 +117,7 @@
+ #endif
+     G_progname = argv[0];
+ #ifdef KPATHSEA
+-    kpse_set_progname(G_progname);
++    kpse_set_program_name(G_progname, NULL);
+ #endif
+     if ((dvi2path = getenv(DVI2PATHENV)) == NULL)
+ #ifdef KPATHSEA

Reply via email to