~josephjamesmills/+junk/testingd

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Joseph Mills
  • Date: 2014-01-10 17:05:55 UTC
  • Revision ID: josephjamesmills@gmail.com-20140110170555-ud3fw9soy6pw6wbr
for test

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/usr/bin/make -f
 
2
# -*- makefile -*-
 
3
export DPKG_GENSYMBOLS_CHECK_LEVEL=4
 
4
 
 
5
# Uncomment this to turn on verbose mode.
 
6
#export DH_VERBOSE=1
 
7
 
 
8
%:
 
9
        dh $@ --parallel --fail-missing --with translations
 
10
 
 
11
override_dh_translations:
 
12
        # Override dh_translations to work around http://pad.lv/1183262.
 
13
        # Unfortunately, the default build directory is not exposed
 
14
        # (see http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=601774).
 
15
        $(MAKE) -C obj-$(DEB_HOST_GNU_TYPE) directions.pot
 
16
 
 
17
.PHONY: override_dh_strip
 
18
override_dh_strip:
 
19
        dh_strip --dbg-package=directions-dbg