diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-03-10 16:06:45 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-03-10 16:06:45 -0500 |
commit | 7a77865322f3fc62d949d95564b6406094d33957 (patch) | |
tree | 3ff37f5a2f742eef3c4ef1d8f16d52807e07b67b /debian/squeeze/applications/tdeio-umountwrapper | |
parent | 94b2aacd86911ee7cc48282774d45555d0a7c0c6 (diff) | |
download | tde-packaging-7a77865322f3fc62d949d95564b6406094d33957.tar.gz tde-packaging-7a77865322f3fc62d949d95564b6406094d33957.zip |
Rename remaining references to kio packages in Debian and Ubuntu packaging files
Diffstat (limited to 'debian/squeeze/applications/tdeio-umountwrapper')
4 files changed, 6 insertions, 6 deletions
diff --git a/debian/squeeze/applications/tdeio-umountwrapper/debian/changelog b/debian/squeeze/applications/tdeio-umountwrapper/debian/changelog index f2b6cae00..70a661d55 100644 --- a/debian/squeeze/applications/tdeio-umountwrapper/debian/changelog +++ b/debian/squeeze/applications/tdeio-umountwrapper/debian/changelog @@ -4,14 +4,14 @@ tdeio-umountwrapper-trinity (0.2-1ubuntu3) karmic; urgency=low -- Timothy Pearson <kb9vqf@pearsoncomputing.net> Thu, 02 July 2009 16:08:00 -0600 -kio-umountwrapper-trinity (0.2-1ubuntu2) intrepid; urgency=low +tdeio-umountwrapper-trinity (0.2-1ubuntu2) intrepid; urgency=low * Moved Trinity to /opt/trinity * Integrated properly with KDE4.2+ -- Timothy Pearson <kb9vqf@pearsoncomputing.net> Thu, 05 March 2009 29:52:00 -0600 -kio-umountwrapper-trinity (0.2-0ubuntu3) intrepid; urgency=low +tdeio-umountwrapper-trinity (0.2-0ubuntu3) intrepid; urgency=low * Added -trinity suffix diff --git a/debian/squeeze/applications/tdeio-umountwrapper/debian/control b/debian/squeeze/applications/tdeio-umountwrapper/debian/control index 6b6b2d3c3..8775d3064 100644 --- a/debian/squeeze/applications/tdeio-umountwrapper/debian/control +++ b/debian/squeeze/applications/tdeio-umountwrapper/debian/control @@ -8,8 +8,8 @@ Standards-Version: 3.8.4 Package: tdeio-umountwrapper-trinity Architecture: any Depends: ${shlibs:Depends} -Replaces: kio-umountwrapper-trinity (<< 4:14.0.0) -Breaks: kio-umountwrapper-trinity (<< 4:14.0.0) +Replaces: tdeio-umountwrapper-trinity (<< 4:14.0.0) +Breaks: tdeio-umountwrapper-trinity (<< 4:14.0.0) Description: progress dialog for safely removing devices in Trinity. Wrapper around tdeio_media_mountwrapper. Provides a progress dialog for Safely Removing of devices in Trinity. diff --git a/debian/squeeze/applications/tdeio-umountwrapper/debian/postrm b/debian/squeeze/applications/tdeio-umountwrapper/debian/postrm index 2baeddc3e..18fc57ee1 100644 --- a/debian/squeeze/applications/tdeio-umountwrapper/debian/postrm +++ b/debian/squeeze/applications/tdeio-umountwrapper/debian/postrm @@ -19,7 +19,7 @@ set -e -package_name=kio-umountwrapper-trinity +package_name=tdeio-umountwrapper-trinity # make sure than the directories exist before running dpkg-divert mkdir -p /opt/trinity/share/apps/konqueror/servicemenus/ diff --git a/debian/squeeze/applications/tdeio-umountwrapper/debian/preinst b/debian/squeeze/applications/tdeio-umountwrapper/debian/preinst index 78e02c765..589e2ed5c 100644 --- a/debian/squeeze/applications/tdeio-umountwrapper/debian/preinst +++ b/debian/squeeze/applications/tdeio-umountwrapper/debian/preinst @@ -20,7 +20,7 @@ set -e -package_name=kio-umountwrapper-trinity +package_name=tdeio-umountwrapper-trinity # make sure than the directories exist before running dpkg-divert mkdir -p /opt/trinity/share/apps/konqueror/servicemenus/ |