summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2024-07-03 21:00:56 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2024-07-03 21:00:56 +0200
commitf024ff23e60ed1cf51ddeea23cceea44afe0bdec (patch)
tree1790dfa170e93bf5bf8afe32f9331a3018b6b8a1 /debian
parent24661654c804072877925498628766860f63795a (diff)
d/changelog, d/rules: Remove trailing whitespace
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog6
-rwxr-xr-xdebian/rules2
2 files changed, 6 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 25b603c..f06a4bd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,10 @@ xtrkcad (1:5.3.0GA-1) UNRELEASED; urgency=medium
* debian/copyright:
- Add year 2024 to myself.
- Rebase for the new release.
+ * debian/changlog:
+ - Remove trailing whitespace.
+ * debian/rules:
+ - Remove trailing whitespace.
-- Jörg Frings-Fürst <debian@jff.email> Fri, 28 Aug 2020 08:01:59 +0200
@@ -26,7 +30,7 @@ xtrkcad (1:5.2.0Beta2.1-1) unstable; urgency=medium
- xtrkcad.desktop
* debian/control:
- Add new Build-Depend libzip-dev
- * debian/rules:
+ * debian/rules:
- Add export DEB_LDFLAGS_MAINT_APPEND to fix the ld error
"multiple definition" (Closes: #958005).
* Refresh patches:
diff --git a/debian/rules b/debian/rules
index fe59e52..e58c57d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,7 @@
# hardening
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
-export DEB_LDFLAGS_MAINT_APPEND = -Wl,--allow-multiple-definition
+export DEB_LDFLAGS_MAINT_APPEND = -Wl,--allow-multiple-definition
%:
dh $@