Control: tags -1 + patch

I have rebuilt mozjs24 24.2.0-3 on Jessie and
built mozjs24 24.2.0-3 removed python3*-minimal from Build-Depends on Jessie,
both packages have same binaries.
So I think Build-Depends: python3*-minimal is not needed to build at present.

Patch attached.
It also contains "Fix build with perl 5.22" patch, taken from Ubuntu.
-- 
Regards,
        dai

GPG Fingerprint = 0B29 D88E 42E6 B765 B8D8 EA50 7839 619D D439 668E
diff -Nru mozjs24-24.2.0/debian/changelog mozjs24-24.2.0/debian/changelog
--- mozjs24-24.2.0/debian/changelog	2015-05-02 23:13:04.000000000 +0900
+++ mozjs24-24.2.0/debian/changelog	2016-07-04 00:56:46.000000000 +0900
@@ -1,3 +1,12 @@
+mozjs24 (24.2.0-3.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * remove Build-Conflicts: python3{,.3,.4}-minimal (Closes: #813749)
+  * debian/patches/fix-perl.patch: Fix build with perl 5.22,
+    taken from Ubuntu package 24.2.0-3ubuntu2.
+
+ -- HIGUCHI Daisuke (VDR dai) <d...@debian.org>  Mon, 04 Jul 2016 00:56:44 +0900
+
 mozjs24 (24.2.0-3) unstable; urgency=low
 
   * Update Standards-Version to 3.9.6 .
diff -Nru mozjs24-24.2.0/debian/control mozjs24-24.2.0/debian/control
--- mozjs24-24.2.0/debian/control	2015-05-02 22:40:23.000000000 +0900
+++ mozjs24-24.2.0/debian/control	2016-07-04 00:54:13.000000000 +0900
@@ -10,7 +10,6 @@
                pkg-kde-tools,
                python,
                zip
-Build-Conflicts: python3-minimal, python3.3-minimal, python3.4-minimal
 Standards-Version: 3.9.6
 Homepage: http://www.mozilla.org/js/spidermonkey/
 
diff -Nru mozjs24-24.2.0/debian/patches/fix-perl.patch mozjs24-24.2.0/debian/patches/fix-perl.patch
--- mozjs24-24.2.0/debian/patches/fix-perl.patch	1970-01-01 09:00:00.000000000 +0900
+++ mozjs24-24.2.0/debian/patches/fix-perl.patch	2016-07-04 00:54:13.000000000 +0900
@@ -0,0 +1,12 @@
+--- mozjs24-24.2.0/js/src/config/milestone.pl	2013-11-19 20:42:43.000000000 +0100
++++ mozjs-31.5.0/config/milestone.pl	2015-03-06 22:41:57.000000000 +0100
+@@ -56,7 +56,7 @@
+ #
+ my $milestone = Moz::Milestone::getOfficialMilestone($MILESTONE_FILE);
+ 
+-if (defined(@TEMPLATE_FILE)) {
++if (@TEMPLATE_FILE) {
+   my $TFILE;
+ 
+   foreach $TFILE (@TEMPLATE_FILE) {
+
diff -Nru mozjs24-24.2.0/debian/patches/series mozjs24-24.2.0/debian/patches/series
--- mozjs24-24.2.0/debian/patches/series	2015-05-02 23:17:34.000000000 +0900
+++ mozjs24-24.2.0/debian/patches/series	2016-07-04 00:54:13.000000000 +0900
@@ -2,3 +2,4 @@
 aarch64-support.patch
 hurd-support.patch
 hppa-support.patch
+fix-perl.patch

Attachment: signature.asc
Description: PGP signature

Reply via email to