r14828 - in /packages/unstable/gdesklets/debian: changelog control control.in rules

manphiz-guest at users.alioth.debian.org manphiz-guest at users.alioth.debian.org
Fri Feb 29 17:05:46 UTC 2008


Author: manphiz-guest
Date: Fri Feb 29 17:05:45 2008
New Revision: 14828

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=14828
Log:
* Add python-support to build-depend and run 'dh_pysupport -pgdesklets'
  in binary-post-install/gdesklets rule to avoid residues after
  purge.  Thanks Josselin Mouette and Loïc Minier for suggestions.
  (Closes: #466243)
* Fix RC bug, bump urgency.

Modified:
    packages/unstable/gdesklets/debian/changelog
    packages/unstable/gdesklets/debian/control
    packages/unstable/gdesklets/debian/control.in
    packages/unstable/gdesklets/debian/rules

Modified: packages/unstable/gdesklets/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gdesklets/debian/changelog?rev=14828&op=diff
==============================================================================
--- packages/unstable/gdesklets/debian/changelog (original)
+++ packages/unstable/gdesklets/debian/changelog Fri Feb 29 17:05:45 2008
@@ -1,10 +1,15 @@
-gdesklets (0.35.4-2) UNRELEASED; urgency=low
+gdesklets (0.35.4-2) unstable; urgency=high
 
   * Run `intltoolize' when relibtoolizing to regenerate intltool-*.in
     which solves the `@INTLTOOL_ICONV@ not being substituted' issue.  And
     drop 10_intltools-merge_fix.diff as no longer needed any more.
-
- -- Deng Xiyue <manphiz-guest at users.alioth.debian.org>  Mon, 18 Feb 2008 20:58:33 +0800
+  * Add python-support to build-depend and run 'dh_pysupport -pgdesklets'
+    in binary-post-install/gdesklets rule to avoid residues after
+    purge.  Thanks Josselin Mouette and Loïc Minier for suggestions.
+    (Closes: #466243)
+  * Fix RC bug, bump urgency.
+
+ -- Deng Xiyue <manphiz-guest at users.alioth.debian.org>  Sat, 01 Mar 2008 00:57:44 +0800
 
 gdesklets (0.35.4-1) unstable; urgency=high
 

Modified: packages/unstable/gdesklets/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gdesklets/debian/control?rev=14828&op=diff
==============================================================================
--- packages/unstable/gdesklets/debian/control (original)
+++ packages/unstable/gdesklets/debian/control Fri Feb 29 17:05:45 2008
@@ -2,7 +2,7 @@
 Section: gnome
 Priority: optional
 Maintainer: Clément Stenac <zorglub at debian.org>
-Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Gustavo Noronha Silva <kov at debian.org>, Loic Minier <lool at dooz.org>, Sebastien Bacher <seb128 at debian.org>
+Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Deng Xiyue <manphiz-guest at users.alioth.debian.org>, Gustavo Noronha Silva <kov at debian.org>, Loic Minier <lool at dooz.org>
 Build-Depends: cdbs,
                debhelper (>= 6),
                python-dev,
@@ -19,7 +19,8 @@
                libgnomeui-dev (>= 2.6.1.1-2),
                libxml-parser-perl,
                librsvg2-dev,
-               autotools-dev
+               autotools-dev,
+               python-support
 Standards-Version: 3.7.3
 
 Package: gdesklets

Modified: packages/unstable/gdesklets/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gdesklets/debian/control.in?rev=14828&op=diff
==============================================================================
--- packages/unstable/gdesklets/debian/control.in (original)
+++ packages/unstable/gdesklets/debian/control.in Fri Feb 29 17:05:45 2008
@@ -19,7 +19,8 @@
                libgnomeui-dev (>= 2.6.1.1-2),
                libxml-parser-perl,
                librsvg2-dev,
-               autotools-dev
+               autotools-dev,
+               python-support
 Standards-Version: 3.7.3
 
 Package: gdesklets

Modified: packages/unstable/gdesklets/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gdesklets/debian/rules?rev=14828&op=diff
==============================================================================
--- packages/unstable/gdesklets/debian/rules (original)
+++ packages/unstable/gdesklets/debian/rules Fri Feb 29 17:05:45 2008
@@ -14,6 +14,7 @@
 	cd utils && make clean && make CFLAGS+=-O1
 
 binary-post-install/gdesklets::
+	dh_pysupport -pgdesklets
 	install -m 755 debian/pack_sensor.py debian/gdesklets/usr/share/gdesklets/
 	rm -f debian/gdesklets/usr/bin/gdesklets
 	rm -f debian/gdesklets/usr/share/gdesklets/data/gdesklets.png




More information about the pkg-gnome-commits mailing list