
Log of /trunk/uia/misc/packaging
Directory Listing
Revision
3338 -
Directory Listing
Modified
Thu Aug 7 19:36:10 2008 UTC (15 months, 2 weeks ago) by
jastr
remember to require python-crypto
Revision
3331 -
Directory Listing
Modified
Fri Aug 1 21:59:56 2008 UTC (15 months, 3 weeks ago) by
jastr
build rules for N810/diablo packages
Revision
3323 -
Directory Listing
Modified
Mon Jul 14 16:56:33 2008 UTC (16 months, 1 week ago) by
jastr
remove the dependency on dns_sd.h when using avahi, hence
only avahi-utils are needed for using avahi, not libavahi-compat-libdnssd-dev
Revision
2934 -
Directory Listing
Modified
Wed Jan 2 23:15:53 2008 UTC (22 months, 3 weeks ago) by
jastr
merge -r 2921:2929 branches/avahi -> trunk
UIA can now choose between using mdnsresponder (on OSX for example)
and avahi (via the avahi-utils packages) on linux.
You will need to rerun autoconf and configure after this update.
Also includes fixes for the mndsresponder version so that they'll
receive avahi broadcasts correctly.
the scripts for building packages for ubuntu and the n800's
should switch over to avahi now.
Revision
2617 -
Directory Listing
Modified
Tue Jul 10 16:07:56 2007 UTC (2 years, 4 months ago) by
jastr
run uiaconfig on install
add uia to /etc/nsswitch.conf
Revision
2616 -
Directory Listing
Modified
Tue Jul 10 15:28:22 2007 UTC (2 years, 4 months ago) by
jastr
package script works again
Revision
2570 -
Directory Listing
Modified
Sun Jun 3 13:54:28 2007 UTC (2 years, 5 months ago) by
jastr
add a configure flag to ask whether we're using a static or
dynamic version of qt, and have the n800 default to the static one
Revision
2523 -
Directory Listing
Modified
Thu May 31 00:14:18 2007 UTC (2 years, 5 months ago) by
jastr
only run configure once
Revision
2489 -
Directory Listing
Modified
Fri May 18 21:48:52 2007 UTC (2 years, 6 months ago) by
jastr
fixes for uia on n800 (including some that need to be abscracted away
some more still)
Revision
2488 -
Directory Listing
Modified
Thu May 17 19:24:52 2007 UTC (2 years, 6 months ago) by
jastr
n800 changes
Revision
2487 -
Directory Listing
Modified
Thu May 17 19:20:27 2007 UTC (2 years, 6 months ago) by
jastr
copy the n770 versions to n800 versions
Revision
2026 -
Directory Listing
Modified
Fri Apr 20 17:01:22 2007 UTC (2 years, 7 months ago) by
jastr
fix Depends:
Revision
2025 -
Directory Listing
Modified
Fri Apr 20 16:16:29 2007 UTC (2 years, 7 months ago) by
jastr
forgotten dir
Revision
2024 -
Directory Listing
Modified
Fri Apr 20 16:15:37 2007 UTC (2 years, 7 months ago) by
jastr
Copied from:
trunk/uia/uianet/misc/packaging revision 2022
- add a top-level readme
- move packaging stuff up a few levels
- readme fixes
- start of ubuntu packaging scripts
Revision
1205 -
Directory Listing
Modified
Fri Jul 28 19:08:25 2006 UTC (3 years, 3 months ago) by
jastr
fix to work on a pristine source tree
Revision
1200 -
Directory Listing
Modified
Wed Jul 26 19:57:52 2006 UTC (3 years, 4 months ago) by
jastr
Copied from:
branches/n770/misc/packaging revision 1199
nobody complained, so here goes.
merge n770 branch -> trunk
includes all of -r1159:1199
Revision
1196 -
Directory Listing
Modified
Fri Jul 14 22:07:04 2006 UTC (3 years, 4 months ago) by
jastr
Original Path:
branches/n770/misc/packaging
Some more progress...
- n770 package includes nss_uia now
(but doesn't add uia to /etc/nsswitch.conf itself)
- ssh foobar (a name which doensn't exit) works correctly: name or service not found
- ssh mydev (name which does exist)
makes ssh segfault sometime after the uia named replies with the eid.
time to switch back to a machine with meaningful core dumps.
Revision
1170 -
Directory Listing
Modified
Mon Jul 10 20:53:52 2006 UTC (3 years, 4 months ago) by
jastr
Original Path:
branches/n770/misc/packaging
add an installroot (with configure with --with-installroot=dir) or
make install installroot=foo
so that $(INSTALL) puts files there instead of the real /.
However, all of the configuration options are unchaged, and expect files
to end up with the specified prefix after the resulting package is installed.
Revision
1167 -
Directory Listing
Modified
Fri Jul 7 20:11:25 2006 UTC (3 years, 4 months ago) by
jastr
Original Path:
branches/n770/misc/packaging
separate configure (generating eid) out of make install into a
uiaconfig script.
configure now can take an optional --with-installconf=no, so that
package building can postpone running the uiaconfig script until
installation time. Normal builds run uiaconfig as part of make install.
the n770 pack builder now results in a complete package, though several
parts are at incorrect paths still
Revision
1163 -
Directory Listing
Added
Fri Jul 7 17:16:05 2006 UTC (3 years, 4 months ago) by
jastr
Original Path:
branches/n770/misc/packaging
add first cut at debianization for the 770.
This will probably need to be totally separate from a
real debian package for uia, due to the dependencies being
quite different.
to run this, from the main uia source dir, run ./misc/packaging/deb-770.sh
right now, it compiles, and dies about halfway through make install