Stop shipping emacs cmake mode

That mode has been split into the separate package
elpa-cmake-mode.

Gbp-Dch: full
ci/unstable
Timo Röhling 2 years ago
parent 5df34a7a98
commit 436713a495

@ -1,2 +0,0 @@
debian/cmake-mode-pkg.el
Auxiliary/cmake-mode.el

@ -1,4 +0,0 @@
;;; -*- no-byte-compile: t -*-
(define-package "cmake-mode" "@VERSION@" "major-mode for editing CMake sources"
'((emacs "24.1"))
)

3
debian/control vendored

@ -24,7 +24,6 @@ Build-Depends:
qtbase5-dev <!pkg.cmake.bootstrap !pkg.cmake.nogui>, qtbase5-dev <!pkg.cmake.bootstrap !pkg.cmake.nogui>,
zlib1g-dev <!pkg.cmake.bootstrap>, zlib1g-dev <!pkg.cmake.bootstrap>,
Build-Depends-Indep: Build-Depends-Indep:
dh-elpa,
dh-sequence-sphinxdoc, dh-sequence-sphinxdoc,
Rules-Requires-Root: no Rules-Requires-Root: no
Standards-Version: 4.6.1 Standards-Version: 4.6.1
@ -52,6 +51,7 @@ Recommends: gcc, make
Suggests: Suggests:
cmake-doc, cmake-doc,
cmake-format, cmake-format,
elpa-cmake-mode,
ninja-build, ninja-build,
Description: ${source:Synopsis} Description: ${source:Synopsis}
${source:Extended-Description} ${source:Extended-Description}
@ -60,7 +60,6 @@ Package: cmake-data
Architecture: all Architecture: all
Multi-Arch: foreign Multi-Arch: foreign
Depends: Depends:
${elpa:Depends},
${misc:Depends}, ${misc:Depends},
Description: CMake data files (modules, templates and documentation) Description: CMake data files (modules, templates and documentation)
${source:Extended-Description} ${source:Extended-Description}

1
debian/elpa-test vendored

@ -1 +0,0 @@
disable=yes

11
debian/rules vendored

@ -93,16 +93,5 @@ override_dh_installdocs-indep:
override_dh_sphinxdoc: override_dh_sphinxdoc:
dh_sphinxdoc -pcmake-doc dh_sphinxdoc -pcmake-doc
export ELPA_NAME = cmake-mode
# Instead of dh --with=elpa, we manually add dh_elpa to the sequence. This
# way, we can restrict the dh-elpa dependency (which transitively depends on
# emacs) to indep builds and avoid it for the more fragile port architectures
execute_after_dh_install-indep: debian/cmake-mode-pkg.el
dh_elpa
debian/cmake-mode-pkg.el: debian/cmake-mode-pkg.el.in
sed -e 's/@VERSION@/$(DEB_VERSION_UPSTREAM)/' $< > $@
%: %:
dh $@ --builddirectory=Build dh $@ --builddirectory=Build

Loading…
Cancel
Save