~ubuntu-branches/ubuntu/hardy/bio2jack/hardy-proposed

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Christian Marillat
  • Date: 2005-04-09 23:37:17 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20050409233717-nmwdk3za4h63smsb
Tags: 0.7-0.1
Move bio2jack-config in the -dev package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
        dh_testroot
38
38
        rm -f build-stamp configure-stamp
39
39
 
40
 
        -$(MAKE) distclean
 
40
        [ ! -f Makefile ] || $(MAKE) distclean
41
41
 
42
 
        dh_clean 
 
42
        dh_clean
43
43
 
44
44
install: build
45
45
        dh_testdir
46
46
        dh_testroot
47
 
        dh_clean -k 
48
 
        dh_installdirs -A usr/share/bug/${version} usr/share/bug/${version}-dev
 
47
        dh_clean -k
 
48
        dh_installdirs -A usr/share/bug/${version} \
 
49
        usr/share/bug/${version}-dev usr/bin
 
50
 
 
51
        install -m 0755 bio2jack-config $(CURDIR)/debian/${version}-dev/usr/bin
49
52
 
50
53
        $(MAKE) install DESTDIR=$(CURDIR)/debian/${version}
51
54