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

[Git][xorg-team/font/xfonts-75dpi][debian-unstable] 5 commits: d/control: Update Vcs-* for migration to salsa.debian.org



Title: GitLab

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

Commits:

  • 1f5a1270
    by Simon McVittie at 2022-07-21T10:02:26+01:00
    d/control: Update Vcs-* for migration to salsa.debian.org
    
  • d2253649
    by Simon McVittie at 2022-07-21T10:44:23+01:00
    d/rules: Add missing build-arch, build-indep targets (Policy §4.9)
    
    diffoscope confirms that this does not alter the contents of the
    resulting binary package.
    
    Closes: #998997
    
  • 27e43c27
    by Simon McVittie at 2022-07-21T10:44:43+01:00
    d/control: Declare that the build does not require (fake)root
    
    diffoscope confirms that this does not alter the contents of the
    resulting binary package.
    
  • d0e24c3c
    by Simon McVittie at 2022-07-21T12:45:34+01:00
    d/rules: Use dh_update_autotools_config to update config.guess, config.sub
    
    The originals will be put back automatically by dh_clean.
    
    diffoscope confirms that this does not alter the contents of the
    resulting binary package.
    
    Closes: #976471
    
  • e5390c3f
    by Simon McVittie at 2022-07-21T12:46:02+01:00
    Update changelog
    

3 changed files:

Changes:

  • debian/changelog
    1 1
     xfonts-75dpi (1:1.0.5) UNRELEASED; urgency=medium
    
    2 2
     
    
    3
    +  [ Julien Cristau ]
    
    3 4
       * Update Vcs-Git URL to https.
    
    4 5
       * Switch xorg.freedesktop.org URLs in packaging to https.
    
    5 6
     
    
    6
    - -- Julien Cristau <jcristau@debian.org>  Sun, 21 Aug 2016 19:10:17 +0200
    
    7
    +  [ Simon McVittie ]
    
    8
    +  * d/control: Update Vcs-* for migration to salsa.debian.org
    
    9
    +  * d/rules: Add missing build-arch, build-indep targets (Policy §4.9)
    
    10
    +    (Closes: #998997)
    
    11
    +  * d/control: Declare that the build does not require (fake)root
    
    12
    +  * d/rules: Use dh_update_autotools_config to update config.guess,
    
    13
    +    config.sub (Closes: #976471)
    
    14
    +
    
    15
    + -- Simon McVittie <smcv@debian.org>  Thu, 21 Jul 2022 11:18:20 +0100
    
    7 16
     
    
    8 17
     xfonts-75dpi (1:1.0.4+nmu1) unstable; urgency=medium
    
    9 18
     
    

  • debian/control
    ... ... @@ -7,8 +7,9 @@ Build-Depends:
    7 7
      pkg-config,
    
    8 8
      xfonts-utils (>= 1:7.5),
    
    9 9
     Standards-Version: 3.8.3
    
    10
    -Vcs-Git: https://anonscm.debian.org/git/pkg-xorg/font/xfonts-75dpi.git
    
    11
    -Vcs-Browser: https://anonscm.debian.org/cgit/pkg-xorg/font/xfonts-75dpi.git
    
    10
    +Vcs-Git: https://salsa.debian.org/xorg-team/font/xfonts-75dpi.git
    
    11
    +Vcs-Browser: https://salsa.debian.org/xorg-team/font/xfonts-75dpi
    
    12
    +Rules-Requires-Root: no
    
    12 13
     
    
    13 14
     Package: xfonts-75dpi
    
    14 15
     Architecture: all
    

  • debian/rules
    ... ... @@ -35,8 +35,12 @@ else
    35 35
     	confflags += --build=$(DEB_BUILD_GNU_TYPE) --host=$(DEB_HOST_GNU_TYPE)
    
    36 36
     endif
    
    37 37
     
    
    38
    -$(STAMP_DIR)/build-%:
    
    38
    +$(STAMP_DIR)/prepare:
    
    39 39
     	mkdir -p $(STAMP_DIR)
    
    40
    +	dh_update_autotools_config
    
    41
    +	>$@
    
    42
    +
    
    43
    +$(STAMP_DIR)/build-%: $(STAMP_DIR)/prepare
    
    40 44
     	mkdir -p $*-build
    
    41 45
     	cd $*-build && \
    
    42 46
     	../$*/configure \
    
    ... ... @@ -48,9 +52,13 @@ $(STAMP_DIR)/build-%:
    48 52
     	>$@
    
    49 53
     
    
    50 54
     build: build-stamp
    
    55
    +build-indep: build-stamp
    
    51 56
     build-stamp: $(addprefix $(STAMP_DIR)/build-,$(SUBDIRS))
    
    52 57
     	>$@
    
    53 58
     
    
    59
    +build-arch:
    
    60
    +# Nothing to do.
    
    61
    +
    
    54 62
     clean:
    
    55 63
     	dh_testdir
    
    56 64
     	rm -f config.cache config.log config.status
    


  • Reply to: