[cvxopt] 05/05: delete empty dirs usr/cvxopt from binary package, upload to unstable

Andreas Tille tille at debian.org
Mon Jun 19 15:35:04 UTC 2017


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

tille pushed a commit to branch master
in repository cvxopt.

commit 4f68ffe0de57373218be6fe67b517ba0f6c4f32b
Author: Andreas Tille <tille at debian.org>
Date:   Mon Jun 19 17:34:07 2017 +0200

    delete empty dirs usr/cvxopt from binary package, upload to unstable
---
 debian/changelog | 5 +++--
 debian/rules     | 4 ++++
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index cd4b1ba..137dbf7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,11 @@
-cvxopt (1.1.9+dfsg-1) UNRELEASED; urgency=medium
+cvxopt (1.1.9+dfsg-1) unstable; urgency=medium
 
   * New upstream version
   * debhelper 10
   * drop Soeren Sonnenburg from Uploaders
+  * delete empty dirs usr/cvxopt from binary package
 
- -- Andreas Tille <tille at debian.org>  Mon, 19 Jun 2017 16:58:26 +0200
+ -- Andreas Tille <tille at debian.org>  Mon, 19 Jun 2017 17:00:03 +0200
 
 cvxopt (1.1.8+dfsg-1) experimental; urgency=medium
 
diff --git a/debian/rules b/debian/rules
index 5c35225..82e4e4e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,6 +13,10 @@ override_dh_auto_clean:
 	dh_auto_clean
 	rm -rf doc/build
 
+override_dh_install:
+	dh_install
+	find debian/python*-cvxopt -name cvxopt -type d -empty -delete
+
 override_dh_auto_build-indep:
 	# $(pyrun) 'make --directory=doc html latex'
 	make --directory=doc html latex

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/cvxopt.git



More information about the debian-science-commits mailing list