diff options
author | RALOVICH, Kristof <tade60@freemail.hu> | 2013-10-14 20:24:30 +0200 |
---|---|---|
committer | RALOVICH, Kristof <tade60@freemail.hu> | 2013-10-14 20:24:30 +0200 |
commit | dcfd9915c5cf962e8fcbad1a42bc22dc6049d148 (patch) | |
tree | 9e97c866c04c18e9170646c40da5cd14e5e56e15 | |
parent | 9efb36c8c4606a1cd08840ce4bce0fe85c64aad5 (diff) |
make sure binaries are included in the generated packagedebian/1.12-1
-rw-r--r-- | debian/install | 4 | ||||
-rwxr-xr-x | debian/rules | 3 |
2 files changed, 2 insertions, 5 deletions
diff --git a/debian/install b/debian/install deleted file mode 100644 index 59c1753..0000000 --- a/debian/install +++ /dev/null @@ -1,4 +0,0 @@ -gant/gant usr/bin/garmin-ant-downloader -antpm-downloader usr/bin -antpm-fit2gpx usr/bin -antpm-usbmon2ant usr/bin
\ No newline at end of file diff --git a/debian/rules b/debian/rules index 1d2c2d8..8436764 100755 --- a/debian/rules +++ b/debian/rules @@ -28,7 +28,8 @@ override_dh_auto_build: DESTDIR=../debian/antpm/ override_dh_install: - #cd cmake-build && $(MAKE) install DESTDIR=$(DESTDIR) + cd cmake-build && $(MAKE) install DESTDIR=$(DESTDIR) + mv debian/antpm/usr/bin/gant debian/antpm/usr/bin/garmin-ant-downloader dh_installudev build: |