[med-svn] [Git][med-team/aragorn][master] fix cleaning
Sascha Steinbiss (@satta)
gitlab at salsa.debian.org
Wed Nov 15 12:37:15 GMT 2023
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 <satta at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20231115/f24d86b3/attachment-0001.htm>
More information about the debian-med-commit
mailing list