[Python-modules-commits] [praw] 07/11: Removes override_dh_auto_install, praw-multiprocess is no loger generated Removes lintian-overrides

Josué Ortega josue at moszumanska.debian.org
Sat Oct 28 22:26:36 UTC 2017


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

josue pushed a commit to branch master
in repository praw.

commit 9e3ffc15b3f56eec4512c53ec9a7819027c89929
Author: Josue Ortega <josue at debian.org>
Date:   Sat Oct 28 16:09:19 2017 -0600

    Removes override_dh_auto_install, praw-multiprocess is no loger generated
    Removes lintian-overrides
---
 debian/changelog         | 7 +++++--
 debian/lintian-overrides | 5 -----
 debian/rules             | 4 ----
 3 files changed, 5 insertions(+), 11 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 9a62b31..a0da9ab 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,4 @@
 praw (5.2.0-1) UNRELEASED; urgency=medium
-
   * New upstream release.
   * New maintainer (Closes: #855636).
   * debian/control:
@@ -9,7 +8,11 @@ praw (5.2.0-1) UNRELEASED; urgency=medium
     - Adds python3-sphinx-rtd-theme as build dependency.
   * Bumps debian/compat version from 9 to 10.
   * debian/watch: Changes URI to use HTTPS.
-  * debian/rules: Removes python2 argument.
+  * debian/rules:
+    - Removes python2 from `dh --with` argument.
+    - Removes override_dh_auto_install, praw-multiprocess is
+      is no longer generated.
+  * Removes lintian-overrides
 
  -- Josue Ortega <josue at debian.org>  Tue, 08 Aug 2017 15:31:26 -0400
 
diff --git a/debian/lintian-overrides b/debian/lintian-overrides
deleted file mode 100644
index f831ebe..0000000
--- a/debian/lintian-overrides
+++ /dev/null
@@ -1,5 +0,0 @@
-# "In case the program in $PATH is only a helper tool and the
-# package is primarily a library, please add a lintian override
-# for this tag."
-library-package-name-for-application usr/bin/praw-multiprocess
-application-in-library-section python usr/bin/praw-multiprocess
diff --git a/debian/rules b/debian/rules
index 8b1dded..a7df49f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,10 +14,6 @@ override_dh_auto_build:
 	rm docs/_build/html/_static/jquery.js
 	rm docs/_build/html/_static/underscore.js
 
-override_dh_install:
-	dh_install
-	mv debian/python3-praw/usr/bin/praw-multiprocess debian/python3-praw/usr/bin/praw-multiprocess3
-
 override_dh_auto_test:
 	true
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/praw.git



More information about the Python-modules-commits mailing list