~ubuntu-branches/ubuntu/trusty/libgsecuredelete/trusty

« back to all changes in this revision

Viewing changes to gsecuredelete/main.c

  • Committer: Package Import Robot
  • Author(s): intrigeri
  • Date: 2014-01-24 15:38:08 UTC
  • mfrom: (4.1.1 sid)
  • Revision ID: package-import@ubuntu.com-20140124153808-vtw0ktpvae100sbw
Tags: 0.2.1-1
* Imported Upstream version 0.2.1
* Invoke dh_install with --fail-missing, and explicitly exclude .la files.
* Use dh-autoreconf to get new libtool macros for ppc64el.
  Thanks to Logan Rosen <logan@ubuntu.com> for the patch.
* Drop override for buggy Lintian warning that was fixed since then.
* Reformat debian/control with cme.
* Declare compliance with standards 3.9.5.
* Add OpenPGP signature checking support to debian/watch.
* Use canonical URL for Vcs-Git.
* Make libgsecuredelete-dev depend on a real package first,
  that is libc6-dev | libc-dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* main.c generated by valac 0.16.0.1-eb36, the Vala compiler
 
1
/* main.c generated by valac 0.20.1, the Vala compiler
2
2
 * generated from main.vala, do not modify */
3
3
 
4
4
/* 
544
544
        Test * self;
545
545
        GMainLoop* _tmp0_;
546
546
        gboolean _tmp1_ = FALSE;
547
 
        self = TEST (obj);
 
547
        self = G_TYPE_CHECK_INSTANCE_CAST (obj, TYPE_TEST, Test);
548
548
        _tmp0_ = self->priv->main_loop;
549
549
        _tmp1_ = g_main_loop_is_running (_tmp0_);
550
550
        if (_tmp1_) {