From f83e249eac526497a2c3a7e1aa100b78e57f9bfa Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 24 Jul 2013 11:00:39 -0500 Subject: Fix up ksensors-trinity packaging files on Debian and Ubuntu --- ubuntu/maverick/applications/ksensors/debian/control | 15 +++++++-------- ubuntu/maverick/applications/ksensors/debian/rules | 8 ++++---- 2 files changed, 11 insertions(+), 12 deletions(-) (limited to 'ubuntu/maverick/applications') diff --git a/ubuntu/maverick/applications/ksensors/debian/control b/ubuntu/maverick/applications/ksensors/debian/control index 1e146a298..dcd13c452 100644 --- a/ubuntu/maverick/applications/ksensors/debian/control +++ b/ubuntu/maverick/applications/ksensors/debian/control @@ -1,18 +1,17 @@ -Source: ksensors -Section: kde +Source: ksensors-trinity +Section: tde Priority: optional -Maintainer: Aurelien Jarno -Build-Depends: debhelper (>> 5), autotools-dev, automake1.7, autoconf, libtool, perl, libsensors4-dev, libqt3-mt-dev (>= 3:3.3.4-7), kdelibs4-dev (>= 4:3.4.2), imagemagick +Maintainer: Timothy Pearson +Build-Depends: debhelper (>> 5), autotools-dev, automake, autoconf, libtool, perl, libsensors4-dev, libtqtinterface-dev, tdelibs4-trinity-dev, imagemagick Build-Conflicts: autoconf2.13 Standards-Version: 3.8.3 -Homepage: http://ksensors.sourceforge.net -Package: ksensors +Package: ksensors-trinity Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, lm-sensors Recommends: hddtemp (>= 0.3beta2-1) -Description: lm-sensors frontend for KDE - This is a lm-sensors frontend for KDE for monitoring a motherboard. +Description: lm-sensors frontend for TDE + This is a lm-sensors frontend for TDE for monitoring a motherboard. It allows you to access information from temperature and fan speed sensors. . diff --git a/ubuntu/maverick/applications/ksensors/debian/rules b/ubuntu/maverick/applications/ksensors/debian/rules index 89b76e8dd..6b011f383 100644 --- a/ubuntu/maverick/applications/ksensors/debian/rules +++ b/ubuntu/maverick/applications/ksensors/debian/rules @@ -58,18 +58,18 @@ install: build dh_installdirs # Install overrides. - install -p -o root -g root -m 644 $(CURDIR)/debian/overrides $(CURDIR)/debian/ksensors/usr/share/lintian/overrides/ksensors + install -p -o root -g root -m 644 $(CURDIR)/debian/overrides $(CURDIR)/debian/ksensors-trinity/usr/share/lintian/overrides/ksensors-trinity # Main install. - $(MAKE) install DESTDIR=$(CURDIR)/debian/ksensors + $(MAKE) install DESTDIR=$(CURDIR)/debian/ksensors-trinity # Make common links for docs. for p in `dh_listpackages`; do \ - for i in `find $(CURDIR)/debian/ksensors/usr/share/doc/kde/HTML -type d -name $$p -name $$p -not -regex .*/en/$$p`; do \ + for i in `find $(CURDIR)/debian/ksensors-trinity/usr/share/doc/kde/HTML -type d -name $$p -name $$p -not -regex .*/en/$$p`; do \ ln -f -n -s ../common $$i/common; done; done # Installing icons - /usr/bin/convert $(CURDIR)/src/pics/hi16-app-ksensors.png $(CURDIR)/debian/ksensors/usr/share/pixmaps/ksensors.xpm + /usr/bin/convert $(CURDIR)/src/pics/hi16-app-ksensors.png $(CURDIR)/debian/ksensors-trinity/usr/share/pixmaps/ksensors.xpm perl -w admin/debianrules cleanup -- cgit v1.2.3