[Python-apps-commits] r1710 - in packages/gwibber (10 files)

odd_bloke-guest at users.alioth.debian.org odd_bloke-guest at users.alioth.debian.org
Thu Aug 28 07:44:44 UTC 2008


    Date: Thursday, August 28, 2008 @ 07:44:42
  Author: odd_bloke-guest
Revision: 1710

* Initial debianization

Added:
  packages/gwibber/trunk/
  packages/gwibber/trunk/README.Debian
  packages/gwibber/trunk/changelog
  packages/gwibber/trunk/compat
  packages/gwibber/trunk/control
  packages/gwibber/trunk/copyright
  packages/gwibber/trunk/dirs
  packages/gwibber/trunk/docs
  packages/gwibber/trunk/pycompat
  packages/gwibber/trunk/rules


Property changes on: packages/gwibber/trunk
___________________________________________________________________
Name: bzr:revision-info
   + timestamp: 2008-08-19 16:33:03.881999969 -0400
committer: Jorge O. Castro <jorge at ubuntu.com>
properties: 
	branch-nick: debian

Name: bzr:file-ids
   + 	TREE_ROOT
README.Debian	readme.debian-20080819203259-g4fse9wjzu3bjfgd-1
changelog	changelog-20080819203259-g4fse9wjzu3bjfgd-2
compat	compat-20080819203259-g4fse9wjzu3bjfgd-3
control	control-20080819203259-g4fse9wjzu3bjfgd-4
copyright	copyright-20080819203259-g4fse9wjzu3bjfgd-5
dirs	dirs-20080819203259-g4fse9wjzu3bjfgd-6
docs	docs-20080819203259-g4fse9wjzu3bjfgd-7
pycompat	pycompat-20080819203259-g4fse9wjzu3bjfgd-8
rules	rules-20080819203259-g4fse9wjzu3bjfgd-9

Name: bzr:revision-id:v3-trunk2
   + 1 jorge at ubuntu.com-20080819203303-scwdk1gloo3x2tjm

Name: bzr:text-parents
   + 

Added: packages/gwibber/trunk/README.Debian
===================================================================
--- packages/gwibber/trunk/README.Debian	                        (rev 0)
+++ packages/gwibber/trunk/README.Debian	2008-08-28 07:44:42 UTC (rev 1710)
@@ -0,0 +1,6 @@
+gwibber for Debian
+------------------
+
+<possible notes regarding this package - if none, delete this file>
+
+ -- Jorge O. Castro <jorge at ubuntu.com>  Tue, 19 Aug 2008 14:25:07 -0400

Added: packages/gwibber/trunk/changelog
===================================================================
--- packages/gwibber/trunk/changelog	                        (rev 0)
+++ packages/gwibber/trunk/changelog	2008-08-28 07:44:42 UTC (rev 1710)
@@ -0,0 +1,5 @@
+gwibber (0.1~bzr85-1) intrepid; urgency=low
+
+  * Initial release 
+
+ -- Jorge O. Castro <jorge at ubuntu.com>  Tue, 19 Aug 2008 14:27:19 -0400

Added: packages/gwibber/trunk/compat
===================================================================
--- packages/gwibber/trunk/compat	                        (rev 0)
+++ packages/gwibber/trunk/compat	2008-08-28 07:44:42 UTC (rev 1710)
@@ -0,0 +1 @@
+7

Added: packages/gwibber/trunk/control
===================================================================
--- packages/gwibber/trunk/control	                        (rev 0)
+++ packages/gwibber/trunk/control	2008-08-28 07:44:42 UTC (rev 1710)
@@ -0,0 +1,15 @@
+Source: gwibber
+Section: misc
+Priority: extra
+Maintainer: Jorge O. Castro <jorge at ubuntu.com>
+Build-Depends: cdbs (>=0.4.49), debhelper (>= 5), python-central (>=0.5.6)
+Standards-Version: 3.7.3
+XS-Python-Version: >=2.5
+Homepage: https://launchpad.net/gwibber
+
+Package: gwibber
+Architecture: all
+XB-Python-Version: ${python:Versions}
+Depends: python-dbus, python-gtk2, python-gconf, python-notify, python-egenix-mxdatetime, libwebkit-1.0-1, ${python:Depends}, ${misc:Depends}
+Description: Gwibber is an open source microblogging client for GNOME developed with Python and GTK.
+ It supports Twitter, Jaiku, Identi.ca, Facebook, and Digg. Please note that this is pre-alpha software.

Added: packages/gwibber/trunk/copyright
===================================================================
--- packages/gwibber/trunk/copyright	                        (rev 0)
+++ packages/gwibber/trunk/copyright	2008-08-28 07:44:42 UTC (rev 1710)
@@ -0,0 +1,23 @@
+This package was debianized by Jorge O. Castro <jorge at ubuntu.com> on
+Tue, 19 Aug 2008 14:25:07 -0400.
+
+It was downloaded from <https://edge.launchpad.net/gwibber>
+
+Upstream Author(s):
+
+	Ryan Paul (SegPhault) <segphault at arstechnica.com>
+
+Copyright:
+
+    <Copyright (C) 2008 Ryan Paul>
+
+License:
+
+    gwibber is licensed under the LGPL V2.1, see COPYING for more details.
+    On Debian systems, the complete text of the GNU Lesser General Public
+    License V2.1 can be found in the file `/usr/share/common-licenses/LGPL-2.1'.    
+The Debian packaging is (C) 2008, Jorge O. Castro <jorge at ubuntu.com> and
+is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
+
+# Please also look if there are files or directories which have a
+# different copyright/license attached and list them here.

Added: packages/gwibber/trunk/dirs
===================================================================
--- packages/gwibber/trunk/dirs	                        (rev 0)
+++ packages/gwibber/trunk/dirs	2008-08-28 07:44:42 UTC (rev 1710)
@@ -0,0 +1,2 @@
+usr/bin
+usr/sbin

Added: packages/gwibber/trunk/docs
===================================================================
--- packages/gwibber/trunk/docs	                        (rev 0)
+++ packages/gwibber/trunk/docs	2008-08-28 07:44:42 UTC (rev 1710)
@@ -0,0 +1 @@
+README

Added: packages/gwibber/trunk/pycompat
===================================================================
--- packages/gwibber/trunk/pycompat	                        (rev 0)
+++ packages/gwibber/trunk/pycompat	2008-08-28 07:44:42 UTC (rev 1710)
@@ -0,0 +1 @@
+2

Added: packages/gwibber/trunk/rules
===================================================================
--- packages/gwibber/trunk/rules	                        (rev 0)
+++ packages/gwibber/trunk/rules	2008-08-28 07:44:42 UTC (rev 1710)
@@ -0,0 +1,5 @@
+#!/usr/bin/make -f
+DEB_PYTHON_SYSTEM=pycentral
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/python-distutils.mk


Property changes on: packages/gwibber/trunk/rules
___________________________________________________________________
Name: svn:executable
   + *




More information about the Python-apps-commits mailing list