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

[Git][debian-mate-team/atril][master] 7 commits: prepare new upstream release (v1.26.1)



Title: GitLab

Mike Gabriel pushed to branch master at Debian and Ubuntu MATE Packaging Team / atril

Commits:

  • 2ea3f762
    by Mike Gabriel at 2023-12-30T16:47:30+01:00
    prepare new upstream release (v1.26.1)
    
  • a874862c
    by Mike Gabriel at 2023-12-30T16:47:44+01:00
    debian/control: Bump Standards-Version: to 4.6.2. No changes needed.
    
  • 49bac92a
    by Mike Gabriel at 2023-12-30T17:02:50+01:00
    debian/rules: Set libexecdir to /usr/libexec.
    
  • 07b62ad5
    by Mike Gabriel at 2023-12-30T17:07:08+01:00
    debian/atril-common.doc-base: Add file.
    
  • 70478d09
    by Mike Gabriel at 2023-12-30T17:08:42+01:00
    debian/copyright: Update copyright attribution for debian/.
    
  • 4fddaa1a
    by Mike Gabriel at 2023-12-30T17:15:01+01:00
    debian/atril.install: Adjust to new libexecdir.
    
  • 80cd9c8a
    by Mike Gabriel at 2023-12-30T17:26:01+01:00
    upload to unstable (debian/1.26.1-1)
    

6 changed files:

Changes:

  • debian/atril-common.doc-base
    1
    +Document: atril
    
    2
    +Title: Atril Programmer's Reference
    
    3
    +Author: MATE Desktop Team
    
    4
    +Abstract: This document documents the document viewer Atril.
    
    5
    +Section: Office
    
    6
    +
    
    7
    +Format: HTML
    
    8
    +Index: /usr/share/doc/atril/html/index.html
    
    9
    +Files: /usr/share/doc/atril/html/*

  • debian/atril.install
    1 1
     usr/bin/
    
    2
    -usr/lib/*/atrild
    
    2
    +usr/libexec/atrild
    
    3 3
     usr/lib/*/caja/
    
    4 4
     usr/share/applications/atril.desktop
    
    5 5
     usr/share/dbus-1/
    

  • debian/changelog
    1
    +atril (1.26.1-1) unstable; urgency=medium
    
    2
    +
    
    3
    +  * New upstream release.
    
    4
    +  * debian/control:
    
    5
    +    + Bump Standards-Version: to 4.6.2. No changes needed.
    
    6
    +  * debian/rules:
    
    7
    +    + Set libexecdir to /usr/libexec.
    
    8
    +  * debian/atril.install:
    
    9
    +    + Adjust to new libexecdir.
    
    10
    +  * debian/atril-common.doc-base:
    
    11
    +    + Add file.debian/atril-common.doc-base: Add file.
    
    12
    +  * debian/copyright:
    
    13
    +    + Update copyright attribution for debian/.
    
    14
    +
    
    15
    + -- Mike Gabriel <sunweaver@debian.org>  Sat, 30 Dec 2023 16:48:40 +0100
    
    16
    +
    
    1 17
     atril (1.26.0-2) unstable; urgency=medium
    
    2 18
     
    
    3 19
       [ Mike Gabriel ]
    

  • debian/control
    ... ... @@ -35,7 +35,7 @@ Build-Depends: debhelper-compat (= 13),
    35 35
                    xsltproc,
    
    36 36
                    yelp-tools,
    
    37 37
                    zlib1g-dev,
    
    38
    -Standards-Version: 4.6.1
    
    38
    +Standards-Version: 4.6.2
    
    39 39
     Rules-Requires-Root: no
    
    40 40
     Homepage: https://mate-desktop.org/
    
    41 41
     Vcs-Browser: https://salsa.debian.org/debian-mate-team/atril
    

  • debian/copyright
    ... ... @@ -667,7 +667,7 @@ License: public-domain
    667 667
     
    
    668 668
     Files: debian/*
    
    669 669
     Copyright: 2011-2014, Stefano Karapetsas <stefano@karapetsas.com>
    
    670
    -           2014-2022, Mike Gabriel <sunweaver@debian.org>
    
    670
    +           2014-2023, Mike Gabriel <sunweaver@debian.org>
    
    671 671
     License: GPL-2+
    
    672 672
     
    
    673 673
     License: GPL-2+
    

  • debian/rules
    ... ... @@ -47,7 +47,7 @@ override_dh_auto_configure:
    47 47
     		--enable-introspection \
    
    48 48
     		--disable-silent-rules \
    
    49 49
     		--disable-static \
    
    50
    -		--libexecdir=/usr/lib/atril \
    
    50
    +		--libexecdir=/usr/libexec \
    
    51 51
     		$(DEB_ATRIL_FLAGS)
    
    52 52
     
    
    53 53
     get-orig-source:
    


  • Reply to: