Parent Directory
|
Revision Log
Updated debian/rules to accomodate new kde.mk. Note that by default, all libs will be given an shlibs value equal to the upstream version, assuming that PACKAGES_WITH_LIBS is correct and complete. If you need finer control, i.e. branch pulls add new symbols, then uncomment the lines: #shlibs_ver = 4:3.4.0-1 #$(foreach p,$(PACKAGES_WITH_LIBS),$(eval DEB_DH_MAKESHLIBS_ARGS_$(p) := -V'$(p) (>= $(shlibs_ver))')) and specify the new shlibs manually.
| 1 | dato-guest | 601 | #! /usr/bin/make -f |
| 2 | ccheney | 15 | |
| 3 | dato-guest | 601 | include /usr/share/cdbs/1/rules/debhelper.mk |
| 4 | include debian/cdbs/kde.mk | ||
| 5 | include /usr/share/cdbs/1/rules/simple-patchsys.mk | ||
| 6 | include /usr/share/cdbs/1/rules/utils.mk | ||
| 7 | ccheney | 15 | |
| 8 | dato-guest | 601 | DEB_CONFIGURE_EXTRA_FLAGS := \ |
| 9 | --with-alsa --with-arts-alsa \ | ||
| 10 | --with-extra-includes=/usr/include/speex:/usr/include/kde/arts | ||
| 11 | # The include/kde/arts one should be temporary. See | ||
| 12 | # "juk/Makefile.am: arts_includes vs ARTS_CFLAGS" in -talk. | ||
| 13 | ccheney | 15 | |
| 14 | dato-guest | 661 | PACKAGES_WITH_LIBS := akode artsbuilder kdemultimedia-kio-plugins kmid kmix krec \ |
| 15 | libarts1-audiofile libarts1-mpeglib libarts1-xine libkcddb1 mpeglib noatun | ||
| 16 | ccheney | 15 | |
| 17 | chrsmrtn-guest | 747 | #shlibs_ver = 4:3.4.0-1 |
| 18 | #$(foreach p,$(PACKAGES_WITH_LIBS),$(eval DEB_DH_MAKESHLIBS_ARGS_$(p) := -V'$(p) (>= $(shlibs_ver))')) |
| Name | Value |
|---|---|
| svn:executable | * |
| ViewVC Help | |
| Powered by ViewVC 1.1.5 |