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
This commit is contained in:
Patrick Ohly 2008-02-02 21:34:23 +00:00
parent f7a9eb592d
commit 454db93f18
2 changed files with 9 additions and 1 deletions

8
debian/changelog vendored
View File

@ -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 <patrick.ohly@gmx.de> 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

2
debian/rules vendored
View File

@ -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