~ubuntu-branches/ubuntu/raring/culmus/raring-proposed

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Lior Kaplan
  • Date: 2006-05-18 17:29:31 UTC
  • mfrom: (2.1.3 dapper)
  • Revision ID: james.westby@ubuntu.com-20060518172931-wj41jehntk1t43m1
Tags: 0.101-6
* debian/control:
  - Upgrade standards version to 3.7.2.0 (compliance with policy section
    11.8.5 - "Packages providing fonts")
  - Move debhelper to Build-Depends, instead of Build-Depends-Indep
  - Bump debhelper version to 5.0.35 due to changes in dh_installxfonts

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
# Uncomment this to turn on verbose mode.
6
6
#export DH_VERBOSE=1
7
7
 
8
 
# This is the debhelper compatibility version to use.
9
 
export DH_COMPAT=3
10
 
 
11
8
DEB_DIR=$(CURDIR)/debian/culmus
12
 
FONTDIR=$(DEB_DIR)/usr/X11R6/lib/X11/fonts/Type1/
13
 
SCALEDIR=$(DEB_DIR)/etc/X11/fonts/Type1/
 
9
FONTDIR=$(DEB_DIR)/usr/share/fonts/X11/Type1
 
10
SCALEDIR=$(DEB_DIR)/etc/X11/fonts/Type1
 
11
FONTCONFDIR=$(DEB_DIR)/etc/fonts
14
12
 
15
13
configure: configure-stamp
16
14
configure-stamp:
33
31
        dh_testdir
34
32
        dh_testroot
35
33
        rm -f build-stamp configure-stamp
36
 
 
 
34
        
37
35
        # Add here commands to clean up after the build process.
38
36
 
39
37
        dh_clean
45
43
        dh_installdirs
46
44
 
47
45
        # Add here commands to install the package into debian/culmus.
48
 
        install -d $(FONTDIR)
49
 
        install -m 644 *.afm *.pfa $(FONTDIR)
50
 
        install -d $(SCALEDIR)
 
46
        install -d $(FONTDIR)/
 
47
        install -m 644 *.afm *.pfa $(FONTDIR)/
 
48
        install -d $(SCALEDIR)/
51
49
        install -m 644 fonts.scale $(SCALEDIR)/culmus.scale
 
50
        install -d $(FONTCONFDIR)/conf.d
 
51
        install -m 644 culmus.conf $(FONTCONFDIR)/conf.d/10-culmus.conf
52
52
 
53
53
 
54
54
# Build architecture-independent files here.
55
55
binary-indep: build install
56
56
        dh_testdir
57
57
        dh_testroot
58
 
#       dh_installdebconf
59
58
#       dh_installdefoma
60
59
        dh_installxfonts
61
 
        dh_installdocs LICENSE LICENSE-BITSTREAM
 
60
        dh_installdocs
62
61
        dh_installchangelogs CHANGES
63
62
        dh_compress
64
63
        dh_fixperms