[Debian-tex-commits] SVN lmodern commit + diffs: r4249 - lmodern/trunk/debian

Norbert Preining preining at alioth.debian.org
Mon Oct 5 04:49:52 UTC 2009


Author: preining
Date: 2009-10-05 04:49:51 +0000 (Mon, 05 Oct 2009)
New Revision: 4249

Modified:
   lmodern/trunk/debian/copyright.in
   lmodern/trunk/debian/rules
Log:
fixes to rules and copyright of lmodern


Modified: lmodern/trunk/debian/copyright.in
===================================================================
--- lmodern/trunk/debian/copyright.in	2009-10-05 04:43:11 UTC (rev 4248)
+++ lmodern/trunk/debian/copyright.in	2009-10-05 04:49:51 UTC (rev 4249)
@@ -16,11 +16,11 @@
   Font: The Latin Modern Family of Fonts
   Designer (Computer Modern Family of Fonts): Donald E. Knuth
   Author: Bogus\l{}aw Jackowski and Janusz M. Nowacki
-  Version: 1.106
-  Date: 22 I 2008
+  Version: 2.003
+  Date: 16 IX 2009
   Downloads: http://www.gust.org.pl/projects/e-foundry/latin-modern/
   License: 
-    % Copyright 2003--2008 by B. Jackowski and J.M. Nowacki
+    % Copyright 2003--2009 by B. Jackowski and J.M. Nowacki
     % (on behalf of TeX Users Groups).
     % This work is released under the GUST Font License
     %   -- see GUST-FONT-LICENSE.txt. 
@@ -52,7 +52,7 @@
 ----------------
 
 Copyright (c) 2004, 2005, 2006, 2007 Florent Rougon
-Copyright (c) 2005, 2006, 2007, 2008 Norbert Preining
+Copyright (c) 2005, 2006, 2007, 2008, 2009 Norbert Preining
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by

Modified: lmodern/trunk/debian/rules
===================================================================
--- lmodern/trunk/debian/rules	2009-10-05 04:43:11 UTC (rev 4248)
+++ lmodern/trunk/debian/rules	2009-10-05 04:49:51 UTC (rev 4249)
@@ -33,7 +33,7 @@
           -e '^\./tex/latex/lm/[^/]*\.(fd|sty)$$' \
 	  -e '^\./(README\.eng|README)$$' \
 	  -e '^\./(lm1\.106mt1\.zip)$$' \
-          -e '^\./doc/fonts/lm/[^/]*\.(tex|pdf|txt|eng)$$' || true) && \
+          -e '^\./doc/fonts/lm/[^/]*\.(tex|pdf|txt|eng|TXT)$$' || true) && \
           if [ -n "$$newfiles" ]; then \
               { echo "New files were found in the patched tarball" \
                      "(.orig.tar.gz + .diff.gz):"; \
@@ -80,7 +80,7 @@
 
         # Generate the actual copyright file from copyright.in and
         # the GUST license
-	cat debian/copyright.in doc/fonts/lm/GUST-FONT-LICENSE.txt \
+	cat debian/copyright.in doc/fonts/lm/GUST-FONT-LICENSE.TXT \
             > debian/copyright
 
 	touch build-indep-stamp
@@ -208,9 +208,9 @@
 
         # Symlink the useful documentation files from
         # /usr/share/doc/texmf/fonts/lm/ to /usr/share/doc/lmodern/.
-	{ echo "usr/share/doc/texmf/fonts/lm/README-Latin-Modern.txt" \
+	{ echo "usr/share/doc/texmf/fonts/lm/README-Latin-Modern.TXT" \
                "usr/share/doc/lmodern/README"; \
-          echo "usr/share/doc/texmf/fonts/lm/MANIFEST-Latin-Modern.txt" \
+          echo "usr/share/doc/texmf/fonts/lm/MANIFEST-Latin-Modern.TXT" \
                "usr/share/doc/lmodern/MANIFEST.txt"; \
           echo "usr/share/doc/texmf/fonts/lm/lm-hist.txt" \
                "usr/share/doc/lmodern/lm-hist.txt"; \
@@ -219,8 +219,7 @@
         } >> "debian/$(PKG).links"
 
         # Install the standard conffile for update-updmap
-	dh_installtex --priority=10 mapfile=debian/lmodern.cfg \
-		texmftrees=/usr/share/texmf-texlive
+	dh_installtex --priority=10 mapfile=debian/lmodern.cfg
 
 	dh_link
 




More information about the Debian-tex-commits mailing list