~cyphermox/network-manager-applet/private

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Mathieu Trudel-Lapierre
  • Date: 2013-02-06 20:40:00 UTC
  • Revision ID: mathieu-tl@ubuntu.com-20130206204000-fh5uco7xkd1b0cl7
* debian/control: add gir1.2-nmgtk-1.0 package.
* debian/gir1.2-nmgtk-1.0.install: install the necessary introspection
  data.
* debian/rules: run dh_install with --fail-missing.
* debian/network-manager-gnome.install: add /usr/share/locale and
  /usr/share/GConf which are unexplicably missing from the package to be
  installed.
* debian/rules: move find command to get rid of .la/.a files to before
  dh_install, update to use -delete rather than piping file names to rm.

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
        dh_strip --dbg-package=network-manager-gnome-dbg
49
49
 
50
50
override_dh_install:
51
 
        dh_install
52
 
        find debian/network-manager-gnome/ -name \*.la -o -name \*.a | xargs rm -f
 
51
        find debian/tmp/ -name \*.la -delete
 
52
        find debian/tmp/ -name \*.a -delete
 
53
        dh_install --fail-missing
53
54
        rm -rf debian/network-manager-gnome/usr/include/
54
55
        # workaround for icon-changes
55
56
        # natty fallback icons