[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[SCM] Debian packaging of texlive-bin) branch, master, updated. debian/2013.20130529.30792-1-8-g7ceb245



The following commit has been merged in the master branch:
commit 730d9bcba2f5972a5e5312cad874bcb27e4ac322
Author: Norbert Preining <preining@debian.org>
Date:   Fri Jul 26 12:56:20 2013 +0900

    another trial on fixing the pmp patches

diff --git a/debian/changelog b/debian/changelog
index 6487b58..7536b1a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,7 +7,7 @@ texlive-bin (2013.20130722.31261-1) unstable; urgency=low
   * adapt pmpost patches to 1.803
   * bump standards version, no changes necessary
 
- -- Norbert Preining <preining@debian.org>  Mon, 22 Jul 2013 13:04:05 +0900
+ -- Norbert Preining <preining@debian.org>  Fri, 26 Jul 2013 12:56:16 +0900
 
 texlive-bin (2013.20130529.30792-1) unstable; urgency=low
 
diff --git a/debian/patches/pmpost-20130522 b/debian/patches/pmpost-20130522
index a6613de..d330455 100644
--- a/debian/patches/pmpost-20130522
+++ b/debian/patches/pmpost-20130522
@@ -7,7 +7,6 @@
  texk/web2c/pmpostdir/jfm.ch          |  104 +++++++
  texk/web2c/pmpostdir/jmp.ch          |  342 ++++++++++++++++++++++++
  texk/web2c/pmpostdir/jmppsw.ch       |   74 +++++
- texk/web2c/pmpostdir/mp.ch           |   20 +
  texk/web2c/pmpostdir/mpmathdouble.ch |   76 +++++
  texk/web2c/pmpostdir/mpost.ch        |  298 +++++++++++++++++++++
  texk/web2c/pmpostdir/mpxout.ch       |    8 
@@ -222,9 +221,9 @@
 +	@$(pmp_ctangle_sh) pmp.w pmp-tot.ch
 +pmp-tangle: ctangle$(EXEEXT) mplibdir/mp.w pmp-tot.ch tangle-sh
 +	@$(pmp_ctangle_sh) pmp.w pmp-tot.ch
-+pmp-tot.ch: ctie$(EXEEXT) mplibdir/mp.w pmpostdir/mp.ch pmpostdir/jmp.ch
++pmp-tot.ch: ctie$(EXEEXT) mplibdir/mp.w pmpostdir/jmp.ch
 +	cat $(srcdir)/mplibdir/mp.w | $(pmp_sed) > pmp.w
-+	$(ctie) -c pmp-tot.ch pmp.w pmpostdir/mp.ch pmpostdir/jmp.ch
++	$(ctie) -c pmp-tot.ch pmp.w pmpostdir/jmp.ch
 +
 +$(pmpmath_c_h): pmpmath-tangle
 +	@$(pmp_ctangle_sh) pmpmath
@@ -809,29 +808,6 @@
 +        mp_ps_name_out(mp, mp->font_name[gr_font_n(p)],false);
 +@z
 --- /dev/null
-+++ texlive-bin/texk/web2c/pmpostdir/mp.ch
-@@ -0,0 +1,20 @@
-+@x
-+  /* open the terminal for output */
-+  t_open_out();
-+#if DEBUG
-+  setlinebuf(stdout);
-+  setlinebuf(mp->term_out);
-+#endif
-+@y
-+  /* open the terminal for output */
-+  t_open_out();
-+#if DEBUG
-+#ifdef WIN32
-+  setvbuf(stdout, (char *) NULL, _IONBF, 0);
-+  setvbuf(mp->term_out, (char *) NULL, _IONBF, 0);
-+#else
-+  setlinebuf(stdout);
-+  setlinebuf(mp->term_out);
-+#endif
-+#endif
-+@z
---- /dev/null
 +++ texlive-bin/texk/web2c/pmpostdir/mpmathdouble.ch
 @@ -0,0 +1,76 @@
 +@x

-- 
Debian packaging of texlive-bin)


Reply to: