~ubuntu-branches/debian/squeeze/sword/squeeze

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Glassey
  • Date: 2004-01-15 15:50:07 UTC
  • Revision ID: james.westby@ubuntu.com-20040115155007-u8zzhdkyp4gsoeux
Tags: 1.5.7-2
Fix problem building with current libcurl2-dev - TRUE has
been removed from the curl header, VERBOSE just needs to
be 1 now, Closes: #227860

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
        chmod 755 configure
35
35
        ./configure $(confflags) --prefix=/usr --mandir=\$${prefix}/share/man \
36
36
                --infodir=\$${prefix}/share/info --with-zlib \
37
 
                --sysconfdir=/etc --enable-shared --without-icu
 
37
                --sysconfdir=/etc --enable-shared --without-icu \
 
38
                --without-lucene
38
39
        touch configure.stamp
39
40
 
40
41
build: configure-stamp build-stamp
68
69
 
69
70
        dh_movefiles -plibsword-dev usr/lib/lib*so usr/lib/lib*.a \
70
71
                usr/lib/lib*.la usr/include/*
71
 
        dh_movefiles -pdiatheke usr/bin/diatheke
 
72
        #dh_movefiles -pdiatheke usr/bin/diatheke
72
73
        #dh_movefiles -plibsword-runtime usr/bin/*
73
74
        #dh_movefiles -plibsword-config etc/* usr/share/sword/mods.d/globals.conf \
74
 
                usr/share/sword/locales.d/*
 
75
        #       usr/share/sword/locales.d/*
75
76
        #mkdir -p debian/libsword-dev/usr/share/doc/libsword-dev/html
76
77
        #cp -R doc/api-documentation/html debian/libsword-dev/usr/share/doc/libsword-dev
77
 
        mkdir -p debian/diatheke/usr/share/doc/diatheke/examples
78
 
        cp -a apps/console/diatheke/cgi/index-public.html debian/diatheke/usr/share/doc/diatheke/examples
79
 
        cp -a apps/console/diatheke/cgi/*.pl debian/diatheke/usr/lib/cgi-bin
80
 
        cp -a apps/console/diatheke/README debian/diatheke/usr/share/doc/diatheke
 
78
        #mkdir -p debian/diatheke/usr/share/doc/diatheke/examples
 
79
        #cp -a apps/console/diatheke/cgi/index-public.html debian/diatheke/usr/share/doc/diatheke/examples
 
80
        #cp -a apps/console/diatheke/cgi/*.pl debian/diatheke/usr/lib/cgi-bin
 
81
        #cp -a apps/console/diatheke/README debian/diatheke/usr/share/doc/diatheke
81
82
        touch install-stamp
82
83
 
83
84
# Build architecture-independent files here.
90
91
        dh_testroot 
91
92
        dh_installdocs 
92
93
        dh_installexamples 
93
 
        dh_installinfo
 
94
        #dh_installinfo
94
95
        dh_installmenu 
95
96
        #dh_installmanpages
96
 
        dh_installman
97
 
        dh_undocumented
 
97
        #dh_installman
 
98
        #dh_undocumented
98
99
        dh_installchangelogs ChangeLog
99
100
        dh_strip 
100
101
        dh_link 
101
102
        dh_compress 
102
103
        dh_fixperms 
103
104
        dh_installdeb
104
 
        dh_makeshlibs -V 'libsword3 (>=1.5.6-1)'
 
105
        dh_makeshlibs -V 'libsword4 (>=1.5.7-1)'
105
106
        dh_perl 
106
107
        dh_shlibdeps -ldebian/tmp/usr/lib
107
108
        dh_gencontrol