~gilir/synapse-project/packaging

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Julien Lavergne
  • Date: 2010-12-13 20:37:57 UTC
  • Revision ID: gilir@ubuntu.com-20101213203757-n6kr8jzddr95p3eq
Re-enable trunk r281:
 - Add a debug binary.
 - Call dh_strip for the dbg package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
override_dh_install:
11
11
        dh_install --fail-missing
12
12
 
 
13
override_dh_strip:
 
14
        dh_strip --dbg-package=synapse-dbg
 
15