X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/projects.git/blobdiff_plain/8f9ac18ce143b85eb5a200913e9544e7e0ef2f4b..f477207b2bd27eacf73198de5dbc6a3efd30a2e4:/tools/make/rules diff --git a/tools/make/rules b/tools/make/rules index d61e224..da98ee5 100755 --- a/tools/make/rules +++ b/tools/make/rules @@ -26,7 +26,7 @@ build-indep: install: # Erstellen aller Binärpakete (effektiv ist dies die Kombination der binary-arch- und binary-indep-Ziele) -binary: debian/tmp/DEBIAN/control binary-arch binary-indep +binary: binary-arch binary-indep # Erstellen Architektur-abhängiger (Architecture: any) Binärpakete im übergeordneten Verzeichnis binary-arch: @@ -37,14 +37,14 @@ binary-indep: copy ../$(paket)_$(version)-$(build)$(_arch).deb copy: debian/$(paket).cp debian/$(paket).cp debian/tmp -../$(paket)_$(version)-$(build)$(_arch).deb: +../$(paket)_$(version)-$(build)$(_arch).deb:debian/tmp/DEBIAN/control $(DEB) mv debian/tmp.deb ../$(paket)_$(version)-$(build)$(_arch).deb debian/tmp/DEBIAN/control: debian/control debian/changelog dpkg-gencontrol -debian/changelog: debian/$(paket).changelog +debian/changelog: debian/$(paket).changelog debian/setenv.sh sed "s/%BUILD%/$(build)/" debian/$(paket).changelog > debian/changelog # echo "${pwd} (${build}) unstable; urgency=medium" > debian/changelog # echo " * generated by mbuild" >> debian/changelog