summaryrefslogtreecommitdiffstats
path: root/ubuntu/maverick/tdewebdev/debian
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-27 02:00:00 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-27 02:00:00 -0600
commitce12f9fa05fe43b5878f3189e747e31bbb60c7f7 (patch)
treed413f990a9bf730db9626ccd8d1543e9ceca2b92 /ubuntu/maverick/tdewebdev/debian
parent906a58edb15cf66653ed0974d1507b5ff6acd65d (diff)
downloadtde-packaging-ce12f9fa05fe43b5878f3189e747e31bbb60c7f7.tar.gz
tde-packaging-ce12f9fa05fe43b5878f3189e747e31bbb60c7f7.zip
Update Debian and Ubuntu packaging with the latest renaming in GIT
Diffstat (limited to 'ubuntu/maverick/tdewebdev/debian')
-rw-r--r--ubuntu/maverick/tdewebdev/debian/changelog4
-rw-r--r--ubuntu/maverick/tdewebdev/debian/control10
-rw-r--r--ubuntu/maverick/tdewebdev/debian/control.in6
-rw-r--r--ubuntu/maverick/tdewebdev/debian/kfilereplace-trinity.install14
-rw-r--r--ubuntu/maverick/tdewebdev/debian/kfilereplace-trinity.manpages1
-rw-r--r--ubuntu/maverick/tdewebdev/debian/man/tdefilereplace-trinity.1 (renamed from ubuntu/maverick/tdewebdev/debian/man/kfilereplace-trinity.1)8
-rwxr-xr-xubuntu/maverick/tdewebdev/debian/rules2
-rw-r--r--ubuntu/maverick/tdewebdev/debian/tdefilereplace-trinity.README.Debian (renamed from ubuntu/maverick/tdewebdev/debian/kfilereplace-trinity.README.Debian)0
-rw-r--r--ubuntu/maverick/tdewebdev/debian/tdefilereplace-trinity.install14
-rw-r--r--ubuntu/maverick/tdewebdev/debian/tdefilereplace-trinity.manpages1
-rw-r--r--ubuntu/maverick/tdewebdev/debian/tdewebdev-doc-html.doc-base.tdefilereplace (renamed from ubuntu/maverick/tdewebdev/debian/tdewebdev-doc-html.doc-base.kfilereplace)6
11 files changed, 33 insertions, 33 deletions
diff --git a/ubuntu/maverick/tdewebdev/debian/changelog b/ubuntu/maverick/tdewebdev/debian/changelog
index 58f475bcf..bd707d270 100644
--- a/ubuntu/maverick/tdewebdev/debian/changelog
+++ b/ubuntu/maverick/tdewebdev/debian/changelog
@@ -156,7 +156,7 @@ tdewebdev (4:3.5.4-1) unstable; urgency=low
+++ Changes by Christopher Martin:
- * Add kfilereplace manpage, thanks to Holger Hartmann. (Closes: #370237)
+ * Add tdefilereplace manpage, thanks to Holger Hartmann. (Closes: #370237)
-- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org> Sat, 26 Aug 2006 14:11:51 -0400
@@ -437,7 +437,7 @@ tdewebdev (1:3.3.0-1) unstable; urgency=low
fixing a FTBFS on sid (closes: #261629, #269340, #272767).
* Pumped up the dependencies for quanta, which with each new release makes
more use of external tools:
- - kfilereplace and tidy have moved from recommends to depends;
+ - tdefilereplace and tidy have moved from recommends to depends;
- cervisia and kompare have moved from suggests to recommends;
- also added klinkstatus (depends), gnupg (recommends), gubed
and kimagemapeditor (suggests).
diff --git a/ubuntu/maverick/tdewebdev/debian/control b/ubuntu/maverick/tdewebdev/debian/control
index f3c83ae1d..1ba182c43 100644
--- a/ubuntu/maverick/tdewebdev/debian/control
+++ b/ubuntu/maverick/tdewebdev/debian/control
@@ -13,7 +13,7 @@ Architecture: all
Section: tde
Replaces: kdewebdev-trinity (<< 4:14.0.0)
Breaks: kdewebdev-trinity (<< 4:14.0.0)
-Depends: quanta-trinity (>= ${source:Version}), kfilereplace-trinity (>= ${source:Version}), kimagemapeditor-trinity (>= ${source:Version}), klinkstatus-trinity (>= ${source:Version}), kommander-trinity (>= ${source:Version}), kxsldbg-trinity (>= ${source:Version})
+Depends: quanta-trinity (>= ${source:Version}), tdefilereplace-trinity (>= ${source:Version}), kimagemapeditor-trinity (>= ${source:Version}), klinkstatus-trinity (>= ${source:Version}), kommander-trinity (>= ${source:Version}), kxsldbg-trinity (>= ${source:Version})
Suggests: kommander-trinity-dev (>= ${source:Version}), tdewebdev-trinity-doc-html (>= ${source:Version})
Description: web development apps from the official KDE release [Trinity]
KDE (the K Desktop Environment) is a powerful Open Source graphical
@@ -49,7 +49,7 @@ Architecture: any
Section: web
Replaces: quanta-trinity (<< 4:14.0.0)
Breaks: quanta-trinity (<< 4:14.0.0)
-Depends: ${shlibs:Depends}, kfilereplace-trinity, klinkstatus-trinity, kommander-trinity, quanta-data-trinity, tidy
+Depends: ${shlibs:Depends}, tdefilereplace-trinity, klinkstatus-trinity, kommander-trinity, quanta-data-trinity, tidy
Recommends: cervisia-trinity, gnupg, kompare-trinity, kxsldbg-trinity, docbook-defguide
Suggests: gubed, kimagemapeditor-trinity, wget, khelpcenter-trinity, php-doc
Description: web development environment for KDE [Trinity]
@@ -85,11 +85,11 @@ Description: data files for Quanta Plus web development environment [Trinity]
This package is part of KDE, as a component of the KDE web development module.
See the 'kde-trinity' and 'tdewebdev-trinity' packages for more information.
-Package: kfilereplace-trinity
+Package: tdefilereplace-trinity
Architecture: any
Section: tde
-Replaces: kfilereplace-trinity (<< 4:14.0.0)
-Breaks: kfilereplace-trinity (<< 4:14.0.0)
+Replaces: tdefilereplace-trinity (<< 4:14.0.0)
+Breaks: tdefilereplace-trinity (<< 4:14.0.0)
Depends: ${shlibs:Depends}
Suggests: quanta-trinity
Description: batch search-and-replace component for KDE [Trinity]
diff --git a/ubuntu/maverick/tdewebdev/debian/control.in b/ubuntu/maverick/tdewebdev/debian/control.in
index aa1dcb562..0712c3cef 100644
--- a/ubuntu/maverick/tdewebdev/debian/control.in
+++ b/ubuntu/maverick/tdewebdev/debian/control.in
@@ -10,7 +10,7 @@ Standards-Version: 3.7.2
Package: tdewebdev
Architecture: all
Section: tde
-Depends: quanta (>= ${Source-Version}), kfilereplace (>= ${Source-Version}), kimagemapeditor (>= ${Source-Version}), klinkstatus (>= ${Source-Version}), kommander (>= ${Source-Version}), kxsldbg (>= ${Source-Version})
+Depends: quanta (>= ${Source-Version}), tdefilereplace (>= ${Source-Version}), kimagemapeditor (>= ${Source-Version}), klinkstatus (>= ${Source-Version}), kommander (>= ${Source-Version}), kxsldbg (>= ${Source-Version})
Suggests: kommander-dev (>= ${Source-Version}), tdewebdev-doc-html (>= ${Source-Version})
Description: web development apps from the official KDE release
KDE (the K Desktop Environment) is a powerful Open Source graphical
@@ -43,7 +43,7 @@ Description: KDE web development documentation in HTML format
Package: quanta
Architecture: any
Section: web
-Depends: ${shlibs:Depends}, kfilereplace (= ${Source-Version}), klinkstatus (= ${Source-Version}), kommander (= ${Source-Version}), quanta-data (>> ${KDE-Version3}), quanta-data (<< ${KDE-Next-Version3}), tidy
+Depends: ${shlibs:Depends}, tdefilereplace (= ${Source-Version}), klinkstatus (= ${Source-Version}), kommander (= ${Source-Version}), quanta-data (>> ${KDE-Version3}), quanta-data (<< ${KDE-Next-Version3}), tidy
Recommends: cervisia, gnupg, kompare, kxsldbg (= ${Source-Version}), docbook-defguide
Suggests: gubed, kimagemapeditor (= ${Source-Version}), wget, khelpcenter, php-doc
Description: web development environment for KDE
@@ -80,7 +80,7 @@ Description: data files for Quanta Plus web development environment
This package is part of KDE, as a component of the KDE web development module.
See the 'kde' and 'tdewebdev' packages for more information.
-Package: kfilereplace
+Package: tdefilereplace
Architecture: any
Section: tde
Depends: ${shlibs:Depends}
diff --git a/ubuntu/maverick/tdewebdev/debian/kfilereplace-trinity.install b/ubuntu/maverick/tdewebdev/debian/kfilereplace-trinity.install
deleted file mode 100644
index ac762a2a5..000000000
--- a/ubuntu/maverick/tdewebdev/debian/kfilereplace-trinity.install
+++ /dev/null
@@ -1,14 +0,0 @@
-debian/tmp/opt/trinity/bin/kfilereplace
-debian/tmp/opt/trinity/lib/trinity/libkfilereplacepart.la
-debian/tmp/opt/trinity/lib/trinity/libkfilereplacepart.so
-debian/tmp/opt/trinity/share/applications/tde/kfilereplace.desktop
-debian/tmp/opt/trinity/share/apps/kfilereplace/kfilereplaceui.rc
-debian/tmp/opt/trinity/share/apps/kfilereplacepart
-debian/tmp/opt/trinity/share/doc/tde/HTML/en/kfilereplace/*.bz2
-debian/tmp/opt/trinity/share/doc/tde/HTML/en/kfilereplace/common
-debian/tmp/opt/trinity/share/doc/tde/HTML/en/kfilereplace/*.docbook
-debian/tmp/opt/trinity/share/doc/tde/HTML/en/kfilereplace/*.png
-debian/tmp/opt/trinity/share/icons/hicolor/22x22/apps/kfilereplace.png
-debian/tmp/opt/trinity/share/icons/hicolor/32x32/apps/kfilereplace.png
-debian/tmp/opt/trinity/share/icons/hicolor/48x48/apps/kfilereplace.png
-debian/tmp/opt/trinity/share/services/kfilereplacepart.desktop
diff --git a/ubuntu/maverick/tdewebdev/debian/kfilereplace-trinity.manpages b/ubuntu/maverick/tdewebdev/debian/kfilereplace-trinity.manpages
deleted file mode 100644
index cf8df22a1..000000000
--- a/ubuntu/maverick/tdewebdev/debian/kfilereplace-trinity.manpages
+++ /dev/null
@@ -1 +0,0 @@
-debian/man/kfilereplace-trinity.1
diff --git a/ubuntu/maverick/tdewebdev/debian/man/kfilereplace-trinity.1 b/ubuntu/maverick/tdewebdev/debian/man/tdefilereplace-trinity.1
index 2f8d0acd2..7c0c90a13 100644
--- a/ubuntu/maverick/tdewebdev/debian/man/kfilereplace-trinity.1
+++ b/ubuntu/maverick/tdewebdev/debian/man/tdefilereplace-trinity.1
@@ -1,10 +1,10 @@
.\" This file was generated by (a slightly modified) kdemangen.pl and edited by hand
.TH KFILEREPLACE 1 "June 2006" "K Desktop Environment" "Batch search and replace tool"
.SH NAME
-kfilereplace
+tdefilereplace
\- Batch search and replace tool
.SH SYNOPSIS
-\fBkfilereplace\fP [Qt\-options] [KDE\-options] [PATH]
+\fBtdefilereplace\fP [Qt\-options] [KDE\-options] [PATH]
.SH DESCRIPTION
\fBKFileReplace\fP is an application used to search and replace a list of strings in a file tree. The strings may be literal or Qt\-like regular expressions. There are also other options to tune your search.
.SH OPTIONS
@@ -137,9 +137,9 @@ mirrors the whole layout of widgets
.SH SEE ALSO
Full user documentation is available through the KDE Help Center. You can also enter the URL
-.BR help:/kfilereplace/
+.BR help:/tdefilereplace/
directly into konqueror or you can run
-.BR "khelpcenter help:/kfilereplace/"
+.BR "khelpcenter help:/tdefilereplace/"
from the command\-line.
.br
.SH AUTHORS
diff --git a/ubuntu/maverick/tdewebdev/debian/rules b/ubuntu/maverick/tdewebdev/debian/rules
index ad4eb9d85..1e601c5e2 100755
--- a/ubuntu/maverick/tdewebdev/debian/rules
+++ b/ubuntu/maverick/tdewebdev/debian/rules
@@ -14,7 +14,7 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine
DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib
-DEB_INSTALL_CHANGELOGS_kfilereplace-trinity := kfilereplace/ChangeLog
+DEB_INSTALL_CHANGELOGS_tdefilereplace-trinity := tdefilereplace/ChangeLog
DEB_INSTALL_CHANGELOGS_kimagemapeditor-trinity := kimagemapeditor/ChangeLog
DEB_INSTALL_CHANGELOGS_klinkstatus-trinity := klinkstatus/ChangeLog
DEB_INSTALL_CHANGELOGS_kommander-trinity := kommander/ChangeLog
diff --git a/ubuntu/maverick/tdewebdev/debian/kfilereplace-trinity.README.Debian b/ubuntu/maverick/tdewebdev/debian/tdefilereplace-trinity.README.Debian
index 3d186fbcf..3d186fbcf 100644
--- a/ubuntu/maverick/tdewebdev/debian/kfilereplace-trinity.README.Debian
+++ b/ubuntu/maverick/tdewebdev/debian/tdefilereplace-trinity.README.Debian
diff --git a/ubuntu/maverick/tdewebdev/debian/tdefilereplace-trinity.install b/ubuntu/maverick/tdewebdev/debian/tdefilereplace-trinity.install
new file mode 100644
index 000000000..515142b40
--- /dev/null
+++ b/ubuntu/maverick/tdewebdev/debian/tdefilereplace-trinity.install
@@ -0,0 +1,14 @@
+debian/tmp/opt/trinity/bin/tdefilereplace
+debian/tmp/opt/trinity/lib/trinity/libtdefilereplacepart.la
+debian/tmp/opt/trinity/lib/trinity/libtdefilereplacepart.so
+debian/tmp/opt/trinity/share/applications/tde/tdefilereplace.desktop
+debian/tmp/opt/trinity/share/apps/tdefilereplace/tdefilereplaceui.rc
+debian/tmp/opt/trinity/share/apps/tdefilereplacepart
+debian/tmp/opt/trinity/share/doc/tde/HTML/en/tdefilereplace/*.bz2
+debian/tmp/opt/trinity/share/doc/tde/HTML/en/tdefilereplace/common
+debian/tmp/opt/trinity/share/doc/tde/HTML/en/tdefilereplace/*.docbook
+debian/tmp/opt/trinity/share/doc/tde/HTML/en/tdefilereplace/*.png
+debian/tmp/opt/trinity/share/icons/hicolor/22x22/apps/tdefilereplace.png
+debian/tmp/opt/trinity/share/icons/hicolor/32x32/apps/tdefilereplace.png
+debian/tmp/opt/trinity/share/icons/hicolor/48x48/apps/tdefilereplace.png
+debian/tmp/opt/trinity/share/services/tdefilereplacepart.desktop
diff --git a/ubuntu/maverick/tdewebdev/debian/tdefilereplace-trinity.manpages b/ubuntu/maverick/tdewebdev/debian/tdefilereplace-trinity.manpages
new file mode 100644
index 000000000..694a538a0
--- /dev/null
+++ b/ubuntu/maverick/tdewebdev/debian/tdefilereplace-trinity.manpages
@@ -0,0 +1 @@
+debian/man/tdefilereplace-trinity.1
diff --git a/ubuntu/maverick/tdewebdev/debian/tdewebdev-doc-html.doc-base.kfilereplace b/ubuntu/maverick/tdewebdev/debian/tdewebdev-doc-html.doc-base.tdefilereplace
index 8e685ddea..54489def9 100644
--- a/ubuntu/maverick/tdewebdev/debian/tdewebdev-doc-html.doc-base.kfilereplace
+++ b/ubuntu/maverick/tdewebdev/debian/tdewebdev-doc-html.doc-base.tdefilereplace
@@ -1,10 +1,10 @@
-Document: kfilereplace
+Document: tdefilereplace
Title: KFileReplace Handbook
Author: Emiliano Gulmini <emi_barbarossa@yahoo.it>
Abstract: KFileReplace is an utility to search and replace strings.
Section: Apps/Net
Format: HTML
-Index: /opt/trinity/share/doc/tde/HTML/en/kfilereplace/index.html
-Files: /opt/trinity/share/doc/tde/HTML/en/kfilereplace/*.html
+Index: /opt/trinity/share/doc/tde/HTML/en/tdefilereplace/index.html
+Files: /opt/trinity/share/doc/tde/HTML/en/tdefilereplace/*.html