[Python-apps-commits] r1744 - in packages/gwibber (4 files)

odd_bloke-guest at users.alioth.debian.org odd_bloke-guest at users.alioth.debian.org
Tue Sep 2 21:08:37 UTC 2008


    Date: Tuesday, September 2, 2008 @ 21:08:36
  Author: odd_bloke-guest
Revision: 1744

Removed embedded jquery.js.

Added:
  packages/gwibber/trunk/debian/links
Modified:
  packages/gwibber/trunk/	(properties)
  packages/gwibber/trunk/debian/control
  packages/gwibber/trunk/debian/rules


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

   + timestamp: 2008-09-02 21:39:19.436000109 +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/watch	watch-20080902201959-xg0wu1srr2qmqiw3-2

   + debian/control	control-20080819203259-g4fse9wjzu3bjfgd-4
debian/links	links-20080902203300-t1u6wd8upqoa3q41-1
debian/rules	rules-20080819203259-g4fse9wjzu3bjfgd-9

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

   + 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


Modified: packages/gwibber/trunk/debian/control
===================================================================
--- packages/gwibber/trunk/debian/control	2008-09-02 21:08:33 UTC (rev 1743)
+++ packages/gwibber/trunk/debian/control	2008-09-02 21:08:36 UTC (rev 1744)
@@ -13,7 +13,7 @@
 XB-Python-Version: ${python:Versions}
 Depends: python-dbus, python-gtk2, python-gconf, python-notify,
     python-egenix-mxdatetime, python-simplejson, python-cairo, libwebkit-1.0-1,
-    python-webkitgtk, ${python:Depends}, ${misc:Depends}
+    python-webkitgtk, libjs-jquery, ${python:Depends}, ${misc:Depends}
 Description: microblogging client for GNOME
  Gwibber is a status management client application. It can transmit status
  message updates to Twitter, Jaiku, Identi.ca, Facebook, and Digg

Added: packages/gwibber/trunk/debian/links
===================================================================
--- packages/gwibber/trunk/debian/links	                        (rev 0)
+++ packages/gwibber/trunk/debian/links	2008-09-02 21:08:36 UTC (rev 1744)
@@ -0,0 +1 @@
+gwibber/ui/jquery.js    /usr/share/javascript/jquery/jquery.js

Modified: packages/gwibber/trunk/debian/rules
===================================================================
--- packages/gwibber/trunk/debian/rules	2008-09-02 21:08:33 UTC (rev 1743)
+++ packages/gwibber/trunk/debian/rules	2008-09-02 21:08:36 UTC (rev 1744)
@@ -9,6 +9,7 @@
 
 install: build
 	dh install
+	rm debian/gwibber/usr/share/gwibber/ui/jquery.js
 
 binary-arch:
 




More information about the Python-apps-commits mailing list