[Python-apps-commits] r8352 - in packages/glipper/trunk/debian (changelog control rules)

josernesto-guest at users.alioth.debian.org josernesto-guest at users.alioth.debian.org
Tue Mar 20 16:47:58 UTC 2012


    Date: Tuesday, March 20, 2012 @ 16:47:56
  Author: josernesto-guest
Revision: 8352

FIX: dependency on python-gnomeapplet.(Closes: #659806)

Modified:
  packages/glipper/trunk/debian/changelog
  packages/glipper/trunk/debian/control
  packages/glipper/trunk/debian/rules

Modified: packages/glipper/trunk/debian/changelog
===================================================================
--- packages/glipper/trunk/debian/changelog	2012-03-19 21:25:21 UTC (rev 8351)
+++ packages/glipper/trunk/debian/changelog	2012-03-20 16:47:56 UTC (rev 8352)
@@ -1,3 +1,13 @@
+glipper (2.3-2) unstable; urgency=medium
+
+  * debian/rules:
+    - Removed dependency on python-gnomeapplet (Closes: #659806),
+    thanks to Sebastian Ramacher <s.ramacher at gmx.at> for the patch.
+  * debian/control:
+    - Bump Standars-Version to 3.9.3.
+
+ -- Jose Ernesto Davila Pantoja <josernestodavila at ubuntu.com>  Tue, 20 Mar 2012 10:09:10 -0600
+
 glipper (2.3-1) unstable; urgency=low
 
   * New Maintainer (Closes: #583244).

Modified: packages/glipper/trunk/debian/control
===================================================================
--- packages/glipper/trunk/debian/control	2012-03-19 21:25:21 UTC (rev 8351)
+++ packages/glipper/trunk/debian/control	2012-03-20 16:47:56 UTC (rev 8352)
@@ -4,7 +4,7 @@
 Maintainer: Jose Ernesto Davila Pantoja <josernestodavila at ubuntu.com>
 Uploaders: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
 Build-Depends: debhelper (>= 8), python (>= 2.4), python-distutils-extra, gnome-doc-utils
-Standards-Version: 3.9.2
+Standards-Version: 3.9.3
 X-Python-Version: >= 2.4
 Homepage: http://launchpad.net/glipper
 Vcs-Svn: svn://svn.debian.org/python-apps/packages/glipper/trunk/

Modified: packages/glipper/trunk/debian/rules
===================================================================
--- packages/glipper/trunk/debian/rules	2012-03-19 21:25:21 UTC (rev 8351)
+++ packages/glipper/trunk/debian/rules	2012-03-20 16:47:56 UTC (rev 8352)
@@ -6,7 +6,7 @@
 ifeq ($(shell dpkg-vendor --derives-from Ubuntu && echo yes), yes)
 	SUBSTVARS = -Vdist:Depends="python-appindicator"
 else
-	SUBSTVARS = -Vdist:Depends="python-gnomeapplet"
+	SUBSTVARS = -Vdist:Depends=""
 endif
 
 %:




More information about the Python-apps-commits mailing list