[Bug 121871] Re: [gutsy] evince-gtk depends on libgnome

2007-08-24 Thread Albin Tonnerre
evince (0.9.3-0ubuntu2) gutsy; urgency=low

  * debian/rules:
- use DEB_DESTDIR=debian/tmp/evince{,gtk} for evince{,gtk} so that the right
  files go in evince-gtk, instead of being copied from evince. (LP: #121871)
- Move DEB_DESTDIR declaration after the includes so that it's not overriden
  * debian/evince{,gtk}.install.disabled: Make them work with the changes

 -- Albin Tonnerre [EMAIL PROTECTED]   Tue, 21 Aug 2007 21:27:47
+0200

** Changed in: evince (Ubuntu)
   Status: In Progress = Fix Released

-- 
[gutsy] evince-gtk depends on libgnome
https://bugs.launchpad.net/bugs/121871
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug contact for evince in ubuntu.

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


[Bug 121871] Re: [gutsy] evince-gtk depends on libgnome

2007-08-23 Thread Lionel Le Folgoc
Thanks, I'll upload it as soon as the freeze is over.

** Changed in: evince (Ubuntu)
 Assignee: (unassigned) = Lionel Le Folgoc
   Status: Confirmed = In Progress

-- 
[gutsy] evince-gtk depends on libgnome
https://bugs.launchpad.net/bugs/121871
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug contact for evince in ubuntu.

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


[Bug 121871] Re: [gutsy] evince-gtk depends on libgnome

2007-08-21 Thread Albin Tonnerre
Hi,
here is a debdiff proposal that should fix the issue
Cheers

** Attachment added: evince 0.9.3-0ubuntu2 debdiff proposal
   http://launchpadlibrarian.net/8925041/evince.debdiff

-- 
[gutsy] evince-gtk depends on libgnome
https://bugs.launchpad.net/bugs/121871
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug contact for evince in ubuntu.

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


[Bug 121871] Re: [gutsy] evince-gtk depends on libgnome

2007-08-20 Thread Lionel Le Folgoc
** Changed in: evince (Ubuntu)
   Importance: Medium = High
 Assignee: (unassigned) = Lionel Le Folgoc
   Status: Triaged = In Progress

-- 
[gutsy] evince-gtk depends on libgnome
https://bugs.launchpad.net/bugs/121871
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug contact for evince in ubuntu.

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


[Bug 121871] Re: [gutsy] evince-gtk depends on libgnome

2007-08-20 Thread Lionel Le Folgoc
This is bug caused by the changes made to fix the Bug #118931: the
--sourcedir options have been removed, therefore dh_install doesn't know
where to pick the file. It picks them from DEB_DESTDIR for both variants
instead of using DEB_DESTDIR_evince-gtk for evince-gtk.

Calling dh_install -pevince --sourcedir=$(DEB_DESTDIR) and dh_install
-pevince-gtk --sourcedir=$(DEB_DESTDIR_evince-gtk) in the binary-
install/evince{,-gtk}:: rules should fix this (it reintroduces the gconf
schemas registration bug though).

Subscribing Sebastien to have his opinion.

** Changed in: evince (Ubuntu)
 Assignee: Lionel Le Folgoc = (unassigned)
   Status: In Progress = Confirmed

-- 
[gutsy] evince-gtk depends on libgnome
https://bugs.launchpad.net/bugs/121871
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug contact for evince in ubuntu.

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


[Bug 121871] Re: [gutsy] evince-gtk depends on libgnome

2007-08-09 Thread Lionel Le Folgoc
** Changed in: evince (Ubuntu)
 Assignee: Lionel Le Folgoc = (unassigned)
   Status: In Progress = Triaged

-- 
[gutsy] evince-gtk depends on libgnome
https://bugs.launchpad.net/bugs/121871
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug contact for evince in ubuntu.

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


[Bug 121871] Re: [gutsy] evince-gtk depends on libgnome

2007-08-02 Thread Lionel Le Folgoc
** Changed in: evince (Ubuntu)
 Assignee: Xubuntu Team = Lionel Le Folgoc

-- 
[gutsy] evince-gtk depends on libgnome
https://bugs.launchpad.net/bugs/121871
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug contact for evince in ubuntu.

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


[Bug 121871] Re: [gutsy] evince-gtk depends on libgnome

2007-06-23 Thread Lionel Le Folgoc
** Changed in: evince (Ubuntu)
 Assignee: Lionel Le Folgoc = Xubuntu Team
   Status: Incomplete = Confirmed

-- 
[gutsy] evince-gtk depends on libgnome
https://bugs.launchpad.net/bugs/121871
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug contact for evince in ubuntu.

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


[Bug 121871] Re: [gutsy] evince-gtk depends on libgnome

2007-06-23 Thread Lionel Le Folgoc
Jani, are you already working on it? If not, I'll work on it then.

** Changed in: evince (Ubuntu)
   Status: Confirmed = In Progress

-- 
[gutsy] evince-gtk depends on libgnome
https://bugs.launchpad.net/bugs/121871
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug contact for evince in ubuntu.

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


[Bug 121871] Re: [gutsy] evince-gtk depends on libgnome

2007-06-23 Thread Lionel Le Folgoc
It seems that's because of gnome-vfs2.
All gnome-vfs2 calls/includes have to be moved between #ifdef WITH_GNOME / 
#endif, and replaced with a gtk/thunar-vfs equivalent (which probably doesn't 
exist).
So that's not very trivial.

-- 
[gutsy] evince-gtk depends on libgnome
https://bugs.launchpad.net/bugs/121871
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug contact for evince in ubuntu.

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


[Bug 121871] Re: [gutsy] evince-gtk depends on libgnome

2007-06-23 Thread Lionel Le Folgoc
Oops, the source package is now evince, not evince-gtk.

** Changed in: evince (Ubuntu)
Sourcepackagename: evince-gtk = evince

-- 
[gutsy] evince-gtk depends on libgnome
https://bugs.launchpad.net/bugs/121871
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug contact for evince in ubuntu.

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


[Bug 121871] Re: [gutsy] evince-gtk depends on libgnome

2007-06-23 Thread Jani Monoses
this is an upstream patch, based on the one I ortiginally submitted to evince 
log ago but dos keeps the gnomevfs deps
I think we could add an ubuntu patch to it that should not be hard, now that 
upstream has --disable-gnome and
both binaries buiold form the same source package.
If you feel like it please look at such a patch, originally with noops for 
gnome-vfs, we'll see in the future if a thunar
version is warranted.

-- 
[gutsy] evince-gtk depends on libgnome
https://bugs.launchpad.net/bugs/121871
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug contact for evince in ubuntu.

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