diff -Nru dune-uggrid-2.5.1/debian/changelog dune-uggrid-2.5.1/debian/changelog --- dune-uggrid-2.5.1/debian/changelog 2017-08-14 11:12:53.000000000 +0000 +++ dune-uggrid-2.5.1/debian/changelog 2017-08-14 11:28:34.000000000 +0000 @@ -1,3 +1,9 @@ +dune-uggrid (2.5.1-1~ubuntu14.01~ab4) trusty; urgency=medium + + * Fix typo in patch from previous upload. + + -- Ansgar Burchardt Mon, 14 Aug 2017 13:28:34 +0200 + dune-uggrid (2.5.1-1~ubuntu14.01~ab3) trusty; urgency=medium * Move all dim-indep objects into a single library. diff -Nru dune-uggrid-2.5.1/debian/patches/0001-all-dim-indep-objects-should-be-only-in-one-library.patch dune-uggrid-2.5.1/debian/patches/0001-all-dim-indep-objects-should-be-only-in-one-library.patch --- dune-uggrid-2.5.1/debian/patches/0001-all-dim-indep-objects-should-be-only-in-one-library.patch 2017-08-14 11:12:02.000000000 +0000 +++ dune-uggrid-2.5.1/debian/patches/0001-all-dim-indep-objects-should-be-only-in-one-library.patch 2017-08-14 11:28:19.000000000 +0000 @@ -24,7 +24,7 @@ set(_dim_libs ug_gm np algebra udm ugui low) -ug_add_dim_libs(ugL DUNE SOURCES ../initug.cc OBJECT_DIM_LIBS ${_dim_libs} OBJECT_LIBS devices low) -+foreach(_l ${parallel_libs}) ++foreach(_l ${_parallel_libs}) + list(APPEND _parallel_objs $) +endforeach() +