[med-svn] [Git][med-team/libics][master] 2 commits: Do not build anything when just creating doc package

Andreas Tille (@tille) gitlab at salsa.debian.org
Wed Oct 13 14:18:37 BST 2021



Andreas Tille pushed to branch master at Debian Med / libics


Commits:
620892d3 by Andreas Tille at 2021-10-13T14:48:47+02:00
Do not build anything when just creating doc package

- - - - -
fbec8da7 by Andreas Tille at 2021-10-13T15:18:27+02:00
Do not build anything when just creating doc package

- - - - -


2 changed files:

- debian/changelog
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,8 +1,10 @@
 libics (1.6.5-2) UNRELEASED; urgency=medium
 
   * d/watch: Add filenamemangle
+  * Do not build anything when just creating doc package
+    Closes: #996334
 
- -- Andreas Tille <tille at debian.org>  Wed, 13 Oct 2021 13:33:26 +0200
+ -- Andreas Tille <tille at debian.org>  Wed, 13 Oct 2021 14:48:11 +0200
 
 libics (1.6.5-1) unstable; urgency=medium
 


=====================================
debian/rules
=====================================
@@ -7,6 +7,9 @@ export DEB_BUILD_MAINT_OPTIONS=hardening=+all
 %:
 	dh $@
 
+override_dh_auto_build-indep:
+	echo "Do not build anything when just creating doc package"
+
 override_dh_install-arch:
 	dh_install -a
 	d-shlibmove --commit \
@@ -17,7 +20,10 @@ override_dh_install-arch:
                     debian/tmp/usr/lib/*/*.so
 	find debian -name "lib*.la" -delete
 
-override_dh_auto_test:
+override_dh_auto_test-arch:
 ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
 	make -j1 check VERBOSE=1
 endif
+
+override_dh_auto_test-indep:
+	echo "Do not test anything when just creating doc package"



View it on GitLab: https://salsa.debian.org/med-team/libics/-/compare/dd49f4e7d61d8026b87561c092cc1d94ebb548cb...fbec8da7fb2d0abf0cc61bd692d91123d326af18

-- 
View it on GitLab: https://salsa.debian.org/med-team/libics/-/compare/dd49f4e7d61d8026b87561c092cc1d94ebb548cb...fbec8da7fb2d0abf0cc61bd692d91123d326af18
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/20211013/28a68491/attachment-0001.htm>


More information about the debian-med-commit mailing list