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

Norbert Preining preining at alioth.debian.org
Thu Feb 22 23:51:11 CET 2007


Author: preining
Date: 2007-02-22 23:51:10 +0100 (Thu, 22 Feb 2007)
New Revision: 2509

Modified:
   lmodern/trunk/debian/changelog
   lmodern/trunk/debian/rules
Log:
lmodern: new upstream


Modified: lmodern/trunk/debian/changelog
===================================================================
--- lmodern/trunk/debian/changelog	2007-02-21 21:05:39 UTC (rev 2508)
+++ lmodern/trunk/debian/changelog	2007-02-22 22:51:10 UTC (rev 2509)
@@ -1,3 +1,9 @@
+lmodern (1.01-1~1) unstable; urgency=low
+
+  * new upstream
+
+ -- Norbert Preining <preining at debian.org>  Thu, 22 Feb 2007 23:35:33 +0100
+
 lmodern (1.00-3) unstable; urgency=low
 
   * Updated Maintainer field to use new mailing list [jdg]

Modified: lmodern/trunk/debian/rules
===================================================================
--- lmodern/trunk/debian/rules	2007-02-21 21:05:39 UTC (rev 2508)
+++ lmodern/trunk/debian/rules	2007-02-22 22:51:10 UTC (rev 2509)
@@ -26,10 +26,9 @@
 	  -e '^\./fonts/enc/dvips/lm/[^/]*\.enc$$' \
 	  -e '^\./fonts/opentype/public/lm/[^/]*\.otf$$' \
           -e '^\./tex/latex/lm/[^/]*\.(fd|sty)$$' \
-	  -e '^\./(GUST-FONT-SOURCE-LICENSE.txt|MANIFEST\.txt)$$' \
 	  -e '^\./(README\.eng|README)$$' \
-	  -e '^\./(lm1\.00mt1\.zip)$$' \
-          -e '^\./doc/fonts/lm/[^/]*\.(tex|dvi|pdf|txt|eng)$$' || true) && \
+	  -e '^\./(lm1\.010mt1\.zip)$$' \
+          -e '^\./doc/fonts/lm/[^/]*\.(tex|pdf|txt|eng)$$' || true) && \
           if [ -n "$$newfiles" ]; then \
               { echo "New files were found in the patched tarball" \
                      "(.orig.tar.gz + .diff.gz):"; \
@@ -85,12 +84,9 @@
 
         # Generate the actual copyright file from copyright.in and
         # the GUST license
-	cat debian/copyright.in doc/fonts/lm/GUST-FONT-SOURCE-LICENSE.txt \
+	cat debian/copyright.in doc/fonts/lm/GUST-FONT-LICENSE.txt \
             > debian/copyright
 
-        # MANIFEST.txt has CR-LF line endings...
-	recode ASCII/CR-LF..ASCII <MANIFEST.txt >MANIFEST.txt.LF
-
 	touch build-indep-stamp
 
 clean:
@@ -101,13 +97,10 @@
         # it here.
         # debian/copyright and debian/lmodern.cfg are automatically generated
         # from the respective .in files.
-        # MANIFEST.txt.LF is the LF-recoded version of MANIFEST.txt (which
-        # has CR-LF line endings in the upstream distribution).
 	rm -f build-indep-stamp \
               "debian/$(PKG).scale.tmp" "debian/$(PKG).scale" \
               "debian/$(PKG).fontlist-x11" "debian/$(PKG).links" \
-	      debian/copyright debian/lmodern.cfg \
-              MANIFEST.txt.LF
+	      debian/copyright debian/lmodern.cfg
 	dh_clean
 
 binary-indep: build-indep
@@ -207,7 +200,7 @@
              "$(REL_PKG_INSTALL_DIR)/usr/share/texmf/tex/latex/lm"; \
         done
 
-	for ext in tex dvi pdf ; do \
+	for ext in tex pdf ; do \
 	  for file in doc/fonts/lm/*.$$ext; do \
 	    $(INSTALL_FILE) "$$file" \
 	      "$(REL_PKG_INSTALL_DIR)/usr/share/doc/texmf/fonts/lm"; \
@@ -227,7 +220,7 @@
         # style... So, let's use doc/fonts/lm/README.eng.
 	$(INSTALL_FILE) doc/fonts/lm/README.eng \
           "$(REL_PKG_INSTALL_DIR)/usr/share/doc/lmodern/README"
-	$(INSTALL_FILE) MANIFEST.txt.LF \
+	$(INSTALL_FILE) doc/fonts/lm/MANIFEST.txt \
           "$(REL_PKG_INSTALL_DIR)/usr/share/doc/lmodern/MANIFEST.txt"
 
 	$(INSTALL_FILE) debian/font-substitution/* \




More information about the Debian-tex-commits mailing list