Sascha Steinbiss pushed to branch master at Debian Med / aragorn
Commits: e3ffa7a6 by Sascha Steinbiss at 2023-11-15T13:36:42+01:00 fix cleaning - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,11 @@ +aragorn (1.2.41-2) unstable; urgency=medium + + * Ensure multiple builds can be done in same directory. + Done by ensuring the directory is cleaned correctly. + Closes: #1043665 + + -- Sascha Steinbiss <sa...@debian.org> Wed, 15 Nov 2023 11:42:55 +0100 + aragorn (1.2.41-1) unstable; urgency=medium * Update watchfile. ===================================== debian/rules ===================================== @@ -14,6 +14,10 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all override_dh_auto_build: $(CC) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) -Os -o aragorn *.c +override_dh_auto_clean: + dh_auto_clean + rm -f aragorn + override_dh_auto_install: mkdir -p $(DESTDIR)/usr/bin cp aragorn $(DESTDIR)/usr/bin View it on GitLab: https://salsa.debian.org/med-team/aragorn/-/commit/e3ffa7a620cf3625283bec52678555d9689154ab -- View it on GitLab: https://salsa.debian.org/med-team/aragorn/-/commit/e3ffa7a620cf3625283bec52678555d9689154ab You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list debian-med-com...@alioth-lists.debian.net https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit