[subversion-commit] SVN tetex-base commit + diffs: r1543 - in tetex-base/trunk/debian: . patches tpm

Frank Küster frank at costa.debian.org
Wed Aug 2 15:59:18 UTC 2006


Author: frank
Date: 2006-08-02 15:59:16 +0000 (Wed, 02 Aug 2006)
New Revision: 1543

Added:
   tetex-base/trunk/debian/patches/patch-missingfiles
   tetex-base/trunk/debian/tpm/calrsfs.tpm
Modified:
   tetex-base/trunk/debian/changelog
   tetex-base/trunk/debian/patches/series
   tetex-base/trunk/debian/rules
   tetex-base/trunk/debian/rules.in
Log:
* Add some missing files that exist in tetex-src or on CTAN (new patch
  patch-missingfiles) [frank]
* Backports: [frank]
  - Use debchange with the new -b option instead of sed to update the
    changelog.  I hope this will make the backports people happy.
* add and adapt calrsfs.tpm


Modified: tetex-base/trunk/debian/changelog
===================================================================
--- tetex-base/trunk/debian/changelog	2006-08-02 15:49:18 UTC (rev 1542)
+++ tetex-base/trunk/debian/changelog	2006-08-02 15:59:16 UTC (rev 1543)
@@ -1,3 +1,13 @@
+tetex-base (3.0-20.1) unreleased; urgency=low
+
+  * Add some missing files that exist in tetex-src or on CTAN (new patch
+    patch-missingfiles) [frank]
+  * Backports: [frank]
+    - Use debchange with the new -b option instead of sed to update the
+      changelog.  I hope this will make the backports people happy.
+
+ -- Frank Küster <frank at debian.org>  Wed,  2 Aug 2006 17:58:16 +0200
+
 tetex-base (3.0-20) unstable; urgency=low
 
   * Fix broken links in /usr/share/texmf-tetex/doc/index.html and mention

Added: tetex-base/trunk/debian/patches/patch-missingfiles
===================================================================
--- tetex-base/trunk/debian/patches/patch-missingfiles	2006-08-02 15:49:18 UTC (rev 1542)
+++ tetex-base/trunk/debian/patches/patch-missingfiles	2006-08-02 15:59:16 UTC (rev 1543)
@@ -0,0 +1,51 @@
+ doc/fonts/calrsfs/readme     |   23 +++++++++++++++++++++++
+ tex/latex/calrsfs/OMSrsfs.fd |   14 ++++++++++++++
+ 2 files changed, 37 insertions(+)
+
+Index: tetex-base-3.0/doc/fonts/calrsfs/readme
+===================================================================
+--- /dev/null	1970-01-01 00:00:00.000000000 +0000
++++ tetex-base-3.0/doc/fonts/calrsfs/readme	1994-06-08 01:00:00.000000000 +0200
+@@ -0,0 +1,23 @@
++        TeX/LaTeX is the standard in typesetting research 
++papers in physics. But many my colleges (and myself) were 
++a little unhappy about the appearance of \cal letters 
++(\mathcal in LaTeX 2e). The shape of these characters is 
++very different from typefaces normally used in physical 
++journals and books.
++
++        With the appearance of Ralph Smith's rsfs fonts and
++NFSS this problem can be easily resolved. Just put files
++`OMSrsfs.fd' and `calrsfs.sty' in LaTeX 2e input directory.
++The command
++
++\usepackage{calrsfs}
++
++in the preamble of LaTeX file replaces all \mathcal
++letters by nice letters of rsfs's font and you can enjoy
++`standard' shape of Lagrangian ...
++
++The METAFONT sources of rsfs fonts are available in CTAN
++in  the directory /tex-archive/fonts/rsfs
++
++Vadim V. Zhytnikov (vvzhy at phy.ncu.edu.tw)
++
+Index: tetex-base-3.0/tex/latex/calrsfs/OMSrsfs.fd
+===================================================================
+--- /dev/null	1970-01-01 00:00:00.000000000 +0000
++++ tetex-base-3.0/tex/latex/calrsfs/OMSrsfs.fd	2006-08-01 19:17:48.000000000 +0200
+@@ -0,0 +1,14 @@
++%%
++%% Formal script Math symbols by Ralph A. Smith
++%% 1994/06/06 Vadim V. Zhytnikov
++%%
++\DeclareFontFamily{OMS}{rsfs}{\skewchar\font'177}
++\DeclareFontShape{OMS}{rsfs}{m}{n}{%
++      <5> rsfs5
++      <6> <7> rsfs7
++      <8> <9> <10> rsfs10
++      <10.95> <12> <14.4> <17.28> <20.74> <24.88> rsfs10
++      }{}
++\endinput
++%%
++%% End of file `OMSrsfs.fd'.

Modified: tetex-base/trunk/debian/patches/series
===================================================================
--- tetex-base/trunk/debian/patches/series	2006-08-02 15:49:18 UTC (rev 1542)
+++ tetex-base/trunk/debian/patches/series	2006-08-02 15:59:16 UTC (rev 1543)
@@ -1,3 +1,4 @@
+patch-missingfiles
 patch-context
 patch-licenseinfo 
 patch-texdocphp 

Modified: tetex-base/trunk/debian/rules
===================================================================
--- tetex-base/trunk/debian/rules	2006-08-02 15:49:18 UTC (rev 1542)
+++ tetex-base/trunk/debian/rules	2006-08-02 15:59:16 UTC (rev 1543)
@@ -250,8 +250,9 @@
 	    cp $${file} debian/sarge/`basename $${file}`.sid; \
 	done
 
-	sed -f debian/sarge/changelog.sed debian/sarge/changelog.sid \
-	  > debian/changelog
+	# needs devscripts in etch or from backports.org
+	debchange -b --newversion 3.0-18bpo1bpo1 "Recompiled for sarge."
+	debchange --append "No source changes."
 
 	# need to remake rules
 	touch debian/rules.in

Modified: tetex-base/trunk/debian/rules.in
===================================================================
--- tetex-base/trunk/debian/rules.in	2006-08-02 15:49:18 UTC (rev 1542)
+++ tetex-base/trunk/debian/rules.in	2006-08-02 15:59:16 UTC (rev 1543)
@@ -255,8 +255,9 @@
 	    cp $${file} debian/sarge/`basename $${file}`.sid; \
 	done
 
-	sed -f debian/sarge/changelog.sed debian/sarge/changelog.sid \
-	  > debian/changelog
+	# needs devscripts in etch or from backports.org
+	debchange -b --newversion <:=$SARGEVERSION:> "Recompiled for sarge."
+	debchange --append "No source changes."
 
 	# need to remake rules
 	touch debian/rules.in

Copied: tetex-base/trunk/debian/tpm/calrsfs.tpm (from rev 1540, texlive/trunk/LocalTPM/texmf-dist/tpm/calrsfs.tpm)




More information about the Pkg-tetex-commits mailing list