[med-svn] [Git][med-team/orthanc][master] 2 commits: d/rules: Implement missing dh clean step
Mathieu Malaterre (@malat)
gitlab at salsa.debian.org
Tue Nov 23 08:24:38 GMT 2021
Mathieu Malaterre pushed to branch master at Debian Med / orthanc
Commits:
77f9863a by Mathieu Malaterre at 2021-11-23T08:57:48+01:00
d/rules: Implement missing dh clean step
- - - - -
a3ca9267 by Mathieu Malaterre at 2021-11-23T08:58:18+01:00
d/changelog: Upload 1.9.7+dfsg-3 to unstable
- - - - -
2 changed files:
- debian/changelog
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,14 @@
+orthanc (1.9.7+dfsg-3) unstable; urgency=medium
+
+ [ Adrian Bunk ]
+ * More complete fix to remove forcing C++ 11. Closes: #1000222
+
+ [ Mathieu Malaterre ]
+ * Team upload.
+ * d/rules: Implement missing dh clean step
+
+ -- Mathieu Malaterre <malat at debian.org> Tue, 23 Nov 2021 08:57:58 +0100
+
orthanc (1.9.7+dfsg-2) unstable; urgency=medium
* Team upload.
=====================================
debian/rules
=====================================
@@ -77,6 +77,19 @@ override_dh_auto_build:
rm BuildServer/OrthancPluginDocumentation/doc/jquery.js
ln -s /usr/share/javascript/jquery/jquery.min.js BuildServer/OrthancPluginDocumentation/doc/jquery.js
+override_dh_auto_clean:
+ # see override_dh_auto_configure:
+ dh_clean OrthancServer/OrthancExplorer/libs/jquery.min.js
+ dh_clean OrthancServer/OrthancExplorer/libs/jquery.mobile.min.js
+ dh_clean OrthancServer/OrthancExplorer/libs/jquery.mobile.min.css
+ dh_clean OrthancServer/OrthancExplorer/libs/date.js
+ dh_clean -Xnotes.txt OrthancServer/OrthancExplorer/libs/images/*.png
+ dh_clean -Xnotes.txt OrthancServer/OrthancExplorer/libs/images/*.gif
+ # see override_dh_auto_build:
+ dh_clean BuildStaticFramework/
+ dh_clean BuildSharedFramework/
+ dh_clean BuildServer/
+
override_dh_auto_test:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
# Generate the en_US.UTF-8 locale before running tests
View it on GitLab: https://salsa.debian.org/med-team/orthanc/-/compare/af9c6ab4623eb25ff4111a99533873932a5cdd39...a3ca92675d9a0ccbd4348ad84165bd86e767f67a
--
View it on GitLab: https://salsa.debian.org/med-team/orthanc/-/compare/af9c6ab4623eb25ff4111a99533873932a5cdd39...a3ca92675d9a0ccbd4348ad84165bd86e767f67a
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/20211123/bb9f0085/attachment-0001.htm>
More information about the debian-med-commit
mailing list