~ubuntu-branches/ubuntu/natty/mimetic/natty

« back to all changes in this revision

Viewing changes to test/t.circular_buffer.h

  • Committer: Bazaar Package Importer
  • Author(s): gregor herrmann
  • Date: 2009-05-15 19:12:51 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20090515191251-ie3y9o4z1wbrgzj5
Tags: 0.9.6-1
* New upstream release.
* debian/control:
  - change Section to debug for libmimetic0-dbg
  - remove Section for libmimetic0 (duplicate)
  - set Standards-Version to 3.8.1 (no changes)
  - add ${misc:Depends}
* debian/copyright: update years of upstream and packaging copyright; the
  upstream code is now released under the MIT license; update "headers".
* Remove debian/libmimetic-doc.{postinst,prerem}, install-docs doesn't need
  to be called manually anymore.
* Set debhelper compatibility level to 7; adapt
  debian/{control,compat,rules}.

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
    struct test_item
14
14
    {
15
15
        int buf_sz;
16
 
        char* push_back_items;
17
 
        char* result;
 
16
        const char* push_back_items;
 
17
        const char* result;
18
18
    };
19
19
    static const test_item tb[];
20
20
    static const unsigned int test_count;