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

[Git][xorg-team/font/xfonts-75dpi][debian-unstable] 4 commits: control, rules: Migrate to debhelper-compat, bump to 13.



Title: GitLab

Timo Aaltonen pushed to branch debian-unstable at X Strike Force / font / xfonts-75dpi

Commits:

  • 5c382ba7
    by Timo Aaltonen at 2022-10-03T12:33:18+03:00
    control, rules: Migrate to debhelper-compat, bump to 13.
    
  • 527f0fa6
    by Timo Aaltonen at 2022-10-03T12:33:46+03:00
    control: Drop versioned constraint on xfonts-utils.
    
  • 618f00ce
    by Timo Aaltonen at 2022-10-03T12:34:13+03:00
    control: Bump policy to 4.6.1.
    
  • a74de51f
    by Timo Aaltonen at 2022-10-03T12:36:25+03:00
    release to sid
    

4 changed files:

Changes:

  • debian/changelog
    1
    -xfonts-75dpi (1:1.0.5) UNRELEASED; urgency=medium
    
    1
    +xfonts-75dpi (1:1.0.5) unstable; urgency=medium
    
    2 2
     
    
    3 3
       [ Julien Cristau ]
    
    4 4
       * Update Vcs-Git URL to https.
    
    ... ... @@ -12,7 +12,12 @@ xfonts-75dpi (1:1.0.5) UNRELEASED; urgency=medium
    12 12
       * d/rules: Use dh_update_autotools_config to update config.guess,
    
    13 13
         config.sub (Closes: #976471)
    
    14 14
     
    
    15
    - -- Simon McVittie <smcv@debian.org>  Thu, 21 Jul 2022 11:18:20 +0100
    
    15
    +  [ Timo Aaltonen ]
    
    16
    +  * control, rules: Migrate to debhelper-compat, bump to 13.
    
    17
    +  * control: Drop versioned constraint on xfonts-utils.
    
    18
    +  * control: Bump policy to 4.6.1.
    
    19
    +
    
    20
    + -- Timo Aaltonen <tjaalton@debian.org>  Mon, 03 Oct 2022 12:36:08 +0300
    
    16 21
     
    
    17 22
     xfonts-75dpi (1:1.0.4+nmu1) unstable; urgency=medium
    
    18 23
     
    

  • debian/compat deleted
    1
    -7

  • debian/control
    ... ... @@ -3,10 +3,10 @@ Section: fonts
    3 3
     Priority: optional
    
    4 4
     Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
    
    5 5
     Build-Depends:
    
    6
    - debhelper (>= 7),
    
    6
    + debhelper-compat (= 13),
    
    7 7
      pkg-config,
    
    8
    - xfonts-utils (>= 1:7.5),
    
    9
    -Standards-Version: 3.8.3
    
    8
    + xfonts-utils,
    
    9
    +Standards-Version: 4.6.1
    
    10 10
     Vcs-Git: https://salsa.debian.org/xorg-team/font/xfonts-75dpi.git
    
    11 11
     Vcs-Browser: https://salsa.debian.org/xorg-team/font/xfonts-75dpi
    
    12 12
     Rules-Requires-Root: no
    

  • debian/rules
    ... ... @@ -72,7 +72,7 @@ clean:
    72 72
     install: build
    
    73 73
     	dh_testdir
    
    74 74
     	dh_testroot
    
    75
    -	dh_clean -k
    
    75
    +	dh_prep
    
    76 76
     	dh_installdirs
    
    77 77
     	set -e; for FILE in $(SUBDIRS); do \
    
    78 78
     		$(MAKE) -C "$$FILE"-build DESTDIR=$(CURDIR)/debian/tmp install; \
    
    ... ... @@ -90,7 +90,8 @@ binary-indep: build install
    90 90
     	dh_testroot
    
    91 91
     
    
    92 92
     	dh_installdocs
    
    93
    -	dh_install --fail-missing --exclude fonts.dir --exclude fonts.scale
    
    93
    +	dh_install --exclude fonts.dir --exclude fonts.scale
    
    94
    +	dh_missing --fail-missing --exclude fonts.dir --exclude fonts.scale
    
    94 95
     	dh_installxfonts
    
    95 96
     	dh_installchangelogs
    
    96 97
     	dh_compress
    


  • Reply to: