diff options
-rw-r--r-- | debian/changelog | 6 | ||||
-rwxr-xr-x | debian/rules | 2 |
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 $@ |