[med-svn] [Git][med-team/mira][master] 3 commits: Do not fail when attempting to remove not exiting files

Andreas Tille (@tille) gitlab at salsa.debian.org
Tue Feb 6 10:58:19 GMT 2024



Andreas Tille pushed to branch master at Debian Med / mira


Commits:
2c5b2684 by Andreas Tille at 2024-02-06T11:16:12+01:00
Do not fail when attempting to remove not exiting files

- - - - -
e3d2fd28 by Andreas Tille at 2024-02-06T11:39:19+01:00
Fix clean target

- - - - -
fcb2cc09 by Andreas Tille at 2024-02-06T11:49:16+01:00
routine-update: Ready to upload to unstable

- - - - -


2 changed files:

- debian/changelog
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,12 @@
+mira (4.9.6-11) unstable; urgency=medium
+
+  * Do not fail when attempting to remove not exiting files
+    Closes: #1049789
+  * Fix clean target
+    Closes: #1045311
+
+ -- Andreas Tille <tille at debian.org>  Tue, 06 Feb 2024 11:41:10 +0100
+
 mira (4.9.6-10) unstable; urgency=medium
 
   * Team Upload.


=====================================
debian/rules
=====================================
@@ -17,6 +17,7 @@ exampledir=usr/share/doc/mira-examples/examples/minidemo/data/bbdataset1/
 	dh $@
 
 override_dh_auto_configure:
+	cp -a .version .version.bak
 	dh_auto_configure -- --with-boost-libdir=/usr/lib/$(DEB_HOST_MULTIARCH)	--with-boost=/usr
 
 override_dh_auto_install-arch:
@@ -41,7 +42,7 @@ endif
 override_dh_auto_build-arch:
 	# some *.cc files are created by old flex version which breaks the build
 	# see bug #812681
-	find -name '*.ll' | sed -e 's/[.]ll$$/.cc/' | xargs rm
+	find -name '*.ll' | sed -e 's/[.]ll$$/.cc/' | xargs rm -f
 	dh_auto_build
 
 override_dh_auto_build-indep:
@@ -59,3 +60,4 @@ override_dh_auto_clean:
 	find * -name '*.xxd.H' -exec rm '{}' ';'
 	find * -name '*.par.H' -exec rm '{}' ';'
 	find * -name 'compileinfo.*' -exec rm '{}' ';'
+	if [ -f .version.bak ] ; then mv .version.bak .version; fi



View it on GitLab: https://salsa.debian.org/med-team/mira/-/compare/b05efce7e62801aec7b6fbe790db229eb6532d29...fcb2cc09be585673fbc452f8326a7f05281741d7

-- 
View it on GitLab: https://salsa.debian.org/med-team/mira/-/compare/b05efce7e62801aec7b6fbe790db229eb6532d29...fcb2cc09be585673fbc452f8326a7f05281741d7
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/20240206/98473875/attachment-0001.htm>


More information about the debian-med-commit mailing list