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


Commits:
fcf50d46 by Boyuan Yang at 2024-11-26T15:44:54-05:00
Do not install .la files, etc

- - - - -


3 changed files:

- debian/changelog
- − debian/not-installed
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -6,7 +6,7 @@ xdm (1:1.1.11-7) unstable; urgency=medium
   * debian/rules: Migrate to dh sequencer.
   * debian/rules: Enable full hardening.
 
- -- Boyuan Yang <by...@debian.org>  Tue, 26 Nov 2024 15:30:57 -0500
+ -- Boyuan Yang <by...@debian.org>  Tue, 26 Nov 2024 15:44:42 -0500
 
 xdm (1:1.1.11-6) unstable; urgency=medium
 


=====================================
debian/not-installed deleted
=====================================
@@ -1,4 +0,0 @@
-etc/X11/xdm/GiveConsole
-etc/X11/xdm/TakeConsole
-etc/X11/xdm/Xsetup_0
-usr/lib/X11/xdm/libXdmGreet.la


=====================================
debian/rules
=====================================
@@ -58,9 +58,8 @@ execute_after_dh_auto_install:
        install -d debian/xdm/etc/insserv.conf.d
        install -m 644 debian/xdm.insserv \
                       debian/xdm/etc/insserv.conf.d/xdm
-
-# Extra binary-arch sequences to check:
-# dh_installinit
-# dh_installdebconf
-# dh_installlogrotate
-# dh_installpam
+       # Remove files explicitly not installed before
+       rm -fv debian/xdm/etc/X11/xdm/GiveConsole
+       rm -fv debian/xdm/etc/X11/xdm/TakeConsole
+       rm -fv debian/xdm/etc/X11/xdm/Xsetup_0
+       rm -fv debian/xdm/usr/lib/*/X11/xdm/libXdmGreet.la



View it on GitLab: 
https://salsa.debian.org/xorg-team/app/xdm/-/commit/fcf50d468cc0b64ba0d76fe60083434304140215

-- 
View it on GitLab: 
https://salsa.debian.org/xorg-team/app/xdm/-/commit/fcf50d468cc0b64ba0d76fe60083434304140215
You're receiving this email because of your account on salsa.debian.org.


Reply via email to