[Python-apps-commits] r1753 - in packages/gwibber (3 files)

odd_bloke-guest at users.alioth.debian.org odd_bloke-guest at users.alioth.debian.org
Thu Sep 4 18:32:20 UTC 2008


    Date: Thursday, September 4, 2008 @ 18:32:18
  Author: odd_bloke-guest
Revision: 1753

Fixed various depends issues.

Modified:
  packages/gwibber/trunk/	(properties)
  packages/gwibber/trunk/debian/changelog
  packages/gwibber/trunk/debian/control


Property changes on: packages/gwibber/trunk
___________________________________________________________________
Name: bzr:revision-info
   - timestamp: 2008-09-04 19:10:08.180000067 +0100
committer: Daniel Watkins <daniel at daniel-watkins.co.uk>
properties: 
	branch-nick: gwibber

   + timestamp: 2008-09-04 19:15:02.079999924 +0100
committer: Daniel Watkins <daniel at daniel-watkins.co.uk>
properties: 
	branch-nick: gwibber

Name: bzr:file-ids
   - debian/changelog	changelog-20080819203259-g4fse9wjzu3bjfgd-2
debian/links	links-20080902203300-t1u6wd8upqoa3q41-1
debian/rules	rules-20080819203259-g4fse9wjzu3bjfgd-9

   + debian/changelog	changelog-20080819203259-g4fse9wjzu3bjfgd-2
debian/control	control-20080819203259-g4fse9wjzu3bjfgd-4

Name: bzr:revision-id:v3-list-QlpoOTFBWSZTWXrctpkAABdRgAAQABC6yV4AIAAhtU1MmBtQUwAE0zC-FIoOFRv95GyEprQjsj13FDS34XckU4UJB63LaZA.
   - 17 daniel at daniel-watkins.co.uk-20080902201830-ucm768hrs3n3us60
18 daniel at daniel-watkins.co.uk-20080902202030-qa4bdel5tkql3epu
19 daniel at daniel-watkins.co.uk-20080902203919-t663r5zhrwd9w6lh
20 daniel at daniel-watkins.co.uk-20080902205605-7505t1n6coueevk8
21 daniel at daniel-watkins.co.uk-20080902205854-tpl7ha3xszsf231t
22 daniel at daniel-watkins.co.uk-20080904181008-rv2vh197klq3oc38

   + 17 daniel at daniel-watkins.co.uk-20080902201830-ucm768hrs3n3us60
18 daniel at daniel-watkins.co.uk-20080902202030-qa4bdel5tkql3epu
19 daniel at daniel-watkins.co.uk-20080902203919-t663r5zhrwd9w6lh
20 daniel at daniel-watkins.co.uk-20080902205605-7505t1n6coueevk8
21 daniel at daniel-watkins.co.uk-20080902205854-tpl7ha3xszsf231t
22 daniel at daniel-watkins.co.uk-20080904181008-rv2vh197klq3oc38
23 daniel at daniel-watkins.co.uk-20080904181502-k84ws043lirry1mz


Modified: packages/gwibber/trunk/debian/changelog
===================================================================
--- packages/gwibber/trunk/debian/changelog	2008-09-04 18:32:14 UTC (rev 1752)
+++ packages/gwibber/trunk/debian/changelog	2008-09-04 18:32:18 UTC (rev 1753)
@@ -2,7 +2,8 @@
 
   * debian/control
     + Updated for Debian. (Closes: #496326)
-    + Added python2.5 to Build-Depends.
+    + Added python to Build-Depends.
+    + Changed from Ubuntu to Debian package names.
   * General cleanup of debian/copyright.
   * Converted debian/rules to use debhelper 7 rather than CDBS.
   * Started using dpatch, adding 01-fix-.desktop.dpatch to remove Encoding key
@@ -11,7 +12,7 @@
   * Removed embedded JQuery.
   * Added manpage.
 
- -- Daniel Watkins <daniel at daniel-watkins.co.uk>  Thu, 04 Sep 2008 19:09:52 +0100
+ -- Daniel Watkins <daniel at daniel-watkins.co.uk>  Thu, 04 Sep 2008 19:13:45 +0100
 
 gwibber (0.1~bzr90~hardy~ppa1) hardy; urgency=low
 

Modified: packages/gwibber/trunk/debian/control
===================================================================
--- packages/gwibber/trunk/debian/control	2008-09-04 18:32:14 UTC (rev 1752)
+++ packages/gwibber/trunk/debian/control	2008-09-04 18:32:18 UTC (rev 1753)
@@ -3,7 +3,8 @@
 Priority: optional
 Maintainer: Daniel Watkins <daniel at daniel-watkins.co.uk>
 Uploaders: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 7), dpatch, python-central (>=0.5.6), python2.5
+Build-Depends: debhelper (>= 7), dpatch, python-central (>=0.5.6),
+    python (>=2.5)
 Standards-Version: 3.8.0
 XS-Python-Version: >=2.5
 Homepage: https://launchpad.net/gwibber
@@ -11,7 +12,7 @@
 Package: gwibber
 Architecture: any
 XB-Python-Version: ${python:Versions}
-Depends: python-dbus, python-gtk2, python-gconf, python-notify,
+Depends: python-dbus, python-gtk2, python-gnome2, python-notify,
     python-egenix-mxdatetime, python-simplejson, python-cairo, libwebkit-1.0-1,
     python-webkitgtk, libjs-jquery, ${python:Depends}, ${misc:Depends}
 Description: microblogging client for GNOME




More information about the Python-apps-commits mailing list