Andreas Tille pushed to branch debian-unstable at X Strike Force / driver /
xserver-xorg-video-ivtvdev
Commits:
cd539977 by Andreas Tille at 2026-03-19T16:07:37+01:00
* Build-Depends: pkg-config => pkgconf
* Standards-Version: 4.7.3 (drop Priority field)
- - - - -
8416fd5c by Andreas Tille at 2026-03-19T16:07:47+01:00
d/rules: hardening
- - - - -
651a4163 by Andreas Tille at 2026-03-19T16:16:10+01:00
Upload to unstable
- - - - -
3 changed files:
- debian/changelog
- debian/control
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,4 +1,4 @@
-xserver-xorg-video-ivtvdev (1.1.2-3) UNRELEASED; urgency=medium
+xserver-xorg-video-ivtvdev (1.1.2-3) unstable; urgency=medium
* Team upload.
@@ -11,12 +11,15 @@ xserver-xorg-video-ivtvdev (1.1.2-3) UNRELEASED;
urgency=medium
* d/copyright: DEP5
* Remove architecture kfreebsd-i386
* d/watch: version=5, deactivated
+ * Build-Depends: pkg-config => pkgconf
+ * Standards-Version: 4.7.3 (drop Priority field)
+ * d/rules: hardening
[ Petter Reinholdtsen ]
* Fix build problems with newer Xorg and compiler.
Closes: #1078229
- -- Andreas Tille <[email protected]> Thu, 19 Mar 2026 15:23:57 +0100
+ -- Andreas Tille <[email protected]> Thu, 19 Mar 2026 16:15:10 +0100
xserver-xorg-video-ivtvdev (1.1.2-2) unstable; urgency=low
=====================================
debian/control
=====================================
@@ -1,11 +1,10 @@
Source: xserver-xorg-video-ivtvdev
Section: contrib/x11
-Priority: extra
Maintainer: Debian X Strike Force <[email protected]>
Uploaders: Ian Campbell <[email protected]>, Cyril Brulebois
<[email protected]>
Build-Depends:
debhelper-compat (= 13),
- pkg-config,
+ pkgconf,
xserver-xorg-dev (>= 2:1.9.4),
x11proto-video-dev,
libxvmc-dev,
@@ -13,7 +12,7 @@ Build-Depends:
x11proto-randr-dev,
x11proto-render-dev,
x11proto-xext-dev,
-Standards-Version: 3.9.1
+Standards-Version: 4.7.3
Vcs-Browser:
https://salsa.debian.org/xorg-team/driver/xserver-xorg-video-ivtvdev
Vcs-Git:
https://salsa.debian.org/xorg-team/driver/xserver-xorg-video-ivtvdev.git
Homepage:
https://web.archive.org/web/20150307091531/http://dl.ivtvdriver.org/xf86-video-ivtv/
=====================================
debian/rules
=====================================
@@ -1,5 +1,7 @@
#!/usr/bin/make -f
+export DEB_BUILD_MAINT_OPTIONS=hardening=+all
+
# Install in debian/tmp to retain control through dh_install:
override_dh_auto_install:
dh_auto_install --destdir=debian/tmp
View it on GitLab:
https://salsa.debian.org/xorg-team/driver/xserver-xorg-video-ivtvdev/-/compare/f88251ce8b1117930c07be607eaf1442625078c1...651a4163a485a70387fc91bedb6145b6fbe747a7
--
View it on GitLab:
https://salsa.debian.org/xorg-team/driver/xserver-xorg-video-ivtvdev/-/compare/f88251ce8b1117930c07be607eaf1442625078c1...651a4163a485a70387fc91bedb6145b6fbe747a7
You're receiving this email because of your account on salsa.debian.org.