~ubuntu-branches/ubuntu/vivid/gtk-vnc/vivid-proposed

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Package Import Robot
  • Author(s): Laurent Léonard
  • Date: 2012-07-24 00:49:55 UTC
  • mfrom: (1.2.5)
  • Revision ID: package-import@ubuntu.com-20120724004955-6711f7ontxvn9yzy
Tags: 0.5.1-1
* [e2591bf] Imported Upstream version 0.5.1
* [a0f6408] Drop patch
  - Allow-Unix-domain-sockets-in-gvncviewer.patch - fixed upstream
* [c031b94] Bump Standards-Version to 3.9.3
* [61e5796] Set build directories for dh_auto_clean
* [7fde78d] Drop patch
  - Look-for-generated-enums-in-srcdir.patch
* [fada5be] Add dh_auto_test override
* [d7567f1] Update symbols
* [6189676] Enable dpkg-buildflags

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
        dh_auto_configure -B build/gtk2 -- --with-gtk=2.0 \
8
8
                                           --with-python \
9
9
                                           --enable-plugin=yes \
10
 
                                           --disable-introspection
 
10
                                           --disable-introspection \
 
11
                                           $(shell dpkg-buildflags --export=configure)
11
12
        dh_auto_configure -B build/gtk3 -- --with-gtk=3.0 \
12
13
                                           --with-examples \
13
 
                                           --enable-introspection
 
14
                                           --enable-introspection \
 
15
                                           $(shell dpkg-buildflags --export=configure)
14
16
 
15
17
override_dh_auto_build:
16
18
        dh_auto_build -D build/gtk2
22
24
 
23
25
override_dh_auto_clean:
24
26
        rm -rf debian/gtk2 debian/gtk3 build
25
 
        dh_auto_clean
 
27
        dh_auto_clean -B build/gtk2
 
28
        dh_auto_clean -B build/gtk3
 
29
 
 
30
override_dh_auto_test:
 
31
        dh_auto_test -B build/gtk2
 
32
        dh_auto_test -B build/gtk3
26
33
 
27
34
override_dh_install:
28
35
        dh_install -plibgvnc-1.0-0 \