summaryrefslogtreecommitdiff
path: root/packaging
Commit message (Collapse)AuthorAgeFilesLines
* Build simplification - stop installing libgpsd in system space.Eric S. Raymond2015-03-231-2/+3
| | | | | | | gpsd.h hasn't been installed in /usr/include for many releases now, so this was a historical vestige anyway. All regression tests pass.
* Rename readme.txt for consistency to README.PACKAGERSSanjeev Gupta2015-03-181-0/+0
|
* More hints for packagers.Eric S. Raymond2013-11-131-4/+5
|
* Update build and packaging docs.Eric S. Raymond2013-11-131-7/+16
|
* The real packaging fix for RHEL.Centos. Previous commit was a finger error.Eric S. Raymond2013-11-091-0/+2
|
* Fully integrate the gpsinit(8) man page.Eric S. Raymond2013-04-301-0/+1
|
* Documentation improvent: warn about a problem encountered onm the OLPC.Eric S. Raymond2012-05-291-0/+8
|
* Now possible to more easily suppress use of chrpath.Eric S. Raymond2012-05-141-21/+0
|
* Explain better why we use chrpath.Eric S. Raymond2012-05-141-0/+21
|
* RPM generating porting changes for RHEL 6.Brian Bieber2012-03-151-0/+1
| | | | Signed-off-by: Eric S. Raymond <esr@thyrsus.com>
* Create integration notes.Eric S. Raymond2012-01-111-0/+16
|
* Workaround for Savannah tracker bug #34710.Eric S. Raymond2011-11-101-0/+13
| | | | This is the missing tinfo file in Ubuntu 11.10.
* Changes to enable RPM build on Fedora.Eric S. Raymond2011-10-221-0/+1
|
* Factor out or remove URLs. No code changes yet except in gpsd.php (now .in).Eric S. Raymond2011-10-012-33/+2
| | | | This was the easy part. Remaining removals will require more decisions.
* mrd reports good build on Fedora 12 and 15 x86_64 with this fix.Eric S. Raymond2011-08-271-2/+3
|
* Minor pre-release cleanups.Eric S. Raymond2011-08-271-2/+3
|
* Fix a line-wrapping error.Eric S. Raymond2011-08-171-2/+2
|
* Minimal RPM-packaging fix to get 3.0 out the door.Eric S. Raymond2011-08-161-2/+2
|
* Add conditional dependency on the new PPS-tools package.Eric S. Raymond2011-08-101-0/+3
|
* Package the gpsfake manual page.Eric S. Raymond2011-08-091-2/+2
|
* Fix for rpm build from: Michael R. Davis <mrdvt92@yahoo.com>Gary E. Miller2011-08-021-0/+1
|
* Merge Michael R. Davis's changes to the RPM spec file.Eric S. Raymond2011-08-011-27/+66
|
* Clean up after the hotplug system refactoring.Eric S. Raymond2011-06-251-0/+4
|
* Rename gpsd.hotplug.wrapper to gpsd.hotplug.Eric S. Raymond2011-06-251-1/+1
| | | | | | gpsd.hotplug was previously the name of the now-removed Python script. The udev test documented in SConstruct passes.
* No more Python in the hotplug sequence.Eric S. Raymond2011-06-251-1/+1
|
* Close to getting RPM spec back in working order.Michael R. Davis2011-04-261-44/+90
| | | | Signed-off-by: Eric S. Raymond <esr@thyrsus.com>
* Close to getting RPM spec back in working order.Michael R. Davis2011-04-223-0/+177
| | | | Signed-off-by: Eric S. Raymond <esr@thyrsus.com>
* Shoot the autotools build through the head, putting it out of our misery.Eric S. Raymond2011-04-092-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | This diff executes the foollowing steps: 1. Delete from the repo: configure.ac, autogen.sh, Makefile.am, do-tests (2129 lines). 2. Removed the kluge in SConstruct 3. Remove future.html reference to scons. 4. Revise INSTALLATION. 5. Edit the packaging files to warn that they need to use scons. 7. git rm -r libQgpsmm 8. Add a warning to devtools/sizes that it won't work until we add an option to build static. Also, the following were removed from .gitignore and the working directory: configure Makefile.in Makefile config.* aclocal.m4 py-compile ltmain.sh missing autom4te.cache depcomp install-sh stamp-h1 .libs .deps libtool ChangeLog m4. This is 90630 lines of stuff. All regression tests pass.
* Fold the rtcm-104(5) manual page into the gpsd(8), now that it's JSON-only.Eric S. Raymond2011-02-231-1/+0
| | | | No code changes. All regression tests pass.
* In the RPM packaging, allow udev to do its thing.Eric S. Raymond2011-01-271-2/+0
|
* Remove .la files in rpm spec file as requested by Michael R. Davis.Bernd Zeimetz2010-07-131-1/+1
|
* Update init script from latest debian package.Bernd Zeimetz2010-07-121-2/+1
|
* Add USBAUTO option to the rpm sysconfig file.Bernd Zeimetz2010-07-121-0/+1
|
* This patch has the changes needed for RPM packaging.Michael R. Davis2010-07-1210-265/+485
|
* Removed RPM spec modification history that doesn't actually pertain to the spec.Eric S. Raymond2010-04-261-465/+0
| | | | This avoids false hits when gepping for FIXMEs.
* libgps.a splits in half, becomes libgps.a + libgpsd.aEric S. Raymond2010-04-181-0/+3
| | | | | | This is so client apps don't have to carrry around libusb and all the driver-level stuff. I finally caught on to one of the implications of shared libraries that had somewhow escaped me before.
* More LSB compliance.Eric S. Raymond2010-03-271-0/+2
|
* LSB compliance; don't allow running do_start() or do_stop() as non-root.Eric S. Raymond2010-03-271-0/+2
|
* Replace the old Motif-based xgps with a new pygtk-based xgps (formerly xgps2).Eric S. Raymond2009-12-151-5/+2
| | | | | Replaces 1200-odd lines of difficult-to-maintain C code with 400-odd-lines of Python.
* Put Python extension modules under "gps.".Eric S. Raymond2009-12-151-4/+1
| | | | | | | | | The two Python extension modules used for our distribution test clients, gpslib and gpspacket, are now parts of an importable gps package. This change is needed so xgps2 (which is about to replace xgps) can depend only on being able to do "import gps". All regression tests pass.
* Give gpxlogger the -D option, abolish the last remnant of cgpxlogger.Eric S. Raymond2009-12-081-1/+0
|
* Updating packaging/etc files from DebianBernd Zeimetz2009-11-092-51/+133
|
* Permissions tweak.Eric S. Raymond2009-09-201-1/+1
|
* RPM spec fixup.Eric S. Raymond2009-09-191-2/+1
|
* Reorganize, moving a rarely-used/semi-obsolescent stuff into subdirectories.Eric S. Raymond2009-09-041-0/+29
|
* Several fixes for the Debian gpsd init script.Bernd Zeimetz2009-07-291-3/+8
|
* Fix the spec template to handle gpsdclient.h properly.Eric S. Raymond2009-03-181-1/+2
|
* rtcmdecode -> gpsdecode.Eric S. Raymond2009-03-131-2/+2
|
* Packaging changes from Michael R. Davis.Eric S. Raymond2009-03-111-1/+1
|
* Updating packaging/etc_default_gpsd.Bernd Zeimetz2009-03-111-4/+6
|