summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Nelson <pyro@debian.org>2005-11-18 19:49:17 +0000
committerBrian Nelson <pyro@debian.org>2005-11-18 19:49:17 +0000
commit2018774b44100f44d809d81b44df21a10f4d3f30 (patch)
tree2934d0abc30b82fa1c51c033d34f4ddb515882d7
parent4ad1698bcbc492495299e73b0f81cd5d6358bde9 (diff)
downloadqt4-x11-2018774b44100f44d809d81b44df21a10f4d3f30.tar.gz
releasing version 4.0.1-5debian/4.0.1-5
-rw-r--r--debian/changelog4
-rw-r--r--debian/qt4-designer.menu2
-rwxr-xr-xdebian/rules2
3 files changed, 4 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog
index 0038675..5603e27 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-qt4-x11 (4.0.1-5) UNRELEASED; urgency=low
+qt4-x11 (4.0.1-5) unstable; urgency=low
* debian/control: made libqt4-gui replace libqt4-core (<< 4.0.1-3), for
the plugins move (Closes: #336492)
@@ -15,7 +15,7 @@ qt4-x11 (4.0.1-5) UNRELEASED; urgency=low
* Added a tarball of the examples to qt4-doc (Closes: #336832)
- -- Brian Nelson <pyro@debian.org> Fri, 18 Nov 2005 00:01:22 -0800
+ -- Brian Nelson <pyro@debian.org> Fri, 18 Nov 2005 10:27:03 -0800
qt4-x11 (4.0.1-4) unstable; urgency=low
diff --git a/debian/qt4-designer.menu b/debian/qt4-designer.menu
index b3f9c91..88b59bb 100644
--- a/debian/qt4-designer.menu
+++ b/debian/qt4-designer.menu
@@ -1,4 +1,4 @@
-?package(qt4-dev-tools):\
+?package(qt4-designer):\
needs="x11"\
section="Apps/Programming"\
hints="KDE"\
diff --git a/debian/rules b/debian/rules
index 67ea27a..0067b3c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -103,6 +103,6 @@ common-install-arch::
binary-install/qt4-doc::
# Tar up the examples to include them in qt4-doc
- -$(MAKE) -k -C examples clean
+ -$(MAKE) -k -C examples distclean
tar -cv examples/ | \
gzip -9 > debian/qt4-doc/usr/share/doc/qt4-doc/qt4-examples.tar.gz