Skip to content

Commits

Permalink
debian-bug-690…
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?

Commits on Oct 6, 2013

  1. deb: install manpage

    RALOVICH, Kristof committed Oct 6, 2013
    Copy the full SHA
    151ac4d View commit details
    Browse the repository at this point in the history
  2. write garmin-ant-downloader man page

    replace existing README file with manpage
    RALOVICH, Kristof committed Oct 6, 2013
    Copy the full SHA
    8ed1b50 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2012

  1. set pristine-tar=true

    treinen committed Jul 9, 2012
    Copy the full SHA
    7c97632 View commit details
    Browse the repository at this point in the history
  2. Merge tag 'upstream/20110626'

    Upstream version 20110626
    treinen committed Jul 9, 2012
    Copy the full SHA
    c21588e View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    ce9c817 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2011

  1. added a README on how to use the command

    Noèl Köthe committed Jul 22, 2011
    Copy the full SHA
    75f1402 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2011

  1. Remove patches directory

    bubulle committed Jun 26, 2011
    Copy the full SHA
    53ad2c3 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'debian'

    bubulle committed Jun 26, 2011
    Copy the full SHA
    4fbb515 View commit details
    Browse the repository at this point in the history
  3. Fix typo

    bubulle committed Jun 26, 2011
    Copy the full SHA
    5875d27 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'debian'

    bubulle committed Jun 26, 2011
    Copy the full SHA
    c477937 View commit details
    Browse the repository at this point in the history
  5. Drop safe-clean.patch

    bubulle committed Jun 26, 2011
    Copy the full SHA
    f6d1333 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'debian'

    bubulle committed Jun 26, 2011
    Copy the full SHA
    977fa02 View commit details
    Browse the repository at this point in the history
  7. Drop safe-clean.patch as upstream's clean rule won't fail anymor ewhe…

    …n there's nothing to clean
    bubulle committed Jun 26, 2011
    Copy the full SHA
    433cfc8 View commit details
    Browse the repository at this point in the history
  8. Merge branch 'upstream'

    bubulle committed Jun 26, 2011
    Copy the full SHA
    0e2d9bb View commit details
    Browse the repository at this point in the history
  9. Ignore error on clean

    Thanks Christian Perrier for the note.
    mowgli committed Jun 26, 2011
    Copy the full SHA
    4f19ae9 View commit details
    Browse the repository at this point in the history
  10. Release 0:20110626-1

    bubulle committed Jun 26, 2011
    Copy the full SHA
    2bb676a View commit details
    Browse the repository at this point in the history
  11. New upstream "release". Fixes "FTBFS with ld --as-need" Thanks to Ily…

    …a Barygin for the patch Closes: #631693
    bubulle committed Jun 26, 2011
    Copy the full SHA
    d6232b5 View commit details
    Browse the repository at this point in the history
  12. Merge branch 'upstream'

    bubulle committed Jun 26, 2011
    Copy the full SHA
    69d0572 View commit details
    Browse the repository at this point in the history
  13. Place needed libraries in a correct variable

    Patch sent from Ilya Barygin (from Ubuntu) over Christian Perrier (from
    Debian).
    
    Signed-off-by: Klaus Ethgen <Klaus@Ethgen.de>
    randomaction authored and mowgli committed Jun 26, 2011
    Copy the full SHA
    584c768 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2011

  1. add vcs-git/browser field

    yxoc committed May 12, 2011
    Copy the full SHA
    5a394b9 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2011

  1. Merge branch 'debian'

    bubulle committed May 11, 2011
    Copy the full SHA
    8764b5f View commit details
    Browse the repository at this point in the history
  2. Release 0:20100425-1

    bubulle committed May 11, 2011
    Copy the full SHA
    b5869f6 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'debian'

    bubulle committed May 11, 2011
    Copy the full SHA
    f784687 View commit details
    Browse the repository at this point in the history
  4. Binary file is renamed

    bubulle committed May 11, 2011
    Copy the full SHA
    05c0582 View commit details
    Browse the repository at this point in the history
  5. finish renaming og patch

    bubulle committed May 11, 2011
    Copy the full SHA
    c07a4b6 View commit details
    Browse the repository at this point in the history
  6. Rename patch

    bubulle committed May 11, 2011
    Copy the full SHA
    7ea7540 View commit details
    Browse the repository at this point in the history
  7. Add debian directory

    bubulle committed May 11, 2011
    Copy the full SHA
    f3ccc5a View commit details
    Browse the repository at this point in the history
  8. Add debian directory

    bubulle committed May 11, 2011
    Copy the full SHA
    1694c34 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2010

  1. Hmpf, one more unneeded file

    mowgli committed Apr 25, 2010
    Copy the full SHA
    1f074a8 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    44993e2 View commit details
    Browse the repository at this point in the history
  3. Indent the file proper

    * Change the indenting style to some like gnu. (-l0, -i3, -ci3, -cli3,
      -nlp, -nbbb, -bli0, -bl, -nbad, -brs, -bbo, -ncs, -npcs, -npsl)
    * End macro calls with ';' and fix issues in if/else constructs.
    * Fix vim modeline.
    mowgli committed Apr 25, 2010
    Copy the full SHA
    2a43f3e View commit details
    Browse the repository at this point in the history
  4. Update version information

    mowgli committed Apr 25, 2010
    Copy the full SHA
    be2695f View commit details
    Browse the repository at this point in the history
  5. Complete redesign of garmin protocol

    As the original protocol parser was a bit broken, this is a complete
    redesign with some reverse engineering. With this patch, all garmin
    response should work now.
    mowgli committed Apr 25, 2010
    Copy the full SHA
    7200e22 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2010

  1. Cleanup and better debug handling

    - Clean up some unused variables.
    - Initialize variables.
    - Using snprintf most of the time instead the insecure sprintf.
    - Implementing better debug feature with levels.
    - Updating usage output.
    - Clean up unused options.
    mowgli committed Apr 24, 2010
    Copy the full SHA
    299054c View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2010

  1. Handle more events

    This handles the events EVENT_TRANSFER_TX_FAILED(06),
    EVENT_TRANSFER_RX_FAILED(04) and EVENT_RX_SEARCH_TIMEOUT(01). Also
    sorted the event definition.
    mowgli committed Apr 20, 2010
    Copy the full SHA
    d612f2e View commit details
    Browse the repository at this point in the history
Older