[ciderwebmail] 06/09: do not ship empty /usr/bin

Damyan Ivanov dmn at moszumanska.debian.org
Tue May 20 07:22:24 UTC 2014


This is an automated email from the git hooks/post-receive script.

dmn pushed a commit to branch master
in repository ciderwebmail.

commit 4612377031035cb478736e8faa9d1765f1716ece
Author: Damyan Ivanov <dmn at debian.org>
Date:   Tue May 20 07:12:29 2014 +0000

    do not ship empty /usr/bin
---
 debian/rules | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/rules b/debian/rules
index abc7f21..ec06c0f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -98,6 +98,7 @@ binary-post-install/$(pkg)::
 	mkdir -p $(cdbs_curdestdir)usr/share/$(pkg)/bin
 	mv $(cdbs_curdestdir)usr/bin/* $(cdbs_curdestdir)usr/share/$(pkg)/bin/
 	rm -rf $(cdbs_curdestdir)usr/share/man/man1
+	rmdir $(cdbs_curdestdir)usr/bin
 
 # Replace config and separately shipped parts with symlinks
 binary-post-install/$(pkg)::

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/ciderwebmail.git



More information about the Pkg-perl-cvs-commits mailing list