[python-pyproj] 28/34: Use dh_install --list-missing.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Sun Mar 1 03:37:02 UTC 2015


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

sebastic pushed a commit to branch master
in repository python-pyproj.

commit 461649cb3264d5ccc3119897c64d93258fa70351
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Sun Mar 1 03:43:17 2015 +0100

    Use dh_install --list-missing.
---
 debian/python-pyproj.install  | 1 -
 debian/python3-pyproj.install | 1 -
 debian/rules                  | 2 ++
 3 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/python-pyproj.install b/debian/python-pyproj.install
deleted file mode 100644
index 5c87a15..0000000
--- a/debian/python-pyproj.install
+++ /dev/null
@@ -1 +0,0 @@
-usr/lib/python2*/dist-packages/*
diff --git a/debian/python3-pyproj.install b/debian/python3-pyproj.install
deleted file mode 100644
index b1a8294..0000000
--- a/debian/python3-pyproj.install
+++ /dev/null
@@ -1 +0,0 @@
-usr/lib/python3*/dist-packages/*
diff --git a/debian/rules b/debian/rules
index 19408c8..c10cc98 100755
--- a/debian/rules
+++ b/debian/rules
@@ -24,6 +24,8 @@ override_dh_auto_install:
 	dh_auto_install
 	find $(CURDIR)/debian/tmp/ -name "data" -type d | xargs rm -rf
 
+override_dh_install:
+	dh_install --list-missing
 
 override_dh_python2:
 	dh_python2

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/python-pyproj.git



More information about the Pkg-grass-devel mailing list