Timo Aaltonen pushed to branch debian-unstable at X Strike Force / lib / libice
Commits:
0186bdfb by Debian Janitor at 2022-11-30T04:29:58+00:00
Remove constraints unnecessary since buster (oldstable)
* Build-Depends: Drop versioned constraint on xtrans-dev (>= 1.0.1).
* Build-Depends: Drop versioned constraint on xutils-dev (>= 1:7.6+2).
* Build-Depends-Indep: Drop versioned constraint on xmlto (>= 0.0.22).
* Build-Depends-Indep: Drop versioned constraint on xorg-sgml-doctools (>=
1:1.8).
* libice-doc: Drop conflict with removed package libice-dev (<< 2:1.0.8)
in Replaces.
* libice-doc: Drop conflict with removed package libice-dev (<< 2:1.0.8)
in Breaks.
Changes-By: deb-scrub-obsolete
- - - - -
2 changed files:
- debian/changelog
- debian/control
Changes:
=====================================
debian/changelog
=====================================
@@ -10,6 +10,16 @@ libice (2:1.0.10-2) UNRELEASED; urgency=medium
+ debian/rules: Drop --fail-missing argument to dh_missing, which is now
the
default.
* Update standards version to 4.6.1, no changes needed.
+ * Remove constraints unnecessary since buster (oldstable):
+ + Build-Depends: Drop versioned constraint on xtrans-dev (>= 1.0.1).
+ + Build-Depends: Drop versioned constraint on xutils-dev (>= 1:7.6+2).
+ + Build-Depends-Indep: Drop versioned constraint on xmlto (>= 0.0.22).
+ + Build-Depends-Indep: Drop versioned constraint on xorg-sgml-doctools (>=
+ 1:1.8).
+ + libice-doc: Drop conflict with removed package libice-dev (<< 2:1.0.8) in
+ Replaces.
+ + libice-doc: Drop conflict with removed package libice-dev (<< 2:1.0.8) in
+ Breaks.
-- Timo Aaltonen <[email protected]> Thu, 24 Sep 2020 11:33:56 +0300
=====================================
debian/control
=====================================
@@ -7,12 +7,12 @@ Build-Depends:
quilt,
pkg-config,
x11proto-dev,
- xtrans-dev (>= 1.0.1),
- xutils-dev (>= 1:7.6+2),
+ xtrans-dev,
+ xutils-dev,
libbsd-dev,
Build-Depends-Indep:
- xmlto (>= 0.0.22),
- xorg-sgml-doctools (>= 1:1.8),
+ xmlto,
+ xorg-sgml-doctools,
w3m,
Standards-Version: 4.6.1
Vcs-Git: https://salsa.debian.org/xorg-team/lib/libice.git
@@ -59,10 +59,6 @@ Multi-Arch: foreign
Section: doc
Depends:
${misc:Depends},
-Replaces:
- libice-dev (<< 2:1.0.8),
-Breaks:
- libice-dev (<< 2:1.0.8),
Description: documentation for the X11 ICE protocol and library
The Inter-Client Exchange (ICE) Protocol allows for communication of data
between X clients.
View it on GitLab:
https://salsa.debian.org/xorg-team/lib/libice/-/commit/0186bdfba14c6530ffb318e52bd30354c7db3104
--
View it on GitLab:
https://salsa.debian.org/xorg-team/lib/libice/-/commit/0186bdfba14c6530ffb318e52bd30354c7db3104
You're receiving this email because of your account on salsa.debian.org.