Skip to content

Commit

Permalink
fix: change the priority of package info and install-info to optional.
Browse files Browse the repository at this point in the history
 change the priority of package info and install-info to optional.

Log:  change the priority of package info and install-info to optional.
pms: BUG-291853
  • Loading branch information
liujianqiang-niu authored and Zeno-sole committed Dec 12, 2024
1 parent 157a0be commit 6b9e085
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
texinfo (7.1-2deepin1) unstable; urgency=medium

* change the priority of package info and install-info to optional.(pms: bug 291853).

-- liujianqiang <[email protected]> Thu, 12 Dec 2024 09:36:15 +0800

texinfo (7.1-2) unstable; urgency=medium

* obstack alignment patch from upstream. Should fix build failure
Expand Down
4 changes: 2 additions & 2 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Description: Libraries needed by the texinfo package
This package contains the architecture dependent parts of the texinfo package.

Package: info
Priority: important
Priority: optional
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, install-info
Provides: info-browser
Expand All @@ -79,7 +79,7 @@ Description: Standalone GNU Info documentation browser
the form of Info files, so it is most likely you will want to install it.

Package: install-info
Priority: important
Priority: optional
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Multi-Arch: foreign
Expand Down

0 comments on commit 6b9e085

Please sign in to comment.