Codebase list empathy / 1c0c9b2
Don't tell CDBS what the dbg package is, it already knows that. Emilio Pozuelo Monfort 13 years ago
2 changed file(s) with 2 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
77 debian/rules:
88 + Re-enable webkit support.
99 * New upstream release.
10 * debian/rules:
11 + Don't tell CDBS what the dbg package is, it already knows that.
1012
1113 -- Laurent Bigonville <bigon@debian.org> Sun, 16 Jan 2011 03:49:28 +0100
1214
2020 --disable-tests \
2121 --disable-schemas-compile \
2222
23 DEB_DBG_PACKAGE_empathy = empathy-dbg
24
2523 ifeq ($(DEB_BUILD_ARCH_OS),linux)
2624 DEB_CONFIGURE_EXTRA_FLAGS += --with-connectivity=nm --enable-location=yes
2725 else ifeq ($(DEB_BUILD_ARCH_OS),kfreebsd)