[Bug 95670] Re: [needs-packaging] Jabbin

2008-06-30 Thread Saša Bodiroža
Hello oss_test_launchpad,

I asked in Answers section for the Launchpad project [1]. I suppose the
addresses will be removed soon. I can't see the bug report you gave me,
since it says I'm not allowed to see it.

[1] https://answers.launchpad.net/launchpad/+question/37825

-- 
[needs-packaging] Jabbin
https://bugs.launchpad.net/bugs/95670
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 119065] Re: [needs-packaging] firefox-linkwidgets

2008-07-05 Thread Saša Bodiroža
If I remember correctly, we should not mention "firefox" or "mozilla" in
a package name, so maybe we could just use linkwidgets for the package
name.

-- 
[needs-packaging] firefox-linkwidgets
https://bugs.launchpad.net/bugs/119065
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 247867] Re: Please merge Torbutton 1.2.0~rc5-1 (universe) from Debian unstable (main)

2008-07-26 Thread Saša Bodiroža
Hello David,

We're not shipping Iceweasel, so you can safely remove iceweasel dependency. 
We're also trying not to mention Iceweasel and Icedove in Description fields, 
in order not to confuse users. Changing Iceweasel to Firefox and Icedove to 
Thunderbird would be nice.
You don't need to remove a part of description. It's usable, and by removing it 
we are making diff bigger than needed.
You don't need to create usr/lib/iceweasel/extensions dir in 
torbutton-extension.dirs file, and link it in torbutton-extension.links file.

Also, it looks like iceweasel-torbutton.* files are still in the debian/
dir. I think they are useless, since that package doesn't exist. I'll
ask for another opinion. As far as I can see, you should remove them.

The rest looks good.

-- 
Please merge Torbutton 1.2.0~rc5-1 (universe) from Debian unstable (main)
https://bugs.launchpad.net/bugs/247867
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 247867] Re: Please merge Torbutton 1.2.0~rc5-1 (universe) from Debian unstable (main)

2008-07-26 Thread Saša Bodiroža
Hello David,

Few more corrections are needed. src/install.rdf mentions that torbutton
is compatible with Firefox 2 - 3.0a1pre. Please try to bump maxVersion
for Firefox to 3.* in install.rdf and test if it works well in Firefox
3. If it doesn't we need to remove firefox package from Depends, as it
provides Firefox 3.

Also, you should add possible firefox-2 dependency, since that is the
name of the package that provides Firefox 2. So, possible version of
Depends line are:

firefox | firefox-3.0 | firefox-2 - in case it works both with Firefox 3 and 2
firefox-2 - in case it's not working with latest Firefox 3 in intrepid.

Thunderbird dependency should be dropped. It seems that this extensions
is compatible with TB up to 1.5 version. Intrepid currently ships
Thunderbird 2, so this extension won't work in it.

Please make additional changes in torbutton-extensions.dirs and
torbutton-extension.links file, which will reflect the changes in
Depends. Firefox 2 extensions are in /usr/lib/firefox/extensions and
Firefox 3 extensions are in /usr/lib/firefox-addons/extensions, so be
sure to use that directories in .links file.

Thank you for your work on this package.

** Changed in: torbutton (Ubuntu)
   Importance: Undecided => Wishlist
 Assignee: (unassigned) => David Futcher (bobbo)
   Status: Confirmed => In Progress

-- 
Please merge Torbutton 1.2.0~rc5-1 (universe) from Debian unstable (main)
https://bugs.launchpad.net/bugs/247867
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 252418] Re: gnome-voice-control is not multibuild safe, and crashes in Hardy

2008-07-27 Thread Saša Bodiroža

** Attachment added: "gvc_sru_hardy.debdiff"
   http://launchpadlibrarian.net/16352671/gvc_sru_hardy.debdiff

** Description changed:

  Binary package hint: gnome-voice-control
  
  Hello,
  
  gnome-voice-control is not multibuild safe, because it removes gnome-
- doc-utils.make on "make distclean. It also fails to start because it
+ doc-utils.make on "make distclean". It also fails to start because it
  installs in /usr/libexec, instead of /usr/lib/gnome-voice-control.
  
- This bug has been addresed in development version by:
+ This bug has been addresed in development version (see LP #219303 [1]) by:
   * removing gnome-doc-utils.make from DISTCLEANFILES in Makefile.{am,in}.
   * changing the APPLET_LOCATION from $(prefix)/libexec/voice_control_applet 
to $(libexecdir)/voice_control_applet. $(libexecdir) is set in debian/rules to 
be /usr/lib/gnome-voice-control. This has been applied in 0.2-0ubuntu2, but has 
been reverted back in some later version.
  Also, automake call in debian/rules has been removed, in order to make sure 
these changes won't be reverted again. I would leave it like this, until 
upstream provides better make files. This, and previous bug will also be 
discussed with the upstream.
  
  To reproduce a bug, install gnome-voice-control 0.2-0ubuntu5, which is 
currently in Hardy, and try to add it to the Gnome's panel. It will fail to 
start.
  To reproduce multibuild failing, run "make distclean" after build, and try to 
build it again. It will fail, because of missing gnome-doc-utils.make.
  
  As far as I can see, this patch has no regression potential.
+ 
+ [1] 

-- 
gnome-voice-control is not multibuild safe, and crashes in Hardy
https://bugs.launchpad.net/bugs/252418
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 252418] [NEW] gnome-voice-control is not multibuild safe, and crashes in Hardy

2008-07-27 Thread Saša Bodiroža
Public bug reported:

Binary package hint: gnome-voice-control

Hello,

gnome-voice-control is not multibuild safe, because it removes gnome-
doc-utils.make on "make distclean". It also fails to start because it
installs in /usr/libexec, instead of /usr/lib/gnome-voice-control.

This bug has been addresed in development version (see LP #219303 [1]) by:
 * removing gnome-doc-utils.make from DISTCLEANFILES in Makefile.{am,in}.
 * changing the APPLET_LOCATION from $(prefix)/libexec/voice_control_applet to 
$(libexecdir)/voice_control_applet. $(libexecdir) is set in debian/rules to be 
/usr/lib/gnome-voice-control. This has been applied in 0.2-0ubuntu2, but has 
been reverted back in some later version.
Also, automake call in debian/rules has been removed, in order to make sure 
these changes won't be reverted again. I would leave it like this, until 
upstream provides better make files. This, and previous bug will also be 
discussed with the upstream.

To reproduce a bug, install gnome-voice-control 0.2-0ubuntu5, which is 
currently in Hardy, and try to add it to the Gnome's panel. It will fail to 
start.
To reproduce multibuild failing, run "make distclean" after build, and try to 
build it again. It will fail, because of missing gnome-doc-utils.make.

As far as I can see, this patch has no regression potential.

[1] 

** Affects: gnome-voice-control (Ubuntu)
 Importance: Undecided
 Status: New

-- 
gnome-voice-control is not multibuild safe, and crashes in Hardy
https://bugs.launchpad.net/bugs/252418
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 252424] Re: gnome-voice-control FTBFS in Gutsy, crashes on running

2008-07-27 Thread Saša Bodiroža

** Attachment added: "gvc_sru_gutsy.debdiff"
   http://launchpadlibrarian.net/16352820/gvc_sru_gutsy.debdiff

** Changed in: gnome-voice-control (Ubuntu)
   Status: New => Confirmed

-- 
gnome-voice-control FTBFS in Gutsy, crashes on running
https://bugs.launchpad.net/bugs/252424
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 252418] Re: gnome-voice-control is not multibuild safe, and crashes in Hardy

2008-07-27 Thread Saša Bodiroža

** Attachment removed: "gvc_sru_hardy.debdiff"

   http://launchpadlibrarian.net/16352671/gvc_sru_hardy.debdiff

** Attachment added: "gvc_sru_hardy.debdiff"
   http://launchpadlibrarian.net/16352818/gvc_sru_hardy.debdiff

** Changed in: gnome-voice-control (Ubuntu)
   Status: New => Confirmed

-- 
gnome-voice-control is not multibuild safe, and crashes in Hardy
https://bugs.launchpad.net/bugs/252418
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 252424] Re: gnome-voice-control FTBFS in Gutsy, crashes on running

2008-07-27 Thread Saša Bodiroža

** Attachment added: "gvc_sru_gutsy.debdiff"
   http://launchpadlibrarian.net/16352800/gvc_sru_gutsy.debdiff

** Attachment removed: "gvc_sru_gutsy.debdiff"

   http://launchpadlibrarian.net/16352800/gvc_sru_gutsy.debdiff

-- 
gnome-voice-control FTBFS in Gutsy, crashes on running
https://bugs.launchpad.net/bugs/252424
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 252424] [NEW] gnome-voice-control FTBFS in Gutsy, crashes on running

2008-07-27 Thread Saša Bodiroža
Public bug reported:

Binary package hint: gnome-voice-control

Hello,

gnome-voice-control build depends on automake-1.9, which doesn't exist
in gutsy. gnome-voice-control is not multibuild safe (after removed
automake-1.9 build-dependency and automake call in debian/rules),
because it removes gnome-doc-utils.make on "make distclean". It also
fails to start because it installs in /usr/libexec, instead of /usr/lib
/gnome-voice-control.

This bugs have been addresed in development version (see LP #219303 [1]) by:
 * removing gnome-doc-utils.make from DISTCLEANFILES in Makefile.{am,in}.
 * changing the APPLET_LOCATION from $(prefix)/libexec/voice_control_applet to 
$(libexecdir)/voice_control_applet. $(libexecdir) is set in debian/rules to be 
/usr/lib/gnome-voice-control. This has been applied in 0.2-0ubuntu2, but has 
been reverted back in some later version.
 * automake call in debian/rules, and automake build-dependency have been 
removed in order to make sure these changes won't be reverted again. I would 
leave it like this, until upstream provides better make files. This, and 
previous bug will also be discussed with the upstream.

To reproduce a FTBFS, grab gnome-voice-control 0.2-0ubuntu4 [2], and try to 
build it. It will report unsatisfiable build-dependency.
To reproduce multibuild failing (once automake call is removed from 
debian/rules, and automake-1.9 is removed from Build-deps), run "make 
distclean" after build, and try to build it again. It will fail, because of 
missing gnome-doc-utils.make.
To reproduce applet crash, once 0.2-0ubuntu4 is installed (after first change), 
try to add it to the Gnome's panel. It will fail to start.

As far as I can see, this patch has no regression potential.

[1] 
[2] 


** Affects: gnome-voice-control (Ubuntu)
 Importance: Undecided
 Status: Confirmed

-- 
gnome-voice-control FTBFS in Gutsy, crashes on running
https://bugs.launchpad.net/bugs/252424
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 253105] Re: Gnome-Voice-Control: Stuck on Calibration

2008-07-29 Thread Saša Bodiroža
Hello Ben,

Thank you for your report. I have heard about this problem, and I'll see
with upstream developers if it is fixed, and if it's a bug in gnome-
voice-control, or something else.

As a workaround, I might suggest this from comment #10 from bug 219303:

"I finally managed to fix this other bug : when recording with Audacity,
it appeared than only the left channel was recorded. After some changes
in the volume mixer, Audacity recorded then both left and right channel,
and Voice Control has now its normal behavior (Init -> Calibration ->
Ready)."

I'm sorry for this inconvenience.

-- 
Gnome-Voice-Control: Stuck on Calibration
https://bugs.launchpad.net/bugs/253105
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 252793] Re: xulrunner ships some images as executables

2008-07-29 Thread Saša Bodiroža
** Summary changed:

- xulrunner should not be executable
+ xulrunner ships some images as executables

-- 
xulrunner ships some images as executables
https://bugs.launchpad.net/bugs/252793
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 243902] Re: mountnfs has wrong path for ifstate (should be under /var/run)

2008-07-30 Thread Saša Bodiroža
Moved to Intrepid last night, and I'm experiencing this bug. It seems to
me that the problem occurs because in /etc/network/if-up.d/mountnfs on
line 120 it tries to grep /etc/network/run/ifstate, which doesn't exist.
Changing that to /var/run/network/ifstate solved this for me. Although,
I'm not sure if that's totally right.

-- 
mountnfs has wrong path for ifstate (should be under /var/run)
https://bugs.launchpad.net/bugs/243902
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 243902] Re: mountnfs has wrong path for ifstate (should be under /var/run)

2008-07-30 Thread Saša Bodiroža
Ah, sorry. I haven't noticed the same is reported in attachment in
comment #3.

-- 
mountnfs has wrong path for ifstate (should be under /var/run)
https://bugs.launchpad.net/bugs/243902
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


Re: [Bug 253105] Re: Gnome-Voice-Control: Stuck on Calibration

2008-07-30 Thread Saša Bodiroža
Hello Ben,

As far as I can see, the problem might be that your sound card is
recording only left channel, when it's recording in mono. Try right
clicking on Volume control, then open the controls. Click on Settings.
I have a "Mix mono" switch to select. That maybe enables mixing of
both left and right channel into one, when recording in mono. Also,
check with other sound devices. Some of theme have two volume controls
for recording, so maybe one of them is muted.

-- 
Gnome-Voice-Control: Stuck on Calibration
https://bugs.launchpad.net/bugs/253105
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


Re: [Bug 253105] Re: Gnome-Voice-Control: Stuck on Calibration

2008-07-30 Thread Saša Bodiroža
Hello Ben,

Look under the recording tab for the muted channel. Also, check out
the options inside File menu. I switched to 8.10 alpha 3 last night,
and the volume control is a bit different. I suppose there should be
options or settings under the File menu. Try changing the devices and
see if any of the recording controls are muted.

Unrelated to this, I'll switch this bug report to a question, since I
don't think this actually qualifies as a bug. We'll see if we need to
open another bug report and against which program after we solve your
problem.

-- 
Gnome-Voice-Control: Stuck on Calibration
https://bugs.launchpad.net/bugs/253105
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 253105] Re: Gnome-Voice-Control: Stuck on Calibration

2008-07-30 Thread Saša Bodiroža
I think this is not a bug. Some setting should be changed in volume
control to fix this. After the problem is solved, we can open another
bug report for this, in case it's really a bug.

** Changed in: gnome-voice-control (Ubuntu)
   Status: New => Invalid

** bug changed to question:
   
https://answers.edge.launchpad.net/ubuntu/+source/gnome-voice-control/+question/40773

-- 
Gnome-Voice-Control: Stuck on Calibration
https://bugs.launchpad.net/bugs/253105
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 252793] Re: xulrunner ships some images as executables

2008-07-30 Thread Saša Bodiroža
Hello Paolo,

Thank you for your patch. It is applied to the development branch, so
marking as Fix committed. The bug will auto-close once it gets
published.

** Changed in: xulrunner-1.9 (Ubuntu)
   Importance: Undecided => Low
   Status: Confirmed => Fix Committed

-- 
xulrunner ships some images as executables
https://bugs.launchpad.net/bugs/252793
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 253105] Re: Gnome-Voice-Control: Stuck on Calibration

2008-07-31 Thread Saša Bodiroža
This is a bug, known upstream, so I'm making this a bug report again in
order to track status of the upstream bug.

** Summary changed:

- Gnome-Voice-Control: Stuck on Calibration
+ Gnome-Voice-Control: Stuck on Calibration on amd64

** Changed in: gnome-voice-control (Ubuntu)
   Importance: Undecided => High
   Status: Invalid => Confirmed

** Bug watch added: GNOME Bug Tracker #474376
   http://bugzilla.gnome.org/show_bug.cgi?id=474376

** Also affects: gnome-voice-control via
   http://bugzilla.gnome.org/show_bug.cgi?id=474376
   Importance: Unknown
   Status: Unknown

-- 
Gnome-Voice-Control: Stuck on Calibration on amd64
https://bugs.launchpad.net/bugs/253105
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


Re: [Bug 254649] Re: Please merge scrapbook-1.3.3.4-1(universe) from debian unstable (main)

2008-08-26 Thread Saša Bodiroža
Hello,

I would like if you could improve this a bit more:

 * additional dependency should be firefox-3.0, as firefox-3 package
doesn't exist. Please update that in the changelog entry, too.
 * it seems that you missed to include few more remaining changes,
specifically "Change iceweasel-scrapbook transitional package's arch
to all." from 1.3.2.5-2ubuntu2 and "Modify Maintainer value to match
the DebianMaintainerField specification." from 1.3.2.5-2ubuntu1
 * you can safely remove the line "usr/share/scrapbook
usr/lib/iceweasel/extensions/{53A03D43-5363-4669-8190-99061B2DEBA5}"
from debian/links, because we're not shipping Iceweasel. Pleas mention
that as a new change in the changelog.

Also, in case scrapbook 1.3.3.4 is compatible with Firefox 2, please
add firefox-2 package as additional dependency.

Thank you for your work.

-- 
Please merge scrapbook-1.3.3.4-1(universe) from debian unstable (main)
https://bugs.launchpad.net/bugs/254649
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


Re: [Bug 243466] Re: [needs-packaging] Chatzilla

2008-12-09 Thread Saša Bodiroža
Hello,

On Tue, Dec 9, 2008 at 1:10 PM, Pander wrote:
> See screenshot to what kind of icons I'm referring to. Probably its more
> a generic Mozilla addon packaging checklist item.
>
> "Some people tell me that I need help, some people can fuck off and go to 
> hell."
>-- Cypress Hill
>
> ** Attachment added: "screenshot.png"
>   http://launchpadlibrarian.net/20320651/screenshot.png

I think that should be set in the extension itself, so the upstream
should be contacted about this. It's not done in the packaging.

-- 
Best regards,
Saša Bodiroža

-- 
[needs-packaging] Chatzilla
https://bugs.launchpad.net/bugs/243466
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

Re: [Bug 227945] Re: [needs packaging] Please package FireGPG extension for Firefox

2008-12-09 Thread Saša Bodiroža
Hello Lionel,

On Tue, Dec 9, 2008 at 9:32 AM, Lionel Le Folgoc wrote:
> On Tue, Dec 09, 2008 at 07:11:45AM -, John Vivirito wrote:
>> On 12/08/2008 09:21 AM, Lionel Le Folgoc wrote:
>> > Le lundi 08 décembre 2008 à 01:56:01, John Vivirito a écrit :
>> >> Added Ubuntu task and assigned asac to review and push as needed
>> >>
>> >
>> > There is already iceweasel-firegpg in unstable/main and jaunty/universe.
>> > Isn't it a better idea to merge it instead of repackaging it from
>> > scratch?
>> >
>> We dont use iceweasel we use abrowser. We shouldnt have to fix each of
>
> Where did I say that we use iceweasel?
>
>> the iceweasel packages to support other browsers since at this time it
>> only depends on iceweasel and the packages are not updated but ours
>> are.
>
> Right, I understand (this looks like duplicate work though). Then you may
> want to drop from the archive several iceweasel-* packages that landed in
> jaunty.
>
>> We dont merge any mozilla apps from debian and we havee it so they get
>> our packages.
>
> "it" == firegpg?
> "they" == debian?
> Why would Debian get our firegpg package?

I see your point, but we (Mozilla team) are currently using scripts
provided by mozilla-devscripts package for extensions packaging, in
particular xpi.mk and med-xpi-pack, to make the process easier to the
packager. The package is not available in Debian, and we are working
on the solution to include some part of that package in Debian too.
Until that happens, our and Debian's way of extension packaging
heavily differs, so it is not possible to reuse their packaging.

Also, asac and Volans are working on set of scripts which would
automatically check for newer versions of all our extensions and try
to auto-update packages. That is why we are maintaining packaging in
bzr branches. I'm not sure whether that will be included in Debian.

We are doing all of this in order to try to bring more extensions into
the archive, and to be able to give regularly updated extensions to
the user.

So, for now, some of the extensions are merged, those on which we
haven't worked on. In case firegpg has relatively newer version in
Debian, we could use that package, but I think it will be adapted at
some point to make use of scripts in mozilla-devscripts and
auto-update scripts.

I agree that diverge from Debian's packaging and double work are not
good in case they're not needed, but I think it's not the case here. I
hope that we will be able to include some of our work in Debian,
making the merging process a lot easier, at least with Debian using
mozilla-devscripts for extensions.

-- 
Best regards,
Saša Bodiroža

-- 
[needs packaging] Please package FireGPG extension for Firefox 
https://bugs.launchpad.net/bugs/227945
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 303974] Re: [jaunty] Please update nspluginwrapper to 1.1.8

2008-12-09 Thread Saša Bodiroža
** Description changed:

- SVN trunk represents nspluginwrapper 1.1.8 with the following changes:
+ The current revision 52 in the linked branch contains code from SVN
+ revision 805, which is tagged as 1.1.10 in revision 806.
  
- * Delay NPN_ReleaseObject() if there is incoming RPC
- * Improve plugins restart machinery (Martin Stransky)
- * Close npviewer.bin sockets on exec()
- * Close all open files on fork() (initial patch by Dan Walsh)
- * Make `which` failures silent for soundwrappers (Stanislav Brabec)
+ Changes from 1.1.8 to 1.1.10:
+ * Fix NPPVpluginScriptableNPObject::Invalidate()
+ * Fix condition for delayed NPN_ReleaseObject() call
+ * Fix XEMBED (rework for lost events/focus regressions)
+ * Fix RPC for calls initiated by the plugin (SYNC mode)
+ * Fix invalid RPC after the plugin was NPP_Destroy()'ed
+ 
+ Note, because of the RPC changes, it's mandatory to re-wrap your
+ plugins.
  
  Please update the package in jaunty

-- 
[jaunty] Please update nspluginwrapper to 1.1.8
https://bugs.launchpad.net/bugs/303974
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 306836] [NEW] REVIEW/SPONSOR: Please review/sponsor Bugmail extension for Thunderbird

2008-12-10 Thread Saša Bodiroža
Public bug reported:

Hello,

Please review and sponsor Bugmail extension for Thunderbird. This
extension adds bug status to the header pane. It currently supports
Bugzilla, Trac, Flyspray and Launchpad. It is licensed under GPL v3.

** Affects: firefox-extensions
 Importance: Undecided
 Status: New

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
REVIEW/SPONSOR: Please review/sponsor Bugmail extension for Thunderbird
https://bugs.launchpad.net/bugs/306836
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 306836] Re: REVIEW/SPONSOR: Please review/sponsor Bugmail extension for Thunderbird

2008-12-10 Thread Saša Bodiroža
** Also affects: firefox-extensions
   Importance: Undecided
   Status: New

** Changed in: firefox-extensions
   Importance: Undecided => Wishlist
 Assignee: (unassigned) => Saša Bodiroža (jazzva)
   Status: New => In Progress

-- 
REVIEW/SPONSOR: Please review/sponsor Bugmail extension for Thunderbird
https://bugs.launchpad.net/bugs/306836
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 306836] Re: REVIEW/SPONSOR: Please review/sponsor Bugmail extension for Thunderbird

2008-12-10 Thread Saša Bodiroža
** Changed in: firefox-extensions
 Assignee: Saša Bodiroža (jazzva) => (unassigned)
   Status: In Progress => Confirmed

** Changed in: firefox-extensions
   Status: Confirmed => Fix Committed

** Changed in: ubuntu
   Status: New => Confirmed

-- 
REVIEW/SPONSOR: Please review/sponsor Bugmail extension for Thunderbird
https://bugs.launchpad.net/bugs/306836
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 297708] Re: REVIEW/SPONSOR: please review and sponsor all-in-one-sidebar (updated)

2008-11-18 Thread Saša Bodiroža
Looks good to me. Could you just add (LP: #297708) to the "new upstream"
item in the changelog? I think it's ready for the archive after that.

Thanks.

-- 
REVIEW/SPONSOR: please review and sponsor all-in-one-sidebar (updated)
https://bugs.launchpad.net/bugs/297708
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 303974] [NEW] [jaunty] Please update nspluginwrapper to 1.1.8

2008-12-01 Thread Saša Bodiroža
Public bug reported:

SVN trunk represents nspluginwrapper 1.1.8 with the following changes:

* Delay NPN_ReleaseObject() if there is incoming RPC
* Improve plugins restart machinery (Martin Stransky)
* Close npviewer.bin sockets on exec()
* Close all open files on fork() (initial patch by Dan Walsh)
* Make `which` failures silent for soundwrappers (Stanislav Brabec)

Please update the package in jaunty

** Affects: nspluginwrapper (Ubuntu)
 Importance: Undecided
 Assignee: Saša Bodiroža (jazzva)
 Status: In Progress

** Changed in: nspluginwrapper (Ubuntu)
 Assignee: (unassigned) => Saša Bodiroža (jazzva)
   Status: New => In Progress

-- 
[jaunty] Please update nspluginwrapper to 1.1.8
https://bugs.launchpad.net/bugs/303974
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 303974] Re: [jaunty] Please update nspluginwrapper to 1.1.8

2008-12-03 Thread Saša Bodiroža
** Changed in: nspluginwrapper (Ubuntu)
 Assignee: Saša Bodiroža (jazzva) => (unassigned)
   Status: In Progress => Confirmed

-- 
[jaunty] Please update nspluginwrapper to 1.1.8
https://bugs.launchpad.net/bugs/303974
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 184882] Re: Dependencies correct but Synaptic does not warn of incompatability

2008-12-03 Thread Saša Bodiroža
Hello,

Is this bug still valid? According to Stumbleupon extension, it should
be compatible with Firefox 1.0 up to 3.0.*.

** Changed in: mozilla-stumbleupon (Ubuntu)
   Status: In Progress => Incomplete

-- 
Dependencies correct but Synaptic does not warn of incompatability
https://bugs.launchpad.net/bugs/184882
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


Re: [Bug 297708] Re: REVIEW/SPONSOR: please review and sponsor all-in-one-sidebar (updated)

2008-11-21 Thread Saša Bodiroža
The process should be the same as for the other uploads. Subscribe
u-u-s and someone should upload it. I think the process doesn't
require a debdiff, as it's maintained in a bzr branch and afaik MOTU
should handle that too. It has an ack from Mozilla Extensions team.

-- 
REVIEW/SPONSOR: please review and sponsor all-in-one-sidebar (updated)
https://bugs.launchpad.net/bugs/297708
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 297169] Re: mozvoikko depends on iceweasel, should depend on firefox

2008-11-21 Thread Saša Bodiroža
Hello,

As of intrepid, there is package abrowser, which provides unbranded
Firefox. Please add an optional dependency for it. It should be like
"abrowser (>= 3) | firefox (>= 3)".

Thank you for your contribution.

-- 
mozvoikko depends on iceweasel, should depend on firefox
https://bugs.launchpad.net/bugs/297169
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 297708] Re: REVIEW/SPONSOR: please review and sponsor all-in-one-sidebar

2008-11-13 Thread Saša Bodiroža
Hello,

Following the link in copyright file, I see that the source is obtained
as xpi file. You could use med-xpi-unpack and med-xpi-pack scripts
provided by mozilla-devscripts package. It would require a slight change
to debian/rules.

First you prepare the source tree using med-xpi-unpack, by calling it
with something like this:

~$ med-xpi-unpack aios.xpi aios

Previous command assumes that the name of xpi file is "aios.xpi", and
that it's located in your home dir. That will unpack the contents of xpi
file to aios directory. Then copy over your debian/ directory to it.
Replace the MOZ_XPI_BUILD_COMMAND to

med-xpi-pack . aios.xpi

Add mozilla-devscripts package to the list of build-dependencies in
debian/control. Try to build the package, everything should work. Thank
you for your contribution.

-- 
REVIEW/SPONSOR: please review and sponsor all-in-one-sidebar
https://bugs.launchpad.net/bugs/297708
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


Re: [Bug 297169] Re: mozvoikko depends on iceweasel, should depend on firefox

2008-11-26 Thread Saša Bodiroža
On Mon, Nov 24, 2008 at 9:08 AM, Heikki Mäntysaari wrote:
> And yes I also have a branch which I use to store my packaging.

If you use a branch to maintain your packaging, you should mention it
in debian/control, like in the template [1]. If you're not familiar
with the branch naming, take a look at the extension packaging wiki
page [2]. This is not necessary for the current upload.

> I haven't seen any document telling who should I
> request to sponsor this kind of patch (mozillateam or universe
> sponsors?)

I think you should subscribe universe sponsors. AFAIK, there is no
rule that Mozilla team is sponsor for Mozilla-related uploads.

The debdiff has an ack from Mozilla team. If you can, please mention
in the changelog that it optionally depends on abrowser. Thanks.

[1] 

[2] 


-- 
mozvoikko depends on iceweasel, should depend on firefox
https://bugs.launchpad.net/bugs/297169
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 184882] Re: Dependencies correct but Synaptic does not warn of incompatability

2008-11-26 Thread Saša Bodiroža
** Changed in: mozilla-stumbleupon (Ubuntu)
 Assignee: (unassigned) => Saša Bodiroža (jazzva)
   Status: New => In Progress

-- 
Dependencies correct but Synaptic does not warn of incompatability
https://bugs.launchpad.net/bugs/184882
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

Re: [Bug 303628] [NEW] Please update gnome-voice-control package to version 0.3+SVN

2008-11-30 Thread Saša Bodiroža
As far as I know, it is not possible to update to 0.3, until
pocketsphinx and sphinxbase get to the repositories. David
Huggins-Daines prepared the packages few months ago, and I tried to
help him to get advocates for it, but we had no luck in getting them
in. I contacted people on #cmusphinx on Freenode and they said it is
not possible to compile g-v-c 0.3 with sphinx, meaning this task is
blocked by pocketsphinx and sphinxbase.

-- 
Please update gnome-voice-control package to version 0.3+SVN
https://bugs.launchpad.net/bugs/303628
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


Re: [Bug 355725] Re: firefox-greasemonkey should be upgraded to 0.8.20090123.1

2009-05-13 Thread Saša Bodiroža
Looks good to me.

Alexander said that we should remove firefox- prefix, so you're free
to do that in binary package name and provide a dummy package.

-- 
firefox-greasemonkey should be upgraded to 0.8.20090123.1
https://bugs.launchpad.net/bugs/355725
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 323409] Re: sasl2-bin broken, segfaulting during install

2009-01-30 Thread Saša Bodiroža
Same here... Jaunty 32bit

-- 
sasl2-bin broken, segfaulting during install
https://bugs.launchpad.net/bugs/323409
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


Re: [Bug 379847] Re: [needs-packaging] long-url-please

2009-05-23 Thread Saša Bodiroža
Hello Nathan,

Changelog version is still 0.1-0ubuntu1, I suppose it should be 
0.4.1-0ubuntu1. Also, please fix "mozilla" to "Mozilla" in description 
field.

After those minor changes are pushed, feel free to upload the package.

Thanks for packaging it.

-- 
Best regards,
Saša Bodiroža

-- 
[needs-packaging] long-url-please
https://bugs.launchpad.net/bugs/379847
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

Re: [Bug 205218] Re: [unmet dependencies] glife requires libglade-gnome0, but that doesn't exists

2009-02-27 Thread Saša Bodiroža
Hello philps,

On Fri, Feb 27, 2009 at 7:36 PM, philps wrote:
>  - a few things concerning the packaging:
>  - "glife (0.2.1-1build2) intrepid" -> "glife (0.2.1-1ubuntu1) jaunty"
>     Does this mean you want me to rename the package to 0.2.1-1ubuntu1 for 
> jaunty?

I suppose he meant that you should change version in debian/changelog
from 0.2.1-1build2 to 0.2.1-1ubuntu1, and targeted release from
intrepid to jaunty.

-- 
Best regards,
Saša Bodiroža

-- 
[unmet dependencies] glife requires libglade-gnome0, but that doesn't exists
https://bugs.launchpad.net/bugs/205218
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 285281] Re: Gnome Voice Contol cannot be displayed

2008-10-18 Thread Saša Bodiroža
*** This bug is a duplicate of bug 252418 ***
https://bugs.launchpad.net/bugs/252418

** This bug has been marked a duplicate of bug 252418
   gnome-voice-control is not multibuild safe, and crashes in Hardy

-- 
Gnome Voice Contol cannot be displayed
https://bugs.launchpad.net/bugs/285281
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


Re: [Bug 286225] Re: [intrepid] iceweasel-vimperator: Depends: iceweasel (>= 3.0~) but it is not instalable

2008-10-20 Thread Saša Bodiroža
Hello fabrice_sp,

There is abrowser package, which is unbranded Firefox 3. Please add
optional dependency to it, along other suggested changes.

Thank you.

-- 
[intrepid] iceweasel-vimperator: Depends: iceweasel (>= 3.0~) but it is not 
instalable
https://bugs.launchpad.net/bugs/286225
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


Re: [Bug 285321] Re: [Intrepid] iceweasel-itsalltext: Depends: iceweasel (>= 2.0.0.3-1) but it is not installable

2008-10-20 Thread Saša Bodiroža
Hello fabrice_sp,

Firefox 2 has been removed from the archive some time ago. Please
remove the link to its directory, /usr/firefox/extensions/. Also,
there is abrowser package, which is unbranded Firefox 3. Please add
optional dependency to it.

Thank you.

-- 
[Intrepid]  iceweasel-itsalltext: Depends: iceweasel (>= 2.0.0.3-1) but it is 
not installable
https://bugs.launchpad.net/bugs/285321
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


Re: [Bug 285321] Re: [Intrepid] iceweasel-itsalltext: Depends: iceweasel (>= 2.0.0.3-1) but it is not installable

2008-10-21 Thread Saša Bodiroža
On Tue, Oct 21, 2008 at 6:06 PM, Alexander Sack wrote:
> Sasa, is that ok now?

Looks good to me, except that Firefox 2 removal isn't mentioned in the
changelog. fabrice_sp, could you  add that to your changelog entry?
Thanks again.

-- 
[Intrepid]  iceweasel-itsalltext: Depends: iceweasel (>= 2.0.0.3-1) but it is 
not installable
https://bugs.launchpad.net/bugs/285321
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


Re: [Bug 153777] Re: Firefox becomes inactive While Watching Videos

2008-11-01 Thread Saša Bodiroža
On Sat, Nov 1, 2008 at 3:26 PM, Daniel T Chen wrote:
> Is this symptom still reproducible in 8.10?

I can't reproduce it anymore... Using flashplugin-nonfree
10.0.12.36ubuntu1.

-- 
Firefox becomes inactive While Watching Videos
https://bugs.launchpad.net/bugs/153777
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


Re: [Bug 95670] Re: [needs-packaging] Jabbin

2008-10-28 Thread Saša Bodiroža
Hello,

On Tue, Oct 28, 2008 at 7:43 PM, oss_test_launchpad wrote:
> Saša, we are still waiting for you to contact the launchpad admins and
> have the address removed. You produced this mess, so tidy it up. No
> change on this issue so far.

I posted a question [1] on Launchpad answer tracker and one of the
members of the Launchpad development said that it is not possible.
Sorry for the mess, but I'm not sure if I can do anything else right
now.

[1] https://answers.edge.launchpad.net/launchpad/+question/37825

-- 
Best regards,
Saša Bodiroža

-- 
[needs-packaging] Jabbin
https://bugs.launchpad.net/bugs/95670
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 290014] Re: clamdrib needs-packaging

2008-10-28 Thread Saša Bodiroža
Sure thing. I'll add the extension to the list and contact upstream. I'm
not sure if we need a special table for Thunderbird, since some of the
extensions work both with FF and TB. Maybe we could add icons next to
the name, which should represent the programs they are compatible with.
I think there was a suggestion to do that before. That would be a nice
thing.

-- 
clamdrib needs-packaging
https://bugs.launchpad.net/bugs/290014
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 95670] Re: [needs-packaging] Jabbin

2008-10-28 Thread Saša Bodiroža
Hello,

I have asked on #launchpad IRC channel and I got the answer that it
would be the best if you contact them (via mail, answer tracker on
Launchpad I guess). I have tried to help you as much as I can. I'm sorry
that this problem occurred in the first place.

-- 
[needs-packaging] Jabbin
https://bugs.launchpad.net/bugs/95670
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


Re: [Bug 290014] Re: clamdrib needs-packaging

2008-10-29 Thread Saša Bodiroža
On Wed, Oct 29, 2008 at 2:19 PM, Alexander Sack wrote:
> I like that idea. howveer, we should then rename the page from
> firefox3extensions to mozillaextensions ;)  i guess.

It's already redirecting to w.u.c/MozillaTeam/Extensions/List. I think
that is generic enought and can include TB extensions, and later
SeaMonkey, Songbird, ... extensions. We can continue this on
#ubuntu-mozillateam if there's a need, since it's a bit off topic on
this bug report :).

-- 
Best regards,
Saša Bodiroža

-- 
clamdrib needs-packaging
https://bugs.launchpad.net/bugs/290014
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 287253] [NEW] diggler 0.9-16ubuntu1 depends on firefox-3 instead on firefox

2008-10-21 Thread Saša Bodiroža
Public bug reported:

Current version in intrepid depends on firefox-3 instead on firefox
package. The attached debdiff fixes this bug.

** Affects: diggler (Ubuntu)
 Importance: Undecided
 Status: Confirmed

-- 
diggler 0.9-16ubuntu1 depends on firefox-3 instead on firefox
https://bugs.launchpad.net/bugs/287253
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 287253] Re: diggler 0.9-16ubuntu1 depends on firefox-3 instead on firefox

2008-10-21 Thread Saša Bodiroža

** Attachment added: "diggler-0.9-16ubuntu1-to-ubuntu2.diff"
   http://launchpadlibrarian.net/18783069/diggler-0.9-16ubuntu1-to-ubuntu2.diff

** Changed in: diggler (Ubuntu)
   Status: New => Confirmed

** Attachment removed: "diggler-0.9-16ubuntu1-to-ubuntu2.diff"

   http://launchpadlibrarian.net/18783081/diggler-0.9-16ubuntu1-to-
ubuntu2.diff

-- 
diggler 0.9-16ubuntu1 depends on firefox-3 instead on firefox
https://bugs.launchpad.net/bugs/287253
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 287253] Re: diggler 0.9-16ubuntu1 depends on firefox-3 instead on firefox

2008-10-21 Thread Saša Bodiroža

** Attachment added: "diggler-0.9-16ubuntu1-to-ubuntu2.diff"
   http://launchpadlibrarian.net/18783113/diggler-0.9-16ubuntu1-to-ubuntu2.diff

-- 
diggler 0.9-16ubuntu1 depends on firefox-3 instead on firefox
https://bugs.launchpad.net/bugs/287253
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 285321] Re: [Intrepid] iceweasel-itsalltext: Depends: iceweasel (>= 2.0.0.3-1) but it is not installable

2008-10-22 Thread Saša Bodiroža
On Tue, Oct 21, 2008 at 8:18 PM, Siegfried-Angel wrote:
> But that debdiff wasn't uploaded, so as the version currently in
> Intrepid only depends on Iceweasel it doesn't make sense to list
> "Removed Firefox 2 dependency" from the changelog.

Right, sorry. I skipped that detail. Everything is ok with this
debdiff then [1]. fabrice_sp, sorry for the unneeded additional work.

[1]
http://launchpadlibrarian.net/18756491/itsalltext_0.8.5-1ubuntu1-version2.debdiff

-- 
[Intrepid]  iceweasel-itsalltext: Depends: iceweasel (>= 2.0.0.3-1) but it is 
not installable
https://bugs.launchpad.net/bugs/285321
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 246275] [NEW] Please update gnome-mplayer to 0.6.3

2008-07-07 Thread Saša Bodiroža
Public bug reported:

Tarball available here:
http://gnome-mplayer.googlecode.com/files/gnome-mplayer-0.6.3.tar.gz

** Affects: gnome-mplayer (Ubuntu)
 Importance: Wishlist
 Assignee: Saša Bodiroža (jazzva)
 Status: In Progress

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

** Changed in: gnome-mplayer (Ubuntu)
 Assignee: (unassigned) => Saša Bodiroža (jazzva)
   Status: New => In Progress

-- 
Please update gnome-mplayer to 0.6.3
https://bugs.launchpad.net/bugs/246275
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 246276] [NEW] Please update gecko-mediaplayer to 0.6.3

2008-07-07 Thread Saša Bodiroža
Public bug reported:

Binary package hint: gecko-mediaplayer

Tarball available here:
http://gecko-mediaplayer.googlecode.com/files/gecko-mediaplayer-0.6.3.tar.gz

** Affects: gecko-mediaplayer (Ubuntu)
 Importance: Wishlist
 Assignee: Saša Bodiroža (jazzva)
 Status: In Progress

** Changed in: gecko-mediaplayer (Ubuntu)
   Importance: Undecided => Wishlist

** Changed in: gecko-mediaplayer (Ubuntu)
 Assignee: (unassigned) => Saša Bodiroža (jazzva)
   Status: New => In Progress

-- 
Please update gecko-mediaplayer to 0.6.3
https://bugs.launchpad.net/bugs/246276
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 241671] Re: Please update ctxextensions to 4.1.2008062001

2008-07-07 Thread Saša Bodiroža
Hello,

I updated the package for the new upstream release. I changed the
description and the title of the bug report, since it's not a merge
anymore.

** Summary changed:

- Please merge ctxextensions 4.1.2008050601-1 from debian unstable to intrepid
+ Please update ctxextensions to 4.1.2008062001

** Description changed:

- ctxextensions should be merged because we need to keep Ubuntu packaging, 
which is based on xpi.mk script, provided by mozilla-devscripts package. This 
is the list of kept changes:
-  - Improved packaging to make use of xpi.mk.
-  - Added MPL as a separate file, left pointer to it in debian/copyright.
-  - Modify "Iceweasel" to "Firefox" in debian/control.
+ Please update ctxextensions to the new upstream release. The packaging
+ is maintained in bzr branch attached to this report. It should be merged
+ with ~ubuntu-dev/firefox-extensions/mozilla-ctxextensions.ubuntu branch.
  
  Additionally, I have adapted packaging to the new directory layout of
  the extension and updated MOZ_XPI_EMID in debian/rules to be the same as
- the one in install.rdf. Some files are shipped as executables in
- .orig.tar.gz fetched from Debian. Those permissions are now removed in
- debian/rules. Because the extension also works in Thunderbird, I added
- support for it in debian/{control,rules}. The last new change is the
- inclusion of Homepage field in debian/control.
+ the one in install.rdf. Some files are shipped as executables in XPI.
+ Those permissions are now removed in debian/rules. Because the extension
+ also works in Thunderbird, I added support for it in
+ debian/{control,rules}. The last new change is the inclusion of Homepage
+ field in debian/control.

** Changed in: ctxextensions (Ubuntu)
     Assignee: Saša Bodiroža (jazzva) => (unassigned)
   Status: In Progress => Confirmed

-- 
Please update ctxextensions to 4.1.2008062001
https://bugs.launchpad.net/bugs/241671
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 241671] Re: Please update ctxextensions to 4.1.2008062001

2008-07-07 Thread Saša Bodiroža
** Description changed:

  Please update ctxextensions to the new upstream release. The packaging
  is maintained in bzr branch attached to this report. It should be merged
- with ~ubuntu-dev/firefox-extensions/mozilla-ctxextensions.ubuntu branch.
+ in ~ubuntu-dev/firefox-extensions/mozilla-ctxextensions.ubuntu branch.
  
  Additionally, I have adapted packaging to the new directory layout of
  the extension and updated MOZ_XPI_EMID in debian/rules to be the same as
  the one in install.rdf. Some files are shipped as executables in XPI.
  Those permissions are now removed in debian/rules. Because the extension
  also works in Thunderbird, I added support for it in
  debian/{control,rules}. The last new change is the inclusion of Homepage
  field in debian/control.

-- 
Please update ctxextensions to 4.1.2008062001
https://bugs.launchpad.net/bugs/241671
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 241160] Re: Please update livehttpheaders to 0.14

2008-07-07 Thread Saša Bodiroža
** Summary changed:

- Please merge livehttpheaders 0.14-1 (universe) from Debian unstable (main).
+ Please update livehttpheaders to 0.14

** Description changed:

- -BEGIN PGP SIGNED MESSAGE-
- Hash: SHA1
+ Please update livehttpheaders to the new upstream release. The packaging
+ is maintained in bzr branch attached to this report. It should be merged
+ in ~ubuntu-dev/firefox-extensions/mozilla-livehttpheaders.ubuntu branch.
  
-  affects ubuntu
-  status confirmed
-  importance wishlist
-  subscribe ubuntu-archive
- 
- Please merge livehttpheaders 0.14-1 (universe) from Debian unstable
- (main).
- 
- We need to keep Ubuntu packaging which is based on xpi.mk script
- provided by mozilla-devscripts package.
- 
- Changelog since current 0.14-1 version 0:
- 
- livehttpheaders (0.14-1) unstable; urgency=low
- 
-   * New upstream release.
-   * debian/chrome.manifest: Removed, as provided upstream.
-   * debian/rules: Install upstream chrome.manifest.
-   * debian/chrome.d: Add new locales.
-   * chrome.manifest: Adapt for flat chrome.
- 
-  -- Mike Hommey <[EMAIL PROTECTED]>  Mon, 16 Jun 2008 01:32:52 +0200
- 
- livehttpheaders (0.13.1-3) unstable; urgency=low
- 
-   * debian/control: Fixed typo. Closes: #400429.
-   * debian/links: Put iceape chrome in /usr/share/iceape/chrome instead of
- /usr/lib/iceape/chrome. Closes: #401563.
- 
-  -- Mike Hommey <[EMAIL PROTECTED]>  Mon,  4 Dec 2006 18:12:43 +0100
- 
- livehttpheaders (0.13.1-2) unstable; urgency=low
- 
-   * debian/postinst: Changed the version number we test (bad, bad
- copy/paste)
- 
-  -- Mike Hommey <[EMAIL PROTECTED]>  Sat, 25 Nov 2006 15:02:05 +0100
- 
- livehttpheaders (0.13.1-1) unstable; urgency=low
- 
-   * New upstream release. Fixes broken Page Info Headers tab in Iceweasel 2.0.
-   * debian/Uninstall, debian/extensions.d: Removed, we don't support firefox
- < 1.5 any more.
-   * debian/rules: Don't install these removed files.
-   * debian/preinst: Removed, it was for upgrade from ancient versions, before
- sarge, and not included in woody.
-   * debian/control:
- + Don't Conflict, Replace, Provide livehttpheaders, it's from ancient 
times,
-   before sarge was released.
- + Bumped Standards-Version to 3.7.2.2. No changes needed.
- + Depends on iceweasel | iceape-browser.
- + Changed description. Closes: #399946.
-   * debian/dirs, debian/links: Adapted the directories and the links we 
create.
-   * debian/postinst: In case we upgrade from older versions without upgrading
- browsers first, invoque chrome updaters (except iceape one, which we call
- unconditionally).
-   * debian/postrm: Only invoque iceape chrome updater on removal.
-   * chrome/locale/de-AT/livehttpheaders/livehttpheaders.dtd: Removed "xs" from
- version number.
- 
-  -- Mike Hommey <[EMAIL PROTECTED]>  Sat, 25 Nov 2006 14:42:05 +0100
- 
- livehttpheaders (0.12-3) unstable; urgency=low
- 
-   * debian/control: Bumped Standards-Version to 3.7.2.1. No changes needed.
-   * install.rdf: Allow livehttpheaders to work with firefox 2.0.
-   * debian/watch: Added a watch file.
- 
-  -- Mike Hommey <[EMAIL PROTECTED]>  Mon, 21 Aug 2006 21:04:43 +0200
- 
- livehttpheaders (0.12-2) unstable; urgency=low
- 
-   * debian/control: Bumped Standards-Version to 3.6.2.1. No changes needed.
-   * debian/rules: Changed way we install files. That removes bad permissions
- given to files, and remove the CVS directory that is in the upstream
- tarball.
- 
-  -- Mike Hommey <[EMAIL PROTECTED]>  Sat, 18 Mar 2006 13:46:33 +0100
- 
- livehttpheaders (0.12-1) unstable; urgency=low
- 
-   * The "Flat chrome for everyone !" release.
-   * New upstream release:
- + Fixes the Page Info tab. Closes: #354726.
-   * debian/chrome.manifest, debian/chrome.d:
- + Convert to flat chrome.
- + Add the cs-CZ locale registration.
-   * debian/control: Don't build depend on zip.
-   * debian/rules: Copy instead of zipping.
-   * debian/links: Change the link for the jar file to a link for the directory
- holding the extension content.
-   * install.rdf: Reference the directory instead of the jar file.
- 
-  -- Mike Hommey <[EMAIL PROTECTED]>  Wed,  1 Mar 2006 14:58:07 +0100
- 
- livehttpheaders (0.11-2) unstable; urgency=low
- 
-   * debian/dirs, debian/links, debian/control: Add support for the new firefox
- package. We will keep backwards compatibility with mozilla-firefox until
- etch release.
- 
-  -- Mike Hommey <[EMAIL PROTECTED]>  Sun, 25 Dec 2005 08:13:37 +0100
- 
- livehttpheaders (0.11-1) unstable; urgency=low
- 
-   * New upstream release
- 
-  -- Mike Hommey <[EMAIL PROTECTED]>  Sun, 27 Nov 2005 21:12:55 +0100
- 
- livehttpheaders (0.10-3) unstable; urgency=low
- 
-   * install.rdf: Allow livehttpheaders to work with firefox 1.5.
- 
-  -- Mike Hommey <[EMAIL PROTECTED]>  Sat,  5 Nov 2005 11:25:17 +0100
- 
- livehttpheaders (0.10-2) unstable; urgency=low
- 
-   * debian/control, debian/postrm, debian/postinst, debian/

[Bug 241160] Re: Please update livehttpheaders to 0.14

2008-07-07 Thread Saša Bodiroža
Updated packaging in the attached branch.

** Changed in: livehttpheaders (Ubuntu)
 Assignee: Saša Bodiroža (jazzva) => (unassigned)
   Status: In Progress => Confirmed

-- 
Please update livehttpheaders to 0.14
https://bugs.launchpad.net/bugs/241160
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 236592] Re: Please update gecko-mediaplayer to 0.6.2

2008-06-02 Thread Saša Bodiroža
** Changed in: gecko-mediaplayer (Ubuntu)
 Assignee: (unassigned) => Saša Bodiroža (jazzva)
   Status: Confirmed => In Progress

-- 
Please update gecko-mediaplayer to 0.6.2
https://bugs.launchpad.net/bugs/236592
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 236591] Re: Please update gnome-mplayer to 0.6.2

2008-06-02 Thread Saša Bodiroža
** Changed in: gnome-mplayer (Ubuntu)
 Assignee: (unassigned) => Saša Bodiroža (jazzva)
   Status: Confirmed => In Progress

-- 
Please update gnome-mplayer to 0.6.2
https://bugs.launchpad.net/bugs/236591
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 236592] Re: Please update gecko-mediaplayer to 0.6.2

2008-06-03 Thread Saša Bodiroža
Patch debian/patches/add_docs_tech_javascript is removed, as the missing
file is included upstream. There are no additional changes in packaging.

** Attachment added: "gecko-mediaplayer_0.6.2-0ubuntu1.interdiff.gz"
   
http://launchpadlibrarian.net/14975963/gecko-mediaplayer_0.6.2-0ubuntu1.interdiff.gz

-- 
Please update gecko-mediaplayer to 0.6.2
https://bugs.launchpad.net/bugs/236592
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 236591] Re: Please update gnome-mplayer to 0.6.2

2008-06-03 Thread Saša Bodiroža
New upstream release should fix two reported bugs on LP:
  - Fix SIGSEGV crash when playing song from storage mounted by sshfs (bug 
#232396)
  - Fix problem with 'Save As..' where filename started with a / (bug #236887)

Changes to the packaging:
  - Remove debian/patches/fix_{drop_callback,mntent_compat_headers}, because 
they are implemented upstream.
  - Document new command-line option -q, --quit_on_complete, and old 
--disable{framedrop,ass,embeddedfonts} in man page

** Attachment added: "gnome-mplayer_0.6.2-0ubuntu1.interdiff.gz"
   
http://launchpadlibrarian.net/14975930/gnome-mplayer_0.6.2-0ubuntu1.interdiff.gz

-- 
Please update gnome-mplayer to 0.6.2
https://bugs.launchpad.net/bugs/236591
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 236592] Re: Please update gecko-mediaplayer to 0.6.2

2008-06-03 Thread Saša Bodiroža
Sorry for the interdiff. Here is the diff.gz.

** Attachment added: "gecko-mediaplayer_0.6.2-0ubuntu1.diff.gz"
   
http://launchpadlibrarian.net/14979497/gecko-mediaplayer_0.6.2-0ubuntu1.diff.gz

-- 
Please update gecko-mediaplayer to 0.6.2
https://bugs.launchpad.net/bugs/236592
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 236591] Re: Please update gnome-mplayer to 0.6.2

2008-06-03 Thread Saša Bodiroža
Sorry for uploading interdiff. Here is diff.gz.

** Attachment added: "gnome-mplayer_0.6.2-0ubuntu1.diff.gz"
   http://launchpadlibrarian.net/14979507/gnome-mplayer_0.6.2-0ubuntu1.diff.gz

-- 
Please update gnome-mplayer to 0.6.2
https://bugs.launchpad.net/bugs/236591
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 236592] Re: Please update gecko-mediaplayer to 0.6.2

2008-06-03 Thread Saša Bodiroža
** Changed in: gecko-mediaplayer (Ubuntu)
 Assignee: Saša Bodiroža (jazzva) => (unassigned)
   Status: In Progress => Confirmed

-- 
Please update gecko-mediaplayer to 0.6.2
https://bugs.launchpad.net/bugs/236592
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 236591] Re: Please update gnome-mplayer to 0.6.2

2008-06-03 Thread Saša Bodiroža
** Changed in: gnome-mplayer (Ubuntu)
 Assignee: Saša Bodiroža (jazzva) => (unassigned)
   Status: In Progress => Confirmed

-- 
Please update gnome-mplayer to 0.6.2
https://bugs.launchpad.net/bugs/236591
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 236592] Re: Please update gecko-mediaplayer to 0.6.2

2008-06-04 Thread Saša Bodiroža
Here is the fixed diff.

** Attachment added: "gecko-mediaplayer_0.6.2-0ubuntu1.diff.gz"
   
http://launchpadlibrarian.net/15015222/gecko-mediaplayer_0.6.2-0ubuntu1.diff.gz

** Changed in: gecko-mediaplayer (Ubuntu)
   Status: Incomplete => Confirmed

-- 
Please update gecko-mediaplayer to 0.6.2
https://bugs.launchpad.net/bugs/236592
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 246275] Re: Please update gnome-mplayer to 0.6.3

2008-07-20 Thread Saša Bodiroža
Here is the .diff.gz for the new upstream version. .tar.gz can be
obtained with watch file.

** Attachment added: "gnome-mplayer_0.6.3-0ubuntu1.diff.gz"
   http://launchpadlibrarian.net/16203969/gnome-mplayer_0.6.3-0ubuntu1.diff.gz

** Changed in: gnome-mplayer (Ubuntu)
 Assignee: Saša Bodiroža (jazzva) => (unassigned)
   Status: In Progress => Confirmed

-- 
Please update gnome-mplayer to 0.6.3
https://bugs.launchpad.net/bugs/246275
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 246275] Re: Please update gnome-mplayer to 0.6.3

2008-07-20 Thread Saša Bodiroža
I have just noticed that packaging date for Debian is in
debian/copyright, instead of the old one. I'll upload the new .diff.gz
soon.

-- 
Please update gnome-mplayer to 0.6.3
https://bugs.launchpad.net/bugs/246275
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 246275] Re: Please update gnome-mplayer to 0.6.3

2008-07-20 Thread Saša Bodiroža
This one should be good.

** Attachment added: "gnome-mplayer_0.6.3-0ubuntu1.diff.gz"
   http://launchpadlibrarian.net/16204401/gnome-mplayer_0.6.3-0ubuntu1.diff.gz

-- 
Please update gnome-mplayer to 0.6.3
https://bugs.launchpad.net/bugs/246275
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 246275] Re: Please update gnome-mplayer to 0.6.3

2008-07-20 Thread Saša Bodiroža
New diff.gz, with applied patch.

** Attachment added: "gnome-mplayer_0.6.3-0ubuntu1.diff.gz"
   http://launchpadlibrarian.net/16205065/gnome-mplayer_0.6.3-0ubuntu1.diff.gz

-- 
Please update gnome-mplayer to 0.6.3
https://bugs.launchpad.net/bugs/246275
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 246276] Re: Please update gecko-mediaplayer to 0.6.3

2008-07-20 Thread Saša Bodiroža
Here is the .diff.gz for the new upstream version. .tar.gz can be
obtained with watch file.

** Attachment added: "gecko-mediaplayer_0.6.3-0ubuntu1.diff.gz"
   
http://launchpadlibrarian.net/16205127/gecko-mediaplayer_0.6.3-0ubuntu1.diff.gz

** Changed in: gecko-mediaplayer (Ubuntu)
 Assignee: Saša Bodiroža (jazzva) => (unassigned)
   Status: In Progress => Confirmed

-- 
Please update gecko-mediaplayer to 0.6.3
https://bugs.launchpad.net/bugs/246276
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 246276] Re: Please update gecko-mediaplayer to 0.6.3

2008-07-20 Thread Saša Bodiroža
Updated .diff.gz

** Attachment added: "gecko-mediaplayer_0.6.3-0ubuntu1.diff.gz"
   
http://launchpadlibrarian.net/16205624/gecko-mediaplayer_0.6.3-0ubuntu1.diff.gz

-- 
Please update gecko-mediaplayer to 0.6.3
https://bugs.launchpad.net/bugs/246276
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 251156] [NEW] Please update firefox-sage to 1.4.2

2008-07-23 Thread Saša Bodiroža
Public bug reported:

Hello,

I have prepared an update for firefox-sage package. It is located in my
bzr branch, which is linked to this report. It brings the new update for
Sage, which is compatible with Firefox 3. On the other hand, it's not
compatible with Firefox 2, so the packaging had to be updated to reflex
these changes. Additionally, I have updated packaging to make use of
med-xpi-pack script which will be available soon in mozilla-devscripts
package.

** Affects: firefox-extensions
 Importance: Undecided
 Status: New

** Affects: firefox-sage (Ubuntu)
 Importance: Wishlist
 Status: Confirmed

** Also affects: firefox-extensions
   Importance: Undecided
   Status: New

** Changed in: firefox-sage (Ubuntu)
   Importance: Undecided => Wishlist
   Status: New => Confirmed

-- 
Please update firefox-sage to 1.4.2
https://bugs.launchpad.net/bugs/251156
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


Re: [Bug 247867] Re: Please merge Torbutton 1.2.0~rc5-1 (universe) from Debian unstable (main)

2008-08-08 Thread Saša Bodiroža
Hello Sveinung,

I have look into this debdiff and it looks good. The needed changes
are mostly correction of typos and maybe rewording in changelog entry
in order to make it more clear:

1.) I would change "debian/iceweasel-torbutton.* are still
debian/firefox-torbutton.*". In previous upload, we changed them to
torbutton-extension.*, so you can keep that message:
* Modification of debian/iceweasel-torbutton.dirs,
  debian/iceweasel-torbutton.install and debian/iceweasel-torbutton.links
  to take into account firefox extensions directory and renaming them
  to the new binary package schema (torbutton-extension.*)
In this upload, we are removing iceweasel-torbutton.*, so that
shouldn't be mentioned in "Remaining Ubuntu changes" part, but as a
new change:
* Remove iceweasel-torbutton.*, since Ubuntu doesn't ship Iceweasel

2.) "Link into where Firefox, not Iceweacel, looks" has a typo. Should
be "Iceweasel"

3.) "Depend on Firfox 3 and 2 instead of Iceweacel" has typos. Should
be "Firefox" and "Iceweasel". Also, I think it's correct to say
"Firefox 3 or 2", instead of using "and".

4.) Check if the debdiff has an empty line at the end (line #162). If
it has, please remove it.

Thank you for your work :).

-- 
Please merge Torbutton 1.2.0~rc5-1 (universe) from Debian unstable (main)
https://bugs.launchpad.net/bugs/247867
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 247867] Re: Please merge Torbutton 1.2.0~rc5-1 (universe) from Debian unstable (main)

2008-08-08 Thread Saša Bodiroža
Looks good. Ack from Mozilla Extensions team. Please resubscribe ubuntu-
universe-sponsors, unassign  yourself and set the status to "Confirmed".
Thanks for the merge :).

About the change for iceweasel-torbutton.* and torbutton-extension.*...
Moving of iceweasel-torbutton.* to torbutton-extension.* happened in the
previous upload, so that is fine to keep it in remaining Ubuntu changes.
But, according to previous changelog entry there were still iceweasel-
torbutton.* files, which we removed now. That's why I asked you to
indicate that as a new change :).

-- 
Please merge Torbutton 1.2.0~rc5-1 (universe) from Debian unstable (main)
https://bugs.launchpad.net/bugs/247867
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 254649] Re: Please sync scrapbook-1.3.3.4-1(universe) from debian unstable

2008-08-10 Thread Saša Bodiroža
Hello,

I think there are more changes from previous versions that need to be
mentioned. There are a lot of changes to debian/control from version
1.3.2.5-2ubuntu1, which aren't mentioned in remaining changes. Please
add them.

Thanks for your work.

-- 
Please sync scrapbook-1.3.3.4-1(universe) from debian unstable 
https://bugs.launchpad.net/bugs/254649
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 254649] Re: Please sync scrapbook-1.3.3.4-1(universe) from debian unstable

2008-08-10 Thread Saša Bodiroža
Sorry, I mentioned changes only to debian/control file, but there are
also some more. For example, this one:

 * Remove the "iceweasel-scrapbook." prefix from file names.

-- 
Please sync scrapbook-1.3.3.4-1(universe) from debian unstable 
https://bugs.launchpad.net/bugs/254649
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 272959] [NEW] Packages that depend on firefox-2 or firefox should just depend on firefox

2008-09-21 Thread Saša Bodiroža
Public bug reported:

Hello,

Some of the packages (mostly Mozilla extensions and plugins) depend on
both firefox and firefox-2, or just on firefox-2. Regarding planned
Firefox 2 removal from the archives, we should change the dependencies
by removing optional firefox-2 dependency, or investigating if there is
an update, respectively.

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
Packages that depend on firefox-2 or firefox should just depend on firefox
https://bugs.launchpad.net/bugs/272959
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 272959] Re: Packages that depend on firefox-2 or firefox should just depend on firefox

2008-09-22 Thread Saša Bodiroža
** Also affects: bookmarksftp (Ubuntu)
   Importance: Undecided
   Status: New

-- 
Packages that depend on firefox-2 or firefox should just depend on firefox
https://bugs.launchpad.net/bugs/272959
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 272959] Re: Packages that depend on firefox-2 or firefox should just depend on firefox

2008-09-22 Thread Saša Bodiroža
** Changed in: bookmarksftp (Ubuntu)
   Importance: Undecided => Low
   Status: New => Confirmed

** Changed in: firefox (Ubuntu)
   Status: New => Invalid

** Also affects: mplayerplug-in (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: mplayerplug-in (Ubuntu)
   Importance: Undecided => Low
   Status: New => Confirmed

** Also affects: gecko-mediaplayer (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: gecko-mediaplayer (Ubuntu)
   Importance: Undecided => Low
   Status: New => Confirmed

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

** Changed in: mozplugger (Ubuntu)
   Importance: Undecided => Low
   Status: New => Confirmed

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

** Changed in: useragentswitcher (Ubuntu)
   Importance: Undecided => Low
   Status: New => Confirmed

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

** Changed in: speeddial (Ubuntu)
   Importance: Undecided => Low
   Status: New => Confirmed

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

** Changed in: scrapbook (Ubuntu)
   Importance: Undecided => Low
   Status: New => Confirmed

** Also affects: stanford-pwdhash (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: stanford-pwdhash (Ubuntu)
   Importance: Undecided => Low
   Status: New => Confirmed

** Also affects: mozilla-stumbleupon (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: mozilla-stumbleupon (Ubuntu)
   Importance: Undecided => Low
   Status: New => Confirmed

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

** Changed in: nukeimage (Ubuntu)
   Importance: Undecided => Low
   Status: New => Confirmed

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

** Changed in: livehttpheaders (Ubuntu)
   Importance: Undecided => Low
   Status: New => Confirmed

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

** Changed in: imagezoom (Ubuntu)
   Importance: Undecided => Low
   Status: New => Confirmed

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

** Changed in: ctxextensions (Ubuntu)
   Importance: Undecided => Low
   Status: New => Confirmed

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

** Changed in: mozgest (Ubuntu)
   Importance: Undecided => Low
   Status: New => Confirmed

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

** Changed in: foxyproxy (Ubuntu)
   Importance: Undecided => Low
   Status: New => Confirmed

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

** Changed in: flashblock (Ubuntu)
   Importance: Undecided => Low
   Status: New => Confirmed

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

** Changed in: webdeveloper (Ubuntu)
   Importance: Undecided => Low
   Status: New => Confirmed

** Also affects: ubuntu-it-menu (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: ubuntu-it-menu (Ubuntu)
   Importance: Undecided => Low
   Status: New => Confirmed

** Also affects: firefox-showcase (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: firefox-showcase (Ubuntu)
   Importance: Undecided => Low
   Status: New => Confirmed

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

** Changed in: greasemonkey (Ubuntu)
   Importance: Undecided => Low
   Status: New => Confirmed

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

** Changed in: firebug (Ubuntu)
   Importance: Undecided => Low
   Status: New => Confirmed

** Also affects: all-in-one-sidebar (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: all-in-one-sidebar (Ubuntu)
   Importance: Undecided => Low
   Status: New => Confirmed

** Also affects: adblock-plus (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: adblock-plus (Ubuntu)
   Importance: Undecided => Low
   Status: New => Confirmed

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

** Changed in: ubufox (Ubuntu)
   Importance: Undecided => Low
   Status: New => Confirmed

-- 
Packages that depend on firefox-2 or firefox should just depend on firefox
https://bugs.launchpad.net/bugs/272959
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


Re: [Bug 273849] [NEW] Capture Page Ctrl+shift+L conflits with LiveHTTPHeaders

2008-09-24 Thread Saša Bodiroža
Hello arky,

This is something that should be reported upstream. I'll make sure
they hear of this, and find a solution.

Thank you for reporting a bug.

-- 
Capture Page Ctrl+shift+L conflits with LiveHTTPHeaders
https://bugs.launchpad.net/bugs/273849
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 95005] Re: [need-packaging] MMS

2008-06-24 Thread Saša Bodiroža
I won't have time to work on this now... I'm fine if somebody wants to
take over.

** Changed in: ubuntu
 Assignee: Saša Bodiroža (jazzva) => (unassigned)

-- 
[need-packaging] MMS
https://bugs.launchpad.net/bugs/95005
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 241669] Re: Please merge foxyproxy from debian unstable

2008-06-24 Thread Saša Bodiroža
** Description changed:

  Binary package hint: foxyproxy
  
- foxyproxy should be merged because of:
+ foxyproxy should be merged because our and Debian packaging differs. We
+ are using xpi.mk script, which is provided in mozilla-devscripts
+ package. We need to keep that change in current package.
+ 
+ In this version debian/rules is modified, to base build on build.xml
+ file, provided by upstream. Because of that, I added and to Depends, and
+ removed zip from Depends.

** Summary changed:

- Please merge foxyproxy from debian unstable
+ Please merge foxyproxy 2.7.5~dfsg.1-1 from debian unstable to intrepid

-- 
Please merge foxyproxy 2.7.5~dfsg.1-1 from debian unstable to intrepid
https://bugs.launchpad.net/bugs/241669
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 241669] Re: Please merge foxyproxy 2.7.5~dfsg.1-1 from debian unstable to intrepid

2008-06-24 Thread Saša Bodiroža
** Changed in: foxyproxy (Ubuntu)
 Assignee: Saša Bodiroža (jazzva) => (unassigned)
   Status: In Progress => Confirmed

-- 
Please merge foxyproxy 2.7.5~dfsg.1-1 from debian unstable to intrepid
https://bugs.launchpad.net/bugs/241669
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 241671] Re: Please merge ctxextensions 4.1.2008050601-1 from debian unstable to intrepid

2008-06-25 Thread Saša Bodiroža
** Summary changed:

- Please merge ctxextensions from debian unstable
+ Please merge ctxextensions 4.1.2008050601-1 from debian unstable to intrepid

** Description changed:

- ctxextensions should be merged because we need to keep Ubuntu packaging,
- which is based on xpi.mk script, provided by mozilla-devscripts package
+ ctxextensions should be merged because we need to keep Ubuntu packaging, 
which is based on xpi.mk script, provided by mozilla-devscripts package. This 
is the list of kept changes:
+  - Improved packaging to make use of xpi.mk.
+  - Added MPL as a separate file, left pointer to it in debian/copyright.
+  - Modify "Iceweasel" to "Firefox" in debian/control.
+ 
+ Additionally, I have adapted packaging to the new directory layout of
+ the extension and updated MOZ_XPI_EMID in debian/rules to be the same as
+ the one in install.rdf. Some files are shipped as executables in
+ .orig.tar.gz fetched from Debian. Those permissions are now removed in
+ debian/rules. Because the extension also works in Thunderbird, I added
+ support for it in debian/{control,rules}. The last new change is the
+ inclusion of Homepage field in debian/control.

** Changed in: ctxextensions (Ubuntu)
 Assignee: Saša Bodiroža (jazzva) => (unassigned)
   Status: In Progress => Confirmed

-- 
Please merge ctxextensions 4.1.2008050601-1 from debian unstable to intrepid
https://bugs.launchpad.net/bugs/241671
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 227577] Re: Please merge imagezoom 0.3.1-1 from Debian unstable (main)

2008-06-25 Thread Saša Bodiroža
** Changed in: imagezoom (Ubuntu)
   Importance: Undecided => Wishlist

-- 
Please merge imagezoom 0.3.1-1 from Debian unstable (main)
https://bugs.launchpad.net/bugs/227577
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 241160] Re: Please merge livehttpheaders 0.14-1 (universe) from Debian unstable (main).

2008-06-26 Thread Saša Bodiroža
Sorry about this. We're not merging Mozilla extensions from Debian,
because of different packaging. I'll update the branch and set this back
to Confirmed soon.

** Changed in: livehttpheaders (Ubuntu)
 Assignee: (unassigned) => Saša Bodiroža (jazzva)
   Status: Confirmed => In Progress

-- 
Please merge livehttpheaders 0.14-1 (universe) from Debian unstable (main).
https://bugs.launchpad.net/bugs/241160
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 241669] Re: Please merge foxyproxy 2.7.5~dfsg.1-1 from debian unstable to intrepid

2008-06-26 Thread Saša Bodiroža
Sorry about this. We're not merging Mozilla extensions from Debian,
because of different packaging. I'll update the branch and set this back
to Confirmed soon.

** Changed in: foxyproxy (Ubuntu)
 Assignee: (unassigned) => Saša Bodiroža (jazzva)
   Status: Confirmed => In Progress

-- 
Please merge foxyproxy 2.7.5~dfsg.1-1 from debian unstable to intrepid
https://bugs.launchpad.net/bugs/241669
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 241671] Re: Please merge ctxextensions 4.1.2008050601-1 from debian unstable to intrepid

2008-06-26 Thread Saša Bodiroža
Sorry about this. We're not merging Mozilla extensions from Debian,
because of different packaging. I'll update the branch and set this back
to Confirmed soon.

** Changed in: ctxextensions (Ubuntu)
 Assignee: (unassigned) => Saša Bodiroža (jazzva)
   Status: Confirmed => In Progress

-- 
Please merge ctxextensions 4.1.2008050601-1 from debian unstable to intrepid
https://bugs.launchpad.net/bugs/241671
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 146324] Re: [needs-packaging] FreeWRL VRML/X3D Browser

2008-06-27 Thread Saša Bodiroža
Hello David,

Thank you for the packaging. Few months ago we set up a packaging page
for the extensions [1]. New extensions are maintained in bzr branches,
and we are trying to move already packaged to bzr too. I would like if
you could prepare a new package, as explained on the wiki page. The
XPI.TEMPLATE makes the process a lot easier.

Thank you for your work and sorry for the inconvenience.

[1] https://wiki.ubuntu.com/MozillaTeam/Firefox3Extensions/Packaging

-- 
[needs-packaging] FreeWRL VRML/X3D Browser
https://bugs.launchpad.net/bugs/146324
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


Re: [Bug 95670] Re: [needs-packaging] Jabbin

2008-06-20 Thread Saša Bodiroža
On Fri, Jun 20, 2008 at 12:07 PM, oss_test_launchpad
<[EMAIL PROTECTED]> wrote:
> Is this going to be in  8.10? I consider this quite interesting, since
> IMHO Ubuntu lacks a proper and easily working internet telephony
> solution.

I think that missing licensing information should be sorted out now,
so I'll try to package it for Intrepid. I suppose it can be done for
it.
-- 
Best regards,
Saša Bodiroža

-- 
[needs-packaging] Jabbin
https://bugs.launchpad.net/bugs/95670
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 241669] [NEW] Please merge foxyproxy from debian unstable

2008-06-20 Thread Saša Bodiroža
Public bug reported:

Binary package hint: foxyproxy

foxyproxy should be merged because of:

** Affects: foxyproxy (Ubuntu)
 Importance: Wishlist
 Assignee: Saša Bodiroža (jazzva)
 Status: In Progress

** Changed in: foxyproxy (Ubuntu)
   Importance: Undecided => Wishlist
 Assignee: (unassigned) => Saša Bodiroža (jazzva)
   Status: New => In Progress

-- 
Please merge foxyproxy from debian unstable
https://bugs.launchpad.net/bugs/241669
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 241671] [NEW] Please merge ctxextensions from debian unstable

2008-06-20 Thread Saša Bodiroža
Public bug reported:

ctxextensions should be merged because we need to keep Ubuntu packaging,
which is based on xpi.mk script, provided by mozilla-devscripts package

** Affects: ctxextensions (Ubuntu)
 Importance: Wishlist
 Assignee: Saša Bodiroža (jazzva)
 Status: In Progress

** Changed in: ctxextensions (Ubuntu)
   Importance: Undecided => Wishlist
 Assignee: (unassigned) => Saša Bodiroža (jazzva)
   Status: New => In Progress

-- 
Please merge ctxextensions from debian unstable
https://bugs.launchpad.net/bugs/241671
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 241160] Re: Please sync livehttpheaders 0.14-1 (universe) from Debian unstable (main).

2008-06-20 Thread Saša Bodiroža
Ubuntu 0.13.1-3ubuntu3 to Ubuntu 0.14-1ubuntu1 debdiff

** Attachment added: "livehttpheaders_ubuntuold_ubuntunew.debdiff"
   
http://launchpadlibrarian.net/15480419/livehttpheaders_ubuntuold_ubuntunew.debdiff

** Summary changed:

- Please sync livehttpheaders 0.14-1 (universe) from Debian unstable (main).
+ Please merge livehttpheaders 0.14-1 (universe) from Debian unstable (main).

** Description changed:

  -BEGIN PGP SIGNED MESSAGE-
  Hash: SHA1
  
   affects ubuntu
   status confirmed
   importance wishlist
   subscribe ubuntu-archive
  
- Please sync livehttpheaders 0.14-1 (universe) from Debian unstable
+ Please merge livehttpheaders 0.14-1 (universe) from Debian unstable
  (main).
  
- Latest Debian update (new upstream) adopts Ubuntu changes.
+ We need to keep Ubuntu packaging which is based on xpi.mk script
+ provided by mozilla-devscripts package.
  
  Changelog since current 0.14-1 version 0:
  
  livehttpheaders (0.14-1) unstable; urgency=low
  
* New upstream release.
* debian/chrome.manifest: Removed, as provided upstream.
* debian/rules: Install upstream chrome.manifest.
* debian/chrome.d: Add new locales.
* chrome.manifest: Adapt for flat chrome.
  
   -- Mike Hommey <[EMAIL PROTECTED]>  Mon, 16 Jun 2008 01:32:52 +0200
  
  livehttpheaders (0.13.1-3) unstable; urgency=low
  
* debian/control: Fixed typo. Closes: #400429.
* debian/links: Put iceape chrome in /usr/share/iceape/chrome instead of
  /usr/lib/iceape/chrome. Closes: #401563.
  
   -- Mike Hommey <[EMAIL PROTECTED]>  Mon,  4 Dec 2006 18:12:43 +0100
  
  livehttpheaders (0.13.1-2) unstable; urgency=low
  
* debian/postinst: Changed the version number we test (bad, bad
  copy/paste)
  
   -- Mike Hommey <[EMAIL PROTECTED]>  Sat, 25 Nov 2006 15:02:05 +0100
  
  livehttpheaders (0.13.1-1) unstable; urgency=low
  
* New upstream release. Fixes broken Page Info Headers tab in Iceweasel 2.0.
* debian/Uninstall, debian/extensions.d: Removed, we don't support firefox
  < 1.5 any more.
* debian/rules: Don't install these removed files.
* debian/preinst: Removed, it was for upgrade from ancient versions, before
  sarge, and not included in woody.
* debian/control:
  + Don't Conflict, Replace, Provide livehttpheaders, it's from ancient 
times,
before sarge was released.
  + Bumped Standards-Version to 3.7.2.2. No changes needed.
  + Depends on iceweasel | iceape-browser.
  + Changed description. Closes: #399946.
* debian/dirs, debian/links: Adapted the directories and the links we 
create.
* debian/postinst: In case we upgrade from older versions without upgrading
  browsers first, invoque chrome updaters (except iceape one, which we call
  unconditionally).
* debian/postrm: Only invoque iceape chrome updater on removal.
* chrome/locale/de-AT/livehttpheaders/livehttpheaders.dtd: Removed "xs" from
  version number.
  
   -- Mike Hommey <[EMAIL PROTECTED]>  Sat, 25 Nov 2006 14:42:05 +0100
  
  livehttpheaders (0.12-3) unstable; urgency=low
  
* debian/control: Bumped Standards-Version to 3.7.2.1. No changes needed.
* install.rdf: Allow livehttpheaders to work with firefox 2.0.
* debian/watch: Added a watch file.
  
   -- Mike Hommey <[EMAIL PROTECTED]>  Mon, 21 Aug 2006 21:04:43 +0200
  
  livehttpheaders (0.12-2) unstable; urgency=low
  
* debian/control: Bumped Standards-Version to 3.6.2.1. No changes needed.
* debian/rules: Changed way we install files. That removes bad permissions
  given to files, and remove the CVS directory that is in the upstream
  tarball.
  
   -- Mike Hommey <[EMAIL PROTECTED]>  Sat, 18 Mar 2006 13:46:33 +0100
  
  livehttpheaders (0.12-1) unstable; urgency=low
  
* The "Flat chrome for everyone !" release.
* New upstream release:
  + Fixes the Page Info tab. Closes: #354726.
* debian/chrome.manifest, debian/chrome.d:
  + Convert to flat chrome.
  + Add the cs-CZ locale registration.
* debian/control: Don't build depend on zip.
* debian/rules: Copy instead of zipping.
* debian/links: Change the link for the jar file to a link for the directory
  holding the extension content.
* install.rdf: Reference the directory instead of the jar file.
  
   -- Mike Hommey <[EMAIL PROTECTED]>  Wed,  1 Mar 2006 14:58:07 +0100
  
  livehttpheaders (0.11-2) unstable; urgency=low
  
* debian/dirs, debian/links, debian/control: Add support for the new firefox
  package. We will keep backwards compatibility with mozilla-firefox until
  etch release.
  
   -- Mike Hommey <[EMAIL PROTECTED]>  Sun, 25 Dec 2005 08:13:37 +0100
  
  livehttpheaders (0.11-1) unstable; urgency=low
  
* New upstream release
  
   -- Mike Hommey <[EMAIL PROTECTED]>  Sun, 27 Nov 2005 21:12:55 +0100
  
  livehttpheaders (0.10-3) unstable; urgency=low
  
* install.rdf: Allow livehttpheaders to work with firefox 1.5.
  
   -- Mike Hommey <[EMAIL PROTECTE

[Bug 241160] Re: Please sync livehttpheaders 0.14-1 (universe) from Debian unstable (main).

2008-06-20 Thread Saša Bodiroža
Debian 0.14-1 to Ubuntu 0.14-1ubuntu1 debdiff

** Attachment added: "livehttpheaders_debian_ubuntunew.debdiff"
   
http://launchpadlibrarian.net/15480415/livehttpheaders_debian_ubuntunew.debdiff

-- 
Please merge livehttpheaders 0.14-1 (universe) from Debian unstable (main).
https://bugs.launchpad.net/bugs/241160
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 241160] Re: Please sync livehttpheaders 0.14-1 (universe) from Debian unstable (main).

2008-06-20 Thread Saša Bodiroža
Hello,

I did the previous upload of livehttpheaders in Ubuntu. This shouldn't
be synced, because Ubuntu packaging is based on xpi.mk script, provided
in mozilla-devscripts package. Debian doesn't have it for now, so the
packaging is different. We should keep this change.

Additionally, since upstream provided chrome.manifest, which is different from 
the one we had in 0.13.1-3ubuntu3, debian/rules needed to be adjusted to the 
new chrome.manifest file:
  - Don't zip contents of chrome/ to jar file
  - Move contents of chrome/ to chrome/livehttpheaders/ on build, and move it 
back to chrome/ on clean rule

I have prepared the debdiffs for this merge.

-- 
Please merge livehttpheaders 0.14-1 (universe) from Debian unstable (main).
https://bugs.launchpad.net/bugs/241160
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


Re: [Bug 95670] Re: [needs-packaging] Jabbin

2008-06-20 Thread Saša Bodiroža
On Fri, Jun 20, 2008 at 4:36 PM, oss_test_launchpad
<[EMAIL PROTECTED]> wrote:
> Cool! Does that mean it's legal to use it?

Sure. You could use it legally before. The problem was that few source
files were missing licensing information in their headers, so it
wasn't appropriate for Ubuntu's archive.

-- 
Best regards,
Saša Bodiroža

-- 
[needs-packaging] Jabbin
https://bugs.launchpad.net/bugs/95670
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

Re: [Bug 95670] Re: [needs-packaging] Jabbin

2008-06-20 Thread Saša Bodiroža
Sorry, I am replying directly from the e-mail. As far as I know, the
e-mail address can't be deleted now. But that shouldn't worry you, as
only registered users are able to see e-mail addresses in the
comments. You may check it for yourself by logging out and refreshing
this bug report.

As for the development, as you may see by the date of the commits in
their SVN [1], it is still under development.

[1] http://jabbin.svn.sourceforge.net/viewvc/jabbin/trunk/

-- 
[needs-packaging] Jabbin
https://bugs.launchpad.net/bugs/95670
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


  1   2   3   4   5   >