CVS commit by dato: - KDE 3.3.1 pre-packages (commited to a branch).
M +18 -0 changelog 1.228.2.2 M +1 -0 kdelibs-data.install 1.17.4.2 M +1 -1 rules 1.227.4.1 R patches/01_kdelibs_branch.diff.uu 1.1.2.1 --- kdelibs/debian/changelog #1.228.2.1:1.228.2.2 @@ -1,2 +1,20 @@ +kdelibs (4:3.3.1~kalyxo-1) unstable; urgency=low + + * This is a prerelease version of the Debian packages, which you may want + to use until 3.3.1 gets officially uploaded into Debian. Also, Debian + maintainers are welcome to use any of the included fixes. + + * New upstream release: + - used cvs KDE_3_3_1_RELEASE tag as of 2004-10-11. + - innerHTML works again. (Closes: #269890) + + * debian/rules: + - use "dist" target of admin/Makefile.common. + + * debian/kdelibs-data.install: + - added x-javascript.desktop, which has moved from kdebindings to kdelibs. + + -- Adeodato Simó <[EMAIL PROTECTED]> Mon, 11 Oct 2004 01:25:31 +0200 + kdelibs (4:3.3.0-2) unstable; urgency=low --- kdelibs/debian/kdelibs-data.install #1.17.4.1:1.17.4.2 @@ -3386,4 +3386,5 @@ debian/tmp/usr/share/mimelnk/application/x-java-applet.desktop debian/tmp/usr/share/mimelnk/application/x-java.desktop +debian/tmp/usr/share/mimelnk/application/x-javascript.desktop debian/tmp/usr/share/mimelnk/application/x-karbon.desktop debian/tmp/usr/share/mimelnk/application/x-kchart.desktop --- kdelibs/debian/rules #1.227:1.227.4.1 @@ -64,5 +64,5 @@ # KDE CVS does not have aclocal.m4 or configure if test ! -f configure; then \ - $(MAKE) -f admin/Makefile.common ;\ + $(MAKE) -f admin/Makefile.common dist ;\ fi