[Python-modules-commits] [pychromecast] 01/02: Make sure python3 package isn't built since it is not working upstream
Ruben Undheim
rubund-guest at moszumanska.debian.org
Mon May 25 09:17:46 UTC 2015
This is an automated email from the git hooks/post-receive script.
rubund-guest pushed a commit to branch master
in repository pychromecast.
commit 20405c503bd6a24808f3e96419ab7026050b5dc1
Author: Ruben Undheim <ruben.undheim at gmail.com>
Date: Mon May 25 11:02:05 2015 +0200
Make sure python3 package isn't built since it is not working upstream
---
debian/control | 15 ++++++---------
debian/{python-pychromecast.docs => docs} | 0
debian/python-pychromecast.install | 2 --
debian/python3-pychromecast.docs | 1 -
debian/python3-pychromecast.install | 1 -
debian/rules | 2 +-
6 files changed, 7 insertions(+), 14 deletions(-)
diff --git a/debian/control b/debian/control
index af28ee0..b61ee45 100644
--- a/debian/control
+++ b/debian/control
@@ -6,12 +6,9 @@ Uploaders: Ruben Undheim <ruben.undheim at gmail.com>
Build-Depends: debhelper (>= 9),
dh-python,
python-all,
- python-setuptools,
- python3-all,
- python3-setuptools
+ python-setuptools
Standards-Version: 3.9.6
X-Python-Version: all
-X-Python3-Version: >= 3.1
Homepage: <insert the upstream URL, if relevant>
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-spur.git
Vcs-Git: git://anonscm.debian.org/python-modules/packages/python-spur.git
@@ -22,8 +19,8 @@ Depends: ${python:Depends}, ${misc:Depends}
Description: <insert up to 60 chars description>
<insert long description, indented with spaces>
-Package: python3-pychromecast
-Architecture: all
-Depends: ${python3:Depends}, ${misc:Depends}
-Description: <insert up to 60 chars description>
- <insert long description, indented with spaces>
+#Package: python3-pychromecast
+#Architecture: all
+#Depends: ${python3:Depends}, ${misc:Depends}
+#Description: <insert up to 60 chars description>
+# <insert long description, indented with spaces>
diff --git a/debian/python-pychromecast.docs b/debian/docs
similarity index 100%
rename from debian/python-pychromecast.docs
rename to debian/docs
diff --git a/debian/python-pychromecast.install b/debian/python-pychromecast.install
deleted file mode 100644
index 948618a..0000000
--- a/debian/python-pychromecast.install
+++ /dev/null
@@ -1,2 +0,0 @@
-usr/lib/python2*/
-
diff --git a/debian/python3-pychromecast.docs b/debian/python3-pychromecast.docs
deleted file mode 100644
index b43bf86..0000000
--- a/debian/python3-pychromecast.docs
+++ /dev/null
@@ -1 +0,0 @@
-README.md
diff --git a/debian/python3-pychromecast.install b/debian/python3-pychromecast.install
deleted file mode 100644
index 5b790f6..0000000
--- a/debian/python3-pychromecast.install
+++ /dev/null
@@ -1 +0,0 @@
-usr/lib/python3*/
diff --git a/debian/rules b/debian/rules
index bd42e54..d9a2ea8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,7 +2,7 @@
#DH_VERBOSE = 1
%:
- dh $@ --with python2,python3 --buildsystem=pybuild
+ dh $@ --with python2 --buildsystem=pybuild
override_dh_auto_clean:
$(RM) -r build
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/pychromecast.git
More information about the Python-modules-commits
mailing list