summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 6f3abb6)
raw | patch | inline | side by side (parent: 6f3abb6)
author | Sebastian Harl <sh@tokkee.org> | |
Fri, 17 Apr 2009 18:13:39 +0000 (20:13 +0200) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Fri, 17 Apr 2009 18:13:39 +0000 (20:13 +0200) |
debian/changelog | patch | blob | history | |
debian/rules | patch | blob | history |
diff --git a/debian/changelog b/debian/changelog
index cc850b49dd01dc8ae38ea2a76f9d4c7dfcc55fad..0a267b079f2218058b909caf359249cabbab48c2 100644 (file)
--- a/debian/changelog
+++ b/debian/changelog
- Updated version of build-dependency debhelper to >= 7.
* debian/compat:
- Updated from deprecated version 4 to the now recommended version 7.
+ * debian/rules:
+ - Use dh_prep instead of the deprecated dh_clean -k.
- -- Sebastian Harl <sh@tokkee.org> Fri, 17 Apr 2009 20:09:55 +0200
+ -- Sebastian Harl <sh@tokkee.org> Fri, 17 Apr 2009 20:13:17 +0200
ncmpc (0.13-1) experimental; urgency=low
diff --git a/debian/rules b/debian/rules
index 40eb22713145d0dc0e3c99cd23c44e5451a8e96c..b06f979fc9083cdb8c4a3d8c63473d9f3afb0d72 100755 (executable)
--- a/debian/rules
+++ b/debian/rules
install-arch: build
dh_testdir
dh_testroot
- dh_clean -k
+ dh_prep
dh_installdirs -a
$(MAKE) install DESTDIR=$(CURDIR)/debian/ncmpc