Stop shipping emacs cmake mode
That mode has been split into the separate package elpa-cmake-mode. Gbp-Dch: full
This commit is contained in:
parent
5df34a7a98
commit
436713a495
2
debian/cmake-data.elpa
vendored
2
debian/cmake-data.elpa
vendored
@ -1,2 +0,0 @@
|
||||
debian/cmake-mode-pkg.el
|
||||
Auxiliary/cmake-mode.el
|
4
debian/cmake-mode-pkg.el.in
vendored
4
debian/cmake-mode-pkg.el.in
vendored
@ -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
3
debian/control
vendored
@ -24,7 +24,6 @@ Build-Depends:
|
||||
qtbase5-dev <!pkg.cmake.bootstrap !pkg.cmake.nogui>,
|
||||
zlib1g-dev <!pkg.cmake.bootstrap>,
|
||||
Build-Depends-Indep:
|
||||
dh-elpa,
|
||||
dh-sequence-sphinxdoc,
|
||||
Rules-Requires-Root: no
|
||||
Standards-Version: 4.6.1
|
||||
@ -52,6 +51,7 @@ Recommends: gcc, make
|
||||
Suggests:
|
||||
cmake-doc,
|
||||
cmake-format,
|
||||
elpa-cmake-mode,
|
||||
ninja-build,
|
||||
Description: ${source:Synopsis}
|
||||
${source:Extended-Description}
|
||||
@ -60,7 +60,6 @@ Package: cmake-data
|
||||
Architecture: all
|
||||
Multi-Arch: foreign
|
||||
Depends:
|
||||
${elpa:Depends},
|
||||
${misc:Depends},
|
||||
Description: CMake data files (modules, templates and documentation)
|
||||
${source:Extended-Description}
|
||||
|
1
debian/elpa-test
vendored
1
debian/elpa-test
vendored
@ -1 +0,0 @@
|
||||
disable=yes
|
11
debian/rules
vendored
11
debian/rules
vendored
@ -93,16 +93,5 @@ override_dh_installdocs-indep:
|
||||
override_dh_sphinxdoc:
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user