Add ${misc:Depends} to Depends fields of packages.

ci/unstable
Modestas Vainius 16 years ago
parent 2e53735663
commit 9d3f3805e3

1
debian/changelog vendored

@ -1,6 +1,7 @@
cmake (2.6.4-3) UNRELEASED; urgency=low cmake (2.6.4-3) UNRELEASED; urgency=low
* Bump Standards-Version to 3.8.3, no changes needed. * Bump Standards-Version to 3.8.3, no changes needed.
* Add ${misc:Depends} to Depends fields of packages.
-- Modestas Vainius <modestas@vainius.eu> Fri, 21 Aug 2009 21:48:12 +0300 -- Modestas Vainius <modestas@vainius.eu> Fri, 21 Aug 2009 21:48:12 +0300

8
debian/control vendored

@ -13,7 +13,7 @@ Vcs-Browser: http://git.debian.org/?p=collab-maint/cmake.git;a=summary
Package: cmake Package: cmake
Architecture: any Architecture: any
Depends: ${shlibs:Depends}, cmake-data (= ${source:Version}) Depends: ${shlibs:Depends}, ${misc:Depends}, cmake-data (= ${source:Version})
Description: A cross-platform, open-source make system Description: A cross-platform, open-source make system
CMake is used to control the software compilation process using CMake is used to control the software compilation process using
simple platform and compiler independent configuration files. CMake simple platform and compiler independent configuration files. CMake
@ -31,7 +31,7 @@ Description: A cross-platform, open-source make system
Package: cmake-data Package: cmake-data
Architecture: all Architecture: all
Depends: emacsen-common Depends: emacsen-common, ${misc:Depends}
Replaces: cmake (<= 2.6.2-1) Replaces: cmake (<= 2.6.2-1)
Conflicts: cmake (<= 2.6.2-1) Conflicts: cmake (<= 2.6.2-1)
Description: CMake data files (modules, templates and documentation) Description: CMake data files (modules, templates and documentation)
@ -41,7 +41,7 @@ Description: CMake data files (modules, templates and documentation)
Package: cmake-curses-gui Package: cmake-curses-gui
Architecture: any Architecture: any
Depends: ${shlibs:Depends}, cmake (= ${binary:Version}) Depends: ${shlibs:Depends}, ${misc:Depends}, cmake (= ${binary:Version})
Replaces: cmake (<= 2.6.2-1) Replaces: cmake (<= 2.6.2-1)
Description: Curses based user interface for CMake (ccmake) Description: Curses based user interface for CMake (ccmake)
CMake is used to control the software compilation process using simple CMake is used to control the software compilation process using simple
@ -56,7 +56,7 @@ Description: Curses based user interface for CMake (ccmake)
Package: cmake-qt-gui Package: cmake-qt-gui
Architecture: any Architecture: any
Depends: ${shlibs:Depends}, cmake (= ${binary:Version}) Depends: ${shlibs:Depends}, ${misc:Depends}, cmake (= ${binary:Version})
Description: Qt4 based user interface for CMake (cmake-gui) Description: Qt4 based user interface for CMake (cmake-gui)
CMake is used to control the software compilation process using simple CMake is used to control the software compilation process using simple
platform and compiler independent configuration files. CMake generates native platform and compiler independent configuration files. CMake generates native

Loading…
Cancel
Save