~ubuntu-branches/debian/jessie/banshee-community-extensions/jessie

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Package Import Robot
  • Author(s): Chow Loong Jin
  • Date: 2011-09-20 18:45:46 UTC
  • mfrom: (1.2.9 upstream) (5.1.8 experimental)
  • Revision ID: package-import@ubuntu.com-20110920184546-3ahue2qplydc4t0e
Tags: 2.2.0-1
* [4940fab] Imported Upstream version 2.2.0
  + Notable bug fixes:
    - Karaoke: Fix crash when switching to Now Playing
    - Lyrics: Fix crash when switching to Now Playing

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
                --enable-gnome \
13
13
                --enable-schemas-install \
14
14
                --enable-alarmclock \
 
15
                --enable-albumartwriter \
15
16
                --enable-ampache \
16
17
                --disable-appindicator \
17
18
                --enable-awn \
18
19
                --enable-clutterflow \
19
20
                --enable-coverwallpaper \
 
21
                --enable-duplicatesongdetector \
20
22
                --enable-jamendo \
21
23
                --enable-karaoke \
22
24
                --enable-lastfmfingerprint \
23
25
                --enable-lcd \
24
 
                --disable-lirc \
 
26
                --enable-lirc \
25
27
                --enable-lyrics \
26
28
                --enable-liveradio \
27
29
                --enable-magnatune \
38
40
 
39
41
override_dh_auto_install:
40
42
        dh_auto_install
41
 
        find debian/tmp -name '*.la' -o -name '*.a' -delete
 
43
        find debian/tmp \( -name '*.la' -o -name '*.a' \) -delete
42
44
 
43
45
override_dh_gencontrol:
44
 
        for pkg in `sed -n 's/^Package: //p' debian/control`; do \
45
 
                echo "banshee:Version=$(BANSHEE_VERSION)" >> debian/$$pkg.substvars; \
46
 
        done
47
 
        dh_gencontrol
 
46
        dh_gencontrol -- -Vbanshee:Version=$(BANSHEE_VERSION)
48
47
 
49
48
override_dh_makeclilibs:                # do nothing -- we do not want clilibs to come
50
49
                                # from anything, and especially not clutterflow.
58
57
clean:
59
58
        rm -f autogen.sh
60
59
 
 
60
override_dh_clideps:
 
61
        dh_clideps \
 
62
                --exclude-moduleref=libgdk-win32-2.0-0.dll \
 
63
                --exclude-moduleref=glibsharpglue-2
 
64
 
61
65
%:
62
66
        dh $@ --with=autoreconf