Camorama reports wrong version

Bug #125823 reported by george_rutkay
4
Affects Status Importance Assigned to Milestone
camorama (Ubuntu)
Fix Released
Undecided
Unassigned

Bug Description

I'm trying to upgrade from Camorama 0.17 to 0.18

I'm running Ubuntu Linux 7.0.4 on a 1.8 GHz Dell Optiplex GX260 w/Pentium 4, 2GB RAM, 25 GB partition for Linux from a total of 100GB drive. I'm dual-booting between Linux and Windows XP. My webcam is a Microsoft VX-1000.

I opened Terminal window and typed:

sudo apt-get install camorama=0.18-0ubuntu1

The result was this:

Reading package lists... Done
Building dependency tree
Reading state information... Done
camorama is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

Then if I type in Terminal window:
camorama -V

The result is:
Camorama version 0.17

It isn't upgraded.

You can see the whole discussion at:
https://answers.launchpad.net/ubuntu/+question/9617

Thanks,
geo

Related branches

Revision history for this message
Cesare Tirabassi (norsetto) wrote :

The camorama_0.18-0ubuntu1 (available in edgy and feisty universe) and camorama_0.18-2ubuntu1 (available in gutsy universe) packages should report their version as 0.18.
The version is set through the PACKAGE_VERSION constant which is set to 0.17 in the AC_INIT call:

AC_INIT(camorama,0.17, http://bugzilla.gnome.org/enter_bug.cgi?product=camorama)

(this is from the configure.in 0.18-2ubuntu1).

description: updated
Revision history for this message
Cesare Tirabassi (norsetto) wrote :

This patch fixes this bug for Gutsy.
U-U-S are subscribed for review, comments and advice.

Thanks.

Revision history for this message
Cesare Tirabassi (norsetto) wrote :

This patch patches directly configure.in and configure and doesn't involve autogen.sh (thanks to Michael Bienia for his kind advise).

Revision history for this message
Cesare Tirabassi (norsetto) wrote :

camorama (0.18-2ubuntu2) gutsy; urgency=low

  * Fix incorrect version (LP: #125823):
    + patch 0.17 to 0.18 in configure.in and configure
    + patch VERSION to PACKAGE_VERSION in main.c

 -- Cesare Tirabassi <email address hidden> Tue, 14 Aug 2007 23:27:02 +0200

Changed in camorama:
status: Confirmed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Related questions

Remote bug watches

Bug watches keep track of this bug in other bug trackers.