summaryrefslogtreecommitdiffstats
path: root/ubuntu/maverick/applications/tdepowersave
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-07-08 20:17:18 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-07-08 20:17:18 -0500
commit04f025195612d685fa41b8614d3d650c518e907f (patch)
tree3f287335b2c5c092616766452d468c533db2a351 /ubuntu/maverick/applications/tdepowersave
parent2092630a9ad186705d73db0c87db757bd4401b6a (diff)
downloadtde-packaging-04f025195612d685fa41b8614d3d650c518e907f.tar.gz
tde-packaging-04f025195612d685fa41b8614d3d650c518e907f.zip
Rename kpowersave-nohal package in Debian and Ubuntu
Diffstat (limited to 'ubuntu/maverick/applications/tdepowersave')
-rw-r--r--ubuntu/maverick/applications/tdepowersave/debian/changelog2
-rw-r--r--ubuntu/maverick/applications/tdepowersave/debian/control6
-rw-r--r--ubuntu/maverick/applications/tdepowersave/debian/postrm2
-rw-r--r--ubuntu/maverick/applications/tdepowersave/debian/preinst2
-rwxr-xr-xubuntu/maverick/applications/tdepowersave/debian/rules4
5 files changed, 8 insertions, 8 deletions
diff --git a/ubuntu/maverick/applications/tdepowersave/debian/changelog b/ubuntu/maverick/applications/tdepowersave/debian/changelog
index 506507f65..e7773fc6a 100644
--- a/ubuntu/maverick/applications/tdepowersave/debian/changelog
+++ b/ubuntu/maverick/applications/tdepowersave/debian/changelog
@@ -1,4 +1,4 @@
-kpowersave-nohal-trinity (0.7.3-0ubuntu3) karmic; urgency=low
+tdepowersave-trinity (0.7.3-0ubuntu3) karmic; urgency=low
* Karmic rebuild
diff --git a/ubuntu/maverick/applications/tdepowersave/debian/control b/ubuntu/maverick/applications/tdepowersave/debian/control
index 731afb25f..3c3de5835 100644
--- a/ubuntu/maverick/applications/tdepowersave/debian/control
+++ b/ubuntu/maverick/applications/tdepowersave/debian/control
@@ -1,4 +1,4 @@
-Source: kpowersave-nohal-trinity
+Source: tdepowersave-trinity
Section: tde
Priority: optional
Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net>
@@ -8,10 +8,10 @@ Build-Conflicts: autoconf2.13
Standards-Version: 3.8.4
Homepage: http://sourceforge.net/projects/powersave/
-Package: kpowersave-nohal-trinity
+Package: tdepowersave-trinity
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
-Conflicts: kpowersave-trinity
+Conflicts: kpowersave-trinity, kpowersave-nohal-trinity
Description: Power management applet for Trinity
KPowersave is a TDE systray applet which allows to control the power
management settings and policies of your computer.
diff --git a/ubuntu/maverick/applications/tdepowersave/debian/postrm b/ubuntu/maverick/applications/tdepowersave/debian/postrm
index 9e8ecc977..c373aa20d 100644
--- a/ubuntu/maverick/applications/tdepowersave/debian/postrm
+++ b/ubuntu/maverick/applications/tdepowersave/debian/postrm
@@ -2,7 +2,7 @@
set -e
-package_name=kpowersave-nohal-trinity
+package_name=tdepowersave-trinity
if [ -z "$package_name" ]; then
print >&2 "Internal Error. Please report a bug."
diff --git a/ubuntu/maverick/applications/tdepowersave/debian/preinst b/ubuntu/maverick/applications/tdepowersave/debian/preinst
index 5b0e73f61..fe411fc94 100644
--- a/ubuntu/maverick/applications/tdepowersave/debian/preinst
+++ b/ubuntu/maverick/applications/tdepowersave/debian/preinst
@@ -2,7 +2,7 @@
set -e
-package_name=kpowersave-nohal-trinity
+package_name=tdepowersave-trinity
if [ -z "$package_name" ]; then
print >&2 "Internal Error. Please report a bug."
diff --git a/ubuntu/maverick/applications/tdepowersave/debian/rules b/ubuntu/maverick/applications/tdepowersave/debian/rules
index 262171bc3..97acebf07 100755
--- a/ubuntu/maverick/applications/tdepowersave/debian/rules
+++ b/ubuntu/maverick/applications/tdepowersave/debian/rules
@@ -30,8 +30,8 @@ debian/stamp-bootstrap:
touch debian/stamp-bootstrap
install/kpowersave::
- install -p -D -m644 debian/kpowersave-nohal-trinity.lintian debian/kpowersave/opt/trinity/share/lintian/overrides/kpowersave
- install -p -D -m644 debian/kpowersave-nohal-trinity.linda debian/kpowersave/opt/trinity/share/linda/overrides/kpowersave
+ install -p -D -m644 debian/tdepowersave-trinity.lintian debian/kpowersave/opt/trinity/share/lintian/overrides/kpowersave
+ install -p -D -m644 debian/tdepowersave-trinity.linda debian/kpowersave/opt/trinity/share/linda/overrides/kpowersave
clean::
find . -name Makefile.in | xargs rm -f