[Python-modules-commits] r4074 - in packages (11 files)
piotr at users.alioth.debian.org
piotr at users.alioth.debian.org
Sun Dec 30 20:02:31 UTC 2007
Date: Sunday, December 30, 2007 @ 20:02:30
Author: piotr
Revision: 4074
moved from PAPT
Added:
packages/twyt/
packages/twyt/tags/
packages/twyt/trunk/
packages/twyt/trunk/debian/
packages/twyt/trunk/debian/changelog
packages/twyt/trunk/debian/compat
packages/twyt/trunk/debian/control
packages/twyt/trunk/debian/copyright
packages/twyt/trunk/debian/docs
packages/twyt/trunk/debian/pycompat
packages/twyt/trunk/debian/rules
Property changes on: packages/twyt/trunk/debian
___________________________________________________________________
Name: mergeWithUpstream
+ 1
Added: packages/twyt/trunk/debian/changelog
===================================================================
--- packages/twyt/trunk/debian/changelog (rev 0)
+++ packages/twyt/trunk/debian/changelog 2007-12-30 20:02:30 UTC (rev 4074)
@@ -0,0 +1,6 @@
+twyt (0.6-1) unstable; urgency=low
+
+ * Initial release (Closes: #458183)
+
+ -- Andy Price <andy at andrewprice.me.uk> Sat, 29 Dec 2007 12:27:42 +0000
+
Added: packages/twyt/trunk/debian/compat
===================================================================
--- packages/twyt/trunk/debian/compat (rev 0)
+++ packages/twyt/trunk/debian/compat 2007-12-30 20:02:30 UTC (rev 4074)
@@ -0,0 +1 @@
+5
Added: packages/twyt/trunk/debian/control
===================================================================
--- packages/twyt/trunk/debian/control (rev 0)
+++ packages/twyt/trunk/debian/control 2007-12-30 20:02:30 UTC (rev 4074)
@@ -0,0 +1,18 @@
+Source: twyt
+Section: python
+Priority: optional
+Maintainer: Andy Price <andy at andrewprice.me.uk>
+Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Build-Depends: cdbs (>= 0.4.43), debhelper (>= 5.0.38), python-support (>= 0.6), python
+Standards-Version: 3.7.3
+Homepage: http://andrewprice.me.uk/projects/twyt/
+Vcs-Svn: svn://svn.debian.org/python-modules/packages/twyt/trunk/
+Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/twyt/?op=log
+
+Package: python-twyt
+Architecture: all
+Depends: ${python:Depends}, python-simplejson
+Description: A command line Twitter client
+ Twyt is a command line twitter client which allows you to update your Twitter
+ status and view timelines etc. Due to the way it is implemented, it also would
+ make developing GUI front ends in python quite simple.
Added: packages/twyt/trunk/debian/copyright
===================================================================
--- packages/twyt/trunk/debian/copyright (rev 0)
+++ packages/twyt/trunk/debian/copyright 2007-12-30 20:02:30 UTC (rev 4074)
@@ -0,0 +1,35 @@
+This package was debianized by Andy Price <andy at andrewprice.me.uk> on
+Sat, 29 Dec 2007 12:20:08 +0000.
+
+It was downloaded from http://andrewprice.me.uk/projects/twyt
+
+Upstream Author:
+
+ Andy Price <andy at andrewprice.me.uk>
+
+Copyright:
+
+ Copyright (C) 2007 Andy Price
+
+License:
+
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted under the terms of the BSD License.
+
+ THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+ OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+ LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+ OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+ SUCH DAMAGE.
+
+On Debian systems, the complete text of the BSD License can be
+found in `/usr/share/common-licenses/BSD'.
+
+The Debian packaging is (C) 2007, Andy Price <andy at andrewprice.me.uk> and
+is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
Added: packages/twyt/trunk/debian/docs
===================================================================
--- packages/twyt/trunk/debian/docs (rev 0)
+++ packages/twyt/trunk/debian/docs 2007-12-30 20:02:30 UTC (rev 4074)
@@ -0,0 +1,3 @@
+APITODO
+README
+GUIHOWTO
Added: packages/twyt/trunk/debian/pycompat
===================================================================
--- packages/twyt/trunk/debian/pycompat (rev 0)
+++ packages/twyt/trunk/debian/pycompat 2007-12-30 20:02:30 UTC (rev 4074)
@@ -0,0 +1 @@
+2
Added: packages/twyt/trunk/debian/rules
===================================================================
--- packages/twyt/trunk/debian/rules (rev 0)
+++ packages/twyt/trunk/debian/rules 2007-12-30 20:02:30 UTC (rev 4074)
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+DEB_PYTHON_SYSTEM=pysupport
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/python-distutils.mk
Property changes on: packages/twyt/trunk/debian/rules
___________________________________________________________________
Name: svn:executable
+ *
More information about the Python-modules-commits
mailing list