summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2014-08-16update changelog, team uploadHEADdebian/1.16-8masterRALOVICH, Kristof1-0/+9
2014-08-16gant: don't use devname for variableRALOVICH, Kristof2-0/+34
it's problematic under freebsd /«PKGBUILDDIR»/src/gant/gant.c:110:6: error: 'devname' redeclared as different kind of symbol char devname[256]; ^ In file included from /usr/include/x86_64-kfreebsd-gnu/sys/stat.h:105:0, from /«PKGBUILDDIR»/src/gant/gant.c:11: /usr/include/x86_64-kfreebsd-gnu/bits/stat.h:209:14: note: previous declaration of 'devname' was here extern char *devname(__dev_t dev, __mode_t type) __THROW; ^
2014-08-16missing access under kfreebsdRALOVICH, Kristof1-6/+1
2014-08-11team uploaddebian/1.16-7RALOVICH, Kristof1-0/+2
2014-08-11Merge branch 'master' of git+ssh://git.debian.org/git/pkg-running/antpmRALOVICH, Kristof1-0/+2
2014-08-11update changelogRALOVICH, Kristof2-0/+9
2014-08-11really link boost atomicRALOVICH, Kristof1-0/+10
2014-08-11Team uploaddebian/1.16-6Christian Perrier1-0/+2
2014-08-09update changelogRALOVICH, Kristof1-0/+8
2014-08-09debian: add patch to fix linkingRALOVICH, Kristof2-0/+12
Bug#757472 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=757472
2014-08-09debian: link against boost_atomic tooRALOVICH, Kristof1-1/+1
Bug#757472 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=757472
2014-08-03 Make this upload a team uploaddebian/1.16-5Christian Perrier1-0/+2
2014-08-02update changelogRALOVICH, Kristof1-0/+8
2014-08-02debian: patch for kfreebsd buildsRALOVICH, Kristof2-0/+26
2014-08-01Merge branch 'master' of ssh://alioth.debian.org/git/pkg-running/antpmRALOVICH, Kristof1-2/+11
2014-08-01debian/rules: do not call make -j0RALOVICH, Kristof1-0/+3
Fall back on non-parallel make to fix problems like: make[1]: Entering directory '/«PKGBUILDDIR»' cd cmake-build && /usr/bin/make -j0 make: Entering an unknown directory make: the '-j' option requires a positive integer argument Usage: make [options] [target] ... [...] This program built for sparc-unknown-linux-gnu Report bugs to <bug-make@gnu.org> make: Leaving an unknown directory make[1]: *** [override_dh_auto_build] Error 2 debian/rules:25: recipe for target 'override_dh_auto_build' failed make[1]: Leaving directory '/«PKGBUILDDIR»' make: *** [build-arch] Error 2 debian/rules:18: recipe for target 'build-arch' failed dpkg-buildpackage: error: debian/rules build-arch gave error exit status 2 (from https://buildd.debian.org/status/fetch.php?pkg=antpm&arch=sparc&ver=1.16-4&stamp=1404308304)
2014-05-21Release 1.16-4debian/1.16-4Christian Perrier1-2/+2
2014-05-20re-uploadRALOVICH, Kristof1-0/+7
2014-04-28Release 1.16-3debian/1.16-3Christian Perrier1-2/+4
2014-04-24update changelogRALOVICH, Kristof1-1/+1
2014-04-24it seems like "dh_installman -a" does not make override_dh_installman targetRALOVICH, Kristof3-7/+5
in fact i think make is not called at all, thus attempts to rename a file from make fails... fix it by creating a relative sym link
2014-04-24update changelogRALOVICH, Kristof1-0/+8
2014-04-24debian/rules: move copies under override_dh_installRALOVICH, Kristof1-3/+1
2014-04-13Resove conflictChristian Perrier0-0/+0
2014-04-08Release 1.16-2debian/1.16-2Christian Perrier1-2/+4
2014-04-07Merge tag '1.16-1'RALOVICH, Kristof1-1/+3
Conflicts: debian/changelog
2014-04-06Resolve conflictChristian Perrier7-13/+129
2014-04-05debian: update changelogRALOVICH, Kristof1-1/+11
2014-04-05debian: create package with debug symbols tooRALOVICH, Kristof2-2/+30
2014-04-05patch to fix Hurd buildRALOVICH, Kristof2-0/+42
2014-04-05debian/manpages: track renameRALOVICH, Kristof1-1/+1
2014-04-05debian/control: let's not build garmin-ant-downloaderRALOVICH, Kristof1-9/+0
or interfere with old versions of it
2014-04-05debian/rules: rename garmin-ant-downloaderRALOVICH, Kristof1-2/+2
to antpm-garmin-ant-downloader during installation
2014-03-27patch to fix freebsd buildRALOVICH, Kristof2-0/+45
2014-03-19Uploade 1.16-1debian/1.16-11.16-1Christian Perrier1-2/+4
2014-03-16Add patch to fix FTBFS under debian unstable.RALOVICH, Kristof2-0/+25
2014-03-02delete files not in orig.tar.gzRALOVICH, Kristof2-76/+0
2014-03-02debian/changelog: updateRALOVICH, Kristof1-0/+8
2014-03-02debian/copyright: document removal of GPLv2 only codeRALOVICH, Kristof1-24/+1
2014-03-02Merge tag 'upstream/20140302'RALOVICH, Kristof34-755/+1265
2014-03-02version 1.16v1.16upstream/20140302upstream/1.16experimental/1.16-1RALOVICH, Kristof2-1/+77
2014-03-02make lintian happier 2RALOVICH, Kristof1-11/+15
2014-03-02tar README.rst tooRALOVICH, Kristof1-0/+1
2014-03-02make lintian happierRALOVICH, Kristof1-7/+17
2014-03-02scripts: arch build fileRALOVICH, Kristof1-0/+25
2014-03-02serial: try to actually open a device under win tooRALOVICH, Kristof1-1/+7
Otherwise nothing happens...
2014-03-02Merge branch 'master' of https://code.google.com/p/antpmRALOVICH, Kristof1-0/+21
# Please enter a commit message to explain why this merge is necessary, # especially if it merges an updated upstream into a topic branch. # # Lines starting with '#' will be ignored, and an empty message aborts # the commit.
2014-03-02update copyright infoRALOVICH, Kristof1-5/+29
2014-03-02usb: remove GPLv2 codeRALOVICH, Kristof1-233/+51
and relicense my work under GPLv3+
2014-02-16add readme fileRALOVICH, Kristof1-0/+21
in format suitable for github to display, including CI status