From 50d64fb7f725ae8f8cea3e5b30bf5ff54997ee77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Vanicat?= Date: Fri, 6 May 2016 17:11:27 +0200 Subject: generating the info file --- debian/control | 2 +- debian/rules | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 03e26ef..fa6be72 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,7 @@ Maintainer: Debian Emacs addons team Build-Depends: debhelper (>= 9), emacs-nox | emacs, dh-elpa (>= 0.0.17), dash-el, - install-info + install-info, texinfo Standards-Version: 3.9.6 Homepage: http://magit.vc/ Vcs-Browser: https://anonscm.debian.org/cgit/pkg-emacsen/pkg/with-editor.git/ diff --git a/debian/rules b/debian/rules index b237b82..0ac73e1 100755 --- a/debian/rules +++ b/debian/rules @@ -11,13 +11,14 @@ TAR ?= tar override_dh_auto_build: with-editor-$(VERSION).tar @echo with-editor-$(VERSION).tar > debian/elpa-with-editor.elpa + @make info override_dh_auto_install: @echo do not run make install override_dh_clean: dh_clean - rm -f debian/elpa-with-editor.elpa with-editor-*.tar + rm -f debian/elpa-with-editor.elpa with-editor-*.tar with-editor.info dir define with_editor_pkg (define-package "with-editor" "$(VERSION)" -- cgit v1.2.3