posaune
[projects.git] / tools / make / rules
index b1c3630..06222c3 100755 (executable)
@@ -11,6 +11,8 @@ std_inst_tgt = debian/tmp/usr/share/doc/$(paket)/copyright debian/tmp/usr/share/
 
 include debian/rules.pre
 
+.PHONY: build
+
 default:
        echo "no default rule available"
 
@@ -19,7 +21,7 @@ clean:
        -rm -rf debian/tmp
 
 # Bauen der kompilierten Programme und formatierten Dokumente aus den Quellen im Bauverzeichnis
-build: ../build/debian/$(paket).build
+build: ../build/debian/$(paket).build sync
        cd ../build ; debian/$(paket).build
        # Build succeeded
 
@@ -70,6 +72,10 @@ debian/control: debian/$(paket).control
 debian/changelog: debian/$(paket).changelog debian/rules.pre
        sed "s/%BUILD%/$(build)/" debian/$(paket).changelog > debian/changelog
 
+debian/tmp/usr/share/doc/$(paket)/changelog: debian/changelog
+       mkdir -p debian/tmp/usr/share/doc/$(paket)
+       cp debian/changelog debian/tmp/usr/share/doc/$(paket)/changelog
+
 debian/tmp/usr/share/doc/$(paket)/copyright: debian/copyright
        mkdir -p debian/tmp/usr/share/doc/$(paket)
        cp debian/copyright debian/tmp/usr/share/doc/$(paket)/copyright