[Git][reproducible-builds/diffoscope][master] 2 commits: Bump debhelper compatibility level to 12.

Chris Lamb gitlab at salsa.debian.org
Mon Jul 29 18:27:12 UTC 2019



Chris Lamb pushed to branch master at Reproducible Builds / diffoscope


Commits:
9b314185 by Chris Lamb at 2019-07-29T18:24:23Z
Bump debhelper compatibility level to 12.

- - - - -
2cfb1d09 by Chris Lamb at 2019-07-29T18:24:52Z
releasing package diffoscope version 119

- - - - -


3 changed files:

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


Changes:

=====================================
debian/changelog
=====================================
@@ -1,8 +1,29 @@
-diffoscope (119) UNRELEASED; urgency=medium
+diffoscope (119) unstable; urgency=medium
 
-  * WIP
-
- -- Chris Lamb <lamby at debian.org>  Sat, 13 Jul 2019 10:43:23 -0300
+  [ Chris Lamb ]
+  * If a command fails to execute but does not print anything to standard
+    error, try and include the first line of standard output in the message we
+    include in the diff. This was motivated by readelf(1) returning its error
+    messages on stdout. (Closes: #931963)
+  * Add support for Java ".jmod" modules. Not all versions of file(1) support
+    detection of Jmod files yet, so we perform a manual comparison instead.
+    (Closes: #933308)
+  * Re-add "return code" noun to "Command `foo` exited with X" error messages.
+  * Factor out the ability to ignore the exit codes of "zipinfo" and
+    "zipinfo -v" in the presence of non-standard headers.
+  * Only override the exit code from our special-cased calls to zipinfo(1) if
+    they are 1 or 2 to avoid potentially masking real errors.
+  * Also add missing textual description entries for ZipFile and
+    MozillaZipFile file types.
+  * Skip extra newline in "Output:\n<none>".
+  * Cease ignoring test failures in stable-backports.
+  * Bump debhelper compat level to 12.
+
+  [ Marc Herbert ]
+  * Catch failures to disassemble and rescue all other differences.
+    (Closes: reproducible-builds/diffoscope!29)
+
+ -- Chris Lamb <lamby at debian.org>  Mon, 29 Jul 2019 15:22:24 -0300
 
 diffoscope (118) unstable; urgency=medium
 


=====================================
debian/control
=====================================
@@ -17,7 +17,7 @@ Build-Depends:
  caca-utils <!nocheck>,
  colord <!nocheck>,
  db-util <!nocheck>,
- debhelper-compat (= 11),
+ debhelper-compat (= 12),
  default-jdk-headless <!nocheck> | default-jdk <!nocheck>,
  device-tree-compiler (>= 1.4.2) <!nocheck>,
  dh-python (>= 2.20160818~),


=====================================
diffoscope/__init__.py
=====================================
@@ -17,4 +17,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 = "118"
+VERSION = "119"



View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/compare/9c8cf9fc309c3a0c99520bb7e07b3602ccae364f...2cfb1d0927f36ad0ed307d860bf69d8990b95e03

-- 
View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/compare/9c8cf9fc309c3a0c99520bb7e07b3602ccae364f...2cfb1d0927f36ad0ed307d860bf69d8990b95e03
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/20190729/e9571d87/attachment.html>


More information about the rb-commits mailing list