Dylan Aïssi pushed to branch debian/unstable at X Strike Force / lib / libxcb
Commits:
-
3b944dbb
by Dylan Aïssi at 2025-08-22T08:37:28+02:00
-
7377befa
by Dylan Aïssi at 2025-08-22T08:44:02+02:00
3 changed files:
Changes:
... | ... | @@ -2,6 +2,7 @@ libxcb (1.17.0-3) UNRELEASED; urgency=medium |
2 | 2 | |
3 | 3 | * Team upload.
|
4 | 4 | * debian/copyright: Convert to machine-readable format
|
5 | + * Update standards version to 4.7.2, no changes needed.
|
|
5 | 6 | |
6 | 7 | -- Dylan Aïssi <daissi@debian.org> Thu, 31 Jul 2025 22:04:16 +0200
|
7 | 8 |
... | ... | @@ -23,7 +23,7 @@ Build-Depends-Indep: |
23 | 23 | # libxcb-doc
|
24 | 24 | doxygen,
|
25 | 25 | graphviz,
|
26 | -Standards-Version: 4.6.2
|
|
26 | +Standards-Version: 4.7.2
|
|
27 | 27 | Homepage: https://xcb.freedesktop.org
|
28 | 28 | Vcs-Git: https://salsa.debian.org/xorg-team/lib/libxcb.git
|
29 | 29 | Vcs-Browser: https://salsa.debian.org/xorg-team/lib/libxcb
|
... | ... | @@ -25,13 +25,5 @@ override_dh_install: |
25 | 25 | rm -f debian/tmp/usr/include/xcb/xselinux.h
|
26 | 26 | dh_install
|
27 | 27 | |
28 | -override_dh_installdocs: debian/copyright.debian COPYING
|
|
29 | - cat $+ > debian/copyright
|
|
30 | - dh_installdocs
|
|
31 | - |
|
32 | 28 | override_dh_compress:
|
33 | 29 | dh_compress -X.png -X.html -X.map -X.css |
34 | - |
|
35 | -override_dh_clean:
|
|
36 | - dh_clean
|
|
37 | - rm -f debian/copyright |