[Pkg-sympa-commits] [SCM] sympa Debian packaging branch, master, updated. debian/6.1.4_dfsg-1-16-g192cb04

Emmanuel Bouthenot kolter at openics.org
Sun Aug 21 22:41:51 UTC 2011


The following commit has been merged in the master branch:
commit b123560c32f04e03a2cbfbae16606975444eb70a
Author: Emmanuel Bouthenot <kolter at openics.org>
Date:   Sun Aug 21 08:41:43 2011 +0000

    Remove SQL schemas from /usr/share/sympa/bin (improper location). They
    are already installed in /usr/share/doc/sympa/examples/db

diff --git a/debian/rules b/debian/rules
index e12e6a0..fa8c448 100755
--- a/debian/rules
+++ b/debian/rules
@@ -155,6 +155,9 @@ binary-post-install/sympa::
 	mv "$(DEB_DESTDIR)"/usr/share/doc/$(cdbs_curpkg)/examples/config/topics.conf \
 		"$(DEB_DESTDIR)"/usr/share/doc/$(cdbs_curpkg)/examples/config/topics.us.conf
 
+# Remove SQL schemas from improper location
+	rm -f "$(DEB_DESTDIR)"/usr/share/$(cdbs_curpkg)/bin/create_db.*
+
 # Needed both by upstream build (or test) process and at runtime
 common-depends = libdbi-perl (>= 1.48), libarchive-zip-perl (>= 1.05)
 common-depends += , libmailtools-perl (>= 1.51), libmsgcat-perl (>= 1.0), libmime-tools-perl

-- 
sympa Debian packaging



More information about the Pkg-sympa-commits mailing list