Activity log for bug #1081841

Date Who What changed Old value New value Message
2012-11-22 00:35:21 Aditya V bug added bug
2012-11-22 00:35:49 Aditya V description The current version format for salience-daily is: {debupstream}+r{revno}+pkg{revno:packaging} It should be: {debupstream}+r{revno}+pkg{revno:packaging}-0 Currently, it's missing the "-0" at the end - the Debian version number. However, it can't be fixed until a new version is released, because dpkg considers the "-0" to be lesser than nothing. $ dpkg --compare-versions "1.0+r168+pkg26~raring1" "<<" "1.0+r168+pkg26~raring1-0" && echo yes || echo no no The current version format for salience-daily is: {debupstream}+r{revno}+pkg{revno:packaging} It should be: {debupstream}+r{revno}+pkg{revno:packaging}-0 Currently, it's missing the "-0" at the end - the Debian version number. However, it can't be fixed until a new version is released, because dpkg considers the "-0" to be lesser than nothing. $ dpkg --compare-versions "1.0+r168+pkg26" "<<" "1.0+r168+pkg26-0" && echo yes || echo no no
2012-11-22 06:25:39 Aditya V salience: importance Undecided Medium