[Git][reproducible-builds/diffoscope][master] 2 commits: Refresh long and short descriptions.

Chris Lamb gitlab at salsa.debian.org
Fri Nov 27 10:01:38 UTC 2020



Chris Lamb pushed to branch master at Reproducible Builds / diffoscope


Commits:
7fae8af2 by Chris Lamb at 2020-11-27T09:35:52+00:00
Refresh long and short descriptions.

- - - - -
d9a3ff41 by Chris Lamb at 2020-11-27T09:41:35+00:00
releasing package diffoscope version 162

- - - - -


3 changed files:

- debian/changelog
- debian/control
- diffoscope/__init__.py


Changes:

=====================================
debian/changelog
=====================================
@@ -1,8 +1,29 @@
-diffoscope (162) UNRELEASED; urgency=medium
+diffoscope (162) unstable; urgency=medium
 
-  * WIP (generated upon release).
+  [ Chris Lamb ]
+  * Don't depends on radare2 in the Debian autopkgtests as it will not be in
+    bullseye due to security considerations (#950372). (Closes: #975313)
+  * Avoid "Command `s p a c e d o u t` failed" messages when creating an
+    artificial CalledProcessError instance in our generic from_operation
+    feeder creator.
+  * Overhaul long and short descriptions.
+  * Use the operation's full name so that "command failed" messages include
+    its arguments.
+  * Add a missing comma in a comment.
+
+  [ Jelmer Vernooij ]
+  * Add missing space to the error message when only one argument is passed to
+    diffoscope.
+
+  [ Holger Levsen ]
+  * Update Standards-Version to 4.5.1.
+
+  [ Mattia Rizzolo ]
+  * Split the diffoscope package into a diffoscope-minimal package that
+    excludes the larger packages from Recommends. (Closes: #975261)
+  * Drop support for Python 3.6.
 
- -- Chris Lamb <lamby at debian.org>  Tue, 20 Oct 2020 15:56:14 +0100
+ -- Chris Lamb <lamby at debian.org>  Fri, 27 Nov 2020 09:41:32 +0000
 
 diffoscope (161) unstable; urgency=medium
 


=====================================
debian/control
=====================================
@@ -106,18 +106,22 @@ Recommends:
  ${python3:Recommends},
 Breaks: diffoscope (<< 162~)
 Replaces: diffoscope (<< 162~)
-Description: in-depth comparison of files, archives, and directories
- diffoscope will try to get to the bottom of what makes files or directories
- different. It will recursively unpack archives of many kinds and transform
- various binary formats into more human-readable form to compare them. It can
- compare two tarballs, ISO images, or PDF just as easily. The differences can
- be shown in a text or HTML report.
+Description: in-depth visual diff tool for files, archives and directories
+ diffoscope is a visual diff tool that attempts try to get to the bottom of
+ what makes files or directories actually different.
  .
- This package only recommends a partial set of the supported 3rd party tools
- needed to produce file-format-specific comparisons, excluding those that are
- considered too large or too niche for the general use.
+ It can recursively unpack archives of many kinds, transforming various binary
+ formats into more human-readable form to compare them in a human-readable way.
+ It can compare two tarballs, ISO images or PDFs just as easily. The
+ differences can be displayed on the console or in a HTML report.
  .
- diffoscope is developed as part of the “reproducible builds” project.
+ ${diffoscope:Description}
+ .
+ This -minimal package only recommends a partial set of the supported 3rd party
+ tools needed to produce file-format-specific comparisons, excluding those that
+ are considered too large or niche for general use.
+ .
+ diffoscope is developed as part of the Reproducible Builds project.
 
 Package: diffoscope
 Architecture: all
@@ -131,16 +135,18 @@ Recommends:
  ${python3:Recommends},
 Enhances:
  diffoscope-core,
-Description: in-depth comparison of files, archives, and directories
- diffoscope will try to get to the bottom of what makes files or directories
- different. It will recursively unpack archives of many kinds and transform
- various binary formats into more human-readable form to compare them. It can
- compare two tarballs, ISO images, or PDF just as easily. The differences can
- be shown in a text or HTML report.
+Description: in-depth visual diff tool for files, archives and directories
+ diffoscope is a visual diff tool that attempts try to get to the bottom of
+ what makes files or directories actually different.
+ .
+ It can recursively unpack archives of many kinds, transforming various binary
+ formats into more human-readable form to compare them in a human-readable way.
+ It can compare two tarballs, ISO images or PDFs just as easily. The
+ differences can be displayed on the console or in a HTML report.
  .
  This is a dependency package that recommends the full set of external tools,
  to support as many type of files as possible.
  .
  ${diffoscope:Description}
  .
- diffoscope is developed as part of the “reproducible builds” project.
+ diffoscope is developed as part of the Reproducible Builds project.


=====================================
diffoscope/__init__.py
=====================================
@@ -18,4 +18,4 @@
 # You should have received a copy of the GNU General Public License
 # along with diffoscope.  If not, see <https://www.gnu.org/licenses/>.
 
-VERSION = "161"
+VERSION = "162"



View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/-/compare/2ed38723fa2147ceca3f5bf7be0ec2046b523fce...d9a3ff41676a06a233728c6741f2f36950872209

-- 
View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/-/compare/2ed38723fa2147ceca3f5bf7be0ec2046b523fce...d9a3ff41676a06a233728c6741f2f36950872209
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.reproducible-builds.org/pipermail/rb-commits/attachments/20201127/7b228dae/attachment.htm>


More information about the rb-commits mailing list