[nemiver: 8/70] * Better handling of gconf schemas and lib stuff
- From: Luca Bruno <lucab src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nemiver: 8/70] * Better handling of gconf schemas and lib stuff
- Date: Tue, 15 Mar 2011 10:59:10 +0000 (UTC)
commit f6bc803cef9b1fa66f57bac7cf7c3238bb85b277
Author: Luca Bruno <luca br uno it>
Date: Sat Nov 24 22:41:19 2007 +0100
* Better handling of gconf schemas and lib stuff
debian/rules | 18 +++++++++---------
1 files changed, 9 insertions(+), 9 deletions(-)
---
diff --git a/debian/rules b/debian/rules
index bdfc292..45924dd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -22,14 +22,13 @@ endif
config.status: patch
- dh_testdir
- ./configure --host=$(DEB_HOST_GNU_TYPE) \
- --build=$(DEB_BUILD_GNU_TYPE) \
- --prefix=/usr \
- --mandir=\$${prefix}/share/man \
- --infodir=\$${prefix}/share/info \
- CFLAGS="$(CFLAGS)" \
- LDFLAGS="-Wl,-z,defs"
+ dh_testdir
+ ./configure --host=$(DEB_HOST_GNU_TYPE) \
+ --build=$(DEB_BUILD_GNU_TYPE) \
+ --prefix=/usr \
+ --disable-scrollkeeper \
+ --with-gconf-schema-file-dir=\$${prefix}/share/gconf/schemas \
+ CFLAGS="$(CFLAGS)"
build: build-stamp
@@ -56,6 +55,7 @@ install: build
$(MAKE) DESTDIR=$(CURDIR)/debian/nemiver install
cp $(CURDIR)/debian/nemiver.xpm $(CURDIR)/debian/nemiver/usr/share/pixmaps/
+
binary-indep: build install
binary-arch: build install
@@ -70,7 +70,7 @@ binary-arch: build install
dh_compress
dh_fixperms
dh_installdeb
- dh_shlibdeps
+ dh_shlibdeps -- --ignore-missing-info
dh_gencontrol
dh_md5sums
dh_builddeb
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]