~pkgcrosswire/sword/tag

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Dmitrijs Ledkovs
  • Date: 2009-04-11 00:52:29 UTC
  • mfrom: (24.1.1 utils)
  • Revision ID: dmitrij.ledkov@gmail.com-20090411005229-dtewmhvmde0qf0m1
Added utils package for all /usr/bin

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
DEB_CONFIGURE_EXTRA_FLAGS := --with-zlib --with-clucene=/usr --with-icu
9
9
DEB_DH_MAKESHLIBS_ARGS_libsword7 := -V"libsword7 (>= 1.5.11)"
10
10
DEB_SHLIBDEPS_INCLUDE_libsword7 := debian/tmp/usr/lib
11
 
DEB_SHLIBDEPS_INCLUDE_diatheke := debian/libsword7/usr/lib
 
11
DEB_SHLIBDEPS_INCLUDE_sword-utils := debian/libsword7/usr/lib
12
12
#DEB_OPT_FLAG=-g -O0 -Werror
13
13
 
14
14
# The next two rules use chrpath to remove unwanted rpath info 
30
30
        pod2man --release=$(VERSION) --center "" -n VS2OSISREF debian/vs2osisref.1.pod > vs2osisref.1
31
31
        pod2man --release=$(VERSION) --center "" -n XML2GBS debian/xml2gbs.1.pod > xml2gbs.1
32
32
 
33
 
build/diatheke::
 
33
build/sword-utils::
34
34
        chrpath -d $(CURDIR)/utilities/diatheke/.libs/diatheke
35
35
 
36
 
binary/diatheke:: list-missing
 
36
binary/sword-utils:: list-missing
37
37
        @echo 'Checking for missing files...'
38
38
 
39
39
clean/::