diff options
author | Timo Aaltonen <tjaalton@deckard.hut.fi> | 2007-06-04 12:36:00 +0300 |
---|---|---|
committer | Timo Aaltonen <tjaalton@deckard.hut.fi> | 2007-06-04 12:36:00 +0300 |
commit | 2357376b8e0f5da61c09ec2ee0b60814be2e40d6 (patch) | |
tree | e917cbc659a822ed166c58384257d3f3603f75bd | |
parent | c82ab28a750327c28fd8b1dc592e79198cd9be81 (diff) | |
download | xutils-dev-2357376b8e0f5da61c09ec2ee0b60814be2e40d6.tar.gz |
debian/control: add C/R/P for imake/makedepend/xorg-build-macros/xmkmf to allow Ubuntu to sync this in future.
The change can be dropped after the next LTS release.
-rw-r--r-- | debian/changelog | 8 | ||||
-rw-r--r-- | debian/control | 3 |
2 files changed, 11 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 681ba44..cb4105b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +xutils-dev (1:7.2.ds2-2) UNRELEASED; urgency=low + + * debian/control: + - C/R/P: imake, makedepend, xorg-build-macros, xmkmf + Change from ubuntu to help upgrades from their earlier releases. + + -- Timo Aaltonen <tjaalton@cc.hut.fi> Mon, 4 Jun 2007 12:12:41 +0300 + xutils-dev (1:7.2.ds2-1) unstable; urgency=low [ Julien Cristau ] diff --git a/debian/control b/debian/control index 910103e..3a0acc2 100644 --- a/debian/control +++ b/debian/control @@ -10,6 +10,9 @@ Package: xutils-dev Architecture: any Pre-Depends: x11-common (>= 1:7.0.0) Depends: ${shlibs:Depends}, ${misc:Depends}, cpp +Conflicts: imake (<= 1:1.0.1-1), makedepend (<= 1:1.0.0-1), xorg-build-macros (<= 1.0.1-1), xmkmf (<= 0.99.0-6) +Replaces: imake (<= 1:1.0.1-1), makedepend (<= 1:1.0.0-1), xorg-build-macros (<= 1.0.1-1), xmkmf (<= 0.99.0-6) +Provides: imake, makedepend, xorg-build-macros, xmkmf Description: X Window System utility programs for development xutils-dev provides a set of utility programs shipped with the X Window System that do not require the X libraries; many of these programs are useful |