[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[Git][xorg-team/lib/xcb-util-image][debian-unstable] 5 commits: watch: Add upstream vcs url.



Title: GitLab

Timo Aaltonen pushed to branch debian-unstable at X Strike Force / lib / xcb-util-image

Commits:

6 changed files:

Changes:

  • debian/changelog
    1
    -xcb-util-image (0.4.0-2) UNRELEASED; urgency=medium
    
    1
    +xcb-util-image (0.4.0-2) unstable; urgency=medium
    
    2 2
     
    
    3
    +  [ Debian Janitor ]
    
    3 4
       * Use secure copyright file specification URI.
    
    4 5
       * Use secure URI in Homepage field.
    
    5 6
       * Bump debhelper from deprecated 8 to 10.
    
    ... ... @@ -7,7 +8,13 @@ xcb-util-image (0.4.0-2) UNRELEASED; urgency=medium
    7 8
       * Update Vcs-* headers to use salsa repository.
    
    8 9
       * Remove MIA uploader Julien Danjou <acid@debian.org>. Closes: #928595
    
    9 10
     
    
    10
    - -- Debian Janitor <janitor@jelmer.uk>  Tue, 21 Jan 2020 01:26:11 +0000
    
    11
    +  [ Timo Aaltonen ]
    
    12
    +  * watch: Add upstream vcs url.
    
    13
    +  * Migrate to dh, bump compat to 13.
    
    14
    +  * Migrate to x11proto-dev.
    
    15
    +  * control: Bump policy to 4.6.0.
    
    16
    +
    
    17
    + -- Timo Aaltonen <tjaalton@debian.org>  Mon, 14 Feb 2022 17:28:17 +0200
    
    11 18
     
    
    12 19
     xcb-util-image (0.4.0-1) unstable; urgency=medium
    
    13 20
     
    

  • debian/compat deleted
    1
    -10

  • debian/control
    ... ... @@ -3,16 +3,15 @@ Section: libdevel
    3 3
     Priority: optional
    
    4 4
     Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
    
    5 5
     Uploaders: Arnaud Fontaine <arnau@debian.org>
    
    6
    -Build-Depends: cdbs (>= 0.4.93~),
    
    7
    -               debhelper (>= 10~),
    
    8
    -               libxcb1-dev (>= 1.6),
    
    9
    -               libxcb-util0-dev,
    
    10
    -               libxcb-shm0-dev,
    
    11
    -               pkg-config,
    
    12
    -               dh-autoreconf,
    
    13
    -               x11proto-core-dev (>= 7.0.12),
    
    14
    -               xutils-dev
    
    15
    -Standards-Version: 3.9.6
    
    6
    +Build-Depends:
    
    7
    + debhelper-compat (= 13),
    
    8
    + libxcb1-dev (>= 1.6),
    
    9
    + libxcb-util0-dev,
    
    10
    + libxcb-shm0-dev,
    
    11
    + pkg-config,
    
    12
    + x11proto-dev,
    
    13
    + xutils-dev,
    
    14
    +Standards-Version: 4.6.0
    
    16 15
     Homepage: https://xcb.freedesktop.org
    
    17 16
     Vcs-Git: https://salsa.debian.org/xorg-team/lib/xcb-util-image.git
    
    18 17
     Vcs-Browser: https://salsa.debian.org/xorg-team/lib/xcb-util-image
    
    ... ... @@ -38,9 +37,9 @@ Package: libxcb-image0-dev
    38 37
     Architecture: any
    
    39 38
     Multi-Arch: same
    
    40 39
     Depends: libxcb-image0 (= ${binary:Version}),
    
    41
    -         libxcb1-dev,
    
    42
    -         libxcb-shm0-dev,
    
    43
    -         ${misc:Depends}
    
    40
    + libxcb1-dev,
    
    41
    + libxcb-shm0-dev,
    
    42
    + ${misc:Depends}
    
    44 43
     Description: utility libraries for X C Binding -- image, development files
    
    45 44
      This package contains the header and library files needed to build software
    
    46 45
      using libxcb-image, providing port of Xlib's XImage and XShmImage functions.
    

  • debian/libxcb-image0-dev.install
    1
    +usr/include/xcb/xcb_bitops.h
    
    1 2
     usr/include/xcb/xcb_image.h
    
    2 3
     usr/include/xcb/xcb_pixel.h
    
    3 4
     usr/lib/*/libxcb-image.a
    

  • debian/rules
    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
    -DEB_DH_INSTALL_ARGS_ALL=--list-missing
    
    12
    -DEB_MAKE_CHECK_TARGET=check
    
    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
    
    6
    +%:
    
    7
    +	dh $@ --builddirectory=build/
    
    21 8
     
    
    22
    -cleanbuilddir::
    
    23
    -	rm -f configure-stamp
    
    9
    +override_dh_install:
    
    10
    +	find debian/tmp -name '*.la' -delete
    
    11
    +	dh_install
    
    24 12
     
    
    25 13
     get-orig-source:
    
    26 14
     	git archive upstream | gzip -9 > ../xcb-util-image_$(ORIG_MAJOR)+git$(ORIG_GIT).orig.tar.gz
    

  • debian/watch
    1
    +#git=https://gitlab.freedesktop.org/xorg/lib/libxcb-image
    
    1 2
     version=3
    
    2 3
     http://xcb.freedesktop.org/dist/xcb-util-image-([0-9.]*)\.tar\.bz2


  • Reply to: