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

[Git][xorg-team/lib/libpthread-stubs][debian-unstable] 3 commits: Don't generate debian/copyright



Title: GitLab

Dylan Aïssi pushed to branch debian-unstable at X Strike Force / lib / libpthread-stubs

Commits:

  • c8badee7
    by Dylan Aïssi at 2025-08-17T15:16:06+02:00
    Don't generate debian/copyright
    
  • a3fb84ec
    by Dylan Aïssi at 2025-08-17T15:18:32+02:00
    d/control: add Homepage
    
  • 19ec844d
    by Dylan Aïssi at 2025-08-17T15:20:08+02:00
    Release libpthread-stubs version 0.5-2
    

4 changed files:

Changes:

  • debian/changelog
    1
    -libpthread-stubs (0.5-2) UNRELEASED; urgency=medium
    
    1
    +libpthread-stubs (0.5-2) unstable; urgency=medium
    
    2 2
     
    
    3 3
       * Team upload.
    
    4 4
       * debian/copyright: Convert to machine-readable format
    
    5
    +  * Don't generate debian/copyright
    
    6
    +  * d/control: add Homepage
    
    5 7
     
    
    6
    - -- Dylan Aïssi <daissi@debian.org>  Thu, 31 Jul 2025 22:25:37 +0200
    
    8
    + -- Dylan Aïssi <daissi@debian.org>  Sun, 17 Aug 2025 15:19:47 +0200
    
    7 9
     
    
    8 10
     libpthread-stubs (0.5-1) unstable; urgency=medium
    
    9 11
     
    

  • debian/clean
    1
    -debian/copyright
    
    2 1
     debian/libpthread-stubs.so

  • debian/control
    ... ... @@ -6,6 +6,7 @@ Build-Depends: debhelper-compat (= 13)
    6 6
     Standards-Version: 4.6.2
    
    7 7
     Vcs-Git: https://salsa.debian.org/xorg-team/lib/libpthread-stubs.git
    
    8 8
     Vcs-Browser: https://salsa.debian.org/xorg-team/lib/libpthread-stubs
    
    9
    +Homepage: https://gitlab.freedesktop.org/xorg/lib/pthread-stubs
    
    9 10
     
    
    10 11
     Package: libpthread-stubs0-dev
    
    11 12
     Architecture: any
    

  • debian/rules
    ... ... @@ -3,12 +3,9 @@
    3 3
     %:
    
    4 4
     	dh $@ --builddirectory=build
    
    5 5
     
    
    6
    -override_dh_auto_configure: debian/copyright
    
    6
    +override_dh_auto_configure:
    
    7 7
     	dh_auto_configure --builddirectory=build
    
    8 8
     
    
    9 9
     override_dh_auto_install:
    
    10 10
     	dh_auto_install --builddirectory=build --destdir=debian/tmp
    
    11 11
     	find debian/tmp -name '*.la' -delete
    12
    -
    
    13
    -debian/copyright: debian/copyright.debian COPYING
    
    14
    -	cat $+ > $@


  • Reply to: