[Debian-hebrew-package] r765 - in /pkg/culmus/trunk/debian: changelog rules

baruch at users.alioth.debian.org baruch at users.alioth.debian.org
Wed Jul 23 19:45:59 UTC 2008


Author: baruch
Date: Wed Jul 23 19:45:58 2008
New Revision: 765

URL: http://svn.debian.org/wsvn/debian-hebrew/?sc=1&rev=765
Log:
Install truetype fonts to their proper location (truetype fonts are new in
this version)

Modified:
    pkg/culmus/trunk/debian/changelog
    pkg/culmus/trunk/debian/rules

Modified: pkg/culmus/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-hebrew/pkg/culmus/trunk/debian/changelog?rev=765&op=diff
==============================================================================
--- pkg/culmus/trunk/debian/changelog (original)
+++ pkg/culmus/trunk/debian/changelog Wed Jul 23 19:45:58 2008
@@ -1,8 +1,10 @@
 culmus (0.102-1) unstable; urgency=low
 
   * New upstream release
+  * Install truetype fonts to their proper location (truetype fonts are new in
+    this version)
 
- -- Baruch Even <baruch at debian.org>  Wed, 23 Jul 2008 22:29:01 +0300
+ -- Baruch Even <baruch at debian.org>  Wed, 23 Jul 2008 22:45:01 +0300
 
 culmus (0.101-9) unstable; urgency=low
 

Modified: pkg/culmus/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-hebrew/pkg/culmus/trunk/debian/rules?rev=765&op=diff
==============================================================================
--- pkg/culmus/trunk/debian/rules (original)
+++ pkg/culmus/trunk/debian/rules Wed Jul 23 19:45:58 2008
@@ -6,8 +6,9 @@
 #export DH_VERBOSE=1
 
 DEB_DIR=$(CURDIR)/debian/culmus
-FONTDIR=$(DEB_DIR)/usr/share/fonts/X11/Type1
-SCALEDIR=$(DEB_DIR)/etc/X11/fonts/Type1
+FONT_T1_DIR=$(DEB_DIR)/usr/share/fonts/X11/Type1
+SCALE_T1_DIR=$(DEB_DIR)/etc/X11/fonts/Type1
+FONT_TTF_DIR=$(DEB_DIR)/usr/share/fonts/truetype/culmus
 FONTCONFDIR=$(DEB_DIR)/etc/fonts
 
 configure: configure-stamp
@@ -31,7 +32,7 @@
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp configure-stamp
-	
+
 	# Add here commands to clean up after the build process.
 
 	dh_clean
@@ -43,8 +44,9 @@
 	dh_installdirs
 
 	# Add here commands to install the package into debian/culmus.
-	install -m 644 *.afm *.pfa $(FONTDIR)/
-	install -m 644 fonts.scale $(SCALEDIR)/culmus.scale
+	install -m 644 *.afm *.pfa $(FONT_T1_DIR)/
+	install -m 644 fonts.scale-type1 $(SCALE_T1_DIR)/culmus.scale
+	install -m 644 *.ttf $(FONT_TTF_DIR)/
 	install -m 644 culmus.conf $(FONTCONFDIR)/conf.avail/65-culmus.conf
 	ln -sf ../conf.avail/65-culmus.conf $(FONTCONFDIR)/conf.d/65-culmus.conf
 




More information about the Debian-hebrew-package mailing list