[Python-apps-commits] r3311 - in packages/mitter/trunk (17 files)

warp10-guest at users.alioth.debian.org warp10-guest at users.alioth.debian.org
Mon Jul 20 15:03:17 UTC 2009


    Date: Monday, July 20, 2009 @ 15:03:14
  Author: warp10-guest
Revision: 3311

[svn-inject] Applying Debian modifications to trunk

Added:
  packages/mitter/trunk/debian/
  packages/mitter/trunk/debian/changelog
  packages/mitter/trunk/debian/compat
  packages/mitter/trunk/debian/control
  packages/mitter/trunk/debian/copyright
  packages/mitter/trunk/debian/docs
  packages/mitter/trunk/debian/install
  packages/mitter/trunk/debian/links
  packages/mitter/trunk/debian/manpages
  packages/mitter/trunk/debian/menu
  packages/mitter/trunk/debian/mitter.1
  packages/mitter/trunk/debian/mitter.xpm
  packages/mitter/trunk/debian/patches/
  packages/mitter/trunk/debian/patches/desktop_file_fixes.patch
  packages/mitter/trunk/debian/patches/series
  packages/mitter/trunk/debian/rules
  packages/mitter/trunk/debian/watch


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

Added: packages/mitter/trunk/debian/changelog
===================================================================
--- packages/mitter/trunk/debian/changelog	                        (rev 0)
+++ packages/mitter/trunk/debian/changelog	2009-07-20 15:03:14 UTC (rev 3311)
@@ -0,0 +1,5 @@
+mitter (0.4.5-1) UNRELEASED; urgency=low
+
+  * Initial release. (Closes: #526796)
+
+ -- Andrea Colangelo <warp10 at ubuntu.com>  Wed, 15 Jul 2009 10:43:18 +0200

Added: packages/mitter/trunk/debian/compat
===================================================================
--- packages/mitter/trunk/debian/compat	                        (rev 0)
+++ packages/mitter/trunk/debian/compat	2009-07-20 15:03:14 UTC (rev 3311)
@@ -0,0 +1 @@
+7

Added: packages/mitter/trunk/debian/control
===================================================================
--- packages/mitter/trunk/debian/control	                        (rev 0)
+++ packages/mitter/trunk/debian/control	2009-07-20 15:03:14 UTC (rev 3311)
@@ -0,0 +1,19 @@
+Source: mitter
+Section: net
+Priority: optional
+Maintainer: Andrea Colangelo <warp10 at ubuntu.com>
+Build-Depends: debhelper (>= 7.0.50), quilt (>= 0.46-7)
+Build-Depends-Indep: python-support (>= 0.5.3), python (>= 2.5), python-simplejson
+Standards-Version: 3.8.2
+XS-Python-Version: >= 2.5
+Homepage: http://code.google.com/p/mitter/
+
+Package: mitter
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}, python-dbus, dbus, python-gtk2, python-notify
+Description: micro-blogging client with multiple interfaces
+ Mitter is a client for Twitter. Currently, PyGTK-based GUI and console
+ interfaces are available. It features timeline auto updating, tray icon with
+ notification of new messages, convenient replying and retweeting, and SSL
+ support.
+

Added: packages/mitter/trunk/debian/copyright
===================================================================
--- packages/mitter/trunk/debian/copyright	                        (rev 0)
+++ packages/mitter/trunk/debian/copyright	2009-07-20 15:03:14 UTC (rev 3311)
@@ -0,0 +1,57 @@
+This package was debianized by:
+
+    Andrea Colangelo <warp10 at ubuntu.com> on Wed, 15 Jul 2009 10:43:18 +0200
+
+It was downloaded from:
+
+    http://code.google.com/p/mitter/
+
+Upstream Authors:
+
+    Julio Biason <julio.biason at gmail.com>
+    Deepak Sarda <deepak at antrix.net>
+    Gerald Kaszuba <gerald.kaszuba at gmail.com>
+
+mitterlib/threadhttp.py is:
+
+    Copyright © 2007  Julio Biason
+
+mitterlib/ui/notify.py is:
+
+    Copyright © 2007  Julio Biason, Deepak Sarda
+
+mitter, mitterlib/ui/__init__.py, mitterlib/ui/timesince.py are:
+
+    Copyright © 2007, 2008  Julio Biason
+
+mitterlib/constants.py, mitterlib/twitter.py are:
+
+    Copyright © 2007, 2008  The Mitter Contributors
+
+mitterlib/__init__.py, mitterlib/ui/console_utils.py, mitterlib/ui/u*.py are:
+
+    Copyright © 2007, 2008  Julio Biason, Deepak Sarda
+
+License:
+
+    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'.
+
+The Debian packaging is:
+
+    Copyright © 2009 Andrea Colangelo <warp10 at ubuntu.com>
+
+and is licensed under the GPL version 3, see above.

Added: packages/mitter/trunk/debian/docs
===================================================================
--- packages/mitter/trunk/debian/docs	                        (rev 0)
+++ packages/mitter/trunk/debian/docs	2009-07-20 15:03:14 UTC (rev 3311)
@@ -0,0 +1 @@
+THANKS

Added: packages/mitter/trunk/debian/install
===================================================================
--- packages/mitter/trunk/debian/install	                        (rev 0)
+++ packages/mitter/trunk/debian/install	2009-07-20 15:03:14 UTC (rev 3311)
@@ -0,0 +1,2 @@
+mitter.desktop      /usr/share/applications/
+debian/mitter.xpm   /usr/share/pixmaps

Added: packages/mitter/trunk/debian/links
===================================================================
--- packages/mitter/trunk/debian/links	                        (rev 0)
+++ packages/mitter/trunk/debian/links	2009-07-20 15:03:14 UTC (rev 3311)
@@ -0,0 +1 @@
+/usr/share/mitter/mitter     /usr/bin/mitter

Added: packages/mitter/trunk/debian/manpages
===================================================================
--- packages/mitter/trunk/debian/manpages	                        (rev 0)
+++ packages/mitter/trunk/debian/manpages	2009-07-20 15:03:14 UTC (rev 3311)
@@ -0,0 +1 @@
+debian/mitter.1

Added: packages/mitter/trunk/debian/menu
===================================================================
--- packages/mitter/trunk/debian/menu	                        (rev 0)
+++ packages/mitter/trunk/debian/menu	2009-07-20 15:03:14 UTC (rev 3311)
@@ -0,0 +1,2 @@
+?package(mitter):needs="text" section="Applications/Network/Communication"\
+  title="mitter" command="/usr/bin/mitter" icon="/usr/share/pixmaps/mitter.xpm"

Added: packages/mitter/trunk/debian/mitter.1
===================================================================
--- packages/mitter/trunk/debian/mitter.1	                        (rev 0)
+++ packages/mitter/trunk/debian/mitter.1	2009-07-20 15:03:14 UTC (rev 3311)
@@ -0,0 +1,51 @@
+.TH mitter 1 2009-07-05 "mitter"
+.SH NAME
+mitter \- Micro-blogging client with multiple interfaces
+.SH SYNOPSIS
+.B mitter
+.RI [ options ]
+.SH DESCRIPTION
+Mitter is a client for Twitter. Currently, PyGTK-based GUI and console
+interfaces are available. It features timeline auto updating, tray icon
+with notification of new messages, convenient replying and retweeting,
+and SSL support.
+.SH OPTIONS
+These programs follow the usual GNU command line syntax, with long
+options starting with two dashes (`-').
+A summary of options is included below.
+.TP
+.B \-h, \-\-help
+Show summary of options.
+.TP
+.B \-u USER, \-\-user=USER
+Username to login.
+.TP
+.B \-p PASSWORD, \-\-password=PASSWORD
+Login password.
+.TP
+.B \-c CONFIG_FILE, \-\-config=CONFIG_FILE
+Configuration file.
+.TP
+.B \-d, \-\-debug
+Display debugging information
+.TP
+.B \-i INTERFACE, \-\-interface=INTERFACE
+Select an interface. Available interfaces: pygtk, cmd, tty
+.TP
+.B \-s, \-\-https
+Use Twitter with HTTPS
+.TP
+.B \-\-refresh-interval=MINUTES
+Refresh interval (PyGTK only)
+.TP
+.B \-\-updates
+Display the latest updates
+.TP
+.B \-\-update=STATUS
+Update your status
+.TP
+.B \-\-replies
+Get a list of replies intead of the friends timeline
+.PP
+This manual page was written by Andrea Colangelo <warp10 at ubuntu.com>,
+for the Debian project (and may be used by others).

Added: packages/mitter/trunk/debian/mitter.xpm
===================================================================
--- packages/mitter/trunk/debian/mitter.xpm	                        (rev 0)
+++ packages/mitter/trunk/debian/mitter.xpm	2009-07-20 15:03:14 UTC (rev 3311)
@@ -0,0 +1,113 @@
+/* XPM */
+static char *mitter[] = {
+/* columns rows colors chars-per-pixel */
+"26 26 81 1",
+"  c #6BD8F6",
+". c #6CD9F6",
+"X c #6DD9F6",
+"o c #6EDAF6",
+"O c #70DAF6",
+"+ c #70DBF7",
+"@ c #74DCF7",
+"# c #77DDF8",
+"$ c #78DDF8",
+"% c #78DEF8",
+"& c #7BDEF8",
+"* c #7CDEF8",
+"= c #7DDEF8",
+"- c #7EDFF8",
+"; c #7CE0F8",
+": c #7DE0F8",
+"> c #80E0F8",
+", c #80E1F9",
+"< c #81E2F9",
+"1 c #84E2F9",
+"2 c #84E2FA",
+"3 c #85E3FA",
+"4 c #89E0F8",
+"5 c #88E1F8",
+"6 c #88E4FA",
+"7 c #89E5FA",
+"8 c #8FE4F9",
+"9 c #92E2F8",
+"0 c #92E3F8",
+"q c #91E4F9",
+"w c #91E6FA",
+"e c #92E6FA",
+"r c #95E5FA",
+"t c #95E8FC",
+"y c #97E8FC",
+"u c #98E8FC",
+"i c #9EEAFC",
+"p c #9FEAFC",
+"a c #A0EBFC",
+"s c #A1ECFC",
+"d c #A2ECFC",
+"f c #A4ECFC",
+"g c #A8E9FA",
+"h c #AFEAFA",
+"j c #A9EEFC",
+"k c #B0EAFA",
+"l c #B2EBFA",
+"z c #B3EBFB",
+"x c #BEF2FD",
+"c c #CDF2FC",
+"v c #D1F4FD",
+"b c #D3F4FD",
+"n c #D3F5FD",
+"m c #D4F6FD",
+"M c #D5F6FE",
+"N c #D8F6FD",
+"B c #D8F7FE",
+"V c #DBF6FE",
+"C c #DCF7FE",
+"Z c #DDF8FE",
+"A c #DEF8FE",
+"S c #E0F8FE",
+"D c #E1F8FE",
+"F c #E2F9FE",
+"G c #E3F9FE",
+"H c #E2FAFE",
+"J c #E4F9FE",
+"K c #E5FAFE",
+"L c #E8F9FE",
+"P c #E9FAFE",
+"I c #EBFAFE",
+"U c #F0FCFF",
+"Y c #F3FCFE",
+"T c #F5FDFE",
+"R c #F4FDFF",
+"E c #F9FEFF",
+"W c #FDFCFF",
+"Q c #FCFEFF",
+"! c #FEFFFF",
+"~ c gray100",
+"^ c None",
+/* pixels */
+"^^^^^^^^^^^^^^^^^^^^^^^^^^",
+"^^^^^^^^^^^^^^^^^^^^^^^^^^",
+"^^^^^^^^^^^^^^^^^^^^^^^^^^",
+"^^^^^^^^^^^^^^^^^^^^^^^^^^",
+"^^^^^^^^^^^^^^^^^^^^^^^^^^",
+"^^^^^Il049kL~~Lk940lI~~~~^",
+"^^^!zX XXX..hh..XXX Xz!~~^",
+"^^^g.OOOOOOOooOOOOOOO.g~~~",
+"^^c+@@@@@@@@@@@@@@@@@@+c~~",
+"^Q5$$$$=q-#$$$$#-q=$$$$5Q^",
+"~L%***8Y~Tr&**&rT~Y8***%L~",
+"~b:>>:b~~~N;>>;N~~~b:>>:b~",
+"~v<11,V~~~S,11,S~~~V,11<v~",
+"~n3662C~~~D2662D~~~C2663n~",
+"~m7ew6Z~~~F6ww6F~~~Z6we7m~",
+"~MuppyA~~~GtpptG~~~AyppuM~",
+"~BaddiS~~~JiddiJ~~~SiddaB~",
+"~UsjjdR~W~EfjjfE~W~RdjjsU~",
+"~~HxxK~~~~~PxxP~~~~~KxxH~~",
+"^^^^^^^^^^^^^^^^^^^^^^^^^^",
+"^^^^^^^^^^^^^^^^^^^^^^^^^^",
+"^^^^^^^^^^^^^^^^^^^^^^^^^^",
+"^^^^^^^^^^^^^^^^^^^^^^^^^^",
+"^^^^^^^^^^^^^^^^^^^^^^^^^^",
+"^^^^^^^^^^^^^^^^^^^^^^^^^^",
+"^^^^^^^^^^^^^^^^^^^^^^^^^^"
+};

Added: packages/mitter/trunk/debian/patches/desktop_file_fixes.patch
===================================================================
--- packages/mitter/trunk/debian/patches/desktop_file_fixes.patch	                        (rev 0)
+++ packages/mitter/trunk/debian/patches/desktop_file_fixes.patch	2009-07-20 15:03:14 UTC (rev 3311)
@@ -0,0 +1,19 @@
+Description:    Fix some invalid keys
+Origin:         Debian
+Forwarded:      not-needed
+
+Index: mitter-0.4.5/mitter.desktop
+===================================================================
+--- mitter-0.4.5.orig/mitter.desktop	2009-07-15 12:02:30.000000000 +0200
++++ mitter-0.4.5/mitter.desktop	2009-07-15 12:04:34.000000000 +0200
+@@ -1,9 +1,7 @@
+ [Desktop Entry]
+-Version=0.4
+-Encoding=UTF-8
+ Name=Mitter
+ Comment=A client for twitter.com
+ Exec=/usr/bin/mitter
+ Icon=mitter
+ Type=Application
+-Categories=Network
++Categories=Network;

Added: packages/mitter/trunk/debian/patches/series
===================================================================
--- packages/mitter/trunk/debian/patches/series	                        (rev 0)
+++ packages/mitter/trunk/debian/patches/series	2009-07-20 15:03:14 UTC (rev 3311)
@@ -0,0 +1 @@
+desktop_file_fixes.patch

Added: packages/mitter/trunk/debian/rules
===================================================================
--- packages/mitter/trunk/debian/rules	                        (rev 0)
+++ packages/mitter/trunk/debian/rules	2009-07-20 15:03:14 UTC (rev 3311)
@@ -0,0 +1,13 @@
+#!/usr/bin/make -f
+
+%:
+	dh --with quilt $@
+
+override_dh_auto_install:
+	python setup.py install \
+		--root=$(CURDIR)/debian/mitter \
+		--install-scripts=/usr/share/mitter \
+		--install-lib=/usr/share/mitter \
+		$(py_setup_install_args)
+
+


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

Added: packages/mitter/trunk/debian/watch
===================================================================
--- packages/mitter/trunk/debian/watch	                        (rev 0)
+++ packages/mitter/trunk/debian/watch	2009-07-20 15:03:14 UTC (rev 3311)
@@ -0,0 +1,2 @@
+version=3
+http://code.google.com/p/mitter/downloads/list (?:.*/)?mitter-(.+)\.tar\.gz




More information about the Python-apps-commits mailing list