[Bug 223671] Re: wnck and rsvg should be provided in seperate packages not requiring gnome

2009-06-24 Thread Launchpad Bug Tracker
This bug was fixed in the package gnome-python-desktop - 2.26.0-1ubuntu1

---
gnome-python-desktop (2.26.0-1ubuntu1) karmic; urgency=low

  * debian/control.in:
- move quilt to lower the diff with debian
- sanity cleanage in removing deprecated Replaces/Conflicts packages
- add some Replace/conflicts to be similar to the debian version
- split in multiple binary packages and make python-gnome2-desktop a
  dummy package to be coherent with debian current packaging (LP: #223671)
  * debian/rules:
- remove unneeded .PRECIOUS
- change quilt call to be compliant with debian original package
- destdir is now debian/tmp and not debian/python-gnome2-desktop
- add dh_install to handle .install files
- remove mv in 'install:' target as they are now handled in .install file
- add dh_pysupport call
- put dh_strip in a loop
  * add debian/*.install:
- one file for each new package
- python-gnome2-desktop-doc.install to handle the doc package
  * remove debian/python-gnome2-desktop-dev.dirs (no more needed with
new install file)
  * add new debian/*.examples files and remove python-gnome2-desktop.examples
  * remove debian/patches/build_bugbuddy_without_builddep.patch and
debian/patches/autotools.patch as having a build-dep on bug-buddy
don't make the binding package depends on bug-buddy (it only suggests it).
  * adjust debian/copyright to take python-evince into account

 -- Didier RocheTue, 23 Jun 2009 20:09:10 +0200

** Changed in: gnome-python-desktop (Ubuntu)
   Status: Triaged => Fix Released

-- 
wnck and rsvg should be provided in seperate packages not requiring gnome
https://bugs.launchpad.net/bugs/223671
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-python-desktop in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 223671] Re: wnck and rsvg should be provided in seperate packages not requiring gnome

2009-06-23 Thread Didier Roche
Done, bzr branch updated with the new debian version.

(Then, I will upgrade it to 2.27.1.)

-- 
wnck and rsvg should be provided in seperate packages not requiring gnome
https://bugs.launchpad.net/bugs/223671
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-python-desktop in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 223671] Re: wnck and rsvg should be provided in seperate packages not requiring gnome

2009-06-23 Thread Didier Roche
** Tags added: desktop-upgrade

-- 
wnck and rsvg should be provided in seperate packages not requiring gnome
https://bugs.launchpad.net/bugs/223671
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-python-desktop in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 223671] Re: wnck and rsvg should be provided in seperate packages not requiring gnome

2009-06-23 Thread Sebastien Bacher
thanks Didier the update looks correct, any reason python-gnome2-desktop
doesn't depends on python-evince though? Could you also rebase on the
current debian version while you are working on those changes?

-- 
wnck and rsvg should be provided in seperate packages not requiring gnome
https://bugs.launchpad.net/bugs/223671
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-python-desktop in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 223671] Re: wnck and rsvg should be provided in seperate packages not requiring gnome

2009-06-23 Thread Sebastien Bacher
thanks Didier the update looks correct, any reason python-gnome2-desktop
doesn't depends on python-evince though? Could you also rebase on the
current debian version while you are working on those changes?

-- 
wnck and rsvg should be provided in seperate packages not requiring gnome
https://bugs.launchpad.net/bugs/223671
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-python-desktop in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 223671] Re: wnck and rsvg should be provided in seperate packages not requiring gnome

2009-06-23 Thread Sebastien Bacher
thanks Didier the update looks correct, any reason python-gnome2-desktop
doesn't depends on python-evince though? Could you also rebase on the
current debian version while you are working on those changes?

-- 
wnck and rsvg should be provided in seperate packages not requiring gnome
https://bugs.launchpad.net/bugs/223671
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-python-desktop in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 223671] Re: wnck and rsvg should be provided in seperate packages not requiring gnome

2009-06-23 Thread Sebastien Bacher
thanks Didier the update looks correct, any reason python-gnome2-desktop
doesn't depends on python-evince though? Could you also rebase on the
current debian version while you are working on those changes?

-- 
wnck and rsvg should be provided in seperate packages not requiring gnome
https://bugs.launchpad.net/bugs/223671
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-python-desktop in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 223671] Re: wnck and rsvg should be provided in seperate packages not requiring gnome

2009-06-13 Thread Didier Roche
Fixed in related branch :

gnome-python-desktop (2.26.0-0ubuntu4) UNRELEASED; urgency=low

  * debian/control.in:
- move quilt to lower the diff with debian
- sanity cleanage in removing deprecated Replaces/Conflicts packages
- add some Replace/conflicts to be similar to the debian version
- split in multiple binary packages and make python-gnome2-desktop a
  dummy package to be coherent with debian current packaging
  * debian/rules:
- remove unneeded .PRECIOUS
- change quilt call to be compliant with debian original package
- destdir is now debian/tmp and not debian/python-gnome2-desktop
- add dh_install to handle .install files
- remove mv in 'install:' target as they are now handled in .install file
- add dh_pysupport call
- put dh_strip in a loop
  * add debian/*.install:
- one file for each new package
- python-gnome2-desktop-doc.install to handle the doc package
  * remove debian/python-gnome2-desktop-dev.dirs (no more needed with
new install file)
  * add new debian/*.examples files and remove python-gnome2-desktop.examples
  * remove debian/patches/build_bugbuddy_without_builddep.patch and
debian/patches/autotools.patch as having a build-dep on bug-buddy


** Changed in: gnome-python-desktop (Ubuntu)
   Status: New => Triaged

** Branch linked: lp:~ubuntu-desktop/gnome-python-desktop/ubuntu

-- 
wnck and rsvg should be provided in seperate packages not requiring gnome
https://bugs.launchpad.net/bugs/223671
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-python-desktop in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 223671] Re: wnck and rsvg should be provided in seperate packages not requiring gnome

2009-03-10 Thread Bug Watch Updater
** Changed in: gnome-python-desktop (Debian)
   Status: Unknown => Fix Released

-- 
wnck and rsvg should be provided in seperate packages not requiring gnome
https://bugs.launchpad.net/bugs/223671
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-python-desktop in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 223671] Re: wnck and rsvg should be provided in seperate packages not requiring gnome

2009-02-11 Thread Mario Limonciello
Closing ubiquity task:


ubiquity (1.11.8) jaunty; urgency=low

  * Make the timezone map only use PNGs to avoid a dependency on
python-gnome2-desktop and because we want to optimze for speed rather
than image quality.
  * Automatic update of included source packages: partman-auto
84ubuntu1.

 -- Evan Dandrea < ev...@ubuntu.com>   Wed, 11 Feb 2009 18:00:42 +


** Changed in: ubiquity (Ubuntu)
   Status: New => Fix Released

-- 
wnck and rsvg should be provided in seperate packages not requiring gnome
https://bugs.launchpad.net/bugs/223671
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-python-desktop in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 223671] Re: wnck and rsvg should be provided in seperate packages not requiring gnome

2009-02-10 Thread Mario Limonciello
** Bug watch added: Debian Bug tracker #400651
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=400651

** Also affects: gnome-python-desktop (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=400651
   Importance: Unknown
   Status: Unknown

-- 
wnck and rsvg should be provided in seperate packages not requiring gnome
https://bugs.launchpad.net/bugs/223671
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-python-desktop in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 223671] Re: wnck and rsvg should be provided in seperate packages not requiring gnome

2009-02-10 Thread Mario Limonciello
adding a ubiquity task.  the depends will need to be adjusted once this
is fixed.

-- 
wnck and rsvg should be provided in seperate packages not requiring gnome
https://bugs.launchpad.net/bugs/223671
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-python-desktop in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 223671] Re: wnck and rsvg should be provided in seperate packages not requiring gnome

2009-02-10 Thread Mario Limonciello
This is a much bigger issue now, ubiquity depends on rsvg for it's
timezone map.  That means the current ubiquity in Jaunty won't work with
Xfce unless:

The following extra packages will be installed:
  gnome-media gnome-media-common gstreamer0.10-alsa
  gstreamer0.10-plugins-base gstreamer0.10-plugins-good gstreamer0.10-x
  libcamel1.2-14 libebook1.2-9 libecal1.2-7 libedataserver1.2-11
  libgnome-media0 libgnomecups1.0-1 libgnomeprint2.2-0
  libgnomeprint2.2-data libgnomeprintui2.2-0 libgnomeprintui2.2-common
  libgtksourceview-common libgtksourceview1.0-0 libical0 libmetacity0
  libnautilus-burn4 libtotem-plparser12 metacity-common
Suggested packages:
  python-gnome2-desktop-doc
The following NEW packages will be installed:
  gnome-media gnome-media-common gstreamer0.10-alsa
  gstreamer0.10-plugins-base gstreamer0.10-plugins-good gstreamer0.10-x
  libcamel1.2-14 libebook1.2-9 libecal1.2-7 libedataserver1.2-11
  libgnome-media0 libgnomecups1.0-1 libgnomeprint2.2-0
  libgnomeprint2.2-data libgnomeprintui2.2-0 libgnomeprintui2.2-common
  libgtksourceview-common libgtksourceview1.0-0 libical0 libmetacity0
  libnautilus-burn4 libtotem-plparser12 metacity-common
  python-gnome2-desktop
0 upgraded, 24 newly installed, 0 to remove and 132 not upgraded.
Need to get 4486kB of archives.
After this operation, 36.4MB of additional disk space will be used.
Do you want to continue [Y/n]? 

** Changed in: gnome-python-desktop (Ubuntu)
   Importance: Wishlist => Undecided

** Also affects: ubiquity (Ubuntu)
   Importance: Undecided
   Status: New

-- 
wnck and rsvg should be provided in seperate packages not requiring gnome
https://bugs.launchpad.net/bugs/223671
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-python-desktop in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 223671] Re: wnck and rsvg should be provided in seperate packages not requiring gnome

2008-09-03 Thread Sebastien Bacher
** Changed in: gnome-python-desktop (Ubuntu)
   Importance: Undecided => Wishlist

-- 
wnck and rsvg should be provided in seperate packages not requiring gnome
https://bugs.launchpad.net/bugs/223671
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-python-desktop in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs