[Pkg-xfce-commits] [Git][xfce-team/goodies/xfce4-weather-plugin][debian/master] 3 commits: Fix links in upstream metadata
Unit 193 (@unit193)
gitlab at salsa.debian.org
Thu Oct 6 10:18:20 BST 2022
Unit 193 pushed to branch debian/master at xfce / goodies / xfce4-weather-plugin
Commits:
880ae4e6 by Akbarkhon Variskhanov at 2022-10-03T19:57:50+05:00
Fix links in upstream metadata
- - - - -
09510fd9 by Akbarkhon Variskhanov at 2022-10-03T19:58:36+05:00
d/rules: Drop --as-needed from LDFLAGS
- - - - -
d58f3592 by Akbarkhon Variskhanov at 2022-10-03T23:00:31+05:00
d/rules: Use execute_after_dh_auto_install
- - - - -
2 changed files:
- debian/rules
- debian/upstream/metadata
Changes:
=====================================
debian/rules
=====================================
@@ -1,13 +1,11 @@
#!/usr/bin/make -f
-export DEB_LDFLAGS_MAINT_APPEND=-Wl,-z,defs -Wl,--as-needed -Wl,-O1
+export DEB_LDFLAGS_MAINT_APPEND=-Wl,-z,defs -Wl,-O1
export DEB_BUILD_MAINT_OPTIONS=hardening=+all
export GEONAMES_USERNAME=xfce4weatherpluginde
%:
dh $@
-override_dh_install:
- -rm -rf debian/`dh_listpackages`/usr/lib/*/xfce4/panel/plugins/*.a
- -rm -rf debian/`dh_listpackages`/usr/lib/*/xfce4/panel/plugins/*.la
- dh_install
+execute_after_dh_auto_install:
+ find debian -name '*.la' -delete
=====================================
debian/upstream/metadata
=====================================
@@ -1,5 +1,5 @@
---
-Bug-Database: https://gitlab.xfce.org/panel-plugins/xfce4-weather-plugin/issues
-Bug-Submit: https://gitlab.xfce.org/panel-plugins/xfce4-weather-plugin
+Bug-Database: https://gitlab.xfce.org/panel-plugins/xfce4-weather-plugin/-/issues
+Bug-Submit: https://gitlab.xfce.org/panel-plugins/xfce4-weather-plugin/-/issues/new
Repository: https://gitlab.xfce.org/panel-plugins/xfce4-weather-plugin.git
Repository-Browse: https://gitlab.xfce.org/panel-plugins/xfce4-weather-plugin
View it on GitLab: https://salsa.debian.org/xfce-team/goodies/xfce4-weather-plugin/-/compare/bb05b2818d4a95a7a66773123794f57825cd6227...d58f35922a06e11e8bd78edfa01a1a371db3838d
--
View it on GitLab: https://salsa.debian.org/xfce-team/goodies/xfce4-weather-plugin/-/compare/bb05b2818d4a95a7a66773123794f57825cd6227...d58f35922a06e11e8bd78edfa01a1a371db3838d
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/pkg-xfce-commits/attachments/20221006/f47d1906/attachment-0001.htm>
More information about the Pkg-xfce-commits
mailing list