~ubuntu-branches/ubuntu/utopic/libgrip/utopic-proposed

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Package Import Robot
  • Author(s): Ubuntu daily release, Stephen M. Webb
  • Date: 2014-03-03 20:07:30 UTC
  • mfrom: (1.1.12)
  • Revision ID: package-import@ubuntu.com-20140303200730-kja01so6k0ngd1bc
Tags: 0.3.7+14.04.20140303-0ubuntu1
[ Stephen M. Webb ]
* Replace use of deprecated GTK+-3.0 function in example code. (LP:
  #1266597)
* fix some Lintian packaging complaints.
* p revent the Geis object from being used until it has been
  successfully initialized (lp: #1276333). (LP: #1276333)
* debian/control: bump Standards-Version to 3.9.5 (no changes)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/usr/bin/make -f
2
2
 
3
 
LDFLAGS += -Wl,-O1 -Wl,--as-needed
4
 
 
5
 
export DPKG_GENSYMBOLS_CHECK_LEVEL = 4
6
 
 
7
3
%:
8
4
        dh $@ --with python2,autoreconf
9
5
 
11
7
        NOCONFIGURE=1 dh_autoreconf ./autogen.sh
12
8
 
13
9
override_dh_auto_configure:
14
 
        dh_auto_configure -- \
15
 
                --enable-gtk-doc
 
10
        dh_auto_configure -- --enable-gtk-doc --disable-silent-rules
16
11
 
17
12
override_dh_install:
18
13
        dh_install --fail-missing -X.a -X.la -X.pyc -X.pyo