Log of /trunk/packages/kdewebdev
Directory Listing
Revision
2154 -
Directory Listing
Modified
Sun Nov 6 22:26:53 2005 UTC
(7 years, 6 months ago)
by
chrsmrtn
Set trunk externals to point to the trunk copy of cdbs/common-patches.
Revision
2153 -
Directory Listing
Modified
Sun Nov 6 22:16:09 2005 UTC
(7 years, 6 months ago)
by
chrsmrtn
Copied from:
branches/kde-3.4.0/packages/kdewebdev revision 2151
OK, now trunk contains a copy of branches/kde-3.4.0, to be used
for KDE 3.5. A bit of a pain for the immediate future (further 3.4.3 changes
will need to be checked into both branches/kde-3.4.0 and trunk).
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/kdewebdev
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
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/kdewebdev
Clean up Uploaders - new standard list for group maintained packages, based
on current contributors, in alphabetical order by last name.
Revision
861 -
Directory Listing
Modified
Mon Mar 21 15:46:32 2005 UTC
(8 years, 2 months ago)
by
chrsmrtn-guest
Original Path:
branches/kde-3.4.0/packages/kdewebdev
No need to list which files to install; the HTML files are generated directly
in the installed directory anyway, so you get everything whether you like it
or not.
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/kdewebdev
update build-dependencies. Sundry updates, but
mainly this is to bump the cdbs dependency so
that we have the reverse-config target.
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/kdewebdev
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.