[Python-apps-commits] r1742 - in packages/gwibber (7 files)

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


    Date: Tuesday, September 2, 2008 @ 20:21:15
  Author: odd_bloke-guest
Revision: 1742

Started using dpatch
Added 01-fix-.desktop.dpatch to remove Encoding key from gwibber.desktop, as per
  lintian warning.

Added:
  packages/gwibber/trunk/debian/patches/
  packages/gwibber/trunk/debian/patches/00list
  packages/gwibber/trunk/debian/patches/01-fix-.desktop.dpatch
Modified:
  packages/gwibber/trunk/	(properties)
  packages/gwibber/trunk/debian/changelog
  packages/gwibber/trunk/debian/control
  packages/gwibber/trunk/debian/rules


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

   + timestamp: 2008-09-02 21:18:30.835999966 +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/control	control-20080819203259-g4fse9wjzu3bjfgd-4
debian/rules	rules-20080819203259-g4fse9wjzu3bjfgd-9

   + debian/changelog	changelog-20080819203259-g4fse9wjzu3bjfgd-2
debian/control	control-20080819203259-g4fse9wjzu3bjfgd-4
debian/patches	patches-20080902200819-a8v57c5s9hr01036-1
debian/patches/00list	00list-20080902200819-a8v57c5s9hr01036-2
debian/patches/01-fix-.desktop.dpatch	01fix.desktop.dpatch-20080902200819-a8v57c5s9hr01036-3
debian/rules	rules-20080819203259-g4fse9wjzu3bjfgd-9

Name: bzr:revision-id:v3-list-QlpoOTFBWSZTWXrctpkAABdRgAAQABC6yV4AIAAhtU1MmBtQUwAE0zC-FIoOFRv95GyEprQjsj13FDS34XckU4UJB63LaZA.
   + 17 daniel at daniel-watkins.co.uk-20080902201830-ucm768hrs3n3us60


Modified: packages/gwibber/trunk/debian/changelog
===================================================================
--- packages/gwibber/trunk/debian/changelog	2008-09-02 20:08:32 UTC (rev 1741)
+++ packages/gwibber/trunk/debian/changelog	2008-09-02 20:21:15 UTC (rev 1742)
@@ -5,8 +5,10 @@
     + Added python2.5 to Build-Depends.
   * 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.
 
- -- Daniel Watkins <daniel at daniel-watkins.co.uk>  Tue, 02 Sep 2008 10:02:00 +0100
+ -- Daniel Watkins <daniel at daniel-watkins.co.uk>  Tue, 02 Sep 2008 21:17:24 +0100
 
 gwibber (0.1~bzr90~hardy~ppa1) hardy; urgency=low
 

Modified: packages/gwibber/trunk/debian/control
===================================================================
--- packages/gwibber/trunk/debian/control	2008-09-02 20:08:32 UTC (rev 1741)
+++ packages/gwibber/trunk/debian/control	2008-09-02 20:21:15 UTC (rev 1742)
@@ -3,7 +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), python-central (>=0.5.6), python2.5
+Build-Depends: debhelper (>= 7), dpatch, python-central (>=0.5.6), python2.5
 Standards-Version: 3.8.0
 XS-Python-Version: >=2.5
 Homepage: https://launchpad.net/gwibber

Added: packages/gwibber/trunk/debian/patches/00list
===================================================================
--- packages/gwibber/trunk/debian/patches/00list	                        (rev 0)
+++ packages/gwibber/trunk/debian/patches/00list	2008-09-02 20:21:15 UTC (rev 1742)
@@ -0,0 +1 @@
+01-fix-.desktop.dpatch

Added: packages/gwibber/trunk/debian/patches/01-fix-.desktop.dpatch
===================================================================
--- packages/gwibber/trunk/debian/patches/01-fix-.desktop.dpatch	                        (rev 0)
+++ packages/gwibber/trunk/debian/patches/01-fix-.desktop.dpatch	2008-09-02 20:21:15 UTC (rev 1742)
@@ -0,0 +1,17 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 01-fix-.desktop.dpatch by Daniel Watkins <daniel at daniel-watkins.co.uk>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Remove unneeded Encoding key from gwibber.desktop.
+
+ at DPATCH@
+
+--- gwibber_0.1~bzr102.orig/gwibber.desktop
++++ gwibber_0.1~bzr102/gwibber.desktop
+@@ -1,5 +1,4 @@
+ [Desktop Entry]
+-Encoding=UTF-8
+ Name=Gwibber Microblogging Client
+ Type=Application
+ Comment=Microblogging client for GNOME
+


Property changes on: packages/gwibber/trunk/debian/patches/01-fix-.desktop.dpatch
___________________________________________________________________
Name: svn:executable
   + *

Modified: packages/gwibber/trunk/debian/rules
===================================================================
--- packages/gwibber/trunk/debian/rules	2008-09-02 20:08:32 UTC (rev 1741)
+++ packages/gwibber/trunk/debian/rules	2008-09-02 20:21:15 UTC (rev 1742)
@@ -1,4 +1,19 @@
 #!/usr/bin/make -f
 
-%:
-	dh $@
+include /usr/share/dpatch/dpatch.make
+
+clean: unpatch
+	dh clean
+
+build: patch
+
+install: build
+	dh install
+
+binary-arch:
+
+binary-indep: install
+	dh binary-indep
+
+binary: binary-indep binary-arch
+	dh binary




More information about the Python-apps-commits mailing list