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

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


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

Fixed linking to JQuery.

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


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

   + timestamp: 2008-09-04 19:10:08.180000067 +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/changelog	changelog-20080819203259-g4fse9wjzu3bjfgd-2
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
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

   + 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


Modified: packages/gwibber/trunk/debian/changelog
===================================================================
--- packages/gwibber/trunk/debian/changelog	2008-09-04 07:18:17 UTC (rev 1751)
+++ packages/gwibber/trunk/debian/changelog	2008-09-04 18:32:14 UTC (rev 1752)
@@ -11,7 +11,7 @@
   * Removed embedded JQuery.
   * Added manpage.
 
- -- Daniel Watkins <daniel at daniel-watkins.co.uk>  Tue, 02 Sep 2008 21:58:23 +0100
+ -- Daniel Watkins <daniel at daniel-watkins.co.uk>  Thu, 04 Sep 2008 19:09:52 +0100
 
 gwibber (0.1~bzr90~hardy~ppa1) hardy; urgency=low
 

Modified: packages/gwibber/trunk/debian/links
===================================================================
--- packages/gwibber/trunk/debian/links	2008-09-04 07:18:17 UTC (rev 1751)
+++ packages/gwibber/trunk/debian/links	2008-09-04 18:32:14 UTC (rev 1752)
@@ -1 +1 @@
-gwibber/ui/jquery.js    /usr/share/javascript/jquery/jquery.js
+/usr/share/javascript/jquery/jquery.js /usr/share/gwibber/ui/jquery.js

Modified: packages/gwibber/trunk/debian/rules
===================================================================
--- packages/gwibber/trunk/debian/rules	2008-09-04 07:18:17 UTC (rev 1751)
+++ packages/gwibber/trunk/debian/rules	2008-09-04 18:32:14 UTC (rev 1752)
@@ -8,8 +8,9 @@
 build: patch
 
 install: build
-	dh install
+	dh install --before dh_link
 	rm debian/gwibber/usr/share/gwibber/ui/jquery.js
+	dh install --remaining
 
 binary-arch:
 




More information about the Python-apps-commits mailing list