This is an automated email from the ASF dual-hosted git repository.

iwasakims pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bigtop.git


The following commit(s) were added to refs/heads/master by this push:
     new a52795fb BIGTOP-3891: Fix build issues of Spark in Debian11/Ubuntu22 
packaging (#1072)
a52795fb is described below

commit a52795fb33efb3e7e575d64270d4ee377d9d84c6
Author: Yuqi Gu <[email protected]>
AuthorDate: Thu Dec 8 10:28:14 2022 +0800

    BIGTOP-3891: Fix build issues of Spark in Debian11/Ubuntu22 packaging 
(#1072)
    
    From the latest Debian packaging policies 4.6.1, the package name
    in debian/changelog is autogenerated from the bigtop package 
(spark-pkg/spark-deb).
    But 'spark-core' was named in debian/control which caused the conflict.
    
    Change-Id: I54b8022effae8c0862b0ab28de7aeeed02e987fc
    Signed-off-by: Yuqi Gu <[email protected]>
---
 bigtop-packages/src/deb/spark/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bigtop-packages/src/deb/spark/control 
b/bigtop-packages/src/deb/spark/control
index 150f4a2d..b566f442 100644
--- a/bigtop-packages/src/deb/spark/control
+++ b/bigtop-packages/src/deb/spark/control
@@ -13,7 +13,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-Source: spark-core
+Source: spark
 Section: misc
 Priority: extra
 Maintainer: Bigtop <[email protected]>

Reply via email to