Skip to content

Commit

Permalink
Rename to hfdisk to make it clear this is a fork from the original
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcmaster-au committed Sep 11, 2013
1 parent 6508de0 commit 6c85bfa
Show file tree
Hide file tree
Showing 12 changed files with 23 additions and 607 deletions.
3 changes: 3 additions & 0 deletions HISTORY
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,6 @@
961220 Released version 0.3 to community

970115 Released version 0.4 (with Macintosh app)

2013-09-11
Forked mac-fdisk into hfdisk
12 changes: 6 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
CFLAGS=-std=gnu99
all: pdisk
all: hfdisk

pdisk: pdisk.o dump.o partition_map.o convert.o io.o errors.o bitfield.o
hfdisk: hfdisk.o dump.o partition_map.o convert.o io.o errors.o bitfield.o

clean:
rm -f *.o pdisk
rm -f *.o hfdisk

convert.o: convert.c partition_map.h convert.h
dump.o: dump.c io.h errors.h partition_map.h
errors.o: errors.c errors.h
io.o: io.c pdisk.h io.h errors.h
partition_map.o: partition_map.c partition_map.h pdisk.h convert.h io.h errors.h
pdisk.o: pdisk.c pdisk.h io.h errors.h partition_map.h version.h
io.o: io.c hfdisk.h io.h errors.h
partition_map.o: partition_map.c partition_map.h hfdisk.h convert.h io.h errors.h
hfdisk.o: hfdisk.c hfdisk.h io.h errors.h partition_map.h version.h

partition_map.h: dpme.h
dpme.h: bitfield.h
Expand Down
7 changes: 7 additions & 0 deletions changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
hfdisk (1.0) unstable; urgency=low

* Forked mac-fdisk
* Rename pdisk to hfdisk

-- Michael McMaster <[email protected]> Wed, 11 Sep 2013 13:47:27 +1000

mac-fdisk (0.1-16) unstable; urgency=low

* Fix udeb shlib dependencies - patch by Frans Pop <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion copyright
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
This package was forked from the Debian mac-fdisk 0.1-16 package by
hfdisk was forked from the Debian mac-fdisk 0.1-16 package by
Michael McMaster <[email protected]> 2013.

This package was debianized by Michael Schmitz [email protected] on
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions pdisk.c → hfdisk.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// pdisk - an editor for Apple format partition tables
// hfdisk - an editor for Apple format partition tables
//
// Written by Eryk Vershen ([email protected])
//
Expand Down Expand Up @@ -36,7 +36,7 @@

#include <sys/ioctl.h>

#include "pdisk.h"
#include "hfdisk.h"
#include "io.h"
#include "errors.h"
#include "partition_map.h"
Expand Down
File renamed without changes.
64 changes: 0 additions & 64 deletions kernel-defs.h

This file was deleted.

34 changes: 0 additions & 34 deletions list.src

This file was deleted.

Loading

0 comments on commit 6c85bfa

Please sign in to comment.