[Pkg-ocaml-maint-commits] [ledit] 05/05: replace deprecated option '-s' of debhelper by '-a'
Ralf Treinen
treinen at moszumanska.debian.org
Sat Dec 17 16:27:05 UTC 2016
This is an automated email from the git hooks/post-receive script.
treinen pushed a commit to branch master
in repository ledit.
commit 67f54c6c5a110678176575212e08e500c88418f0
Author: Ralf Treinen <treinen at free.fr>
Date: Sat Dec 17 11:45:05 2016 +0100
replace deprecated option '-s' of debhelper by '-a'
---
debian/changelog | 1 +
debian/rules | 42 +++++++++++++++++++++---------------------
2 files changed, 22 insertions(+), 21 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 7f69912..3d54d7b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ ledit (2.03-5) unstable; urgency=medium
- bump debian/compat
- bump build-dependency on debhelper
* Vcs-{Git,Browser}: use secure URI
+ * debian/rules: replace deprecated debhelper option "-s" by "-a"
* add bash-completion:
- add build-dependency on bash-completion
- add debian/ledit.bash-completion
diff --git a/debian/rules b/debian/rules
index b1acd30..35048fd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -36,13 +36,13 @@ install-indep: build
$(MAKE) install BINDIR=$(DESTDIR)/usr/bin MANDIR=$(DESTDIR)/usr/share/man/man1
install-arch: build
- dh_testdir -s
- dh_testroot -s
- dh_prep -s
- dh_installdirs -s
+ dh_testdir -a
+ dh_testroot -a
+ dh_prep -a
+ dh_installdirs -a
mkdir -p $(LEDIT_LIBDIR)
$(MAKE) install-lib LEDIT_LIBDIR=$(LEDIT_LIBDIR)
- dh_install -s
+ dh_install -a
dh_ocamldoc
binary-indep: build install-indep
@@ -66,22 +66,22 @@ binary-indep: build install-indep
dh_builddeb -i
binary-arch: build install-arch
- dh_testdir -s
- dh_testroot -s
- dh_installdocs -s
- dh_installexamples -s
- dh_installinfo -s
- dh_installchangelogs -s CHANGES
- dh_link -s
- dh_strip -s
- dh_compress -s
- dh_fixperms -s
- dh_installdeb -s
- dh_shlibdeps -s
- dh_ocaml -s
- dh_gencontrol -s
- dh_md5sums -s
- dh_builddeb -s
+ dh_testdir -a
+ dh_testroot -a
+ dh_installdocs -a
+ dh_installexamples -a
+ dh_installinfo -a
+ dh_installchangelogs -a CHANGES
+ dh_link -a
+ dh_strip -a
+ dh_compress -a
+ dh_fixperms -a
+ dh_installdeb -a
+ dh_shlibdeps -a
+ dh_ocaml -a
+ dh_gencontrol -a
+ dh_md5sums -a
+ dh_builddeb -a
binary: binary-arch binary-indep
.PHONY: build clean binary-indep binary install configure
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ocaml-maint/packages/ledit.git
More information about the Pkg-ocaml-maint-commits
mailing list