~ubuntu-branches/ubuntu/breezy/cvsd/breezy

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Arthur de Jong
  • Date: 2005-04-26 22:00:00 UTC
  • mfrom: (1.1.1 hoary)
  • Revision ID: james.westby@ubuntu.com-20050426220000-4jv1ah3wzkr0s2bf
Tags: 1.0.7
* improvements to the README
* fix bug in cvsd-buildroot correctly creating lib64 directory

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
                    --infodir=\$${prefix}/share/info \
20
20
                    --sysconfdir=/etc \
21
21
                    --enable-warnings \
 
22
                    --disable-dependency-tracking \
22
23
                    --with-cvs=/usr/bin/cvs \
23
24
                    --with-perl=/usr/bin/perl
24
25
        touch configure-stamp
44
45
        dh_testdir
45
46
        dh_testroot
46
47
        dh_clean -k
47
 
        dh_installdirs
 
48
        dh_installdirs usr/share/bug/cvsd
48
49
        $(MAKE) install DESTDIR=$(CURDIR)/debian/cvsd
49
50
        # make configfile fully generated
50
51
        rm -f $(CURDIR)/debian/cvsd/etc/cvsd/cvsd.conf
 
52
        # ship the reportbug script
 
53
        install $(CURDIR)/debian/cvsd.bug.script \
 
54
          $(CURDIR)/debian/cvsd/usr/share/bug/cvsd/script
51
55
 
52
56
# Build architecture-independent files here.
53
57
binary-indep: build install