~kubuntu-packagers/kubuntu-packaging/bespin

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Jonathan Thomas (The man)
  • Date: 2009-12-09 18:17:14 UTC
  • Revision ID: echidnaman@gmail.com-20091209181714-amt1tmzz9a27ure9
  * New upstream svn snapshot:
    - Add build-depend on libxrender-dev
    - Add build-depend on libxext-dev
  * Fix recommends for all binary packages
  * kwin-style-bespin no longer needs to replace kwin4-style-bespin as it is
    a transitional package in all series that we support for upgrades
  * Port packaging to dh short rules:
    - Use dh short rules with kde addon in debian/rules
    - Remove cdbs build-dep
    - Bump compat to 7
    - Bump pkg-kde-tools build-depend version to (>= 0.5.0)
    - Update .install files for new path

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/usr/bin/make -f
2
2
 
3
 
include /usr/share/cdbs/1/rules/debhelper.mk
4
 
include /usr/share/pkg-kde-tools/makefiles/1/cdbs/kde.mk
 
3
%:
 
4
        dh --with kde $@
5
5
 
6
6
DEBIAN_DIR := $(shell echo ${MAKEFILE_LIST} | awk '{print $$1}' | xargs dirname )
7
7
DATE := $(shell date +%y%m%d)