~ubuntu-branches/ubuntu/maverick/digikam/maverick

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Luka Renko
  • Date: 2009-03-17 23:07:56 UTC
  • mfrom: (1.2.20 upstream) (3.1.4 experimental)
  • Revision ID: james.westby@ubuntu.com-20090317230756-db5b8rqjwb2j35e5
Tags: 2:0.10.0-1ubuntu1
* Remaining changes to Debian (committed to Debian SVN):
  - Depends: kde-icons-oxygen dropped (included through kdelibs)
  - Recommends: kipi-plugins added (provides major functionality)
  - debian/digikamthemedesigner.manpage: add missing manpage
* Remaning change to Debian:
  - Section: devel for -dbg package (no debug in Jaunty)

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/class/kde4.mk
 
3
include /usr/share/pkg-kde-tools/makefiles/1/cdbs/kde.mk
 
4
include /usr/share/cdbs/1/rules/debhelper.mk
 
5
include /usr/share/cdbs/1/rules/simple-patchsys.mk
4
6
-include /usr/share/gnome-pkg-tools/1/rules/sf-get-source.mk
5
7
 
6
8
TARBALL_EXT=tar.bz2
14
16
DEB_DH_MAKESHLIBS_ARGS_ALL := -V
15
17
DEB_SHLIBDEPS_INCLUDE = $(foreach p,$(PACKAGES_WITH_LIBS),debian/$(p)/usr/lib)
16
18
 
 
19
ifeq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
 
20
    cdbs_treat_me_gently_arches := arm m68k alpha ppc64 armel armeb
 
21
    ifeq (,$(filter $(DEB_HOST_ARCH_CPU),$(cdbs_treat_me_gently_arches)))
 
22
        cdbs_kde_enable_final = $(if $(DEB_KDE_ENABLE_FINAL),--enable-final,)
 
23
    else
 
24
        cdbs_kde_enable_final =
 
25
    endif
 
26
endif
 
27
 
17
28
install/digikam::
18
29
        # remove empty API-docs dirs tree
19
30
        rm -rf $(CURDIR)/debian/digikam/usr/share/doc/kde