[Python-modules-commits] r16116 - in packages/tweepy/trunk/debian (8 files)

nomadium-guest at users.alioth.debian.org nomadium-guest at users.alioth.debian.org
Mon Mar 14 05:07:14 UTC 2011


    Date: Monday, March 14, 2011 @ 05:07:06
  Author: nomadium-guest
Revision: 16116

* Add python-tweepy-doc package.
* Set X-Python-Version to >= 2.4.
* Add Recommends on ipython.

Added:
  packages/tweepy/trunk/debian/python-tweepy-doc.doc-base.1
  packages/tweepy/trunk/debian/python-tweepy-doc.docs
  packages/tweepy/trunk/debian/python-tweepy-doc.links
  packages/tweepy/trunk/debian/python-tweepy.docs
  packages/tweepy/trunk/debian/python-tweepy.install
Modified:
  packages/tweepy/trunk/debian/changelog
  packages/tweepy/trunk/debian/control
  packages/tweepy/trunk/debian/rules

Modified: packages/tweepy/trunk/debian/changelog
===================================================================
--- packages/tweepy/trunk/debian/changelog	2011-03-13 18:16:37 UTC (rev 16115)
+++ packages/tweepy/trunk/debian/changelog	2011-03-14 05:07:06 UTC (rev 16116)
@@ -2,4 +2,4 @@
 
   * Initial release. (Closes: #581602).
 
- -- Miguel Landaeta <miguel at miguel.cc>  Sun, 13 Mar 2011 10:28:02 -0430
+ -- Miguel Landaeta <miguel at miguel.cc>  Mon, 14 Mar 2011 00:31:14 -0430

Modified: packages/tweepy/trunk/debian/control
===================================================================
--- packages/tweepy/trunk/debian/control	2011-03-13 18:16:37 UTC (rev 16115)
+++ packages/tweepy/trunk/debian/control	2011-03-14 05:07:06 UTC (rev 16116)
@@ -4,9 +4,9 @@
 Section: python
 Priority: optional
 Build-Depends: debhelper (>= 7.0.50~), python-all (>= 2.6.6-3~)
-Build-Depends-Indep: python-setuptools
+Build-Depends-Indep: python-setuptools, python-sphinx
 Standards-Version: 3.9.1
-X-Python-Version: >= 2.5
+X-Python-Version: >= 2.4
 Vcs-Svn: svn://svn.debian.org/svn/python-modules/packages/tweepy/trunk
 Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/tweepy/trunk/
 Homepage: http://github.com/joshthecoder/tweepy
@@ -14,6 +14,7 @@
 Package: python-tweepy
 Architecture: all
 Depends: ${python:Depends}, ${misc:Depends}
+Recommends: ipython
 Breaks: ${python:Breaks}
 Description: A Twitter library for Python
  Tweepy is a Twitter and Identi.ca library for Python
@@ -24,3 +25,20 @@
   - Streaming API support
   - Cache system (memory, file)
   - Easy to use
+
+Package: python-tweepy-doc
+Architecture: all
+Section: doc
+Depends: ${misc:Depends}
+Recommends: libjs-jquery
+Description: Documentation for python-tweepy module
+ Documentation for Tweepy that is a Twitter and Identi.ca
+ library for Python that can be used in desktop and web
+ applications. It has the following features:
+  - OAuth support
+  - Covers the entire Twitter API
+  - Streaming API support
+  - Cache system (memory, file)
+  - Easy to use
+  .
+  This package contains tutorials, examples and the Tweepy API.

Added: packages/tweepy/trunk/debian/python-tweepy-doc.doc-base.1
===================================================================
--- packages/tweepy/trunk/debian/python-tweepy-doc.doc-base.1	                        (rev 0)
+++ packages/tweepy/trunk/debian/python-tweepy-doc.doc-base.1	2011-03-14 05:07:06 UTC (rev 16116)
@@ -0,0 +1,8 @@
+Document: python-tweepy-doc
+Title: Tweepy's Documentation
+Abstract: A Python library for the Twitter API
+Section: Programming/Python
+
+Format: HTML
+Index: /usr/share/doc/python-tweepy-doc/html/index.html
+Files: /usr/share/doc/python-tweepy-doc/html/*.html

Added: packages/tweepy/trunk/debian/python-tweepy-doc.docs
===================================================================
--- packages/tweepy/trunk/debian/python-tweepy-doc.docs	                        (rev 0)
+++ packages/tweepy/trunk/debian/python-tweepy-doc.docs	2011-03-14 05:07:06 UTC (rev 16116)
@@ -0,0 +1 @@
+build/html

Added: packages/tweepy/trunk/debian/python-tweepy-doc.links
===================================================================
--- packages/tweepy/trunk/debian/python-tweepy-doc.links	                        (rev 0)
+++ packages/tweepy/trunk/debian/python-tweepy-doc.links	2011-03-14 05:07:06 UTC (rev 16116)
@@ -0,0 +1 @@
+usr/share/javascript/jquery/jquery.js  usr/share/doc/python-tweepy-doc/html/_static/jquery.js

Added: packages/tweepy/trunk/debian/python-tweepy.docs
===================================================================
--- packages/tweepy/trunk/debian/python-tweepy.docs	                        (rev 0)
+++ packages/tweepy/trunk/debian/python-tweepy.docs	2011-03-14 05:07:06 UTC (rev 16116)
@@ -0,0 +1,2 @@
+tests.py
+README

Added: packages/tweepy/trunk/debian/python-tweepy.install
===================================================================
--- packages/tweepy/trunk/debian/python-tweepy.install	                        (rev 0)
+++ packages/tweepy/trunk/debian/python-tweepy.install	2011-03-14 05:07:06 UTC (rev 16116)
@@ -0,0 +1,2 @@
+usr/lib/python2.*/*-packages/*
+tweepyshell  usr/bin

Modified: packages/tweepy/trunk/debian/rules
===================================================================
--- packages/tweepy/trunk/debian/rules	2011-03-13 18:16:37 UTC (rev 16115)
+++ packages/tweepy/trunk/debian/rules	2011-03-14 05:07:06 UTC (rev 16116)
@@ -2,6 +2,16 @@
 %:
 	dh $@ --with python2
 
+override_dh_auto_build:
+	dh_auto_build
+	cd doc && sphinx-build -b html -D latex_paper_size=letter . ../build/html
+
+override_dh_installdocs:
+	dh_installdocs -Xjquery
+
+override_dh_compress:
+	dh_compress -X.py
+
 override_dh_auto_clean:
 	dh_auto_clean
-	rm -rf tweepy.egg-info
+	rm -rf tweepy.egg-info build/html




More information about the Python-modules-commits mailing list