[Python-apps-commits] r9364 - in packages/turses/trunk (17 files)

epsilon-guest at users.alioth.debian.org epsilon-guest at users.alioth.debian.org
Wed Jan 16 17:15:40 UTC 2013


    Date: Wednesday, January 16, 2013 @ 17:15:38
  Author: epsilon-guest
Revision: 9364

[svn-inject] Applying Debian modifications (0.2.10-1) to trunk

Added:
  packages/turses/trunk/debian/
  packages/turses/trunk/debian/changelog
  packages/turses/trunk/debian/compat
  packages/turses/trunk/debian/control
  packages/turses/trunk/debian/copyright
  packages/turses/trunk/debian/patches/
  packages/turses/trunk/debian/patches/01_build_doc_without_internet.diff
  packages/turses/trunk/debian/patches/series
  packages/turses/trunk/debian/rules
  packages/turses/trunk/debian/source/
  packages/turses/trunk/debian/source/format
  packages/turses/trunk/debian/turses-doc.doc-base
  packages/turses/trunk/debian/turses-doc.docs
  packages/turses/trunk/debian/turses.docs
  packages/turses/trunk/debian/turses.install
  packages/turses/trunk/debian/turses.manpages
  packages/turses/trunk/debian/watch


Property changes on: packages/turses/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: packages/turses/trunk/debian/changelog
===================================================================
--- packages/turses/trunk/debian/changelog	                        (rev 0)
+++ packages/turses/trunk/debian/changelog	2013-01-16 17:15:38 UTC (rev 9364)
@@ -0,0 +1,5 @@
+turses (0.2.10-1) unstable; urgency=low
+
+  * Initial release (Closes: #672649)
+
+ -- Daniel Echeverry <epsilon77 at gmail.com>  Sun, 30 Dec 2012 00:54:27 -0500

Added: packages/turses/trunk/debian/compat
===================================================================
--- packages/turses/trunk/debian/compat	                        (rev 0)
+++ packages/turses/trunk/debian/compat	2013-01-16 17:15:38 UTC (rev 9364)
@@ -0,0 +1 @@
+9

Added: packages/turses/trunk/debian/control
===================================================================
--- packages/turses/trunk/debian/control	                        (rev 0)
+++ packages/turses/trunk/debian/control	2013-01-16 17:15:38 UTC (rev 9364)
@@ -0,0 +1,61 @@
+Source: turses
+Section: net
+Priority: optional
+Maintainer: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org> 
+Uploaders: Daniel Echeverry <epsilon77 at gmail.com>
+Build-Depends: debhelper (>= 9),
+ python (>= 2.6),
+ python-docutils,
+ python-mock,
+ python-nose,
+ python-oauth2,
+ python-setuptools,
+ python-sphinx (>= 1.0.7+dfsg),
+ python-tweepy,
+ python-urwid
+X-Python-Version: >= 2.6
+Standards-Version: 3.9.4
+Homepage: https://github.com/alejandrogomez/turses
+Vcs-Git: git://git.debian.org/collab-maint/turses.git
+Vcs-Browser: http://git.debian.org/?p=collab-maint/turses.git;a=summary
+
+Package: turses
+Architecture: all
+Depends: python-oauth2,
+ python-tweepy,
+ python-urwid,
+ ${misc:Depends},
+ ${python:Depends}
+Recommends: turses-doc
+Description: Twitter client for the console
+ turses is a Twitter client with a sexy curses interface
+ written in Python. It's based on Tyrs by Nicolas Paris.
+ The goal of the project is to build a full-featured,
+ lightweight, and  extremely configurable Twitter client.
+ .
+ Some features:
+  - Multiple timelines (buffers)
+  - Multi-column
+  - Tweet, Reply, Retweet
+  - Delete tweet, Follow/Unfollow
+  - Favorite/Unfavorite
+  - Direct Messages
+  - Open URLs in browser
+  - Multiple accounts
+  - Fully customizable
+  - View any user's tweets
+
+Package: turses-doc
+Architecture: all
+Section: doc
+Depends: ${sphinxdoc:Depends}, 
+ ${misc:Depends}
+Suggests: turses
+Description: Documentation for Turses Twitter client for console
+ turses is a Twitter client with a sexy curses interface
+ written in Python. It's based on Tyrs by Nicolas Paris.
+ The goal of the project is to build a full-featured,
+ lightweight, and  extremely configurable Twitter client.
+ .
+ This package contains the turses documentation in various
+ formats: HTML, Info and plain text.

Added: packages/turses/trunk/debian/copyright
===================================================================
--- packages/turses/trunk/debian/copyright	                        (rev 0)
+++ packages/turses/trunk/debian/copyright	2013-01-16 17:15:38 UTC (rev 9364)
@@ -0,0 +1,52 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: turses
+Source: https://github.com/alejandrogomez/turses
+
+Files: *
+Copyright: 2012 Alejandro Gomez <alejandroogomez at gmail.com>
+ 2012 Nicolas Paris <nicolas.caen at gmail.com>
+ 2012 Sascha Kruse  <knopwob at googlemail.com>
+ 2012 Poapfel 
+ 2012 Giannis Damigos <giannis.damigos at gmail.com>
+ 2012 Joe di Castro <joe at joedicastro.com>
+ 2012 Paul Ivanov
+ 2012 replicant
+License: GPL-3.0+
+
+Files: turses/api/base.py
+Copyright: 2007 Python-Twitter Developers
+License: Apache-2.0
+
+Files: debian/*
+Copyright: 2012 Daniel Echeverry <epsilon77 at gmail.com>
+License: GPL-3.0+
+
+License: GPL-3.0+
+ 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.
+ .
+ This package is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License version 3 can be found in "/usr/share/common-licenses/GPL-3".
+
+License: Apache-2.0
+ Licensed under the Apache License, Version 2.0 (the "License"); 
+ you may not use this file except in compliance with the License. 
+ You may obtain a copy of the License at 
+ .
+ http://www.apache.org/licenses/LICENSE-2.0 
+ .
+ Unless required by applicable law or agreed to in writing, software 
+ distributed under the License is distributed on an "AS IS" BASIS, 
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 
+ See the License for the specific language governing permissions and 
+ limitations under the License.

Added: packages/turses/trunk/debian/patches/01_build_doc_without_internet.diff
===================================================================
--- packages/turses/trunk/debian/patches/01_build_doc_without_internet.diff	                        (rev 0)
+++ packages/turses/trunk/debian/patches/01_build_doc_without_internet.diff	2013-01-16 17:15:38 UTC (rev 9364)
@@ -0,0 +1,14 @@
+Description: Build doc whithout Internet.
+Forwarded: No
+Author: Daniel Echeverry <epsilon77 at gmail.com>
+Last-Update: 2013-01-16
+--- a/docs/conf.py
++++ b/docs/conf.py
+@@ -239,7 +239,3 @@
+ 
+ # How to display URL addresses: 'footnote', 'no', or 'inline'.
+ #texinfo_show_urls = 'footnote'
+-
+-
+-# Example configuration for intersphinx: refer to the Python standard library.
+-intersphinx_mapping = {'http://docs.python.org/': None}

Added: packages/turses/trunk/debian/patches/series
===================================================================
--- packages/turses/trunk/debian/patches/series	                        (rev 0)
+++ packages/turses/trunk/debian/patches/series	2013-01-16 17:15:38 UTC (rev 9364)
@@ -0,0 +1 @@
+01_build_doc_without_internet.diff

Added: packages/turses/trunk/debian/rules
===================================================================
--- packages/turses/trunk/debian/rules	                        (rev 0)
+++ packages/turses/trunk/debian/rules	2013-01-16 17:15:38 UTC (rev 9364)
@@ -0,0 +1,22 @@
+#!/usr/bin/make -f
+#export DH_VERBOSE=1
+
+%:
+	dh $@  --buildsystem=python_distutils --with=python2,sphinxdoc
+
+override_dh_clean:
+	dh_clean
+	find . -name '*.pyc' -delete
+	rm -rf $(CURDIR)/build
+	rm -rf $(CURDIR)/turses.1
+	rm -rf $(CURDIR)/turses.egg-info
+
+override_dh_auto_build:
+	python setup.py build_sphinx
+
+override_dh_installman:
+	rst2man docs/user/manpage.rst turses.1
+	dh_installman
+
+override_dh_installchangelogs:
+	dh_installchangelogs HISTORY.rst


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

Added: packages/turses/trunk/debian/source/format
===================================================================
--- packages/turses/trunk/debian/source/format	                        (rev 0)
+++ packages/turses/trunk/debian/source/format	2013-01-16 17:15:38 UTC (rev 9364)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: packages/turses/trunk/debian/turses-doc.doc-base
===================================================================
--- packages/turses/trunk/debian/turses-doc.doc-base	                        (rev 0)
+++ packages/turses/trunk/debian/turses-doc.doc-base	2013-01-16 17:15:38 UTC (rev 9364)
@@ -0,0 +1,13 @@
+Document: turses
+Title: Twitter client for the console
+Author: Alejandro Gómez
+Abstract: This part of the documentation will help you using turses.
+ turses is a Twitter client with a sexy curses interface
+ written in Python. It's based on Tyrs by Nicolas Paris.
+ The goal of the project is to build a full-featured,
+ lightweight, and  extremely configurable Twitter client.
+Section: Network/Communication
+
+Format: HTML
+Index: /usr/share/doc/turses-doc/html/index.html
+Files: /usr/share/doc/turses-doc/html/*.html

Added: packages/turses/trunk/debian/turses-doc.docs
===================================================================
--- packages/turses/trunk/debian/turses-doc.docs	                        (rev 0)
+++ packages/turses/trunk/debian/turses-doc.docs	2013-01-16 17:15:38 UTC (rev 9364)
@@ -0,0 +1 @@
+build/sphinx/html

Added: packages/turses/trunk/debian/turses.docs
===================================================================
--- packages/turses/trunk/debian/turses.docs	                        (rev 0)
+++ packages/turses/trunk/debian/turses.docs	2013-01-16 17:15:38 UTC (rev 9364)
@@ -0,0 +1 @@
+README.rst

Added: packages/turses/trunk/debian/turses.install
===================================================================
--- packages/turses/trunk/debian/turses.install	                        (rev 0)
+++ packages/turses/trunk/debian/turses.install	2013-01-16 17:15:38 UTC (rev 9364)
@@ -0,0 +1,2 @@
+usr/lib/python2*
+usr/bin/turses

Added: packages/turses/trunk/debian/turses.manpages
===================================================================
--- packages/turses/trunk/debian/turses.manpages	                        (rev 0)
+++ packages/turses/trunk/debian/turses.manpages	2013-01-16 17:15:38 UTC (rev 9364)
@@ -0,0 +1 @@
+turses.1

Added: packages/turses/trunk/debian/watch
===================================================================
--- packages/turses/trunk/debian/watch	                        (rev 0)
+++ packages/turses/trunk/debian/watch	2013-01-16 17:15:38 UTC (rev 9364)
@@ -0,0 +1,2 @@
+version=3
+https://github.com/alejandrogomez/turses/tags .*/v?(\d.*)\.(?:tgz|tbz2|txz|tar\.(?:gz|bz2|xz))




More information about the Python-apps-commits mailing list