~ubuntu-branches/ubuntu/utopic/xneur/utopic

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Michael Biebl
  • Date: 2011-08-05 01:45:05 UTC
  • Revision ID: james.westby@ubuntu.com-20110805014505-n0grc4jrv9t91cw1
Tags: 0.12.0-1.1
* Non-maintainer upload.
* Port to libnotify 0.7. (Closes: #630311)
  - Add debian/patches/11_libnotify_0.7.patch.
  - Bump Build-Depends on libnotify-dev to (>= 0.7.0).
* Remove unused nbytes variable from get_win_prop(). This fixes a FTBFS due
  to GCC 4.6 triggering new warnings for unused variables and the package
  using -Werror. (Closes: #625440)
  - Add debian/patches/12_remove_unused_vars.patch.
* Clear dependency_libs in the libtool .la files.
  http://wiki.debian.org/ReleaseGoals/LAFileRemoval

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
binary-install/xneur::
23
23
        sed -f debian/xneurrc.sed -i debian/xneur/etc/xneur/xneurrc
24
24
 
 
25
binary-install/libxneur-dev::
 
26
        sed -i "/dependency_libs/ s/'.*'/''/" `find . -name '*.la'`
 
27