summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorPatrick Ohly <patrick.ohly@gmx.de>2008-02-02 21:34:23 +0000
committerPatrick Ohly <patrick.ohly@gmx.de>2008-02-02 21:34:23 +0000
commit454db93f18b617fd9fa38738934636708f29620e (patch)
tree007dd1bea6019b8bf7ac9ed5c6c413e3fad99a55 /debian
parentf7a9eb592d6bbc37c45b12fb7c3c0fec01fba2df (diff)
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
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog8
-rwxr-xr-xdebian/rules2
2 files changed, 9 insertions, 1 deletions
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 <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
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