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

[Git][xorg-team/app/xdm][debian/latest] debian/rules: Drop old patch for Bug 1075656



Title: GitLab

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

Commits:

  • e9189fe3
    by Boyuan Yang at 2025-12-08T22:50:59-05:00
    debian/rules: Drop old patch for Bug 1075656
    

2 changed files:

Changes:

  • debian/changelog
    ... ... @@ -16,6 +16,7 @@ xdm (1:1.1.17-1) unstable; urgency=medium
    16 16
         + debian/xdm.install: Ship the new xdm(8) instead of xdm(1) man page.
    
    17 17
       * debian/watch: Monitor tar.xz release.
    
    18 18
       * debian/control: Build-depends on libcrypt-dev. (Closes: #1107039)
    
    19
    +  * debian/rules: Drop the old temp fix (-fpermissive) for Bug #1075656.
    
    19 20
       * debian/control: Drop obsolete dependencies that are not needed anymore:
    
    20 21
         - sysvinit-utils (>= 3.05-4~) | lsb-base (>= 3.2-14)
    
    21 22
         - xbase-clients | xmessage
    
    ... ... @@ -27,7 +28,7 @@ xdm (1:1.1.17-1) unstable; urgency=medium
    27 28
         + debian/patches/support_logfile_rotation.diff: Refreshed.
    
    28 29
         + debian/patches/debian.diff: Refreshed.
    
    29 30
     
    
    30
    - -- Boyuan Yang <byang@debian.org>  Mon, 08 Dec 2025 22:44:29 -0500
    
    31
    + -- Boyuan Yang <byang@debian.org>  Mon, 08 Dec 2025 22:50:06 -0500
    
    31 32
     
    
    32 33
     xdm (1:1.1.11-6.1) unstable; urgency=medium
    
    33 34
     
    

  • debian/rules
    ... ... @@ -32,8 +32,7 @@ confflags += \
    32 32
     	--disable-silent-rules \
    
    33 33
     	$(NULL)
    
    34 34
     
    
    35
    -# Temp fix for https://bugs.debian.org/1075656
    
    36
    -configure_vars = $(shell DEB_BUILD_MAINT_OPTIONS="hardening=+pie,+bindnow" DEB_CFLAGS_MAINT_APPEND="-Wall -fpermissive" dpkg-buildflags --export=configure)
    
    35
    +configure_vars = $(shell DEB_BUILD_MAINT_OPTIONS="hardening=+pie,+bindnow" DEB_CFLAGS_MAINT_APPEND="-Wall" dpkg-buildflags --export=configure)
    
    37 36
     
    
    38 37
     ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
    
    39 38
     	NUMJOBS = $(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
    


  • Reply to: