[Python-modules-commits] r33903 - in packages (30 files)

orthogonal-guest at users.alioth.debian.org orthogonal-guest at users.alioth.debian.org
Thu Aug 20 04:16:15 UTC 2015


    Date: Thursday, August 20, 2015 @ 04:16:11
  Author: orthogonal-guest
Revision: 33903

Initial commit for praw

Added:
  packages/praw/
  packages/praw/trunk/
  packages/praw/trunk/debian/
  packages/praw/trunk/debian/README.tests
  packages/praw/trunk/debian/changelog
  packages/praw/trunk/debian/compat
  packages/praw/trunk/debian/control
  packages/praw/trunk/debian/copyright
  packages/praw/trunk/debian/docs
  packages/praw/trunk/debian/lintian-overrides
  packages/praw/trunk/debian/manpages
  packages/praw/trunk/debian/patches/
  packages/praw/trunk/debian/patches/change-info-section.patch
  packages/praw/trunk/debian/patches/disable-tests.patch
  packages/praw/trunk/debian/patches/fix-privacy-issue.patch
  packages/praw/trunk/debian/patches/no-autoupdate.patch
  packages/praw/trunk/debian/patches/series
  packages/praw/trunk/debian/praw-doc.doc-base
  packages/praw/trunk/debian/praw-doc.docs
  packages/praw/trunk/debian/praw-doc.info
  packages/praw/trunk/debian/praw-doc.links
  packages/praw/trunk/debian/praw-multiprocess.1
  packages/praw/trunk/debian/praw-multiprocess3.1
  packages/praw/trunk/debian/python3-praw.docs
  packages/praw/trunk/debian/python3-praw.lintian-overrides
  packages/praw/trunk/debian/python3-praw.manpages
  packages/praw/trunk/debian/rules
  packages/praw/trunk/debian/source/
  packages/praw/trunk/debian/source/format
  packages/praw/trunk/debian/watch

Added: packages/praw/trunk/debian/README.tests
===================================================================
--- packages/praw/trunk/debian/README.tests	                        (rev 0)
+++ packages/praw/trunk/debian/README.tests	2015-08-20 04:16:11 UTC (rev 33903)
@@ -0,0 +1,16 @@
+Dependencies for tests
+======================
+
+In order to run the tests for praw, you will need the below dependencies:
+
+ * betamax (>=0.4.2)
+ * betamax-matchers (>=0.2.0)
+ * mock (>=1.0.0)
+
+Although mock can be found in the Debian patches python-mock and python3-mock,
+betamax and betamax matchers are not (yet) in Debian.
+
+The latest versions of betamax and betamax-matchers can be found on PyPI:
+
+https://pypi.python.org/pypi/betamax
+https://pypi.python.org/pypi/betamax-matchers

Added: packages/praw/trunk/debian/changelog
===================================================================
--- packages/praw/trunk/debian/changelog	                        (rev 0)
+++ packages/praw/trunk/debian/changelog	2015-08-20 04:16:11 UTC (rev 33903)
@@ -0,0 +1,5 @@
+praw (3.2.0-1) unstable; urgency=low
+
+  * Initial release (Closes: #728946)
+
+ -- Riley Baird <BM-2cVqnDuYbAU5do2DfJTrN7ZbAJ246S4XiX at bitmessage.ch>  Mon, 15 Jun 2015 19:53:32 +1000

Added: packages/praw/trunk/debian/compat
===================================================================
--- packages/praw/trunk/debian/compat	                        (rev 0)
+++ packages/praw/trunk/debian/compat	2015-08-20 04:16:11 UTC (rev 33903)
@@ -0,0 +1 @@
+9

Added: packages/praw/trunk/debian/control
===================================================================
--- packages/praw/trunk/debian/control	                        (rev 0)
+++ packages/praw/trunk/debian/control	2015-08-20 04:16:11 UTC (rev 33903)
@@ -0,0 +1,45 @@
+Source: praw
+Section: python
+Priority: optional
+Maintainer: Riley Baird <BM-2cVqnDuYbAU5do2DfJTrN7ZbAJ246S4XiX at bitmessage.ch>
+Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Build-Depends: debhelper (>= 9), python, python3, python-setuptools, python3-setuptools, dh-python, python-decorator (>= 3.4.2), python3-decorator (>=3.4.2), python-requests (>= 2.3.0), python3-requests (>=2.3.0), python-six (>=1.4), python3-six (>=1.4), python-sphinx
+Standards-Version: 3.9.6
+Homepage: http://praw.readthedocs.org/
+Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/praw/trunk/
+Vcs-Browser: https://anonscm.debian.org/viewvc/python-modules/packages/praw/trunk/
+
+Package: python-praw
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}
+Recommends: praw-doc
+Description: Python Reddit API Wrapper (Python 2 version)
+ PRAW, an acronym for "Python Reddit API Wrapper", is a Python module that
+ allows for simple access to Reddit's API. PRAW aims to be as easy to use as
+ possible and is designed to follow all of Reddit's API rules.
+ .
+ This package provides the Python 2 version.
+
+Package: python3-praw
+Architecture: all
+Depends: ${misc:Depends}, ${python3:Depends}
+Recommends: praw-doc
+Description: Python Reddit API Wrapper (Python 3 version)
+ PRAW, an acronym for "Python Reddit API Wrapper", is a Python module that
+ allows for simple access to Reddit's API. PRAW aims to be as easy to use as
+ possible and is designed to follow all of Reddit's API rules.
+ .
+ This package provides the Python 3 version.
+
+Package: praw-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}, install-info
+Recommends: libjs-jquery, libjs-underscore
+Suggests: python-praw, python3-praw
+Description: Python Reddit API Wrapper (Documentation)
+ PRAW, an acronym for "Python Reddit API Wrapper", is a Python module that
+ allows for simple access to Reddit's API. PRAW aims to be as easy to use as
+ possible and is designed to follow all of Reddit's API rules.
+ .
+ This package provides documentation and tests for PRAW.

Added: packages/praw/trunk/debian/copyright
===================================================================
--- packages/praw/trunk/debian/copyright	                        (rev 0)
+++ packages/praw/trunk/debian/copyright	2015-08-20 04:16:11 UTC (rev 33903)
@@ -0,0 +1,29 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: PRAW
+Upstream-Contact: https://github.com/praw-dev/praw
+Source: https://pypi.python.org/pypi/praw/
+
+Files: *
+Copyright: 2012-2014  Andreas Damgaard Pedersen <andreas.damgaard.p at gmail.com>
+           2011-2015  Bryce Boe <bbzbryce at gmail.com>
+           2010, 2011 Julian Berman <Julian at GrayVines.com>
+           2010, 2011 Timothy Mellor <timothy.mellor+pip at gmail.com>
+License: GPL-3
+
+Files: debian/*
+Copyright: 2013 Javier P.L. <chilicuil at ubuntu.com>
+           2015 Riley Baird <BM-2cVqnDuYbAU5do2DfJTrN7ZbAJ246S4XiX at bitmessage.ch>
+License: GPL-3
+
+License: GPL-3
+ This program is free software; you can redistribute it and/or modify it
+ under the terms of the GNU General Public License as published by the
+ Free Software Foundation; either version 3 of the License, or (at your option)
+ any later version.
+ .
+ You should have received a copy of the GNU General Public License along
+ with this program; if not, write to the Free Software Foundation Inc.,
+ 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
+ .
+ On Debian systems, the full text of the GNU Lesser General Public License
+ version 3 can be found in the file `/usr/share/common-licenses/GPL-3'.

Added: packages/praw/trunk/debian/docs
===================================================================
--- packages/praw/trunk/debian/docs	                        (rev 0)
+++ packages/praw/trunk/debian/docs	2015-08-20 04:16:11 UTC (rev 33903)
@@ -0,0 +1 @@
+README.rst

Added: packages/praw/trunk/debian/lintian-overrides
===================================================================
--- packages/praw/trunk/debian/lintian-overrides	                        (rev 0)
+++ packages/praw/trunk/debian/lintian-overrides	2015-08-20 04:16:11 UTC (rev 33903)
@@ -0,0 +1,5 @@
+# "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

Added: packages/praw/trunk/debian/manpages
===================================================================
--- packages/praw/trunk/debian/manpages	                        (rev 0)
+++ packages/praw/trunk/debian/manpages	2015-08-20 04:16:11 UTC (rev 33903)
@@ -0,0 +1 @@
+debian/praw-multiprocess.1

Added: packages/praw/trunk/debian/patches/change-info-section.patch
===================================================================
--- packages/praw/trunk/debian/patches/change-info-section.patch	                        (rev 0)
+++ packages/praw/trunk/debian/patches/change-info-section.patch	2015-08-20 04:16:11 UTC (rev 33903)
@@ -0,0 +1,24 @@
+Description: Give meaningful parameters for texinfo
+ This patch causes any texinfo document made using Sphinx to carry
+ meaningful metadata, such as category and short description.
+Forwarded: https://github.com/praw-dev/praw/pull/498
+Author: Riley Baird <BM-2cVqnDuYbAU5do2DfJTrN7ZbAJ246S4XiX at bitmessage.ch>
+Last-Update: 2015-08-20
+Index: praw-3.2.0/docs/conf.py
+===================================================================
+--- praw-3.2.0.orig/docs/conf.py
++++ praw-3.2.0/docs/conf.py
+@@ -235,10 +235,10 @@ man_pages = [
+ # (source start file, target name, title, author,
+ #  dir menu entry, description, category)
+ texinfo_documents = [
+-    ('index', 'PythonRedditAPIWrapper',
++    ('index', 'praw',
+      u'Python Reddit API Wrapper Documentation',
+-     u'Bryce Boe', 'PythonRedditAPIWrapper',
+-     'One line description of project.', 'Miscellaneous'),
++     u'Bryce Boe', 'praw',
++     'Python Reddit API Wrapper', 'Python'),
+ ]
+ 
+ # Documents to append as an appendix to all manuals.

Added: packages/praw/trunk/debian/patches/disable-tests.patch
===================================================================
--- packages/praw/trunk/debian/patches/disable-tests.patch	                        (rev 0)
+++ packages/praw/trunk/debian/patches/disable-tests.patch	2015-08-20 04:16:11 UTC (rev 33903)
@@ -0,0 +1,20 @@
+Description: Remove reference to tests not included in tarball
+ setup.py includes a reference to tests that can be performed during build.
+ However, the tests require betamax and betamax-matchers to build, and these
+ packages aren't in Debian, so they must be disabled for the time being.
+Forwarded: not-needed
+Author: Riley Baird <BM-2cVqnDuYbAU5do2DfJTrN7ZbAJ246S4XiX at bitmessage.ch>
+Last-Update: 2015-08-18
+Index: praw-3.2.0/setup.py
+===================================================================
+--- praw-3.2.0.orig/setup.py
++++ praw-3.2.0/setup.py
+@@ -46,7 +46,5 @@ setup(
+     packages=[PACKAGE_NAME],
+     package_data={'': ['COPYING'], PACKAGE_NAME: ['*.ini']},
+     install_requires=['decorator>=3.4.2', 'requests>=2.3.0', 'six>=1.4'],
+-    tests_require=['betamax>=0.4.2', 'betamax-matchers>=0.2.0', 'mock>=1.0.0'],
+     entry_points={'console_scripts': [
+-            'praw-multiprocess = praw.multiprocess:run']},
+-    test_suite='tests')
++            'praw-multiprocess = praw.multiprocess:run']})

Added: packages/praw/trunk/debian/patches/fix-privacy-issue.patch
===================================================================
--- packages/praw/trunk/debian/patches/fix-privacy-issue.patch	                        (rev 0)
+++ packages/praw/trunk/debian/patches/fix-privacy-issue.patch	2015-08-20 04:16:11 UTC (rev 33903)
@@ -0,0 +1,24 @@
+Description: Prevent privacy breach in documentation
+ By default, the documentation for praw fetches external resources related
+ to Travis CI. Lintian reports this as a privacy breach. Because of the nature
+ of Travis CI, it would serve no purpose to provide a local copy. It is for
+ this reason that I have decided to simply remove these images entirely.
+Forwarded: not-needed
+Author: Riley Baird <BM-2cVqnDuYbAU5do2DfJTrN7ZbAJ246S4XiX at bitmessage.ch>
+Last-Update: 2015-08-20
+Index: praw-3.2.0/README.rst
+===================================================================
+--- praw-3.2.0.orig/README.rst
++++ praw-3.2.0/README.rst
+@@ -5,11 +5,6 @@ PRAW: The Python Reddit API Wrapper
+ 
+ .. begin_description
+ 
+-.. image:: https://travis-ci.org/praw-dev/praw.svg?branch=master
+-           :target: https://travis-ci.org/praw-dev/praw
+-.. image:: https://coveralls.io/repos/praw-dev/praw/badge.svg?branch=master
+-  :target: https://coveralls.io/r/praw-dev/praw?branch=master
+-
+ 
+ PRAW, an acronym for "Python Reddit API Wrapper", is a python package that
+ allows for simple access to reddit's API. PRAW aims to be as easy to use as

Added: packages/praw/trunk/debian/patches/no-autoupdate.patch
===================================================================
--- packages/praw/trunk/debian/patches/no-autoupdate.patch	                        (rev 0)
+++ packages/praw/trunk/debian/patches/no-autoupdate.patch	2015-08-20 04:16:11 UTC (rev 33903)
@@ -0,0 +1,54 @@
+Description: Don't automatically check for updates
+ Automatic updating is inconsistent with the idea of a package manager. In
+ addition, this removes a dependency on update_checker.
+Forwarded: not-needed
+Author: Riley Baird <BM-2cVqnDuYbAU5do2DfJTrN7ZbAJ246S4XiX at bitmessage.ch>
+Last-Update: 2015-08-18
+Index: praw-3.2.0/praw.egg-info/requires.txt
+===================================================================
+--- praw-3.2.0.orig/praw.egg-info/requires.txt
++++ praw-3.2.0/praw.egg-info/requires.txt
+@@ -1,4 +1,3 @@
+ decorator>=3.4.2
+ requests>=2.3.0
+ six>=1.4
+-update_checker>=0.11
+Index: praw-3.2.0/praw/praw.ini
+===================================================================
+--- praw-3.2.0.orig/praw/praw.ini
++++ praw-3.2.0/praw/praw.ini
+@@ -7,7 +7,7 @@ api_domain: api.reddit.com
+ api_request_delay: 2.0
+ 
+ # A boolean to indicate whether or not to check for package updates.
+-check_for_updates: True
++check_for_updates: False
+ 
+ # Time, a float, in seconds, to save the results of a get/post request.
+ cache_timeout: 30
+Index: praw-3.2.0/setup.py
+===================================================================
+--- praw-3.2.0.orig/setup.py
++++ praw-3.2.0/setup.py
+@@ -45,8 +45,7 @@ setup(
+     keywords='reddit api wrapper',
+     packages=[PACKAGE_NAME],
+     package_data={'': ['COPYING'], PACKAGE_NAME: ['*.ini']},
+-    install_requires=['decorator>=3.4.2', 'requests>=2.3.0', 'six>=1.4',
+-                      'update_checker>=0.11'],
++    install_requires=['decorator>=3.4.2', 'requests>=2.3.0', 'six>=1.4'],
+     tests_require=['betamax>=0.4.2', 'betamax-matchers>=0.2.0', 'mock>=1.0.0'],
+     entry_points={'console_scripts': [
+             'praw-multiprocess = praw.multiprocess:run']},
+Index: praw-3.2.0/praw/__init__.py
+===================================================================
+--- praw-3.2.0.orig/praw/__init__.py
++++ praw-3.2.0/praw/__init__.py
+@@ -46,7 +46,6 @@ from requests import Request
+ from six.moves import html_entities, http_cookiejar
+ from six.moves.urllib.parse import parse_qs, urlparse, urlunparse
+ # pylint: enable=F0401
+-from update_checker import update_check
+ from warnings import warn_explicit
+ 
+ 

Added: packages/praw/trunk/debian/patches/series
===================================================================
--- packages/praw/trunk/debian/patches/series	                        (rev 0)
+++ packages/praw/trunk/debian/patches/series	2015-08-20 04:16:11 UTC (rev 33903)
@@ -0,0 +1,4 @@
+no-autoupdate.patch
+disable-tests.patch
+fix-privacy-issue.patch
+change-info-section.patch

Added: packages/praw/trunk/debian/praw-doc.doc-base
===================================================================
--- packages/praw/trunk/debian/praw-doc.doc-base	                        (rev 0)
+++ packages/praw/trunk/debian/praw-doc.doc-base	2015-08-20 04:16:11 UTC (rev 33903)
@@ -0,0 +1,18 @@
+Document: praw
+Title: Python Reddit API Wrapper Documentation
+Author: Bryce Boe
+Abstract: This manual describes in detail
+ the operation of PRAW, and how it can be
+ used to write reddit bots.
+Section: Programming/Python
+
+Format: HTML
+Index: /usr/share/doc/praw-doc/html/index.html
+Files: /usr/share/doc/praw-doc/html/*
+
+Format: Text
+Files: /usr/share/doc/praw-doc/text/*
+
+Format: Info
+Index: /usr/share/info/praw.info.gz
+Files: /usr/share/info/praw.info.gz /usr/share/info/CodeUrl.png /usr/share/info/CreateApp.png

Added: packages/praw/trunk/debian/praw-doc.docs
===================================================================
--- packages/praw/trunk/debian/praw-doc.docs	                        (rev 0)
+++ packages/praw/trunk/debian/praw-doc.docs	2015-08-20 04:16:11 UTC (rev 33903)
@@ -0,0 +1,4 @@
+tests
+docs/_build/html
+docs/_build/text
+debian/README.tests

Added: packages/praw/trunk/debian/praw-doc.info
===================================================================
--- packages/praw/trunk/debian/praw-doc.info	                        (rev 0)
+++ packages/praw/trunk/debian/praw-doc.info	2015-08-20 04:16:11 UTC (rev 33903)
@@ -0,0 +1,2 @@
+docs/_build/texinfo/praw.info
+docs/_build/texinfo/*.png

Added: packages/praw/trunk/debian/praw-doc.links
===================================================================
--- packages/praw/trunk/debian/praw-doc.links	                        (rev 0)
+++ packages/praw/trunk/debian/praw-doc.links	2015-08-20 04:16:11 UTC (rev 33903)
@@ -0,0 +1,2 @@
+usr/share/javascript/underscore/underscore.js usr/share/doc/praw-doc/html/_static/underscore.js
+usr/share/javascript/jquery/jquery.js usr/share/doc/praw-doc/html/_static/jquery.js
\ No newline at end of file

Added: packages/praw/trunk/debian/praw-multiprocess.1
===================================================================
--- packages/praw/trunk/debian/praw-multiprocess.1	                        (rev 0)
+++ packages/praw/trunk/debian/praw-multiprocess.1	2015-08-20 04:16:11 UTC (rev 33903)
@@ -0,0 +1,44 @@
+.TH PRAW-MULTIPROCESS "1" "August 2015" "praw-multiprocess 3.2.0" "User Commands"
+.SH NAME
+praw-multiprocess, praw-multiprocess3 \- run concurrent instances of PRAW
+.SH SYNOPSIS
+.B praw-multiprocess
+[\fI\,options\/\fR]
+.PP
+.B praw-multiprocess3
+[\fI\,options\/\fR]
+.SH DESCRIPTION
+.B praw-multiprocess 
+is a script that allows you to run multiple concurrent instances of PRAW.
+.B praw-multiprocess3
+is exactly the same as
+.B praw-multiprocess
+but uses Python 3 instead of Python 2.
+.SH OPTIONS
+.TP
+\fB\-\-version\fR
+show program's version number and exit
+.TP
+\fB\-h\fR, \fB\-\-help\fR
+show a help message and exit
+.TP
+\fB\-a\fR ADDR, \fB\-\-addr\fR=\fI\,ADDR\/\fR
+The address or host to listen on. Specify \fB\-a\fR 0.0.0.0
+to listen on all addresses. Default: localhost
+.TP
+\fB\-p\fR PORT, \fB\-\-port\fR=\fI\,PORT\/\fR
+The port to listen for requests on. Default: 10101
+.SH "SEE ALSO"
+The full documentation for
+.B praw-multiprocess
+is contained in the
+.B praw-doc
+package in info, HTML and text formats. If the
+.B info
+and
+.B praw-doc
+programs are properly installed at your site, the command
+.IP
+.B info praw -n 'Concurrent PRAW Instances'
+.PP
+should give you access to the complete manual.

Added: packages/praw/trunk/debian/praw-multiprocess3.1
===================================================================
--- packages/praw/trunk/debian/praw-multiprocess3.1	                        (rev 0)
+++ packages/praw/trunk/debian/praw-multiprocess3.1	2015-08-20 04:16:11 UTC (rev 33903)
@@ -0,0 +1,44 @@
+.TH PRAW-MULTIPROCESS "1" "August 2015" "praw-multiprocess 3.2.0" "User Commands"
+.SH NAME
+praw-multiprocess, praw-multiprocess3 \- run concurrent instances of PRAW
+.SH SYNOPSIS
+.B praw-multiprocess
+[\fI\,options\/\fR]
+.PP
+.B praw-multiprocess3
+[\fI\,options\/\fR]
+.SH DESCRIPTION
+.B praw-multiprocess 
+is a script that allows you to run multiple concurrent instances of PRAW.
+.B praw-multiprocess3
+is exactly the same as
+.B praw-multiprocess
+but uses Python 3 instead of Python 2.
+.SH OPTIONS
+.TP
+\fB\-\-version\fR
+show program's version number and exit
+.TP
+\fB\-h\fR, \fB\-\-help\fR
+show a help message and exit
+.TP
+\fB\-a\fR ADDR, \fB\-\-addr\fR=\fI\,ADDR\/\fR
+The address or host to listen on. Specify \fB\-a\fR 0.0.0.0
+to listen on all addresses. Default: localhost
+.TP
+\fB\-p\fR PORT, \fB\-\-port\fR=\fI\,PORT\/\fR
+The port to listen for requests on. Default: 10101
+.SH "SEE ALSO"
+The full documentation for
+.B praw-multiprocess
+is contained in the
+.B praw-doc
+package in info, HTML and text formats. If the
+.B info
+and
+.B praw-doc
+programs are properly installed at your site, the command
+.IP
+.B info praw -n 'Concurrent PRAW Instances'
+.PP
+should give you access to the complete manual.

Added: packages/praw/trunk/debian/python3-praw.docs
===================================================================
--- packages/praw/trunk/debian/python3-praw.docs	                        (rev 0)
+++ packages/praw/trunk/debian/python3-praw.docs	2015-08-20 04:16:11 UTC (rev 33903)
@@ -0,0 +1 @@
+README.rst

Added: packages/praw/trunk/debian/python3-praw.lintian-overrides
===================================================================
--- packages/praw/trunk/debian/python3-praw.lintian-overrides	                        (rev 0)
+++ packages/praw/trunk/debian/python3-praw.lintian-overrides	2015-08-20 04:16:11 UTC (rev 33903)
@@ -0,0 +1,5 @@
+# "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-multiprocess3
+application-in-library-section python usr/bin/praw-multiprocess3

Added: packages/praw/trunk/debian/python3-praw.manpages
===================================================================
--- packages/praw/trunk/debian/python3-praw.manpages	                        (rev 0)
+++ packages/praw/trunk/debian/python3-praw.manpages	2015-08-20 04:16:11 UTC (rev 33903)
@@ -0,0 +1 @@
+debian/praw-multiprocess3.1

Added: packages/praw/trunk/debian/rules
===================================================================
--- packages/praw/trunk/debian/rules	                        (rev 0)
+++ packages/praw/trunk/debian/rules	2015-08-20 04:16:11 UTC (rev 33903)
@@ -0,0 +1,28 @@
+#!/usr/bin/make -f
+export PYBUILD_NAME=praw
+
+PKD  = $(abspath $(dir $(MAKEFILE_LIST)))
+VER ?= $(shell dpkg-parsechangelog -l$(PKD)/changelog | \
+         perl -ne 'print $$1 if m{^Version:\s+(?:\d+:)?(\d.*)(?:\-\d+.*)};')
+
+%:
+	dh $@ --with python2,python3 --buildsystem=pybuild
+
+override_dh_auto_build:
+	dh_auto_build
+	cd docs; make html; make text; make info
+	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_clean:
+	dh_clean
+	rm -rf docs/_build/*
+
+get-orig-source:
+	uscan --noconf --verbose --rename --destdir=$(CURDIR) \
+        --check-dirname-level=0 --force-download \
+        --download-version $(VER)


Property changes on: packages/praw/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/praw/trunk/debian/source/format
===================================================================
--- packages/praw/trunk/debian/source/format	                        (rev 0)
+++ packages/praw/trunk/debian/source/format	2015-08-20 04:16:11 UTC (rev 33903)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: packages/praw/trunk/debian/watch
===================================================================
--- packages/praw/trunk/debian/watch	                        (rev 0)
+++ packages/praw/trunk/debian/watch	2015-08-20 04:16:11 UTC (rev 33903)
@@ -0,0 +1,2 @@
+version=3
+http://pypi.debian.net/praw/praw-(.+)\.(?:zip|tar\.gz)




More information about the Python-modules-commits mailing list