]> git.pld-linux.org Git - packages/docbook-to-man.git/commitdiff
apply all debian patches auto/th/docbook-to-man-2.0.0-2
authorElan Ruusamäe <glen@delfi.ee>
Tue, 3 Mar 2015 16:59:34 +0000 (18:59 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Tue, 3 Mar 2015 16:59:34 +0000 (18:59 +0200)
docbook-to-man.spec

index 678892ed9103b4c801603ecbebe8a96fb76315bf..5fb2cbdcddfbed186fd9c75f1d8d30d3767f2976 100644 (file)
@@ -37,7 +37,9 @@ z modyfikacjami Davida Bolena oraz zmianami z Debiana.
 %prep
 %setup -q -n %{name}-%{version}.orig
 %patch0 -p1
-%{__patch} -p1 -s < debian/patches/01-conglomeration.dpatch
+for patch in $(cat debian/patches/00list); do
+       %{__patch} -p1 -s < debian/patches/$patch.dpatch
+done
 %patch1 -p1
 %patch2 -p1
 
This page took 0.063506 seconds and 4 git commands to generate.