|
From: Christoph B. <us...@be...> - 2011-08-19 12:50:28
|
On 19.08.2011 14:32, Xenia wrote: > Am 19.08.2011 10:45, schrieb Christoph Bersch: >> dpkg-buildpackage > > Something went wrong here. No .deb-file were created, an errormessage > appeared (unfortenately I didn't save it). Well, that is essential. > After I did some things > (don't remember what I actually did), I tried it again and were > requested to do a > dpkg-buildpackage: Host-Architektur amd64 > dpkg-source --before-build gnuplot-4.4.0 > debian/rules clean > QUILT_PATCHES=debian/patches \ > quilt --quiltrc /dev/null pop -a -R || test $? = 2 > Patch debian-changes-4.4.0-1.1 kann nicht entfernt werden (Patch > aktualisieren oder entfernen erzwingen mit -f) > make: *** [unpatch] Fehler 1 > dpkg-buildpackage: Fehler: Fehler-Exitstatus von debian/rules clean war 2 > > Means I have to remove or update the patch debian-changes… first. I am not completely sure, but before the package is build again, dpkg-buildpackage seems to clean the source tree and unpatch the source. If guess your "fiddling" did something which now prevents the sources from being unpatched. The best thing would be to remove the sources, redo the steps (with the original sources, without Mojca's changes) and then give the error messages which you get when you call dpkg-buildpackage. Christoph |