[Bug 731832] Re: Comma at end of enumerator list

2014-07-25 Thread Treviño
** Changed in: unity (Ubuntu) Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/731832 Title: Comma at end of enumerator list To manage notifications about this bug g

[Bug 731832] Re: Comma at end of enumerator list

2011-03-17 Thread Mikkel Kamstrup Erlandsen
** Changed in: dee Status: Fix Committed => Fix Released ** Changed in: unity Status: Fix Committed => Fix Released ** Changed in: dee (Ubuntu) Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subs

[Bug 731832] Re: Comma at end of enumerator list

2011-03-11 Thread Didier Roche
** Changed in: unity Status: New => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/731832 Title: Comma at end of enumerator list -- ubuntu-bugs mailing list ubuntu-bugs@lists.u

[Bug 731832] Re: Comma at end of enumerator list

2011-03-09 Thread Brian Murray
** Tags added: patch -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/731832 Title: Comma at end of enumerator list -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/m

[Bug 731832] Re: Comma at end of enumerator list

2011-03-09 Thread jf
Attached new debdiff which adds "(LP: #731832)" in the debian/changelog ** Patch added: "Removed extra comma in the declaration of DeeTermMatchFlag (with (LP: #731832) in debian/changelog)" https://bugs.launchpad.net/ubuntu/+source/dee/+bug/731832/+attachment/1896007/+files/dee_0.5.12-0ubunt

[Bug 731832] Re: Comma at end of enumerator list

2011-03-09 Thread Sebastien Bacher
** Changed in: dee (Ubuntu) Status: New => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/731832 Title: Comma at end of enumerator list -- ubuntu-bugs mailing list ubuntu-bugs@

[Bug 731832] Re: Comma at end of enumerator list

2011-03-09 Thread Launchpad Bug Tracker
** Branch linked: lp:dee -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/731832 Title: Comma at end of enumerator list -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.c

[Bug 731832] Re: Comma at end of enumerator list

2011-03-09 Thread Mikkel Kamstrup Erlandsen
Trailing ,'s are probably the best thing since sliced bread - but who am I to argue with gcc :-/ ** Changed in: dee Importance: Undecided => Low ** Changed in: dee Status: New => Fix Committed ** Changed in: dee Milestone: None => 0.5.14 ** Changed in: dee Assignee: (unassign

[Bug 731832] Re: Comma at end of enumerator list

2011-03-09 Thread Sebastien Bacher
** Also affects: dee Importance: Undecided Status: New ** Changed in: dee (Ubuntu) Importance: Undecided => Low -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/731832 Title: Comma at end

[Bug 731832] Re: Comma at end of enumerator list

2011-03-09 Thread jf
Attached is a debdiff fixing this bug ** Patch added: "Removed extra comma in the declaration of DeeTermMatchFlag" https://bugs.launchpad.net/ubuntu/+source/dee/+bug/731832/+attachment/1895807/+files/dee_0.5.12-0ubuntu3.debdiff -- You received this bug notification because you are a member o

[Bug 731832] Re: Comma at end of enumerator list

2011-03-09 Thread jf
Note that the fix should just require to remove the extra comma from the file -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/731832 Title: Comma at end of enumerator list -- ubuntu-bugs mailing lis

[Bug 731832] Re: Comma at end of enumerator list

2011-03-09 Thread jf
** Description changed: - The file /usr/include/libdee-dev.h defines enum type as: + The file /usr/include/dee-index.h defines enum type as: typedef enum { - DEE_TERM_MATCH_EXACT = 0, - DEE_TERM_MATCH_PREFIX = 1 << 1, +   DEE_TERM_MATCH_EXACT = 0, +   DEE_TERM_MATCH_PREFIX = 1 << 1, } De