[Python-apps-commits] r2725 - in packages/gwibber/trunk/debian (6 files)

odd_bloke-guest at users.alioth.debian.org odd_bloke-guest at users.alioth.debian.org
Mon Apr 13 00:42:13 UTC 2009


    Date: Monday, April 13, 2009 @ 00:42:13
  Author: odd_bloke-guest
Revision: 2725

Started update to new upstream snapshot.

Added:
  packages/gwibber/trunk/debian/patches/fix-setup-location
Modified:
  packages/gwibber/trunk/debian/changelog
  packages/gwibber/trunk/debian/control
  packages/gwibber/trunk/debian/links
  packages/gwibber/trunk/debian/patches/series
  packages/gwibber/trunk/debian/rules

Modified: packages/gwibber/trunk/debian/changelog
===================================================================
--- packages/gwibber/trunk/debian/changelog	2009-04-12 22:26:11 UTC (rev 2724)
+++ packages/gwibber/trunk/debian/changelog	2009-04-13 00:42:13 UTC (rev 2725)
@@ -1,4 +1,4 @@
-gwibber (0.7~bzr120-1) unstable; urgency=low
+gwibber (0.7~bzr293-1) unstable; urgency=low
 
   * debian/control
     + Updated for Debian. (Closes: #496326)

Modified: packages/gwibber/trunk/debian/control
===================================================================
--- packages/gwibber/trunk/debian/control	2009-04-12 22:26:11 UTC (rev 2724)
+++ packages/gwibber/trunk/debian/control	2009-04-13 00:42:13 UTC (rev 2725)
@@ -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), python-central (>=0.5.6), python2.5, quilt
+Build-Depends: debhelper (>= 7), python-central (>=0.5.6), python2.5, quilt,
+ python-distutils-extra
 Standards-Version: 3.8.0
 XS-Python-Version: >=2.5
 Homepage: https://launchpad.net/gwibber
@@ -11,11 +12,11 @@
 Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/gwibber/trunk/
 
 Package: gwibber
-Architecture: any
+Architecture: all
 XB-Python-Version: ${python:Versions}
 Depends: python-dbus, python-gtk2, python-gnome2, python-notify,
  python-egenix-mxdatetime, python-simplejson, python-cairo, libwebkit-1.0-1,
- python-webkitgtk, libjs-jquery, librsvg2-2, librsvg2-common, ${python:Depends},
+ python-webkit, libjs-jquery, librsvg2-2, librsvg2-common, ${python:Depends},
  ${misc:Depends}
 Description: microblogging client for GNOME
  Gwibber is a status management client application. It can transmit status

Modified: packages/gwibber/trunk/debian/links
===================================================================
--- packages/gwibber/trunk/debian/links	2009-04-12 22:26:11 UTC (rev 2724)
+++ packages/gwibber/trunk/debian/links	2009-04-13 00:42:13 UTC (rev 2725)
@@ -1 +1,4 @@
-/usr/share/javascript/jquery/jquery.js /usr/share/gwibber/ui/jquery.js
+/usr/share/javascript/jquery/jquery.js /usr/share/gwibber/ui/themes/default/jquery.js
+/usr/share/javascript/jquery/jquery.js /usr/share/gwibber/ui/themes/defaultsmall/jquery.js
+/usr/share/javascript/jquery/jquery.js /usr/share/gwibber/ui/themes/funkatron/jquery.js
+/usr/share/javascript/jquery/jquery.js /usr/share/gwibber/ui/themes/shine/jquery.js

Added: packages/gwibber/trunk/debian/patches/fix-setup-location
===================================================================
--- packages/gwibber/trunk/debian/patches/fix-setup-location	                        (rev 0)
+++ packages/gwibber/trunk/debian/patches/fix-setup-location	2009-04-13 00:42:13 UTC (rev 2725)
@@ -0,0 +1,11 @@
+Index: gwibber_0.7~bzr293.orig/setup.cfg
+===================================================================
+--- gwibber_0.7~bzr293.orig.orig/setup.cfg	2009-04-13 00:22:16.000000000 +0100
++++ gwibber_0.7~bzr293.orig/setup.cfg	2009-04-13 00:22:22.000000000 +0100
+@@ -1,6 +1,3 @@
+-[install]
+-prefix=/usr/local
+-
+ [build]
+ i18n = True
+ 

Modified: packages/gwibber/trunk/debian/patches/series
===================================================================
--- packages/gwibber/trunk/debian/patches/series	2009-04-12 22:26:11 UTC (rev 2724)
+++ packages/gwibber/trunk/debian/patches/series	2009-04-13 00:42:13 UTC (rev 2725)
@@ -1 +1,2 @@
 fix-desktop
+fix-setup-location

Modified: packages/gwibber/trunk/debian/rules
===================================================================
--- packages/gwibber/trunk/debian/rules	2009-04-12 22:26:11 UTC (rev 2724)
+++ packages/gwibber/trunk/debian/rules	2009-04-13 00:42:13 UTC (rev 2725)
@@ -10,6 +10,9 @@
 install: build
 	dh install --before dh_link
 	rm debian/gwibber/usr/share/gwibber/ui/themes/default/jquery.js
+	rm debian/gwibber/usr/share/gwibber/ui/themes/defaultsmall/jquery.js
+	rm debian/gwibber/usr/share/gwibber/ui/themes/funkatron/jquery.js
+	rm debian/gwibber/usr/share/gwibber/ui/themes/shine/jquery.js
 	dh install --remaining
 
 binary-arch:




More information about the Python-apps-commits mailing list