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

[Git][xorg-team/app/xdm][debian/latest] 2 commits: debian/control: Drop useless build-dep dpkg-dev, automake, libtool



Title: GitLab

Boyuan Yang pushed to branch debian/latest at X Strike Force / app / xdm

Commits:

  • 1463299e
    by Boyuan Yang at 2024-11-25T23:32:25-05:00
    debian/control: Drop useless build-dep dpkg-dev, automake, libtool
    
  • 9bac4ca0
    by Boyuan Yang at 2024-11-25T23:38:42-05:00
    debian/rules: Migrate to dh_missing
    

3 changed files:

Changes:

  • debian/control
    ... ... @@ -7,7 +7,6 @@ Uploaders:
    7 7
     Build-Depends:
    
    8 8
      debhelper-compat (= 13),
    
    9 9
      dh-exec,
    
    10
    - dpkg-dev (>= 1.16.1),
    
    11 10
      pkgconf,
    
    12 11
      libxmu-dev (>= 1:1.0.1),
    
    13 12
      libx11-dev (>= 2:1.0.0),
    
    ... ... @@ -17,9 +16,6 @@ Build-Depends:
    17 16
      libselinux1-dev [linux-any],
    
    18 17
      libxinerama-dev (>= 1:1.0.1),
    
    19 18
      libxft-dev,
    
    20
    - quilt,
    
    21
    - automake,
    
    22
    - libtool,
    
    23 19
      systemd-dev,
    
    24 20
      xutils-dev,
    
    25 21
     Standards-Version: 4.7.0
    

  • debian/not-installed
    1
    +etc/X11/xdm/GiveConsole
    
    2
    +etc/X11/xdm/TakeConsole
    
    3
    +etc/X11/xdm/Xsetup_0
    
    4
    +usr/lib/X11/xdm/libXdmGreet.la

  • debian/rules
    ... ... @@ -132,7 +132,7 @@ binary-arch: $(STAMP_DIR)/install
    132 132
     
    
    133 133
     	dh_installdocs
    
    134 134
     	chmod +x debian/xdm.install
    
    135
    -	dh_install --sourcedir=debian/tmp --list-missing
    
    135
    +	dh_install --sourcedir=debian/tmp
    
    136 136
     	dh_installchangelogs ChangeLog
    
    137 137
     	dh_installinit --noscripts
    
    138 138
     	dh_installdebconf
    
    ... ... @@ -142,6 +142,7 @@ binary-arch: $(STAMP_DIR)/install
    142 142
     	dh_strip
    
    143 143
     	dh_compress
    
    144 144
     	dh_fixperms
    
    145
    +	dh_missing
    
    145 146
     	dh_installdeb
    
    146 147
     	dh_shlibdeps
    
    147 148
     	dh_gencontrol
    


  • Reply to: