Timo Aaltonen pushed to branch debian-unstable at X Strike Force / lib / xcb-util-keysyms
Commits:
-
ef5c4cb4
by Andreas Tille at 2025-01-22T13:36:48+01:00
-
e6f495a1
by Andreas Tille at 2025-01-22T13:40:45+01:00
-
8ce8dd56
by Andreas Tille at 2025-01-22T13:49:25+01:00
-
ae443dc8
by Andreas Tille at 2025-01-22T13:50:10+01:00
-
7940fc4b
by Andreas Tille at 2025-01-22T13:55:00+01:00
-
a37f831c
by Andreas Tille at 2025-01-22T13:55:28+01:00
-
84ae2f67
by Andreas Tille at 2025-01-22T14:21:49+01:00
-
c34271a4
by Andreas Tille at 2025-01-22T14:22:09+01:00
-
a46914ca
by Andreas Tille at 2025-01-22T15:12:01+01:00
-
4ba2b4e2
by Andreas Tille at 2025-01-22T15:18:23+01:00
-
e89399da
by Andreas Tille at 2025-01-28T09:50:56+01:00
7 changed files:
- debian/changelog
- − debian/compat
- debian/control
- + debian/libxcb-keysyms1.docs
- + debian/not-installed
- debian/rules
- debian/watch
Changes:
1 | -xcb-util-keysyms (0.4.1-1) UNRELEASED; urgency=medium
|
|
1 | +xcb-util-keysyms (0.4.1-1) unstable; urgency=medium
|
|
2 | + |
|
3 | + * Team upload.
|
|
2 | 4 | |
3 | 5 | [ Debian Janitor ]
|
4 | 6 | * Trim trailing whitespace.
|
... | ... | @@ -13,7 +15,16 @@ xcb-util-keysyms (0.4.1-1) UNRELEASED; urgency=medium |
13 | 15 | * New upstream release.
|
14 | 16 | * control: Migrate to x11proto-dev.
|
15 | 17 | |
16 | - -- Debian Janitor <janitor@jelmer.uk> Tue, 21 Jan 2020 00:51:46 +0000
|
|
18 | + [ Andreas Tille ]
|
|
19 | + * Fix watch file
|
|
20 | + * debhelper-compat = 13
|
|
21 | + * Switch from cdbs to dh
|
|
22 | + * Build-Depends: s/pkg-config/pkgconf/
|
|
23 | + * Standards-Version: 4.7.0 (routine-update)
|
|
24 | + * Reorder sequence of d/control fields by cme (routine-update)
|
|
25 | + * Propagate hardening options
|
|
26 | + |
|
27 | + -- Andreas Tille <tille@debian.org> Wed, 22 Jan 2025 14:21:53 +0100
|
|
17 | 28 | |
18 | 29 | xcb-util-keysyms (0.4.0-1) unstable; urgency=medium
|
19 | 30 |
1 | -10 |
1 | 1 | Source: xcb-util-keysyms
|
2 | -Section: libdevel
|
|
3 | -Priority: optional
|
|
4 | 2 | Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
|
5 | 3 | Uploaders: Arnaud Fontaine <arnau@debian.org>
|
6 | -Build-Depends:
|
|
7 | - cdbs (>= 0.4.93~),
|
|
8 | - debhelper (>= 10~),
|
|
9 | - libxcb1-dev (>= 1.6),
|
|
10 | - pkg-config,
|
|
11 | - dh-autoreconf,
|
|
12 | - x11proto-dev (>= 7.0.8),
|
|
4 | +Section: libdevel
|
|
5 | +Priority: optional
|
|
6 | +Build-Depends: debhelper-compat (= 13),
|
|
7 | + libxcb1-dev,
|
|
8 | + pkgconf,
|
|
9 | + x11proto-dev,
|
|
13 | 10 | xutils-dev
|
14 | -Standards-Version: 3.9.6
|
|
15 | -Homepage: https://xcb.freedesktop.org
|
|
16 | -Vcs-Git: https://salsa.debian.org/xorg-team/lib/xcb-util-keysyms.git
|
|
11 | +Standards-Version: 4.7.0
|
|
17 | 12 | Vcs-Browser: https://salsa.debian.org/xorg-team/lib/xcb-util-keysyms
|
13 | +Vcs-Git: https://salsa.debian.org/xorg-team/lib/xcb-util-keysyms.git
|
|
14 | +Homepage: https://xcb.freedesktop.org
|
|
18 | 15 | |
19 | 16 | Package: libxcb-keysyms1
|
20 | -Section: libs
|
|
21 | 17 | Architecture: any
|
22 | 18 | Multi-Arch: same
|
23 | -Pre-Depends:
|
|
24 | - ${misc:Pre-Depends}
|
|
25 | -Depends:
|
|
26 | - ${shlibs:Depends},
|
|
19 | +Section: libs
|
|
20 | +Depends: ${shlibs:Depends},
|
|
27 | 21 | ${misc:Depends}
|
22 | +Pre-Depends: ${misc:Pre-Depends}
|
|
28 | 23 | Description: utility libraries for X C Binding -- keysyms
|
29 | 24 | This package contains the library files needed to run software using
|
30 | 25 | libxcb-keysyms, providing standard X key constants and conversion to/from
|
... | ... | @@ -40,8 +35,7 @@ Description: utility libraries for X C Binding -- keysyms |
40 | 35 | Package: libxcb-keysyms1-dev
|
41 | 36 | Architecture: any
|
42 | 37 | Multi-Arch: same
|
43 | -Depends:
|
|
44 | - libxcb-keysyms1 (= ${binary:Version}),
|
|
38 | +Depends: libxcb-keysyms1 (= ${binary:Version}),
|
|
45 | 39 | libxcb1-dev,
|
46 | 40 | ${misc:Depends}
|
47 | 41 | Description: utility libraries for X C Binding -- keysyms, development files
|
1 | +NEWS
|
|
2 | +README* |
1 | +usr/lib/*/libxcb-keysyms.la |
1 | 1 | #!/usr/bin/make -f
|
2 | 2 | |
3 | -DEB_DH_INSTALL_SOURCEDIR=debian/tmp
|
|
4 | - |
|
5 | -include /usr/share/cdbs/1/rules/debhelper.mk
|
|
6 | -include /usr/share/cdbs/1/rules/autoreconf.mk
|
|
7 | -include /usr/share/cdbs/1/class/autotools.mk
|
|
8 | - |
|
9 | -DEB_CONFIGURE_EXTRA_FLAGS += --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH)
|
|
10 | -DEB_DH_MAKESHLIBS_ARGS=-V
|
|
11 | - |
|
12 | 3 | ORIG_MAJOR=$(shell git describe upstream | cut -d- -f1)
|
13 | 4 | ORIG_GIT=$(shell git describe upstream | cut -d- -f2)
|
14 | 5 | |
15 | -post-patches:: configure-stamp
|
|
16 | -configure-stamp:
|
|
17 | - test -f configure || sh ./autogen.sh $(DEB_CONFIGURE_NORMAL_ARGS)
|
|
18 | - touch configure-stamp
|
|
6 | +export DEB_BUILD_MAINT_OPTIONS=hardening=+all
|
|
19 | 7 | |
20 | -cleanbuilddir::
|
|
21 | - rm -f configure-stamp
|
|
8 | +%:
|
|
9 | + dh $@
|
|
22 | 10 | |
23 | 11 | get-orig-source:
|
24 | 12 | git archive upstream | gzip -9 > ../xcb-util-keysyms_$(ORIG_MAJOR)+git$(ORIG_GIT).orig.tar.gz
|
1 | -version=3
|
|
2 | -http://xcb.freedesktop.org/dist/xcb-util-keysyms-([0-9.]*)\.tar\.bz2 |
|
1 | +version=4
|
|
2 | + |
|
3 | +https://xcb.freedesktop.org/dist/xcb-util-keysyms-@ANY_VERSION@@ARCHIVE_EXT@ |