diff options
-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 |