~ubuntu-branches/ubuntu/raring/gelemental/raring-proposed

« back to all changes in this revision

Viewing changes to libelemental/misc/extras.cc

  • Committer: Package Import Robot
  • Author(s): Angel Abad
  • Date: 2012-05-17 18:36:01 UTC
  • mfrom: (0.1.7 sid)
  • Revision ID: package-import@ubuntu.com-20120517183601-osn8njltvs773gn0
Tags: 1.2.0-8ubuntu1
* Merge from Debian testing.  Remaining changes:
  - debian/control: Require libgtkmm >= 2.18.0 for fix_gtkmm_2.18.dpatch
  - Add binary -dbg packages with debugging symbols:
    - debian/control:
      + add gelemental-dbg stanza
      + add libelemental0-dbg stanza
    - debian/rules:
      + split dh_strip calls in binary-arch target
      + add appropriate --dbg-package flags to dh_strip calls

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
 
22
22
#include <algorithm>
23
23
#include <stdexcept>
24
 
#include <glib/gmem.h>
 
24
#include <glib.h>
25
25
#include <glibmm/utility.h>
26
26
 
27
27
namespace misc {