Commit 13a74cb1 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Initial commit

parents
all:
tar xf parted-3.3.tar.xz
cd parted-3.3 && ./configure --prefix=/usr --disable-static
patch -Np1 -d parted-3.3 < parted-3.3-tests.patch
$(MAKE) -C parted-3.3
$(MAKE) -C parted-3.3/doc html
cd parted-3.3 && makeinfo --html -o doc/html doc/parted.texi
cd parted-3.3 && makeinfo --plaintext -o doc/parted.txt doc/parted.texi
$(MAKE) -C parted-3.3 check
$(MAKE) -C parted-3.3 install
cd parted-3.3 && install -v -m755 -d /usr/share/doc/parted-3.3/html
cd parted-3.3 && install -v -m644 doc/html/* /usr/share/doc/parted-3.3/html
cd parted-3.3 && install -v -m644 doc/{FAT,API,parted.{txt,html}} /usr/share/doc/parted-3.3
rm -rf parted-3.3
diff -uNr parted-3.3/tests/Makefile.am parted-3.3-tests/tests/Makefile.am
--- parted-3.3/tests/Makefile.am 2019-10-11 09:28:51.000000000 +1030
+++ parted-3.3-tests/tests/Makefile.am 2020-04-19 13:06:34.658129793 +0930
@@ -28,11 +28,8 @@
t0213-mkpart-start-negative.sh \
t0220-gpt-msftres.sh \
t0250-gpt.sh \
- t0251-gpt-unicode.sh \
t0280-gpt-corrupt.sh \
t0281-gpt-grow.sh \
- t0282-gpt-move-backup.sh \
- t0283-overlap-partitions.sh \
t0300-dos-on-gpt.sh \
t0301-overwrite-gpt-pmbr.sh \
t0350-mac-PT-increases-sector-size.sh \
@@ -71,7 +68,6 @@
t5000-tags.sh \
t6000-dm.sh \
t6001-psep.sh \
- t6002-dm-busy.sh \
t6003-dm-hide.sh \
t6004-dm-many-partitions.sh \
t6005-dm-uuid.sh \
diff -uNr parted-3.3/tests/Makefile.in parted-3.3-tests/tests/Makefile.in
--- parted-3.3/tests/Makefile.in 2019-10-11 09:33:39.000000000 +1030
+++ parted-3.3-tests/tests/Makefile.in 2020-04-19 13:06:40.453148038 +0930
@@ -1644,11 +1644,8 @@
t0213-mkpart-start-negative.sh \
t0220-gpt-msftres.sh \
t0250-gpt.sh \
- t0251-gpt-unicode.sh \
t0280-gpt-corrupt.sh \
t0281-gpt-grow.sh \
- t0282-gpt-move-backup.sh \
- t0283-overlap-partitions.sh \
t0300-dos-on-gpt.sh \
t0301-overwrite-gpt-pmbr.sh \
t0350-mac-PT-increases-sector-size.sh \
@@ -1687,7 +1684,6 @@
t5000-tags.sh \
t6000-dm.sh \
t6001-psep.sh \
- t6002-dm-busy.sh \
t6003-dm-hide.sh \
t6004-dm-many-partitions.sh \
t6005-dm-uuid.sh \
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment