~ubuntu-branches/ubuntu/utopic/gdisk/utopic-proposed

« back to all changes in this revision

Viewing changes to gdisk.cc

  • Committer: Package Import Robot
  • Author(s): Guillaume Delacour
  • Date: 2013-12-20 17:41:44 UTC
  • mfrom: (1.1.8)
  • Revision ID: package-import@ubuntu.com-20131220174144-ff5xgv9m25s3dmoi
Tags: 0.8.8-1
* New upstream release (Closes: #729958)
* debian/patches/set_default_partition_type-test.diff don't use a kernel
  dependent default gpt type when creating a partition (Closes: #729957)
* Bump to Standards-Version 3.9.5 (no changes needed)
* *.lintian-overrides: Removed as fixparts use fortified functions
* Refresh patch debian/patches/manpages.diff (hyphen as minus)

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
//
5
5
// by Rod Smith, project began February 2009
6
6
 
7
 
/* This program is copyright (c) 2009-2011 by Roderick W. Smith. It is distributed
 
7
/* This program is copyright (c) 2009-2013 by Roderick W. Smith. It is distributed
8
8
  under the terms of the GNU GPL version 2, as detailed in the COPYING file. */
9
9
 
10
10
#include <string.h>