[med-svn] [Git][debian/libquazip][master] 3 commits: simplify NEWS installation
Pino Toscano (@pino)
gitlab at salsa.debian.org
Mon Sep 29 08:56:11 BST 2025
Pino Toscano pushed to branch master at Debian / libquazip
Commits:
4facb1c6 by Pino Toscano at 2025-09-29T09:52:26+02:00
simplify NEWS installation
- - - - -
c286485c by Pino Toscano at 2025-09-29T09:54:58+02:00
hardcode version
- - - - -
445eace9 by Pino Toscano at 2025-09-29T09:55:50+02:00
bump Standards-Version to 4.7.2
no changes required
- - - - -
4 changed files:
- debian/changelog
- debian/clean
- debian/control
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -25,6 +25,12 @@ libquazip (0.9.1-6) UNRELEASED; urgency=medium
- move the doxygen, and graphviz build dependencies as Build-Depends-Indep
* Drop practically useless man page for the library.
* Update lintian overrides.
+ * Simplify installation of the NEWS.txt file:
+ - drop manual dh_installchangelogs invocation, as the NEWS file is already
+ installed by dh_installdocs
+ - clean the copied NEWS file properly
+ * Hardcode version for the conflicts with the pre-t64 libquazip5-1.
+ * Bump Standards-Version to 4.7.2, no changes required.
-- Debian QA Group <packages at qa.debian.org> Mon, 29 Sep 2025 08:37:57 +0200
=====================================
debian/clean
=====================================
@@ -1 +1,2 @@
+NEWS
doc/
=====================================
debian/control
=====================================
@@ -10,7 +10,7 @@ Build-Depends: dpkg-dev (>= 1.22.5),
zlib1g-dev,
Build-Depends-Indep: doxygen,
graphviz,
-Standards-Version: 4.6.3
+Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/debian/libquazip
Vcs-Git: https://salsa.debian.org/debian/libquazip.git
Homepage: https://github.com/stachenov/quazip
@@ -22,7 +22,7 @@ Depends: ${shlibs:Depends},
${misc:Depends}
Suggests: libquazip-doc
Pre-Depends: ${misc:Pre-Depends}
-Conflicts: libquazip5-1 (<< ${source:Version})
+Conflicts: libquazip5-1 (<< 0.9.1-4~)
Breaks: libquazip1-qt5
Provides: ${t64:Provides}, libquazip1-qt5,
libquazip-qt5-1
=====================================
debian/rules
=====================================
@@ -28,6 +28,3 @@ execute_after_dh_auto_build-indep:
# build doc
doxygen
find doc/html -name "*.md5" -delete
-
-override_dh_installchangelogs:
- dh_installchangelogs -k NEWS.txt
View it on GitLab: https://salsa.debian.org/debian/libquazip/-/compare/f70f1ae089f30ee6af7f97e035cc3589a705a7bc...445eace9fe045bb126c45819c6613156d598fd4c
--
View it on GitLab: https://salsa.debian.org/debian/libquazip/-/compare/f70f1ae089f30ee6af7f97e035cc3589a705a7bc...445eace9fe045bb126c45819c6613156d598fd4c
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20250929/5e7d9b30/attachment-0001.htm>
More information about the debian-med-commit
mailing list