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

[Git][xorg-team/lib/libxmu][debian-unstable] 6 commits: Add debian/gbp.conf



Title: GitLab

Jeremy Bícha pushed to branch debian-unstable at X Strike Force / lib / libxmu

Commits:

  • c6829b74
    by Jeremy Bícha at 2025-12-24T19:44:10-05:00
    Add debian/gbp.conf
    
  • 6d56f620
    by Jeremy Bícha at 2025-12-24T19:45:28-05:00
    Update pkg-config binary package name
    
  • 2ccc6cfd
    by Jeremy Bícha at 2025-12-24T19:46:25-05:00
    Simplify debian/rules
    
  • 3b470332
    by Jeremy Bícha at 2025-12-24T19:48:46-05:00
    Fix build warnings
    
  • 6e0b3159
    by Jeremy Bícha at 2025-12-24T19:50:47-05:00
    Bump Standards Version to 4.7.3
    
  • 2c8b009d
    by Jeremy Bícha at 2025-12-24T19:52:05-05:00
    releasing package libxmu version 2:1.1.3-4
    

4 changed files:

Changes:

  • debian/changelog
    1
    -libxmu (2:1.1.3-4) UNRELEASED; urgency=medium
    
    1
    +libxmu (2:1.1.3-4) unstable; urgency=medium
    
    2
    +
    
    3
    +  * Team upload
    
    2 4
     
    
    3 5
       [ Debian Janitor ]
    
    4 6
       * Remove constraints unnecessary since buster (oldstable):
    
    5 7
         + Build-Depends: Drop versioned constraint on libx11-dev, libxext-dev,
    
    6 8
           libxt-dev, xorg-sgml-doctools and xutils-dev.
    
    7
    -  * Trim trailing whitespace.
    
    8
    -  * Use secure URI in debian/watch.
    
    9
    -  * Update standards version to 4.6.2, no changes needed.
    
    10
    -  * Opportunistically check upstream PGP signatures.
    
    9
    +  * Use secure URI in debian/watch
    
    10
    +  * Update standards version to 4.7.3
    
    11
    +  * Opportunistically check upstream PGP signatures
    
    11 12
     
    
    12 13
       [ Emilio Pozuelo Monfort ]
    
    13 14
       * Move doc build-deps to Build-Depends-Indep. Thanks Samuel Thibault.
    
    14 15
         Closes: #1055368.
    
    15 16
     
    
    16
    - -- Debian Janitor <janitor@jelmer.uk>  Wed, 21 Sep 2022 07:15:30 -0000
    
    17
    +  [ Jeremy Bícha ]
    
    18
    +  * Add debian/gbp.conf
    
    19
    +
    
    20
    + -- Jeremy Bícha <jbicha@ubuntu.com>  Wed, 24 Dec 2025 19:51:25 -0500
    
    17 21
     
    
    18 22
     libxmu (2:1.1.3-3) unstable; urgency=medium
    
    19 23
     
    

  • debian/control
    1 1
     Source: libxmu
    
    2 2
     Section: x11
    
    3
    -Priority: optional
    
    4 3
     Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
    
    5 4
     Build-Depends:
    
    6 5
      debhelper-compat (= 13),
    
    7 6
      libx11-dev,
    
    8 7
      libxt-dev,
    
    9 8
      libxext-dev,
    
    10
    - pkg-config,
    
    11
    - quilt,
    
    9
    + pkgconf,
    
    12 10
      xutils-dev,
    
    13 11
     Build-Depends-Indep:
    
    14 12
      xmlto (>= 0.0.22),
    
    15 13
      xorg-sgml-doctools,
    
    16 14
      w3m,
    
    17
    -Standards-Version: 4.6.2
    
    15
    +Standards-Version: 4.7.3
    
    18 16
     Vcs-Git: https://salsa.debian.org/xorg-team/lib/libxmu.git
    
    19 17
     Vcs-Browser: https://salsa.debian.org/xorg-team/lib/libxmu
    
    20 18
     
    
    ... ... @@ -22,7 +20,6 @@ Package: libxmu6
    22 20
     Section: libs
    
    23 21
     Architecture: any
    
    24 22
     Multi-Arch: same
    
    25
    -Pre-Depends: ${misc:Pre-Depends}
    
    26 23
     Depends: ${shlibs:Depends}, ${misc:Depends}
    
    27 24
     Description: X11 miscellaneous utility library
    
    28 25
      libXmu provides a set of miscellaneous utility convenience functions for X
    
    ... ... @@ -39,7 +36,7 @@ Package: libxmu-dev
    39 36
     Section: libdevel
    
    40 37
     Architecture: any
    
    41 38
     Multi-Arch: same
    
    42
    -Depends: ${shlibs:Depends}, ${misc:Depends}, libxext-dev, libxt-dev, libxmu6 (= ${binary:Version}), libxmu-headers (= ${source:Version})
    
    39
    +Depends: ${misc:Depends}, libxext-dev, libxt-dev, libxmu6 (= ${binary:Version}), libxmu-headers (= ${source:Version})
    
    43 40
     Description: X11 miscellaneous utility library (development headers)
    
    44 41
      libXmu provides a set of miscellaneous utility convenience functions for X
    
    45 42
      libraries to use.  libXmuu is a lighter-weight version that does not depend
    
    ... ... @@ -58,7 +55,6 @@ Package: libxmuu1
    58 55
     Section: libs
    
    59 56
     Architecture: any
    
    60 57
     Multi-Arch: same
    
    61
    -Pre-Depends: ${misc:Pre-Depends}
    
    62 58
     Depends: ${shlibs:Depends}, ${misc:Depends}
    
    63 59
     Description: X11 miscellaneous micro-utility library
    
    64 60
      libXmuu provides a set of miscellaneous utility convenience functions for X
    
    ... ... @@ -75,7 +71,7 @@ Package: libxmuu-dev
    75 71
     Section: libdevel
    
    76 72
     Architecture: any
    
    77 73
     Multi-Arch: same
    
    78
    -Depends: ${shlibs:Depends}, ${misc:Depends}, libxmuu1 (= ${binary:Version}), libxmu-headers (= ${source:Version})
    
    74
    +Depends: ${misc:Depends}, libxmuu1 (= ${binary:Version}), libxmu-headers (= ${source:Version})
    
    79 75
     Description: X11 miscellaneous micro-utility library (development headers)
    
    80 76
      libXmuu provides a set of miscellaneous utility convenience functions for X
    
    81 77
      libraries to use.  It is a lighter version of libXmu that does not depend
    

  • debian/gbp.conf
    1
    +[DEFAULT]
    
    2
    +debian-branch = debian-unstable
    
    3
    +upstream-branch = upstream-unstable
    
    4
    +
    
    5
    +[dch]
    
    6
    +multimaint-merge = True
    
    7
    +
    
    8
    +[pq]
    
    9
    +patch-numbers = False

  • debian/rules
    ... ... @@ -7,29 +7,22 @@
    7 7
     # Uncomment this to turn on verbose mode.
    
    8 8
     #export DH_VERBOSE=1
    
    9 9
     
    
    10
    -.PHONY: build
    
    11
    -build:
    
    12
    -	dh build --with quilt --builddirectory=build/
    
    13
    -
    
    14 10
     %:
    
    15
    -	dh $@ --with quilt --builddirectory=build/
    
    11
    +	dh $@
    
    16 12
     
    
    17 13
     override_dh_auto_configure-arch: docflags =
    
    18 14
     override_dh_auto_configure-indep: docflags = --with-xmlto
    
    19 15
     override_dh_auto_configure-arch override_dh_auto_configure-indep::
    
    20 16
     	dh_auto_configure -- \
    
    21
    -		--disable-silent-rules \
    
    22 17
     		--docdir=\$${prefix}/share/doc/libxmu-headers \
    
    23 18
     		$(docflags) \
    
    24 19
     		--without-fop
    
    25 20
     
    
    26
    -override_dh_auto_install:
    
    27
    -	dh_auto_install
    
    21
    +execute_after_dh_auto_install:
    
    28 22
     	find debian/tmp/usr/share/doc/libxmu-headers -name '*.xml' -delete
    
    29 23
     
    
    30
    -override_dh_install:
    
    24
    +execute_before_dh_install:
    
    31 25
     	find debian/tmp -name '*.la' -delete
    
    32
    -	dh_install
    
    33 26
     
    
    34 27
     override_dh_strip:
    
    35 28
     	dh_strip -Nlibxmu6 -Nlibxmuu1
    


  • Reply to: