Log of /tags/packages/kdevplatform/kdevplatform-0.9.99-1
Directory Listing
Revision
16982 -
Directory Listing
Modified
Wed Feb 17 17:07:21 2010 UTC
(3 years, 3 months ago)
by
fabo
Original Path:
trunk/packages/kdevplatform
* Update debian/control:
- bump build dependencies version (debhelper and pkg-kde-tools).
- bump Standards-Version to 3.8.4 (no changes needed).
* Update debian/kdevplatform1-libs.install file.
* Update debian/kdevplatform-dev.install file.
* Update debian/rules: pass -DCMAKE_SKIP_RPATH=ON
to workaround FindKDE4Internal.cmake default rpath value.
Revision
16254 -
Directory Listing
Modified
Thu Nov 12 16:56:04 2009 UTC
(3 years, 6 months ago)
by
fabo
Original Path:
trunk/packages/kdevplatform
Prepare kdevplatforma and kdevelop beta 6:
- Add some patches commited after the tag to avoid some crashes.
- Add Replaces to kdevplatform1-libs as some files were moved from
kdevelop/kdevelop-data.
- Bump build dependencies versions.
Revision
15635 -
Directory Listing
Modified
Tue Aug 11 14:45:46 2009 UTC
(3 years, 9 months ago)
by
fabo
Original Path:
trunk/packages/kdevplatform
- use DEB_DBG_PACKAGE instead of DEB_DH_STRIP_ARGS. debug package should
be properly generated.
bump snapshot.
Revision
14665 -
Directory Listing
Modified
Fri May 22 15:39:57 2009 UTC
(3 years, 11 months ago)
by
fabo
Original Path:
trunk/packages/kdevplatform
Update debian/kdevplatform1-libs.install: add kdevcodegen licenses files.
more verbosity in install files.
Revision
14455 -
Directory Listing
Modified
Mon Apr 20 13:47:27 2009 UTC
(4 years ago)
by
fabo
Original Path:
trunk/packages/kdevplatform
kdevplatform 0.9.92 was released.
Update kdevelop package to 3.9.92:
- refresh 10_private_libs_soversion.diff patch
- remove 20_external_lcov.diff patch. Merged upstream.
- depends on kdevplatform 0.9.92
Revision
13526 -
Directory Listing
Modified
Sun Jan 25 11:42:14 2009 UTC
(4 years, 3 months ago)
by
modax-guest
Original Path:
branches/kde4.2/packages/kdevplatform
This a huge commit which migrates all internal debian/cdbs "users" (with the
exception of kgraphviewer, what is this anyway?) in branches/kde4.2/packages
from the debian/cdbs to the one provided by pkg-kde-tools >= 0.4 at
/usr/share/pkg-kde-tools/qt-kde-team. pkg-kde-tools 0.4.0 has just been
uploaded to experimental, but compatible version is available in kdetrunk in
the meantime.
After this update, all debian/cdbs svn:externals will become non-existant and
should (not really sure) show up as ? in svn status output. Then you can delete
them with something like:
svn status | grep '^?.*debian/cdbs' | awk '{print $2}' (preview)
svn status | grep '^?.*debian/cdbs' | awk '{print $2}' | xargs rm -rf
Revision
13092 -
Directory Listing
Modified
Thu Jan 1 15:12:30 2009 UTC
(4 years, 4 months ago)
by
fabo
Original Path:
branches/kde4.2/packages/kdevplatform
* Build-depends on libboost-iostreams-dev. libboost-thread-dev isn't needed.
* Enable kdevplatform-bin as teamwork plugin builds now.
* Bump snapshot to r904180: Teamwork plugin build is fixed.
Revision
13085 -
Directory Listing
Modified
Wed Dec 31 12:10:42 2008 UTC
(4 years, 4 months ago)
by
fabo
Original Path:
branches/kde4.2/packages/kdevplatform
* Remove Xavier Vello from Uploaders field. It seems he doesn't want to
work anymore on kdevplatform with me. Thanks for your work until now.
* Remove useless build dependency: libboost-dev and libboost-iostreams-dev.
* Rename kdevplatform-libs to kdevplatform1-libs.
* Disable kdevplatform-bin package. Teamwork is broken.
* New snapshot revision.
Revision
13041 -
Directory Listing
Modified
Sat Dec 27 14:07:50 2008 UTC
(4 years, 4 months ago)
by
wdgt-guest
Original Path:
branches/kde4.2/packages/kdevplatform
* added b-d in order to teamwork plugin to compile (doesn't work on pbuilder, need to figure why)
* reactivated -bin package, won't fail if teamwork plugin is installed
* added patch 20-dont-build-examples.diff
* updated .install for 0.94
Revision
12890 -
Directory Listing
Modified
Tue Dec 9 10:20:56 2008 UTC
(4 years, 5 months ago)
by
fabo
Original Path:
branches/kde4.2/packages/kdevplatform
* Tighten libboost build dependency. Only serialization and thread are
needed.
* Build depend against default libboost version. Current version is 1.34 and
builds fine, version 1.35 and 1.36 as well.
* Disable kdevplatform-bin package for now. It is empty since last svn
snapshot update.