Remove debian/{build,install} in clean target. (Closes: #792736)

This commit is contained in:
Michael Biebl 2016-03-12 20:28:46 +00:00
parent df2e111144
commit 10673ef9e2
2 changed files with 5 additions and 0 deletions

4
debian/changelog vendored
View File

@ -1,7 +1,11 @@
gtk+3.0 (3.18.9-1) UNRELEASED; urgency=medium
[ Michael Biebl ]
* New upstream release.
[ Uwe Kleine-König ]
* Remove debian/{build,install} in clean target. (Closes: #792736)
-- Michael Biebl <biebl@debian.org> Sat, 12 Mar 2016 20:52:39 +0100
gtk+3.0 (3.18.8-1) unstable; urgency=medium

1
debian/rules vendored
View File

@ -156,6 +156,7 @@ clean:: debian/control
touch debian/control.in
rm -f $(call dh_subst_files,$(DEB_ALL_PACKAGES))
rm -f testsuite/reftests/*.ui.known_fail
rm -rf debian/build debian/install
pre-build::
# Mark reftests with known failures as non-fatal