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

[SCM] Debian packaging of tex-gyre) branch, master, updated. upstream/2.004.1-5-g819c607



The following commit has been merged in the master branch:
commit eda27176648f484a6f99c2f3215682e791418d14
Author: Norbert Preining <preining@debian.org>
Date:   Tue Sep 25 13:34:58 2012 +0900

    automatically enable otf fonts by symlinking fonts.avail conf to fonts.d

diff --git a/debian/changelog b/debian/changelog
index 7ddeb7a..38ef728 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-tex-gyre (2.004.1-5) UNRELEASED; urgency=low
+tex-gyre (2.004.1-5~1) UNRELEASED; urgency=low
 
   * make OTF fonts available to fontconfig, and disable the Type1 fonts
     for fontconfig, but keep them for normal X (Closes: #686098)
@@ -7,7 +7,7 @@ tex-gyre (2.004.1-5) UNRELEASED; urgency=low
   Thanks to Fabian Greffrath who provided the fontconfif conf files,
   did lots of inquire and testing.
 
- -- Norbert Preining <preining@debian.org>  Mon, 24 Sep 2012 21:46:44 +0900
+ -- Norbert Preining <preining@debian.org>  Tue, 25 Sep 2012 13:30:11 +0900
 
 tex-gyre (2.004.1-4) unstable; urgency=low
 
diff --git a/debian/rules b/debian/rules
index 4d0f28e..c75fa64 100755
--- a/debian/rules
+++ b/debian/rules
@@ -149,7 +149,7 @@ binary-indep: build-indep
 	
 	$(INSTALL_FILE) "debian/65-$(PKG).conf" \
 	  "$(PKG_INSTALL_DIR)/etc/fonts/conf.avail"
-	$(INSTALL_FILE) "debian/30-$(PKG)-aliases.conf"
+	$(INSTALL_FILE) "debian/30-$(PKG)-aliases.conf" \
 	  "$(PKG_INSTALL_DIR)/etc/fonts/conf.avail"
 
 	$(INSTALL_FILE) "debian/$(PKG).scale" \
@@ -179,6 +179,8 @@ binary-indep: build-indep
 	dh_installtex mapfile=debian/tex-gyre.cfg
 
 	dh_link \
+	    etc/fonts/conf.avail/65-$(PKG).conf \
+	    etc/fonts/conf.d/65-$(PKG).conf \
           $(foreach FAM, $(FAMILYNAMES), \
                usr/share/doc/texmf/fonts/tex-gyre/README-TeX-Gyre-$(FAM).txt \
 	       usr/share/doc/tex-gyre/README-TeX-Gyre-$(FAM).txt) \

-- 
Debian packaging of tex-gyre)


Reply to: