[med-svn] [Git][med-team/scythe][master] 4 commits: d/control: declare compliance to standards version 4.7.0.

Étienne Mollier (@emollier) gitlab at salsa.debian.org
Sun May 12 19:23:40 BST 2024



Étienne Mollier pushed to branch master at Debian Med / scythe


Commits:
5f487158 by Étienne Mollier at 2024-05-12T19:59:17+02:00
d/control: declare compliance to standards version 4.7.0.

- - - - -
25bafc2b by Étienne Mollier at 2024-05-12T20:05:24+02:00
d/{control,rules}: make documentation aware of nodoc profile.

This prevents production of the README.html and in return allows
running builds without markdown for the nodoc build profile.

- - - - -
e8da37fa by Étienne Mollier at 2024-05-12T20:10:25+02:00
d/clean: new: cleanup README.html.

Closes: #1048084

- - - - -
d51cc8b2 by Étienne Mollier at 2024-05-12T20:22:56+02:00
ready to upload to unstable.

- - - - -


4 changed files:

- debian/changelog
- + debian/clean
- debian/control
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,14 @@
+scythe (0.994+git20141017.20d3cff-4) unstable; urgency=medium
+
+  * Team upload.
+  * d/control: declare compliance to standards version 4.7.0.
+  * d/{control,rules}: make documentation aware of nodoc profile.
+    This prevents production of the README.html and in return allows
+    running builds without markdown for the nodoc build profile.
+  * d/clean: new: cleanup README.html. (Closes: #1048084)
+
+ -- Étienne Mollier <emollier at debian.org>  Sun, 12 May 2024 20:10:50 +0200
+
 scythe (0.994+git20141017.20d3cff-3) unstable; urgency=medium
 
   * Team Upload.


=====================================
debian/clean
=====================================
@@ -0,0 +1 @@
+README.html


=====================================
debian/control
=====================================
@@ -5,9 +5,9 @@ Section: science
 Priority: optional
 Build-Depends: debhelper-compat (= 13),
                zlib1g-dev,
-               markdown,
+               markdown <!nodoc>,
                check
-Standards-Version: 4.5.0
+Standards-Version: 4.7.0
 Vcs-Browser: https://salsa.debian.org/med-team/scythe
 Vcs-Git: https://salsa.debian.org/med-team/scythe.git
 Homepage: https://github.com/vsbuffalo/scythe


=====================================
debian/rules
=====================================
@@ -6,6 +6,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 %:
 	dh $@
 
-override_dh_auto_build:
-	dh_auto_build
+ifeq (,$(filter nodoc,$(DEB_BUILD_PROFILES)))
+execute_after_dh_auto_build:
 	markdown README.md > README.html
+endif



View it on GitLab: https://salsa.debian.org/med-team/scythe/-/compare/eaa0550de9d5adcf83010653c047ea0544b2b1d9...d51cc8b27a0dd099e2c9b6aee05c17730ca1b4b1

-- 
View it on GitLab: https://salsa.debian.org/med-team/scythe/-/compare/eaa0550de9d5adcf83010653c047ea0544b2b1d9...d51cc8b27a0dd099e2c9b6aee05c17730ca1b4b1
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/20240512/f5f0fcc7/attachment-0001.htm>


More information about the debian-med-commit mailing list