The unified diff between revisions [14154cf1..] and [a8d9c4af..] is displayed below. It can also be downloaded as a raw diff.
# # # patch "debian/rules" # from [fd8f9c402e2622a277df8ab58fb92c2374a747c7] # to [79e1004393c46caba14bee1205096eb7f0962c71] # ============================================================ --- debian/rules fd8f9c402e2622a277df8ab58fb92c2374a747c7 +++ debian/rules 79e1004393c46caba14bee1205096eb7f0962c71 @@ -120,6 +120,7 @@ clean: dh_testdir dh_testroot dh_clean -a + rm -rf debian/gprbuild-doc rm -f *-stamp rm -f src/gprconfig-sdefault.ads @@ -169,6 +170,6 @@ lint: lint: version := $(shell dpkg-parsechangelog | grep "Version: " | sed "s/Version: //") lint: arch := $(shell dpkg-architecture -qDEB_BUILD_ARCH) lint: - cd ..; lintian -i gnade_$(version)_$(arch).changes + cd ..; lintian -i gprbuild_$(version)_$(arch).changes # end of file