[Pkg-xfce-commits] [Git][xfce-team/goodies/xfce4-sensors-plugin][debian/master] 6 commits: enable support for NVidia cards temperature sensors

Yves-Alexis Perez gitlab at salsa.debian.org
Sat Sep 29 09:50:16 BST 2018


Yves-Alexis Perez pushed to branch debian/master at xfce / goodies / xfce4-sensors-plugin


Commits:
9ded2a99 by Yves-Alexis Perez at 2018-09-29T08:37:16Z
enable support for NVidia cards temperature sensors

closes: #906620

- - - - -
20d3c7dd by Yves-Alexis Perez at 2018-09-29T08:39:13Z
d/rules: reorder configure options

- - - - -
857d8deb by Yves-Alexis Perez at 2018-09-29T08:44:30Z
bump debhelper compat to 10

- - - - -
d545512e by Yves-Alexis Perez at 2018-09-29T08:46:12Z
d/control: drop Lionel from uploaders, thanks!

- - - - -
8e480e35 by Yves-Alexis Perez at 2018-09-29T08:46:40Z
finalize changelog

- - - - -
4525c551 by Yves-Alexis Perez at 2018-09-29T08:47:11Z
upload xfce4-sensors-plugin 1.3.0-2 to unstable

- - - - -


4 changed files:

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


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,12 @@
+xfce4-sensors-plugin (1.3.0-2) unstable; urgency=medium
+
+  * enable support for NVidia cards temperature sensors (closes: #906620)
+  * d/rules: reorder configure options
+  * bump debhelper compat to 10
+  * d/control: drop Lionel from uploaders, thanks!
+
+ -- Yves-Alexis Perez <corsac at debian.org>  Sat, 29 Sep 2018 10:46:44 +0200
+
 xfce4-sensors-plugin (1.3.0-1) unstable; urgency=medium
 
   * Moved the package to git on salsa.debian.org


=====================================
debian/compat
=====================================
@@ -1 +1 @@
-9
+10


=====================================
debian/control
=====================================
@@ -2,9 +2,8 @@ Source: xfce4-sensors-plugin
 Section: xfce
 Priority: optional
 Maintainer: Debian Xfce Maintainers <debian-xfce at lists.debian.org>
-Uploaders: Yves-Alexis Perez <corsac at debian.org>,
-           Lionel Le Folgoc <mrpouit at gmail.com>
-Build-Depends: debhelper (>= 9),
+Uploaders: Yves-Alexis Perez <corsac at debian.org>
+Build-Depends: debhelper (>= 10),
                hddtemp [!kfreebsd-amd64 !kfreebsd-i386 !hurd-i386],
                intltool,
                libgtk-3-dev,
@@ -13,7 +12,9 @@ Build-Depends: debhelper (>= 9),
                libxfce4panel-2.0-dev,
                libxfce4ui-2-dev,
                libxml-parser-perl,
-               libxml2-dev
+               libxml2-dev,
+               libxnvctrl-dev,
+               xfce4-dev-tools
 Standards-Version: 4.1.4
 Homepage: http://goodies.xfce.org/
 Vcs-Git: https://salsa.debian.org/xfce-team/goodies/xfce4-sensors-plugin.git


=====================================
debian/rules
=====================================
@@ -3,10 +3,20 @@ export DEB_LDFLAGS_MAINT_APPEND=-Wl,--as-needed -Wl,-O1
 export DEB_BUILD_MAINT_OPTIONS=hardening=+all
 
 %:
-	dh $@ --parallel
+	dh $@
+
+override_dh_autoreconf:
+	mkdir -p m4
+	dh_autoreconf
 
 override_dh_auto_configure:
-	dh_auto_configure -- --enable-libsensors=yes --enable-procacpi --enable-hddtemp=yes --enable-notification --disable-static
+	dh_auto_configure -- \
+		--enable-hddtemp=yes \
+		--enable-libsensors=yes \
+		--enable-notification \
+		--enable-procacpi \
+		--enable-xnvctrl \
+		--disable-static 
 
 override_dh_makeshlibs:
 	dh_makeshlibs  -X debian/xfce4-sensors-plugin/usr/lib/$(DEB_HOST_MULTIARCH)/xfce4/modules/libxfce4sensors.so.*.*.*



View it on GitLab: https://salsa.debian.org/xfce-team/goodies/xfce4-sensors-plugin/compare/905787013ae37c418ad8d9c56a179eb1902a11d1...4525c551e17eda39c65437e3be5a935982df57cc

-- 
View it on GitLab: https://salsa.debian.org/xfce-team/goodies/xfce4-sensors-plugin/compare/905787013ae37c418ad8d9c56a179eb1902a11d1...4525c551e17eda39c65437e3be5a935982df57cc
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/20180929/6421ca22/attachment-0001.html>


More information about the Pkg-xfce-commits mailing list