~vibhavp/ubuntu/raring/libxcb/add-autopkgtest

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Julien Danjou, Julien Danjou, Julien Cristau
  • Date: 2009-07-27 15:49:47 UTC
  • mfrom: (1.1.5 upstream) (2.1.4 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090727154947-i671zs2ptwoi17lf
Tags: 1.4-1
[ Julien Danjou ]
* New upstream release
* Bump build-dep on xcb-proto to 1.5 (Closes: #536188)
* Bump standard version

[ Julien Cristau ]
* libxcb-randr0-dev needs to depend on libxcb-render0-dev (closes: #532688).
  Thanks, Remi Denis-Courmont!
* Fix generation of dbg packages (closes: #537584).

Show diffs side-by-side

added added

removed removed

Lines of Context:
57
57
 
58
58
override_dh_auto_install: install
59
59
 
 
60
override_dh_strip:
 
61
        set -e; \
 
62
        for pkg in $$(grep-dctrl -n -F Section libs -s Package < debian/control); do \
 
63
                dh_strip -p $$pkg --dbg-package=$${pkg}-dbg; \
 
64
        done
 
65
        dh_strip -s --remaining-packages
 
66
 
60
67
override_dh_makeshlibs:
61
68
        dh_makeshlibs -- -c4
62
69