[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 go to:
https://bugs.launchpad.net/dee/+bug/731832/+subscriptions

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


[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 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/mailman/listinfo/ubuntu-bugs


[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.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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/mailman/listinfo/ubuntu-bugs


[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-0ubuntu3.debdiff

-- 
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/mailman/listinfo/ubuntu-bugs


[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@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/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.com/mailman/listinfo/ubuntu-bugs


[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: (unassigned) => Mikkel Kamstrup Erlandsen (kamstrup)

-- 
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/mailman/listinfo/ubuntu-bugs


[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 of enumerator list

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


[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 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/mailman/listinfo/ubuntu-bugs


[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 list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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,
  } DeeTermMatchFlag;
  
  The , at the end of the declaration prevents to use the .h while
  compiling with -pedantic option.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 10.10
  Package: libdee-dev 0.4.2-0ubuntu1
  ProcVersionSignature: Ubuntu 2.6.35-27.48-generic 2.6.35.11
  Uname: Linux 2.6.35-27-generic x86_64
  NonfreeKernelModules: nvidia
  Architecture: amd64
  CheckboxSubmission: a8872866cb6790d39323d234ece2
  CheckboxSystem: 2a6f54df59af338184485e85cbcf0d32
  Date: Wed Mar  9 10:02:50 2011
  InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Alpha amd64 (20100602.2)
  ProcEnviron:
-  PATH=(custom, user)
-  LANG=en_US.utf8
-  SHELL=/bin/bash
+  PATH=(custom, user)
+  LANG=en_US.utf8
+  SHELL=/bin/bash
  SourcePackage: 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.com/mailman/listinfo/ubuntu-bugs