From 8f72d0b27f435c827f0af64884b98ccd05d0b6cd Mon Sep 17 00:00:00 2001 From: Jiaqing Zhao Date: Thu, 1 Jun 2023 03:57:54 +0000 Subject: [PATCH] debian: remove changelog in git source tree The changelog file is automatically generated from git commit history when building, it should not be tracked in git source tree. Tracked-On: #6688 Signed-off-by: Jiaqing Zhao Reviewed-by: Junjie Mao --- .gitignore | 1 + debian/changelog | 53 ------------------------------------------------ 2 files changed, 1 insertion(+), 53 deletions(-) delete mode 100644 debian/changelog diff --git a/.gitignore b/.gitignore index 9a9db5929..b6cc5c8e5 100644 --- a/.gitignore +++ b/.gitignore @@ -31,6 +31,7 @@ debian/acrn-lifemngr debian/acrn-system debian/acrn-tools debian/acrnd +debian/changelog debian/debhelper-build-stamp debian/files debian/grub-acrn diff --git a/debian/changelog b/debian/changelog deleted file mode 100644 index e9a7c9009..000000000 --- a/debian/changelog +++ /dev/null @@ -1,53 +0,0 @@ -acrn-hypervisor (3.0~3.gbp9074bb) UNRELEASED; urgency=medium - - ** SNAPSHOT build @9074bb42223cf0a18a01ca7f5b481834ba79fc6a ** - - * Initial native packaging release for ACRN. - * d/rules: Update regarding config detection - * d/control: Pin elementpath and xmlschema - * debian: Add docker build helpers - * debian: Create local apt repo after build - * debian: Update and rename README.md - * debian: Add nuc7i7dnh/shared+initrd - * debian: Add kontron-COMe-mAL10/shared+initrd - * debian: Update changelog for UNRELEASED package build - * debian: Preinstall build requirements in docker helper - * debian: Silence build user creation - * life_mngr: Makefile: Use sysconfdir - * life_mngr: Makefile: Fix install path creation of CONF_DIR - * life_mngr: Makefile: Fix permission of life_mngr.conf - * debian: Fixup ACRN lifemngr package build - * debian/rules: Store board and scenario xml - * debian/grub: Adapt Linux commandline to ACRN scenario settings - * debian/grub: Remove override variable support - * debian: Use original acrnd.service - * acrn_log: Fix log path to comply with Linux FSSTD - * doc: Adapt documentation to change of acrnlog log path - * debian: Install acrnprobe.xml - * debian: linitian suppression rule update - * debian/control: Use compat level 12 - * debian/rules: override_dh_strip: Fix wrong parameter - * debian: Trigger grub-acrn on acrn-hypervisor install - * debian/rules: Do not start services on install - * debian: acrn-tools: Add helper scripts - * debian: acrn-hypervisor: Refactor debconf - * debian: nuc7i7dnh/shared+initrd: Add boot parameters - * debian/configs: Add simatic-ipc227g/shared+initrd - * debian/rules: Add simatic-ipc227g - * debian: Add default configuration for acrnlog - * debian/configs: Add kontron-COMe-mAL10:shared - * debian/configs: Add nuc7i7dnh:shared - * debian/configs: Add simatic-ipc227g:shared - * debian: Separate build config items to acrn-hypervisor.conf.mk - * debian/rules: Generate launch scripts - * debian: Switch to elementpath 2.5.0-1 and xmlschema 1.10.0-1 - * debian/docker: Add source package handling for local apt repository - * debian: Add build and installation description - * debian: Update README.md - * debian: Update changelog for UNRELEASED package build - * debian: Convert README.md to README.rst - * debian: Convert INSTALL.md to INSTALL.rst - * debian/acrn-doc.doc-base: Fix typo - * debian/configs: Remove proprietary configs, just provide a hook directory - - -- Helmut Buchsbaum Mon, 09 May 2022 14:00:35 +0200