[Git][reproducible-builds/strip-nondeterminism][master] 3 commits: Drop single-debian-patch, etc.
Chris Lamb
gitlab at salsa.debian.org
Fri May 7 11:37:25 UTC 2021
Chris Lamb pushed to branch master at Reproducible Builds / strip-nondeterminism
Commits:
748e2026 by Chris Lamb at 2021-05-07T12:34:10+01:00
Drop single-debian-patch, etc.
- - - - -
55b60568 by Chris Lamb at 2021-05-07T12:35:16+01:00
Release version 1.12.0
Gbp-Dch: ignore
- - - - -
95d22bae by Chris Lamb at 2021-05-07T12:37:02+01:00
Update changelog for 1.12.0-1 release
- - - - -
4 changed files:
- debian/changelog
- − debian/source/options
- − debian/source/patch-header
- lib/File/StripNondeterminism.pm
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,15 @@
+strip-nondeterminism (1.12.0-1) unstable; urgency=medium
+
+ [ Chris Lamb ]
+ * Support normalising Python "pyzip" files -- ie. zip-compressed .py files
+ with a regular Python shebang. (Closes: reproducible-builds/strip-nondeterminism#18)
+ * Drop single-debian-patch, etc.
+
+ [ Bernhard M. Wiedemann ]
+ * Move exception handling closer to call using perl's "//" operator.
+
+ -- Chris Lamb <lamby at debian.org> Fri, 07 May 2021 12:36:57 +0100
+
strip-nondeterminism (1.11.0-1) unstable; urgency=medium
[ Helmut Grohne ]
=====================================
debian/source/options deleted
=====================================
@@ -1 +0,0 @@
-single-debian-patch
=====================================
debian/source/patch-header deleted
=====================================
@@ -1,17 +0,0 @@
-Subject: Collected Debian patches for strip-nondeterminism
-Author: Andrew Ayer <agwa at andrewayer.name>
-
-Since I am also upstream for this package, there will normally not be
-any patches to apply to the upstream source. However, occasionally
-I'll pull up specific upstream commits prior to making an upstream
-release. When this happens, this patch will collect all of those
-modifications.
-
-I use Git to maintain both the upstream source and the Debian
-packages, and generating individual patches rather than using git
-cherry-pick takes extra work for no gain. Since I'm also upstream,
-there's no need to separate the patches for later upstream submission.
-Hence, I take this approach with a unified patch when it's necessary.
-
-For full commit history and separated commits, see the upstream Git
-repository.
=====================================
lib/File/StripNondeterminism.pm
=====================================
@@ -26,7 +26,7 @@ use POSIX qw(tzset);
our($VERSION, $canonical_time, $clamp_time, $verbose);
-$VERSION = '1.11.0'; # <https://semver.org/>
+$VERSION = '1.12.0'; # <https://semver.org/>
sub init() {
$ENV{'TZ'} = 'UTC';
View it on GitLab: https://salsa.debian.org/reproducible-builds/strip-nondeterminism/-/compare/26b47c85ebfe764205238366d1d096b95621e0a6...95d22bae16b09d1419ccdc1479614b2002288c74
--
View it on GitLab: https://salsa.debian.org/reproducible-builds/strip-nondeterminism/-/compare/26b47c85ebfe764205238366d1d096b95621e0a6...95d22bae16b09d1419ccdc1479614b2002288c74
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/20210507/1c7bf22d/attachment.htm>
More information about the rb-commits
mailing list