[neon/qt/qbs/Neon/release] debian: Drop add_1.19.1_changelog.diff and stop installing the changelog.

Dmitry Shachnev null at kde.org
Thu May 5 12:48:32 BST 2022


Git commit b6c1858172a6f471739393980d037aa7deb789af by Dmitry Shachnev.
Committed on 12/08/2021 at 18:29.
Pushed by jriddell into branch 'Neon/release'.

Drop add_1.19.1_changelog.diff and stop installing the changelog.

For the third release in a row, the changelog for the current version is
not present in the upstream tarball.

M  +3    -0    debian/changelog
D  +0    -19   debian/patches/add_1.19.1_changelog.diff
M  +0    -1    debian/patches/series
M  +0    -3    debian/rules

https://invent.kde.org/neon/qt/qbs/commit/b6c1858172a6f471739393980d037aa7deb789af

diff --git a/debian/changelog b/debian/changelog
index 781416c..0015ea7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,9 @@ qbs (1.19.2-1) UNRELEASED; urgency=medium
 
   [ Dmitry Shachnev ]
   * New upstream release.
+  * Drop add_1.19.1_changelog.diff and stop installing the changelog.
+    For the third release in a row, the changelog for the current version
+    is not present in the upstream tarball.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Thu, 12 Aug 2021 21:22:56 +0300
 
diff --git a/debian/patches/add_1.19.1_changelog.diff b/debian/patches/add_1.19.1_changelog.diff
deleted file mode 100644
index e021a88..0000000
--- a/debian/patches/add_1.19.1_changelog.diff
+++ /dev/null
@@ -1,19 +0,0 @@
-Description: add changelog for the 1.19.1 release
-Origin: upstream, https://code.qt.io/cgit/qbs/qbs.git/commit/?id=5b4ce6f52b70e801
-Last-Update: 2021-06-22
-
---- /dev/null
-+++ b/changelogs/changes-1.19.1.md
-@@ -0,0 +1,12 @@
-+# C/C++ Support
-+
-+* Fix system include support with MSVC >= 19.29.30037
-+
-+# Qt Support
-+
-+* Fix possible command line length issue with qmlimportscanner when cross-compiling (QBS-1633).
-+
-+# Apple platforms
-+
-+* Fix stripping debug symbols in multiplexed products when cpp.separateDebugInformation
-+  is false (QBS-1647)
diff --git a/debian/patches/series b/debian/patches/series
index edfdf98..0e6a1a0 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -6,4 +6,3 @@ processlauncher_destdir.diff
 test_sanitizers_only_on_amd64.diff
 no_nosys_specs.diff
 disable_bad_assembly.diff
-add_1.19.1_changelog.diff
diff --git a/debian/rules b/debian/rules
index 42d2b1a..b7b809c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -58,6 +58,3 @@ override_dh_install:
 	rm -fv debian/tmp/usr/libexec/qbs/dmgbuild
 	rm -rfv debian/tmp/usr/share/qbs/python
 	dh_install
-
-override_dh_installchangelogs:
-	dh_installchangelogs changelogs/changes-${DEB_VERSION_UPSTREAM:+dfsg=}.md



More information about the Neon-commits mailing list