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

[Git][xorg-team/doc/xorg-docs][debian-unstable] 4 commits: Revert latest change since this does not incorporate two NMUs that need to be included into Git



Title: GitLab

Andreas Tille pushed to branch debian-unstable at X Strike Force / doc / xorg-docs

Commits:

  • 147de4ae
    by Andreas Tille at 2025-03-15T17:44:59+01:00
    Revert latest change since this does not incorporate two NMUs that need to be included into Git
    
  • 239edd93
    by Andreas Tille at 2025-03-15T17:49:05+01:00
    xorg-docs (1:1.7.1-1.1) -- Manuel A. Fernandez Montecelo <mafm@debian.org>  Fri, 29 Sep 2017 00:05:13 +0200
    
  • 179c52b7
    by Andreas Tille at 2025-03-15T17:50:52+01:00
    xorg-docs (1:1.7.1-1.2) -- Holger Levsen <holger@debian.org>  Sun, 20 Dec 2020 17:18:36 +0100
    
  • 931d9f6e
    by Andreas Tille at 2025-03-15T17:52:00+01:00
    Fix typo in watch file
    

3 changed files:

Changes:

  • debian/changelog
    1 1
     xorg-docs (1:1.7.1-2) UNRELEASED; urgency=medium
    
    2 2
     
    
    3
    +  * Team upload.
    
    4
    +  * Fix typo in watch file
    
    5
    +
    
    6
    + -- Andreas Tille <tille@debian.org>  Sat, 15 Mar 2025 17:51:45 +0100
    
    7
    +
    
    8
    +xorg-docs (1:1.7.1-1.2) unstable; urgency=medium
    
    9
    +
    
    10
    +  * Non maintainer upload by the Reproducible Builds team.
    
    11
    +  * No source change upload to rebuild on buildd with .buildinfo files.
    
    12
    +
    
    13
    + -- Holger Levsen <holger@debian.org>  Sun, 20 Dec 2020 17:18:36 +0100
    
    14
    +
    
    15
    +xorg-docs (1:1.7.1-1.1) unstable; urgency=medium
    
    16
    +
    
    17
    +  * Non-maintainer upload.
    
    18
    +
    
    19
    +  [ Manuel A. Fernandez Montecelo ]
    
    20
    +  * Remove d/xorg-docs.links (Closes: #858469)
    
    21
    +    - /usr/share/X11/doc was broken for years (the file was last modified
    
    22
    +      in 2010) without anybody complaining, so rather than fixing the
    
    23
    +      destination it's probably better to just remove this legacy bit
    
    24
    +
    
    25
    +  [ Julien Cristau ]
    
    3 26
       * Switch xorg.freedesktop.org URLs in packaging to https.
    
    4 27
     
    
    5
    - -- Julien Cristau <jcristau@debian.org>  Sun, 21 Aug 2016 19:36:18 +0200
    
    28
    +  [ Helmut Grohne ]
    
    29
    +  * Mark all packages Multi-Arch: foreign. (Closes: #840813)
    
    30
    +
    
    31
    + -- Manuel A. Fernandez Montecelo <mafm@debian.org>  Fri, 29 Sep 2017 00:05:13 +0200
    
    6 32
     
    
    7 33
     xorg-docs (1:1.7.1-1) unstable; urgency=medium
    
    8 34
     
    

  • debian/control
    ... ... @@ -24,6 +24,7 @@ Architecture: all
    24 24
     Depends: ${misc:Depends}
    
    25 25
     Suggests: xorg-docs
    
    26 26
     Replaces: xorg-docs ( << 1:1.4-5 )
    
    27
    +Multi-Arch: foreign
    
    27 28
     Description: Core documentation for the X.org X Window System
    
    28 29
      This package contains core documentation for the X.org X Window
    
    29 30
      System. This currently includes only a set of manpages which are
    
    ... ... @@ -34,6 +35,7 @@ Architecture: all
    34 35
     Depends: ${shlibs:Depends}, ${misc:Depends}
    
    35 36
     Conflicts: xprt-xprintorg (<= 1:0.1.0.alpha1-10)
    
    36 37
     Replaces: xspecs (<= 1:1.2+git20061105-2), xprt-xprintorg (<= 1:0.1.0.alpha1-10)
    
    38
    +Multi-Arch: foreign
    
    37 39
     Description: Miscellaneous documentation for the X.org X Window System
    
    38 40
      This package contains various documents on the X.org X Window System
    
    39 41
      including the release notes for the current version and instructions on
    

  • debian/watch
    1 1
     #git=git://anongit.freedesktop.org/xorg/doc/xorg-docs
    
    2 2
     version=3
    
    3 3
     opts="pgpsigurlmangle=s/$/.sig/" \
    
    4
    -https://xorg.freedesktop.orgreleases/individual/doc/ xorg-docs-(.*)\.tar\.gz
    4
    +https://xorg.freedesktop.org/releases/individual/doc/ xorg-docs-(.*)\.tar\.gz


  • Reply to: