Log of /tags/packages/kdelibs/kdelibs-3.4.2-1
Directory Listing
Revision
1925 -
Directory Listing
Modified
Thu Oct 6 16:09:04 2005 UTC
(7 years, 7 months ago)
by
chrsmrtn
New non-external cdbs and common-patches.
Revision
1924 -
Directory Listing
Modified
Thu Oct 6 15:34:34 2005 UTC
(7 years, 7 months ago)
by
chrsmrtn
Death to tags+externals.
More to follow...
Revision
1464 -
Directory Listing
Modified
Tue Aug 16 15:25:18 2005 UTC
(7 years, 9 months ago)
by
chrsmrtn-guest
Original Path:
branches/kde-3.4.0/packages/kdelibs
New branch.diff for kdelibs. Sync kdelibs4-dev' deps
with kdelibs's build-deps, and get the changelog
ready for release.
Revision
1453 -
Directory Listing
Modified
Mon Aug 15 05:45:58 2005 UTC
(7 years, 9 months ago)
by
chrsmrtn-guest
Original Path:
branches/kde-3.4.0/packages/kdelibs
Add binary parts of the BRANCH diff, and update the
install lists accordingly. Note that this requires
a new buildprep.diff to work, but since we haven't
finalized the branch pulls, the buildprep will get
updated before release anyway.
Revision
1410 -
Directory Listing
Modified
Fri Aug 5 03:39:30 2005 UTC
(7 years, 9 months ago)
by
chrsmrtn-guest
Original Path:
branches/kde-3.4.0/packages/kdelibs
Add a replaces for kdelibs-data on kpackage, to avoid conflicts over
/usr/share/mimelnk/application/x-debian-package (moved in 3.4.2).
Revision
1372 -
Directory Listing
Modified
Tue Jul 26 20:14:28 2005 UTC
(7 years, 9 months ago)
by
chrsmrtn-guest
Original Path:
branches/kde-3.4.0/packages/kdelibs
Commit kdelibs transition changes. kdelibs4 becomes kdelibs4c2, build-depends are tightened, etc.
shlibs are bumped.
Revision
1301 -
Directory Listing
Modified
Thu Jul 14 03:47:23 2005 UTC
(7 years, 10 months ago)
by
chrsmrtn-guest
Original Path:
branches/kde-3.4.0/packages/kdelibs
Remove kdelibs build-dep on libxrender-dev, since this is pulled in by Qt,
and we haven't been strict about listing all build-deps, but let libqt3-mt-dev
(or for other KDE modules, libqt3-mt-dev and kdelibs4-dev) pull in the needed
basic dependencies.
Looking at Ubuntu, it seems that they include libxi-dev in kdelibs' build-deps.
Since we'll probably need to add this to Qt's build-deps eventually
(for tablet support), maybe we should just add it to Qt's build-deps (and
libqt3-mt-dev's deps) now?
Revision
1169 -
Directory Listing
Modified
Tue May 31 16:41:56 2005 UTC
(7 years, 11 months ago)
by
chrsmrtn-guest
Original Path:
branches/kde-3.4.0/packages/kdelibs
Update debian/rules for individual package shlibs. For now, we
start with 3.4.1-1, but in future we'll only bump when needed
(pending a good, reliable system to determine these things).
Revision
1062 -
Directory Listing
Modified
Fri May 13 23:04:05 2005 UTC
(8 years ago)
by
chrsmrtn-guest
Original Path:
branches/kde-3.4.0/packages/kdelibs
Several changes:
Change how the new kde-applications.menu is put into place.
Clean up the old file.
Debianize the Konqueror web browser user agent, as is done
by most other Debian browsers (append the package version).
Revision
1056 -
Directory Listing
Modified
Sun May 8 14:54:57 2005 UTC
(8 years ago)
by
chrsmrtn-guest
Original Path:
branches/kde-3.4.0/packages/kdelibs
Move applications.menu to kde-applications.menu, and applications-merged
becomes kde-applications-merged. Fixes the GNOME conflict.
Revision
1035 -
Directory Listing
Modified
Tue Apr 26 01:11:50 2005 UTC
(8 years ago)
by
chrsmrtn-guest
Original Path:
branches/kde-3.4.0/packages/kdelibs
Clean up Uploaders - new standard list for group maintained packages, based
on current contributors, in alphabetical order by last name.
Revision
980 -
Directory Listing
Modified
Thu Apr 7 21:27:21 2005 UTC
(8 years, 1 month ago)
by
chrsmrtn-guest
Original Path:
branches/kde-3.4.0/packages/kdelibs
Use capital letters, or else, oddly enough, the font names show up
in lowercase in kcontrol (but only in some places...).
Just a cosmetic change.
Revision
851 -
Directory Listing
Modified
Fri Mar 18 19:40:37 2005 UTC
(8 years, 2 months ago)
by
chrsmrtn-guest
Original Path:
branches/kde-3.4.0/packages/kdelibs
update build-dependencies. Sundry updates, but
mainly this is to bump the cdbs dependency so
that we have the reverse-config target.
Revision
842 -
Directory Listing
Modified
Fri Mar 18 16:57:02 2005 UTC
(8 years, 2 months ago)
by
dato-guest
Original Path:
branches/kde-3.4.0/packages/kdelibs
kdelibs:
* Added new package kdelibs4-dbg, with separate debugging symbols. Added
Build-Dependency on binutils (>= 2.14.90.0.7) as per the dh_strip man
page. (Closes: #257588).
* Now that graphviz is in main, add it to Build-Depends-Indep together with
gsfonts-x11 to generate diagrams in the API documentation.
Revision
804 -
Directory Listing
Modified
Mon Mar 14 02:44:00 2005 UTC
(8 years, 2 months ago)
by
chrsmrtn-guest
Original Path:
branches/kde-3.4.0/packages/kdelibs
Update kdelibs' package descriptions. They're still a little weak,
but they now follow the New Offical Policy in terms of layout.
Revision
747 -
Directory Listing
Modified
Tue Mar 8 16:26:30 2005 UTC
(8 years, 2 months ago)
by
chrsmrtn-guest
Original Path:
branches/kde-3.4.0/packages/kdelibs
Updated debian/rules to accomodate new kde.mk.
Note that by default, all libs will be given an shlibs value equal to the
upstream version, assuming that PACKAGES_WITH_LIBS is correct and complete.
If you need finer control, i.e. branch pulls add new symbols, then uncomment
the lines:
#shlibs_ver = 4:3.4.0-1
#$(foreach p,$(PACKAGES_WITH_LIBS),$(eval DEB_DH_MAKESHLIBS_ARGS_$(p) := -V'$(p) (>= $(shlibs_ver))'))
and specify the new shlibs manually.
Revision
567 -
Directory Listing
Modified
Wed Mar 2 21:41:15 2005 UTC
(8 years, 2 months ago)
by
chrsmrtn-guest
Original Path:
branches/kde-3.4.0/packages/kdelibs
Removed xlibmesa-glu-dev from build-deps.
Changed "replaces x.3.91" to x.3.99 so all pre 3.4.0 stuff is covered.
kdelibs4-dev (more closely) depends on what the whole package build-depends on.
Preinst script cleanups.
Sync changelog with 3.3 branch uploads.
DEB_SHLIBDEPS_INCLUDE := debian/kdelibs-bin/usr/lib shouldn't be needed since nothing shared there.
Fiddled with the distribution of READMEs and other docs throughout the packages.
Revision
538 -
Directory Listing
Modified
Mon Feb 28 02:41:10 2005 UTC
(8 years, 2 months ago)
by
dato-guest
Original Path:
branches/kde-3.4.0/packages/kdelibs
cdbs/kde.mk:
- Use escaped variables in the definitions of kde_htmldir and
the like instead of absolute paths, so that /usr/bin/kde-config doesn't
output them expanded even when --expandvars is not used. (Closes: #287822)
Revision
528 -
Directory Listing
Modified
Sun Feb 27 08:42:35 2005 UTC
(8 years, 2 months ago)
by
dato-guest
Original Path:
branches/kde-3.4.0/packages/kdelibs
kdelibs/debian/control:
- updated Replaces as per 'MOVED'
- increase version requirement of libarts1-dev in kdelibs4-dev depends
Revision
524 -
Directory Listing
Modified
Sun Feb 27 07:07:52 2005 UTC
(8 years, 2 months ago)
by
dato-guest
Original Path:
branches/kde-3.4.0/packages/kdelibs
kdelibs/debian/*.install:
- first round of updates, these come from Daniel's packages
(they are the very same except the libkspell2.so thing and
debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/component.title.properties.xml)
Revision
523 -
Directory Listing
Modified
Sun Feb 27 05:22:41 2005 UTC
(8 years, 2 months ago)
by
dato-guest
Original Path:
branches/kde-3.4.0/packages/kdelibs
kdelibs/debian/control:
- new build-dependencies: cdbs, autotools-dev, libasound2-dev,
libkrb5-dev, libqt3-mt-dev (!)
- removed buid-dependencies: qt3-doc
- updated build-dependencies: debhelper, libarts1-dev
[These come from Christopher. I have not merged a few, those are listed
in kde-3.4.0/TODO.]
Revision
515 -
Directory Listing
Modified
Sat Feb 26 18:35:28 2005 UTC
(8 years, 2 months ago)
by
dato-guest
Original Path:
branches/kde-3.4.0/packages/kdelibs
kdelibs/debian/patches:
- removed patches that are already applied
- rediffed 14_kaccel
- update 10_kstandarddirs from Daniel
Revision
514 -
Directory Listing
Modified
Sat Feb 26 09:35:42 2005 UTC
(8 years, 2 months ago)
by
dato-guest
Original Path:
branches/kde-3.4.0/packages/kdelibs
Deleting patches already in common for kdelibs, kdebase, and
kdegraphics. Note that 04_am_maintainer_mode is not deleted for kdelibs
(since configure.in.in needs to be patched, not admin/configure.in.min).
Revision
465 -
Directory Listing
Modified
Sun Feb 13 04:06:30 2005 UTC
(8 years, 3 months ago)
by
dato-guest
Original Path:
trunk/packages/kdelibs
patches/17_XMLHttpRequest_POST_fix.diff:
* Include patch from CVS to fix XMLHttpRequest POST being broken in KHTML
due to a blank line in headers. (Closes: #292765)
Revision
464 -
Directory Listing
Modified
Sun Feb 13 03:59:03 2005 UTC
(8 years, 3 months ago)
by
dato-guest
Original Path:
trunk/packages/kdelibs
Added patches/01_kdelibs_branch_2005-02-12.diff.uu.
Fix changelog date for previous entry.
Revision
460 -
Directory Listing
Modified
Sat Feb 12 16:18:32 2005 UTC
(8 years, 3 months ago)
by
chrsmrtn-guest
Original Path:
trunk/packages/kdelibs
OK, old oo.org + new-KDE should work - nothing
spectacular changed in the .desktop files that I can
see. So Replaces only - one against pre-mimelnk oo.org,
and one against (<< 1.1.3) oo.org-mimelnk. Hopefully
this is right... peer review would be great :)
Revision
459 -
Directory Listing
Modified
Sat Feb 12 15:13:54 2005 UTC
(8 years, 3 months ago)
by
dato-guest
Original Path:
trunk/packages/kdelibs
Revert openoffice.org 1.1.3 compatible changes since we're uploading
kdelibs before 1.1.3 enters testing.
Revision
458 -
Directory Listing
Modified
Sat Feb 12 15:06:20 2005 UTC
(8 years, 3 months ago)
by
dato-guest
Original Path:
trunk/packages/kdelibs
* Include patch to fix CAN-2005-0365, "insecure temporary file creation in
kdelibs 3.3.2". dcopidlng no longer creates its temporary files in /tmp.
(Closes: #294832, #294896) Urgency set to high because of this and other
RC bug fixes below.
Revision
457 -
Directory Listing
Modified
Sat Feb 12 14:40:03 2005 UTC
(8 years, 3 months ago)
by
dato-guest
Original Path:
trunk/packages/kdelibs
Correct spelling of contributor name: Javier Fernández-Sanguino Peña.
Revision
446 -
Directory Listing
Modified
Fri Jan 28 15:51:04 2005 UTC
(8 years, 3 months ago)
by
chrsmrtn-guest
Original Path:
trunk/packages/kdelibs
Commit for the post-OO.org-1.1.3-in-Sarge upload.
Re-add .desktop files, add Replaces/Conflicts,
etc.
Revision
383 -
Directory Listing
Modified
Sat Jan 8 23:28:51 2005 UTC
(8 years, 4 months ago)
by
chrsmrtn-guest
Original Path:
trunk/packages/kdelibs
Add the kaccel russian fix, and lower perl-suid to Recommends.
This stuff is iffy... Comments welcome.
Revision
380 -
Directory Listing
Modified
Fri Jan 7 19:43:20 2005 UTC
(8 years, 4 months ago)
by
dato-guest
Original Path:
trunk/packages/kdelibs
Changing a past changelog entry because it's important (provide
non-bogus CAN number):
s/CAN-2004-115/CAN-2004-1158/ in the the entry for kdelibs 3.3.1-3.
Revision
261 -
Directory Listing
Modified
Thu Nov 18 22:49:46 2004 UTC
(8 years, 6 months ago)
by
dato-guest
Original Path:
trunk/packages/kdelibs
- Update trunk/packages/kdelibs from my trunk directory under people.
Revision
138 -
Directory Listing
Modified
Sat Jun 26 16:20:40 2004 UTC
(8 years, 10 months ago)
by
domi-guest
Original Path:
trunk/packages/kdelibs
Commit patch for #227538
Here's a bit of explanation:
I'll try to explain it again: It's all about the string
comparison: If somestring is a variable of type "char*", then
'somestring == "something"' in C++ and C is not a string
comparison, but a pointer comparison. It checks that the variable
somestring points to the same region of memory that "something" is
put in. Now, the C++ standard leaves some behaviour wrt. string
storage undefined, but what g++ does, is that if it finds two
string literals containing the same thing, it stores them only
once, if the two strings are in the same compile unit or link unit
or whatever unit it takes for this. Anyway, what happens in your
case ( where it works properly ) is that, the first time that the
function is called with "something" as an argument, it is by
chance one of the identical strings in the same compile unit, and
the check happens to succeed. The function then caches the result
it just calculated, and all further invocations of the function
give the correct result. However, if the first invocation of the
function happens to be a string from another compile unit, then
the pointer comparison fails, the function calculates the wrong
result, and this result is cached for all further invocations. I
debugged the bug that was described in this bug report, and this
is in fact the case.
Revision
98 -
Directory Listing
Modified
Thu Apr 8 19:40:30 2004 UTC
(9 years, 1 month ago)
by
domi-guest
Original Path:
trunk/packages/kdelibs
Commit a patch by Nathaniel W. Turner explaining how to use CDBS for
packaging a KDE app.
Revision
96 -
Directory Listing
Modified
Wed Apr 7 22:46:25 2004 UTC
(9 years, 1 month ago)
by
domi-guest
Original Path:
trunk/packages/kdelibs
Commit the doc and dh-make adaptations as discussed on debian-qt-kde and #debian-kde
Revision
93 -
Directory Listing
Modified
Mon Apr 5 23:17:58 2004 UTC
(9 years, 1 month ago)
by
domi-guest
Original Path:
trunk/packages/kdelibs
debian/Packaging.txt, debian/dh-make/menu.ex: Added quotes to the menu
file examples.
Revision
90 -
Directory Listing
Modified
Mon Apr 5 19:41:31 2004 UTC
(9 years, 1 month ago)
by
domi-guest
Original Path:
trunk/packages/kdelibs
Removed references to the obsolete kderemove menu tag in kdelibs'
documentation.
Revision
62 -
Directory Listing
Modified
Sat Mar 6 16:51:30 2004 UTC
(9 years, 2 months ago)
by
domi-guest
Original Path:
trunk/packages/kdelibs
Dominique Devriese <devriese@kde.org>: Make the versioned kdelibs-data
openoffice.org-mimelnk Replaces entry use the proper openoffice
version (<= 1.1.0+1.1.1rc-1). Closes: 236508.
Revision
51 -
Directory Listing
Modified
Sat Feb 21 01:34:15 2004 UTC
(9 years, 3 months ago)
by
ccheney
Original Path:
trunk/packages/kdelibs
kdelibs 3.2.0-0pre1v1 update
KDE_3_2_BRANCH update
Corrected Conflicts/Replaces
Various other minor fixes