Fix binary-indep target.
Preparing for experimental upload. Signed-off-by: Modestas Vainius <modestas@vainius.eu>
This commit is contained in:
parent
1dc6f58d1b
commit
7c059fd175
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,4 +1,4 @@
|
||||
cmake (2.6.3-0r1) UNRELEASED; urgency=low
|
||||
cmake (2.6.3-1) experimental; urgency=low
|
||||
|
||||
* New upstream release.
|
||||
* Update debian/patches:
|
||||
@ -11,10 +11,11 @@ cmake (2.6.3-0r1) UNRELEASED; urgency=low
|
||||
- refresh FindQt4_qt4_lupdate_lrelease.diff;
|
||||
- remove FindMPEG2_include_FindSDL_fix.diff, merged upstream;
|
||||
* Use dh_prep instead of deprecated dh_clean -k (fixes lintian warning).
|
||||
* Call dh_desktop in the install target (fixes lintian warning).
|
||||
* Call dh_desktop in the binary targets (fixes lintian warning).
|
||||
* Install cmake-gui docs to the cmake-qt-gui package.
|
||||
* Enable binary-indep target.
|
||||
|
||||
-- Modestas Vainius <modestas@vainius.eu> Sun, 22 Feb 2009 13:48:04 +0200
|
||||
-- Modestas Vainius <modestas@vainius.eu> Mon, 23 Feb 2009 22:35:37 +0200
|
||||
|
||||
cmake (2.6.2-4) unstable; urgency=low
|
||||
|
||||
|
10
debian/rules
vendored
10
debian/rules
vendored
@ -70,15 +70,12 @@ install: build
|
||||
# Add here commands to install the package into debian/cmake.
|
||||
cd Build && $(MAKE) DESTDIR=$(CURDIR)/debian/tmp install
|
||||
dh_lintian
|
||||
dh_desktop
|
||||
#cp Docs/cmake-indent.vim debian/cmake/usr/share/vim/addons/indent/cmake.vim
|
||||
#cp Docs/cmake-syntax.vim debian/cmake/usr/share/vim/addons/syntax/cmake.vim
|
||||
|
||||
# Build architecture-independent files here.
|
||||
binary-indep: build install
|
||||
|
||||
# Build architecture-dependent files here.
|
||||
binary-arch: build install
|
||||
binary-arch: export DH_OPTIONS=-a
|
||||
binary-indep: export DH_OPTIONS=-i
|
||||
binary-arch binary-indep: build install
|
||||
dh_testdir
|
||||
dh_testroot
|
||||
dh_install
|
||||
@ -90,6 +87,7 @@ binary-arch: build install
|
||||
dh_installman
|
||||
dh_installinfo
|
||||
dh_installchangelogs ChangeLog.manual
|
||||
dh_desktop
|
||||
dh_link
|
||||
dh_strip
|
||||
dh_compress -XCMake.pdf
|
||||
|
Loading…
x
Reference in New Issue
Block a user