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

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



Title: GitLab

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

Commits:

  • b191f998
    by Timo Aaltonen at 2022-10-03T12:13:12+03:00
    control: Migrate to debhelper-compat, bump to 13.
    
  • 8118f34a
    by Timo Aaltonen at 2022-10-03T12:26:23+03:00
    update vcs urls
    
  • 7cfe217c
    by Timo Aaltonen at 2022-10-03T12:27:39+03:00
    control: Drop versioned constraint on xfonts-utils.
    
  • b1d67197
    by Timo Aaltonen at 2022-10-03T12:28:05+03:00
    control: Bump policy to 4.6.1.
    
  • 0428a9c6
    by Timo Aaltonen at 2022-10-03T12:28:20+03:00
    release to sid
    

4 changed files:

Changes:

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

  • debian/compat deleted
    1
    -7

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

  • 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: