[SCM] Debian packaging of tex-gyre) branch, master, updated. upstream/2.004.1-14-g32fd070
The following commit has been merged in the master branch:
commit df05249fd8640681ae0c74e31f9810d30aee8d87
Author: Norbert Preining <preining@debian.org>
Date: Tue Oct 9 08:51:33 2012 +0900
rename fontconfig files
diff --git a/debian/30-tex-gyre-aliases.conf b/debian/fontconf-aliases.conf
similarity index 100%
rename from debian/30-tex-gyre-aliases.conf
rename to debian/fontconf-aliases.conf
diff --git a/debian/65-tex-gyre.conf b/debian/fontconf-opentype.conf
similarity index 100%
rename from debian/65-tex-gyre.conf
rename to debian/fontconf-opentype.conf
diff --git a/debian/rules b/debian/rules
index 35edc58..4fe6bbe 100755
--- a/debian/rules
+++ b/debian/rules
@@ -154,10 +154,10 @@ binary-indep: build-indep
sed -nf debian/sed_scripts/gen-x-fonts-links-list \
"debian/$(PKG).fontlist-x11" >> "debian/$(PKG).links"
- $(INSTALL_FILE) "debian/65-$(PKG).conf" \
- "$(PKGFONTS_INSTALL_DIR)/etc/fonts/conf.avail"
- $(INSTALL_FILE) "debian/30-$(PKG)-aliases.conf" \
- "$(PKGFONTS_INSTALL_DIR)/etc/fonts/conf.avail"
+ $(INSTALL_FILE) "debian/fontconf-opentype.conf" \
+ "$(PKGFONTS_INSTALL_DIR)/etc/fonts/conf.avail/65-$(PKGFONTS).conf"
+ $(INSTALL_FILE) "debian/fontconf-aliases.conf" \
+ "$(PKGFONTS_INSTALL_DIR)/etc/fonts/conf.avail/30-$(PKGFONTS)-aliases.conf"
$(INSTALL_FILE) "debian/$(PKG).scale" \
"$(PKG_INSTALL_DIR)/etc/X11/fonts/Type1"
--
Debian packaging of tex-gyre)
Reply to: