From 454db93f18b617fd9fa38738934636708f29620e Mon Sep 17 00:00:00 2001 From: Patrick Ohly Date: Sat, 2 Feb 2008 21:34:23 +0000 Subject: avoid docpurge by installing example configs into /usr/lib/syncevolution/doc git-svn-id: https://zeitsenke.de/svn/SyncEvolution/trunk@494 15ad00c4-1369-45f4-8270-35d70d36bdcd --- debian/changelog | 8 ++++++++ debian/rules | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index e24d96da..14fa6258 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +syncevolution (1:0.7-3) unstable; urgency=low + + * The package manager on Maemo purges /usr/share/doc after installing + packages; this removed the example configuration files. Now the + docs are packaged under /usr/lib/syncevolution/doc. + + -- Patrick Ohly Thu, 31 Jan 2008 18:28:49 +0100 + syncevolution (1:0.7-2) unstable; urgency=low * compiled with --as-needed to avoid useless dependencies on libs which diff --git a/debian/rules b/debian/rules index 37d2a202..4776325b 100755 --- a/debian/rules +++ b/debian/rules @@ -44,7 +44,7 @@ config.status: configure # --enable-shared added to build SyncEvolution backends as modules, # which is more flexible but not the default because it requires a # specific installation layout. - ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) $(CONFIGURE_FLAGS) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info + ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) $(CONFIGURE_FLAGS) --prefix=/usr --docdir=/usr/lib/syncevolution/doc --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info # fix place of \$compiler_flags in -shared build line: our -Wl,--as-needed has # no effect if it comes after the libs, which is where libtool 1.5.24 puts it # normally -- cgit v1.2.3