[SCM] mate-sensors-applet Debian package branch, master, updated. d2317884e527374c205ad6f1537ea5a1c266b73f

Mike Gabriel sunweaver at moszumanska.debian.org
Mon Apr 28 23:38:21 UTC 2014


Gitweb-URL: http://git.debian.org/?p=pkg-mate/mate-sensors-applet.git;a=commitdiff;h=6e15c29

The following commit has been merged in the master branch:
commit 6e15c292631cbad80a5170d226c7897007956e0b
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Tue Apr 29 01:37:28 2014 +0200

    debian/control: Rename shared library to match .so name. Provide separate dbg:package for that shared library.
---
 debian/control                                     | 42 ++++++++++++++++------
 ...l => libmate-sensors-applet-plugin-dev.install} |  0
 ...tall => libmate-sensors-applet-plugin0.install} |  0
 3 files changed, 32 insertions(+), 10 deletions(-)

diff --git a/debian/control b/debian/control
index fbfedb7..9fdd8a9 100644
--- a/debian/control
+++ b/debian/control
@@ -1,5 +1,5 @@
 Source: mate-sensors-applet
-Section: mate
+Section: x11
 Priority: optional
 Maintainer: MATE Packaging Team <pkg-mate-team at lists.alioth.debian.org>
 Uploaders: Mike Gabriel <sunweaver at debian.org>,
@@ -32,7 +32,7 @@ Package: mate-sensors-applet
 Architecture: any
 Depends: ${shlibs:Depends},
          ${misc:Depends},
-         libmatesensorsappletplugin (= ${binary:Version})
+         libmate-sensors-applet-plugin0 (= ${binary:Version})
 Recommends: hddtemp
 Suggests: mate-sensors-applet-ati,
           mate-sensors-applet-nvidia
@@ -59,7 +59,7 @@ Description: Display readings from hardware sensors in your MATE panel
  low value has been reached, and can be configured to execute a given command
  at given repeated intervals.
 
-Package: libmatesensorsappletplugin
+Package: libmate-sensors-applet-plugin0
 Architecture: any
 Section: libs
 Depends: ${shlibs:Depends},
@@ -72,14 +72,14 @@ Description: Library for plugins for the 'mate-sensors-applet' package
  This package contains the library that is used to create plugins for
  the applet.
 
-Package: libmatesensorsappletplugin-dev
+Package: libmate-sensors-applet-plugin-dev
 Architecture: any
 Section: libdevel
-Depends: libmatesensorsappletplugin (= ${binary:Version}),
+Depends: libmate-sensors-applet-plugin0 (= ${binary:Version}),
          libglib2.0-dev,
          ${shlibs:Depends},
          ${misc:Depends}
-Description: Create plugins for the 'mate-sensors-applet' package
+Description: Library for plugins for the 'mate-sensors-applet' package (development files)
  MATE Sensors Applet is an applet for the MATE panel that displays
  readings from hardware sensors, including temperatures, fan speeds and
  voltage readings.
@@ -94,7 +94,29 @@ Architecture: any
 Depends: ${misc:Depends},
          mate-sensors-applet (= ${binary:Version})
 Description: Display readings from hardware sensors in your MATE panel (debugging symbols)
- This package contains debugging symbols for mate-sensors-applet package
- and libmatesensorsappletplugin library.
- It is provided to help debugging problems. The debugging symbols are
- installed in /usr/lib/debug and will automatically be used by gdb.
+ MATE Sensors Applet is an applet for the MATE panel that displays
+ readings from hardware sensors, including temperatures, fan speeds and
+ voltage readings.
+ .
+ This package contains debugging symbols for mate-sensors-applet package.
+ .
+ The debugging symbols are installed in /usr/lib/debug and will
+ automatically be used by gdb.
+
+Package: libmate-sensors-applet-plugin0-dbg
+Section: debug
+Priority: extra
+Architecture: any
+Provides: libmate-sensors-applet-plugin-dbg
+Depends: ${misc:Depends},
+         libmate-sensors-applet-plugin0 (= ${binary:Version})
+Description: Library for plugins for the 'mate-sensors-applet' package (debugging symbols)
+ MATE Sensors Applet is an applet for the MATE panel that displays
+ readings from hardware sensors, including temperatures, fan speeds and
+ voltage readings.
+ .
+ This package contains debugging symbols for the libmate-sensors-applet-plugin
+ library.
+ .
+ The debugging symbols are installed in /usr/lib/debug and will
+ automatically be used by gdb.
diff --git a/debian/libmatesensorsappletplugin-dev.install b/debian/libmate-sensors-applet-plugin-dev.install
similarity index 100%
rename from debian/libmatesensorsappletplugin-dev.install
rename to debian/libmate-sensors-applet-plugin-dev.install
diff --git a/debian/libmatesensorsappletplugin.install b/debian/libmate-sensors-applet-plugin0.install
similarity index 100%
rename from debian/libmatesensorsappletplugin.install
rename to debian/libmate-sensors-applet-plugin0.install

-- 
mate-sensors-applet Debian package



More information about the pkg-mate-commits mailing list