[Python-apps-commits] r1969 - in packages/gwibber (8 files)

odd_bloke-guest at users.alioth.debian.org odd_bloke-guest at users.alioth.debian.org
Wed Nov 12 15:52:17 UTC 2008


    Date: Wednesday, November 12, 2008 @ 15:52:17
  Author: odd_bloke-guest
Revision: 1969

Added patch system and patches.

Added:
  packages/gwibber/trunk/debian/patches/
  packages/gwibber/trunk/debian/patches/fix-desktop
  packages/gwibber/trunk/debian/patches/series
Modified:
  packages/gwibber/trunk/	(properties)
  packages/gwibber/trunk/debian/changelog
  packages/gwibber/trunk/debian/control
  packages/gwibber/trunk/debian/rules
Deleted:
  packages/gwibber/trunk/debian/patches/


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

   + timestamp: 2008-11-11 17:48:09.183000088 +0000
committer: Daniel Watkins <daniel at daniel-watkins.co.uk>
properties: 
	branch-nick: gwibber
	rebase-of: daniel at daniel-watkins.co.uk-20081111174809-bgwfbm4onoe9f8ub

Name: bzr:file-ids
   - debian/changelog	changelog-20080819203259-g4fse9wjzu3bjfgd-2
debian/control	control-20080819203259-g4fse9wjzu3bjfgd-4

   + debian/changelog	changelog-20080819203259-g4fse9wjzu3bjfgd-2
debian/control	control-20080819203259-g4fse9wjzu3bjfgd-4
debian/patches	patches-20081111173435-8pahh62cqx4kihsx-1
debian/patches/fix-desktop	fixdesktop-20081111173645-kx4judyom3o7ilrw-1
debian/patches/series	series-20081111173645-kx4judyom3o7ilrw-3
debian/rules	rules-20080819203259-g4fse9wjzu3bjfgd-9

Name: bzr:revision-id:v3-trunk2
   - 1 jorge at ubuntu.com-20080819203303-scwdk1gloo3x2tjm
2 jorge at ubuntu.com-20080819205419-yx2lztgsfunmizvc
3 jorge at ubuntu.com-20080819211658-crmnabwu3suz2nuh
4 jorge at ubuntu.com-20080819212157-mgx2jj67p6p4wv28
5 jorge at ubuntu.com-20080819215351-xyvabguss21dx23w
6 jorge at ubuntu.com-20080819220248-f92xpvxpk1hgc1dy
7 jorge at ubuntu.com-20080819224102-a03taichigw58w27
8 jorge at ubuntu.com-20080820012829-p0ut3ll0cg3031t3
9 jorge at ubuntu.com-20080822134743-hvqh9nc83xdudhn4
10 jorge at ubuntu.com-20080824192506-1ictcqyqxu14faot
11 dwa at ellis-20080827075601-ud8uvfbn0uh8equn
12 dwa at ellis-20080827081559-ymx1qxmlyshpv9k1
13 dwa at ellis-20080827083019-utjqyq2qhp1zsfs4
14 dwa at ellis-20080827083104-uwoq6e77apkinl9g
15 daniel at daniel-watkins.co.uk-20080902081957-070tlqe8vd1u0sjh
16 daniel at daniel-watkins.co.uk-20080902090238-yt4pn6ia1ekptb85

   + 1 jorge at ubuntu.com-20080819203303-scwdk1gloo3x2tjm
2 jorge at ubuntu.com-20080819205419-yx2lztgsfunmizvc
3 jorge at ubuntu.com-20080819211658-crmnabwu3suz2nuh
4 jorge at ubuntu.com-20080819212157-mgx2jj67p6p4wv28
5 jorge at ubuntu.com-20080819215351-xyvabguss21dx23w
6 jorge at ubuntu.com-20080819220248-f92xpvxpk1hgc1dy
7 jorge at ubuntu.com-20080819224102-a03taichigw58w27
8 jorge at ubuntu.com-20080820012829-p0ut3ll0cg3031t3
9 jorge at ubuntu.com-20080822134743-hvqh9nc83xdudhn4
10 jorge at ubuntu.com-20080824192506-1ictcqyqxu14faot
11 dwa at ellis-20080827075601-ud8uvfbn0uh8equn
12 dwa at ellis-20080827081559-ymx1qxmlyshpv9k1
13 dwa at ellis-20080827083019-utjqyq2qhp1zsfs4
14 dwa at ellis-20080827083104-uwoq6e77apkinl9g
15 daniel at daniel-watkins.co.uk-20080902081957-070tlqe8vd1u0sjh
16 daniel at daniel-watkins.co.uk-20080902090238-yt4pn6ia1ekptb85
25 daniel at daniel-watkins.co.uk-20081111174809-6nhanmpc0vamg9d2


Modified: packages/gwibber/trunk/debian/changelog
===================================================================
--- packages/gwibber/trunk/debian/changelog	2008-11-12 13:42:06 UTC (rev 1968)
+++ packages/gwibber/trunk/debian/changelog	2008-11-12 15:52:17 UTC (rev 1969)
@@ -1,4 +1,4 @@
-gwibber (0.1~bzr102-1) UNRELEASED; urgency=low
+gwibber (0.1~bzr120-1) unstable; urgency=low
 
   * debian/control
     + Updated for Debian. (Closes: #496326)
@@ -7,13 +7,14 @@
     + Added Vcs-* fields.
   * 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
-    from gwibber.desktop, as per lintian warning.
+  * Added patches:
+    + fix-desktop: removes Encoding entry from gwibber.desktop
+    + remove-jquery: removes JQuery from installable files
   * Added debian/watch file.
   * Removed embedded JQuery.
   * Added manpage.
 
- -- Daniel Watkins <daniel at daniel-watkins.co.uk>  Thu, 04 Sep 2008 19:28:39 +0100
+ -- Daniel Watkins <daniel at daniel-watkins.co.uk>  Tue, 11 Nov 2008 17:47:23 +0000
 
 gwibber (0.1~bzr90~hardy~ppa1) hardy; urgency=low
 

Modified: packages/gwibber/trunk/debian/control
===================================================================
--- packages/gwibber/trunk/debian/control	2008-11-12 13:42:06 UTC (rev 1968)
+++ packages/gwibber/trunk/debian/control	2008-11-12 15:52:17 UTC (rev 1969)
@@ -3,8 +3,7 @@
 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),
-    python (>=2.5)
+Build-Depends: debhelper (>= 7), python-central (>=0.5.6), python2.5, quilt
 Standards-Version: 3.8.0
 XS-Python-Version: >=2.5
 Homepage: https://launchpad.net/gwibber

Added: packages/gwibber/trunk/debian/patches/fix-desktop
===================================================================
--- packages/gwibber/trunk/debian/patches/fix-desktop	                        (rev 0)
+++ packages/gwibber/trunk/debian/patches/fix-desktop	2008-11-12 15:52:17 UTC (rev 1969)
@@ -0,0 +1,10 @@
+Index: gwibber-0.1~bzr102/gwibber.desktop
+===================================================================
+--- gwibber-0.1~bzr102.orig/gwibber.desktop	2008-11-11 17:36:19.000000000 +0000
++++ gwibber-0.1~bzr102/gwibber.desktop	2008-11-11 17:36:23.000000000 +0000
+@@ -1,5 +1,4 @@
+ [Desktop Entry]
+-Encoding=UTF-8
+ Name=Gwibber Microblogging Client
+ Type=Application
+ Comment=Microblogging client for GNOME

Added: packages/gwibber/trunk/debian/patches/series
===================================================================
--- packages/gwibber/trunk/debian/patches/series	                        (rev 0)
+++ packages/gwibber/trunk/debian/patches/series	2008-11-12 15:52:17 UTC (rev 1969)
@@ -0,0 +1 @@
+fix-desktop

Modified: packages/gwibber/trunk/debian/rules
===================================================================
--- packages/gwibber/trunk/debian/rules	2008-11-12 13:42:06 UTC (rev 1968)
+++ packages/gwibber/trunk/debian/rules	2008-11-12 15:52:17 UTC (rev 1969)
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 
-include /usr/share/dpatch/dpatch.make
+include /usr/share/quilt/quilt.make
 
 clean: unpatch
 	dh clean




More information about the Python-apps-commits mailing list