Timo Aaltonen pushed to branch debian-unstable at X Strike Force / driver / xserver-xorg-video-fbdev
Commits: 873fde7f by Timo Aaltonen at 2021-08-25T15:00:43+03:00 control: Migrate to x11proto-dev. - - - - - 54355578 by Timo Aaltonen at 2021-08-25T15:26:36+03:00 Migrate to debhelper-compat, bump to 13. - - - - - b6ec29c1 by Timo Aaltonen at 2021-08-25T15:27:20+03:00 Remove Cyril from Uploaders. - - - - - 6b7f2269 by Timo Aaltonen at 2021-08-25T15:28:37+03:00 Bump policy to 4.6.0. - - - - - 21421bd8 by Timo Aaltonen at 2021-08-25T15:29:58+03:00 control: Update Vcs urls. - - - - - 3c89346c by Timo Aaltonen at 2021-08-25T15:31:19+03:00 Update README.source for salsa. - - - - - 5 changed files: - debian/README.source - debian/changelog - − debian/compat - debian/control - debian/rules Changes: ===================================== debian/README.source ===================================== @@ -19,13 +19,13 @@ Guide To The X Strike Force Packages ------------------------------------ The X Strike Force team maintains X packages in git repositories on -git.debian.org in the pkg-xorg subdirectory. Most upstream packages +salsa.debian.org in the xorg-team group. Most upstream packages are actually maintained in git repositories as well, so they often -just need to be pulled into git.debian.org in a "upstream-*" branch. +just need to be pulled into salsa.debian.org in a "upstream-*" branch. Otherwise, the upstream sources are manually installed in the Debian git repository. -The .orig.tar.gz upstream source file could be generated using this +The .orig.tar.gz upstream source file could be generated this "upstream-*" branch in the Debian git repository but it is actually copied from upstream tarballs directly. ===================================== debian/changelog ===================================== @@ -1,3 +1,14 @@ +xserver-xorg-video-fbdev (1:0.5.0-2) UNRELEASED; urgency=medium + + * control: Migrate to x11proto-dev. + * Migrate to debhelper-compat, bump to 13. + * Remove Cyril from Uploaders. + * Bump policy to 4.6.0. + * control: Update Vcs urls. + * Update README.source for salsa. + + -- Timo Aaltonen <[email protected]> Wed, 25 Aug 2021 14:57:27 +0300 + xserver-xorg-video-fbdev (1:0.5.0-1) unstable; urgency=medium * Let uscan verify upstream tarball signatures. ===================================== debian/compat deleted ===================================== @@ -1 +0,0 @@ -8 ===================================== debian/control ===================================== @@ -2,22 +2,16 @@ Source: xserver-xorg-video-fbdev Section: x11 Priority: optional Maintainer: Debian X Strike Force <[email protected]> -Uploaders: Cyril Brulebois <[email protected]> Build-Depends: - debhelper (>= 8), - dh-autoreconf, + debhelper-compat (= 13), quilt, pkg-config, xserver-xorg-dev (>= 2:1.11.99.901), - x11proto-core-dev, - x11proto-fonts-dev, - x11proto-randr-dev, - x11proto-render-dev, - x11proto-video-dev, + x11proto-dev, xutils-dev (>= 1:7.5+1), -Standards-Version: 3.9.3 -Vcs-Git: git://git.debian.org/git/pkg-xorg/driver/xserver-xorg-video-fbdev -Vcs-Browser: http://git.debian.org/?p=pkg-xorg/driver/xserver-xorg-video-fbdev.git +Standards-Version: 4.6.0 +Vcs-Git: https://salsa.debian.org/xorg-team/driver/xserver-xorg-video-fbdev.git +Vcs-Browser: https://salsa.debian.org/xorg-team/driver/xserver-xorg-video-fbdev Package: xserver-xorg-video-fbdev Architecture: any ===================================== debian/rules ===================================== @@ -11,8 +11,12 @@ override_dh_auto_clean: # Configuration, with or without xv: override_dh_auto_configure: - dh_auto_configure $(OOT)-main/ -- --enable-xv - dh_auto_configure $(OOT)-udeb/ -- --disable-xv + dh_auto_configure $(OOT)-main/ -- \ + --libdir=/usr/lib \ + --enable-xv + dh_auto_configure $(OOT)-udeb/ -- \ + --libdir=/usr/lib \ + --disable-xv # Build: override_dh_auto_build: @@ -27,12 +31,16 @@ override_dh_auto_install: # Kill *.la files, and forget no-one: override_dh_install: find debian/tmp-* -name '*.la' -delete - dh_install -p$(PACKAGE) --sourcedir=debian/tmp-main --fail-missing - dh_install -p$(PACKAGE)-udeb --sourcedir=debian/tmp-udeb --fail-missing + dh_install -p$(PACKAGE) --sourcedir=debian/tmp-main + dh_install -p$(PACKAGE)-udeb --sourcedir=debian/tmp-udeb + +override_dh_missing: + dh_missing -p$(PACKAGE) --sourcedir=debian/tmp-main --fail-missing + dh_missing -p$(PACKAGE)-udeb --sourcedir=debian/tmp-udeb --fail-missing # That's a plugin, use appropriate warning level: override_dh_shlibdeps: dh_shlibdeps -- --warnings=6 %: - dh $@ --with quilt,autoreconf,xsf + dh $@ --with quilt,xsf View it on GitLab: https://salsa.debian.org/xorg-team/driver/xserver-xorg-video-fbdev/-/compare/6cbfe5d943e996edc8f822244bab6b6bf50df34b...3c89346cb8e13bf68fac728239f927db5abdd49f -- View it on GitLab: https://salsa.debian.org/xorg-team/driver/xserver-xorg-video-fbdev/-/compare/6cbfe5d943e996edc8f822244bab6b6bf50df34b...3c89346cb8e13bf68fac728239f927db5abdd49f You're receiving this email because of your account on salsa.debian.org.

