~vcs-imports/cdemu/trunk

« back to all changes in this revision

Viewing changes to cdemu-daemon/debian/rules

  • Committer: hstokset
  • Date: 2011-05-26 14:56:01 UTC
  • Revision ID: hstokset-20110526145601-aojnfi1077wiqr7a
all: update debian packaging scripts.

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
 
14
14
build:
15
15
        test -x autogen.sh && ./autogen.sh
16
 
        dh build --before configure
17
 
 
18
 
        test -r config.sub && mv -f config.sub config.sub.save || echo "not found"
19
 
        test -r config.guess && mv -f config.guess config.guess.save || echo "not found"
20
 
        test -r /usr/share/misc/config.sub && cp -f /usr/share/misc/config.sub config.sub
21
 
        test -r /usr/share/misc/config.guess && cp -f /usr/share/misc/config.guess config.guess
22
 
 
 
16
        dh build --with autotools_dev --before auto_configure
23
17
        dh_auto_configure -- --enable-session-bus-service --disable-system-bus-service $(CONFIGURE_FLAGS)
24
 
        dh build --after configure
 
18
        dh build --after auto_configure
25
19
 
26
20
clean:
27
 
        test -r config.sub.save && mv -f config.sub.save config.sub || echo "not found"
28
 
        test -r config.guess.save && mv -f config.guess.save config.guess || echo "not found"
29
 
 
30
 
        dh clean
 
21
        dh clean --with autotools_dev
31
22
 
32
23
install: build
33
24
        dh install