| Revision 6033,
967 bytes
checked in by alanbach-guest, 3 years ago
(diff) |
- Sync'd with Debian 2.28.2-1
|
-
Property svn:executable set to
*
|
| Line | |
|---|
| 1 | #!/usr/bin/make -f |
|---|
| 2 | |
|---|
| 3 | include /usr/share/cdbs/1/rules/debhelper.mk |
|---|
| 4 | include /usr/share/cdbs/1/rules/patchsys-quilt.mk |
|---|
| 5 | include /usr/share/cdbs/1/rules/utils.mk |
|---|
| 6 | include /usr/share/cdbs/1/class/gnome.mk |
|---|
| 7 | include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk |
|---|
| 8 | include /usr/share/gnome-pkg-tools/1/rules/clean-la.mk |
|---|
| 9 | include /usr/share/gnome-pkg-tools/1/rules/gnome-version.mk |
|---|
| 10 | -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk |
|---|
| 11 | |
|---|
| 12 | DEB_DESTDIR := $(CURDIR)/debian/tmp/ |
|---|
| 13 | |
|---|
| 14 | libbrasero-mediaN := $(shell sed -rn 's/^Package:[[:space:]]*(libbrasero-media[0-9]+)[[:space:]]*$$/\1/p' debian/control) |
|---|
| 15 | |
|---|
| 16 | DEB_DH_MAKESHLIBS_ARGS_$(libbrasero-mediaN) += -V '$(libbrasero-mediaN) (>= 2.27.92)' |
|---|
| 17 | DEB_DH_MAKESHLIBS_ARGS_libbrasero-plugins += --no-act |
|---|
| 18 | DEB_DH_MAKESHLIBS_ARGS_brasero += --no-act |
|---|
| 19 | |
|---|
| 20 | DEB_CONFIGURE_EXTRA_FLAGS += \ |
|---|
| 21 | --disable-libburnia \ |
|---|
| 22 | --disable-scrollkeeper \ |
|---|
| 23 | --disable-caches |
|---|
| 24 | |
|---|
| 25 | ifneq ($(DEB_BUILD_ARCH_OS), linux) |
|---|
| 26 | DEB_CONFIGURE_EXTRA_FLAGS += --disable-inotify |
|---|
| 27 | endif |
|---|
| 28 | |
|---|
Note: See
TracBrowser
for help on using the repository browser.