[Pkg-xfce-commits] [Git][xfce-team/goodies/xfce4-sensors-plugin][debian/master] 4 commits: d/control, d/rules: Disable hddtemp support.

Unit 193 (@unit193) gitlab at salsa.debian.org
Wed Dec 22 03:52:19 GMT 2021



Unit 193   pushed to branch debian/master at xfce / goodies / xfce4-sensors-plugin


Commits:
6a4d096c by Unit 193 at 2021-12-21T22:44:18-05:00
d/control, d/rules: Disable hddtemp support.

Closes: #990051, #1001946

- - - - -
2379c34a by Unit 193 at 2021-12-21T22:45:02-05:00
d/control: Bump DH compat to 13.

- - - - -
ed011326 by Unit 193 at 2021-12-21T22:45:24-05:00
d/rules: Drop '--as-needed', as this is now default in stable.

- - - - -
6621ed4c by Unit 193 at 2021-12-21T22:48:55-05:00
Update changelog for release.

- - - - -


3 changed files:

- debian/changelog
- debian/control
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,12 @@
+xfce4-sensors-plugin (1.4.2-2) unstable; urgency=medium
+
+  * Team upload.
+  * d/control, d/rules: Disable hddtemp support. (Closes: #990051, #1001946)
+  * d/control: Bump DH compat to 13.
+  * d/rules: Drop '--as-needed', as this is now default in stable.
+
+ -- Unit 193 <unit193 at debian.org>  Tue, 21 Dec 2021 22:45:31 -0500
+
 xfce4-sensors-plugin (1.4.2-1) unstable; urgency=medium
 
   * New upstream version 1.4.2


=====================================
debian/control
=====================================
@@ -3,8 +3,7 @@ Section: xfce
 Priority: optional
 Maintainer: Debian Xfce Maintainers <debian-xfce at lists.debian.org>
 Uploaders: Yves-Alexis Perez <corsac at debian.org>
-Build-Depends: debhelper-compat (= 12),
-               hddtemp [!kfreebsd-amd64 !kfreebsd-i386 !hurd-i386],
+Build-Depends: debhelper-compat (= 13),
                intltool,
                libgtk-3-dev,
                libnotify-dev,
@@ -22,7 +21,7 @@ Vcs-Browser: https://salsa.debian.org/xfce-team/goodies/xfce4-sensors-plugin
 Package: xfce4-sensors-plugin
 Architecture: any
 Depends: ${misc:Depends}, ${shlibs:Depends}
-Recommends: hddtemp, lm-sensors
+Recommends: lm-sensors
 Suggests: xsensors
 Description: hardware sensors plugin for the Xfce4 panel
  The sensors plugin provides a handy way to monitor your hard disk,


=====================================
debian/rules
=====================================
@@ -1,5 +1,5 @@
 #!/usr/bin/make -f
-export DEB_LDFLAGS_MAINT_APPEND=-Wl,--as-needed -Wl,-O1
+export DEB_LDFLAGS_MAINT_APPEND=-Wl,-O1
 export DEB_BUILD_MAINT_OPTIONS=hardening=+all
 
 %:
@@ -7,7 +7,7 @@ export DEB_BUILD_MAINT_OPTIONS=hardening=+all
 
 override_dh_auto_configure:
 	dh_auto_configure -- \
-		--enable-hddtemp=yes \
+		--enable-hddtemp=no \
 		--enable-libsensors=yes \
 		--enable-notification \
 		--enable-procacpi \



View it on GitLab: https://salsa.debian.org/xfce-team/goodies/xfce4-sensors-plugin/-/compare/9f2b7fdab0b787b64c34a51fc6241843c403820a...6621ed4cdd5b0f6a127cfed7e22c2f8a0ad76518

-- 
View it on GitLab: https://salsa.debian.org/xfce-team/goodies/xfce4-sensors-plugin/-/compare/9f2b7fdab0b787b64c34a51fc6241843c403820a...6621ed4cdd5b0f6a127cfed7e22c2f8a0ad76518
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/20211222/615d38a2/attachment-0001.htm>


More information about the Pkg-xfce-commits mailing list