parent
eec0b282de
commit
a05eb9f259
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -3,6 +3,7 @@ cmake (2.8.12-0r1) UNRELEASED; urgency=low
|
||||
* New upstream release:
|
||||
- no longer contains workaround for GCC 2.96 bugs; (Closes: #717144)
|
||||
- cmake -E touch no longer truncates time to seconds. (Closes: #699657)
|
||||
* Enable bash-completion. (Closes: #722236)
|
||||
|
||||
-- Modestas Vainius <modax@debian.org> Sun, 03 Nov 2013 12:28:06 +0200
|
||||
|
||||
|
3
debian/cmake.bash-completion
vendored
Normal file
3
debian/cmake.bash-completion
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
debian/tmp/usr/share/cmake-2.8/completions/cmake
|
||||
debian/tmp/usr/share/cmake-2.8/completions/cpack
|
||||
debian/tmp/usr/share/cmake-2.8/completions/ctest
|
2
debian/control
vendored
2
debian/control
vendored
@ -5,7 +5,7 @@ Maintainer: Modestas Vainius <modax@debian.org>
|
||||
Uploaders: A. Maitland Bottoms <bottoms@debian.org>, Kai Wasserbäch <curan@debian.org>
|
||||
Build-Depends: debhelper (>= 9), libcurl4-gnutls-dev, libexpat1-dev, zlib1g-dev,
|
||||
libncurses5-dev, libqt4-dev (>= 4.4.0), procps [!hurd-any], libarchive-dev (>= 2.8.0),
|
||||
libbz2-dev
|
||||
libbz2-dev, bash-completion
|
||||
Standards-Version: 3.9.4
|
||||
Vcs-Git: git://anonscm.debian.org/collab-maint/cmake.git
|
||||
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/cmake.git;a=summary
|
||||
|
2
debian/rules
vendored
2
debian/rules
vendored
@ -51,6 +51,6 @@ override_dh_installdocs:
|
||||
dh_installdocs --link-doc=cmake-data
|
||||
|
||||
%:
|
||||
dh $@ --parallel --builddirectory=Build --dbg-package=cmake-dbg
|
||||
dh $@ --with=bash-completion --parallel --builddirectory=Build --dbg-package=cmake-dbg
|
||||
|
||||
.PHONY: override_dh_auto_configure override_dh_auto_clean
|
||||
|
Loading…
x
Reference in New Issue
Block a user