Explorar o código

Use dh_prep instead of deprecated “dh_clean -k”

Guillem Jover %!s(int64=15) %!d(string=hai) anos
pai
achega
a91709c404
Modificáronse 2 ficheiros con 2 adicións e 1 borrados
  1. 1 0
      debian/changelog
  2. 1 1
      debian/rules

+ 1 - 0
debian/changelog

@@ -19,6 +19,7 @@ dpkg (1.16.1) UNRELEASED; urgency=low
   * Improve deb-split(5) format description by splitting debian-split
     member contents into a list.
   * Switch to debhelper compatibility level 7.
+    - Use dh_prep instead of deprecated “dh_clean -k”.
 
   [ Updated man page translations ]
   * German (Helge Kreutzmann).

+ 1 - 1
debian/rules

@@ -75,7 +75,7 @@ endif
 install: check
 	dh_testdir
 	dh_testroot
-	dh_clean -k
+	dh_prep
 	dh_installdirs
 
 	cd build-tree && $(MAKE) DESTDIR="$(CURDIR)/debian/tmp" install