~ubuntu-branches/ubuntu/trusty/libgssapi-perl/trusty-proposed

« back to all changes in this revision

Viewing changes to xs/Name.xs

  • Committer: Bazaar Package Importer
  • Author(s): Ansgar Burchardt, gregor herrmann, Nathan Handler, Ansgar Burchardt, Franck Joncourt
  • Date: 2010-04-25 12:04:30 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20100425120430-tz36ryh4t8yy5dxb
Tags: 0.27-1
[ gregor herrmann ]
* debian/control: Changed: Switched Vcs-Browser field to ViewSVN
  (source stanza).
* Remove Florian Ragwitz from Uploaders (closes: #523172).

[ Nathan Handler ]
* debian/watch: Update to ignore development releases.

[ Ansgar Burchardt ]
* New upstream release.
* Refresh rules for debhelper 7.
* No longer install README.
* Use source format 3.0 (quilt).
* Convert debian/copyright to proposed machine-readable format.
* debian/copyright: Add information about ppport.h.
* debian/control: Make build-dep on perl unversioned.
* Fix spelling error in the documentation.
  + new patch: spelling.patch
* Bump Standards-Version to 3.8.4.
* Add myself to Uploaders.

[ Franck Joncourt ]
* Set debhelper compatibility from 5 to 7.
* Added back OPTIMIZE and LD_RUN_PATH variables in d.rules through the
  override_dh_auto_build target. This also requires a dependency on
  debhelper (>= 7.0.50).
* Added /me to Uploaders (refreshed both d.control and d.copyright).

Show diffs side-by-side

added added

removed removed

Lines of Context:
65
65
            RETVAL.major =
66
66
                gss_display_name(&RETVAL.minor, src, &output, &outputtype);
67
67
            sv_setref_pvn(ST(2), "GSSAPI::OID", (void*)&outputtype,
68
 
                                                sizeof(outputtype));
 
68
                                                0 );
69
69
        } else {
70
70
            RETVAL.major = gss_display_name(&RETVAL.minor, src, &output, NULL);
71
71
        }