summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2019-09-07 17:05:58 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2019-09-07 17:05:58 +0200
commit91df49ce5f0f331f0116cc498106064b6f70ae6b (patch)
treec5af346cd9f948ff9733887414554c3daee7ba18 /debian
parent97b5dcae85e96ddbf4376942361fc23be07e713d (diff)
downloadinstallation-guide-91df49ce5f0f331f0116cc498106064b6f70ae6b.zip
rules: Use dh_prep instead of dh_clean -k
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog1
-rwxr-xr-xdebian/rules2
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index f1fb8f727..2913b4610 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -30,6 +30,7 @@ installation-guide (20190623) UNRELEASED; urgency=medium
* Fix shortcut for high-contrast boot menu entry.
* Bump minimum memory values: graphical installation needs 1GiB, and only
the non-graphical installer can meet the no-desktop values.
+ * rules: Use dh_prep instead of dh_clean -k.
-- Cyril Brulebois <kibi@debian.org> Wed, 03 Jul 2019 22:04:00 +0200
diff --git a/debian/rules b/debian/rules
index b7a5cfbf5..35c638cf2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -70,7 +70,7 @@ build-stamp:
install: build
dh_testdir
dh_testroot
- dh_clean -k
+ dh_prep
dh_installdirs
binary-arch: