~ubuntu-branches/ubuntu/saucy/libunique/saucy

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2009-12-02 21:26:48 UTC
  • mfrom: (2.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20091202212648-whzlibnidqo5pbh0
Tags: 1.1.6-1ubuntu1
* Sync on Debian
* debian/rules:
  - clean empty translation template it breaks builds

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
include /usr/share/cdbs/1/rules/utils.mk
7
7
include /usr/share/cdbs/1/class/gnome.mk
8
8
include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
9
 
include /usr/share/gnome-pkg-tools/1/rules/check-dist.mk
10
9
-include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
11
10
 
12
11
LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
13
12
 
14
13
DEB_DH_MAKESHLIBS_ARGS_libunique-1.0-0 = -V 'libunique-1.0-0 (>= 1.0.2)' -- -c4
15
14
 
 
15
binary-predeb/gir1.0-unique-1.0::
 
16
        dh_girepository -p$(cdbs_curpkg)
 
17
 
16
18
clean::
17
19
        [ -s po/unique.pot ] || rm -f po/unique.pot
18