~ubuntu-branches/ubuntu/trusty/libepc/trusty

« back to all changes in this revision

Viewing changes to tests/test-dispatcher-unique.c

  • Committer: Bazaar Package Importer
  • Author(s): Emilio Pozuelo Monfort
  • Date: 2008-01-15 10:51:18 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20080115105118-vxhir3s04ykiwal7
Tags: 0.3.3-1
* New upstream releases, no API changes:
  - Build with latest gio version.
  - Explictly add copyright statements to make licensecheck happy.

* debian/control:
  - Suggest libepc-doc in -dev packages.
  - Bump libavahi-ui-dev requirement to 2.6.22 now that it's packaged,
    since configure checks for it, so we have the same results in all
    arches.
* debian/rules,
  debian/libepc-1.0-1.shlibs,
  debian/libepc-ui-1.0-1.shlibs:
  - Add DEB_DH_MAKESHLIBS_ARGS_* to call dh_makeshlibs to generate the
    shlibs files in debian/rules.
  - Remove debian/*.shlibs as those are now generated by the
    dh_makeshlibs calls.
* Thanks to Loïc Minier for all the suggestions.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* Easy Publish and Consume Library
 
2
 * Copyright (C) 2007  Openismus GmbH
 
3
 *
 
4
 * This library is free software; you can redistribute it and/or
 
5
 * modify it under the terms of the GNU Lesser General Public
 
6
 * License as published by the Free Software Foundation; either
 
7
 * version 2.1 of the License, or (at your option) any later version.
 
8
 *
 
9
 * This library is distributed in the hope that it will be useful,
 
10
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 
11
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 
12
 * Lesser General Public License for more details.
 
13
 *
 
14
 * You should have received a copy of the GNU Lesser General Public
 
15
 * License along with this library; if not, write to the Free Software
 
16
 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 
17
 *
 
18
 * Authors:
 
19
 *      Mathias Hasselmann
 
20
 */
1
21
#include "framework.h"
2
22
 
3
23
#include <libepc/consumer.h>