Timo Aaltonen pushed to branch debian-unstable at X Strike Force / lib / xcb-util-renderutil
Commits:
-
cd1b4084
by Andreas Tille at 2025-01-22T14:23:34+01:00
-
1f15a494
by Andreas Tille at 2025-01-22T14:33:13+01:00
-
7f919933
by Andreas Tille at 2025-01-22T15:07:36+01:00
-
32bf3c56
by Andreas Tille at 2025-01-22T15:08:10+01:00
-
8ae37bdf
by Andreas Tille at 2025-01-22T15:08:57+01:00
-
39e5cde7
by Andreas Tille at 2025-01-22T15:25:11+01:00
-
959111b2
by Andreas Tille at 2025-01-22T15:25:39+01:00
-
93a25e15
by Andreas Tille at 2025-01-22T15:26:17+01:00
-
64b32075
by Andreas Tille at 2025-01-22T15:29:26+01:00
-
82db8b03
by Andreas Tille at 2025-01-22T15:29:46+01:00
-
feead04f
by Andreas Tille at 2025-01-22T15:37:56+01:00
-
5e770d4d
by Andreas Tille at 2025-01-22T15:38:17+01:00
-
3a0466c6
by Andreas Tille at 2025-01-28T09:52:18+01:00
8 changed files:
- debian/changelog
- − debian/compat
- debian/control
- debian/copyright
- + debian/libxcb-render-util0.docs
- + debian/not-installed
- debian/rules
- debian/watch
Changes:
1 | -xcb-util-renderutil (0.3.10-1) UNRELEASED; urgency=medium
|
|
1 | +xcb-util-renderutil (0.3.10-1) unstable; urgency=medium
|
|
2 | + |
|
3 | + * Team upload.
|
|
2 | 4 | |
3 | 5 | [ Debian Janitor ]
|
4 | 6 | * Use secure copyright file specification URI.
|
... | ... | @@ -12,7 +14,21 @@ xcb-util-renderutil (0.3.10-1) UNRELEASED; urgency=medium |
12 | 14 | [ Timo Aaltonen ]
|
13 | 15 | * New upstream release.
|
14 | 16 | |
15 | - -- Debian Janitor <janitor@jelmer.uk> Tue, 21 Jan 2020 00:31:10 +0000
|
|
17 | + [ Andreas Tille ]
|
|
18 | + * Make watch file safe for different compression types of upstream tarball
|
|
19 | + * d/copyright: Secure URI for source
|
|
20 | + * debhelper-compat = 13
|
|
21 | + * Switch from cdbs to dh
|
|
22 | + * Build-Depends:
|
|
23 | + - s/pkg-config/pkgconf/
|
|
24 | + - Drop unneeded automake tools
|
|
25 | + * Propagate hardening options
|
|
26 | + * d/copyright: License name according to licensecheck
|
|
27 | + * Standards-Version: 4.7.0 (routine-update)
|
|
28 | + * Reorder sequence of d/control fields by cme (routine-update)
|
|
29 | + * Distinct short descriptions
|
|
30 | + |
|
31 | + -- Andreas Tille <tille@debian.org> Wed, 22 Jan 2025 15:38:02 +0100
|
|
16 | 32 | |
17 | 33 | xcb-util-renderutil (0.3.9-1) unstable; urgency=low
|
18 | 34 |
1 | -10 |
1 | 1 | Source: xcb-util-renderutil
|
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 | - dh-autoreconf,
|
|
10 | - libxcb1-dev (>= 1.6),
|
|
4 | +Section: libdevel
|
|
5 | +Priority: optional
|
|
6 | +Build-Depends: debhelper-compat (= 13),
|
|
7 | + libxcb1-dev,
|
|
11 | 8 | libxcb-render0-dev,
|
12 | - pkg-config,
|
|
13 | - libtool,
|
|
14 | - autotools-dev,
|
|
15 | - autoconf,
|
|
16 | - automake,
|
|
9 | + pkgconf,
|
|
17 | 10 | xutils-dev
|
18 | -Standards-Version: 3.9.5
|
|
19 | -Homepage: https://xcb.freedesktop.org
|
|
20 | -Vcs-Git: https://salsa.debian.org/xorg-team/lib/xcb-util-renderutil.git
|
|
11 | +Standards-Version: 4.7.0
|
|
21 | 12 | Vcs-Browser: https://salsa.debian.org/xorg-team/lib/xcb-util-renderutil
|
13 | +Vcs-Git: https://salsa.debian.org/xorg-team/lib/xcb-util-renderutil.git
|
|
14 | +Homepage: https://xcb.freedesktop.org
|
|
22 | 15 | |
23 | 16 | Package: libxcb-render-util0
|
24 | -Section: libs
|
|
25 | 17 | Architecture: any
|
26 | 18 | Multi-Arch: same
|
27 | -Pre-Depends: ${misc:Pre-Depends}
|
|
28 | -Depends:
|
|
29 | - ${shlibs:Depends},
|
|
19 | +Section: libs
|
|
20 | +Depends: ${shlibs:Depends},
|
|
30 | 21 | ${misc:Depends}
|
22 | +Pre-Depends: ${misc:Pre-Depends}
|
|
31 | 23 | Description: utility libraries for X C Binding -- render-util
|
32 | 24 | This package contains the library files needed to run software using
|
33 | 25 | libxcb-render-util, providing convenience functions for the Render extension.
|
... | ... | @@ -42,12 +34,11 @@ Description: utility libraries for X C Binding -- render-util |
42 | 34 | Package: libxcb-render-util0-dev
|
43 | 35 | Architecture: any
|
44 | 36 | Multi-Arch: same
|
45 | -Depends:
|
|
46 | - libxcb-render-util0 (= ${binary:Version}),
|
|
37 | +Depends: libxcb-render-util0 (= ${binary:Version}),
|
|
47 | 38 | libxcb1-dev,
|
48 | 39 | libxcb-render0-dev,
|
49 | 40 | ${misc:Depends}
|
50 | -Description: utility libraries for X C Binding -- render-util
|
|
41 | +Description: utility libraries for X C Binding -- render-util (devel)
|
|
51 | 42 | This package contains the header and library files needed to build software
|
52 | 43 | using libxcb-render-util, providing convenience functions for the Render
|
53 | 44 | extension.
|
1 | 1 | Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
2 | 2 | Upstream-Name: xcb-util-renderutil
|
3 | 3 | Upstream-Contact: XCB Mailing List <xcb@lists.freedesktop.org>
|
4 | -Source: http://xcb.freedesktop.org
|
|
4 | +Source: https://xcb.freedesktop.org
|
|
5 | 5 | |
6 | 6 | Files: *
|
7 | 7 | Copyright: 2000 Keith Packard <keithp@keithp.com>
|
8 | 8 | 2006 Ian Osgood <iano@quirkster.com>
|
9 | 9 | 2006 Jamey Sharp <jamey@minilop.net>
|
10 | -License: MIT/X Consortium License
|
|
10 | +License: Expat
|
|
11 | 11 | Permission is hereby granted, free of charge, to any person obtaining a copy
|
12 | 12 | of this software and associated documentation files (the "Software"), to deal
|
13 | 13 | in the Software without restriction, including without limitation the rights
|
1 | +NEWS
|
|
2 | +README* |
1 | +usr/lib/*/libxcb-render-util.la |
1 | 1 | #!/usr/bin/make -f
|
2 | 2 | |
3 | -DEB_DH_INSTALL_SOURCEDIR=debian/tmp
|
|
4 | - |
|
5 | -include /usr/share/cdbs/1/rules/autoreconf.mk
|
|
6 | -include /usr/share/cdbs/1/rules/debhelper.mk
|
|
7 | -include /usr/share/cdbs/1/class/autotools.mk
|
|
8 | - |
|
9 | -DEB_DH_MAKESHLIBS_ARGS=-V
|
|
10 | - |
|
11 | -include /usr/share/dpkg/architecture.mk
|
|
12 | -DEB_CONFIGURE_EXTRA_FLAGS+=--libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH)
|
|
13 | - |
|
14 | 3 | ORIG_MAJOR=$(shell git describe upstream | cut -d- -f1)
|
15 | 4 | ORIG_GIT=$(shell git describe upstream | cut -d- -f2)
|
16 | 5 | |
17 | -post-patches:: configure-stamp
|
|
18 | -configure-stamp:
|
|
19 | - test -f configure || sh ./autogen.sh $(DEB_CONFIGURE_NORMAL_ARGS)
|
|
20 | - touch configure-stamp
|
|
21 | - |
|
22 | -cleanbuilddir::
|
|
23 | - rm -f configure-stamp
|
|
6 | +export DEB_BUILD_MAINT_OPTIONS=hardening=+all
|
|
24 | 7 | |
25 | - # Specific to Git Debian package
|
|
26 | - rm -f .gitmodules m4/xcb_util_m4_with_include_path.m4
|
|
8 | +%:
|
|
9 | + dh $@
|
|
27 | 10 | |
28 | 11 | get-orig-source:
|
29 | 12 | git archive upstream | gzip -9 > ../xcb-util-renderutil_$(ORIG_MAJOR)+git$(ORIG_GIT).orig.tar.gz
|
1 | -version=3
|
|
2 | -http://xcb.freedesktop.org/dist/xcb-util-renderutil-([0-9.]*)\.tar\.gz |
|
1 | +version=4
|
|
2 | + |
|
3 | +https://xcb.freedesktop.org/dist/xcb-util-renderutil-@ANY_VERSION@@ARCHIVE_EXT@ |