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

« back to all changes in this revision

Viewing changes to .pc/conditional-icu.diff/gdisk_test.sh

  • 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:
147
147
                ;;
148
148
 
149
149
                sgdisk)
150
 
                        $SGDISK_BIN $TEMP_DISK -${OPT_NEW} 1 -${OPT_CHANGE_NAME} 1:"${TEST_PART_DEFAULT_NAME}"
 
150
                        $SGDISK_BIN $TEMP_DISK -${OPT_NEW} 1 -${OPT_CHANGE_NAME} 1:"${TEST_PART_DEFAULT_NAME}" -${OPT_CHANGE_TYPE} 1:$TEST_PART_TYPE
151
151
                ;;
152
152
        esac
153
153