summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRALOVICH, Kristof <tade60@freemail.hu>2014-04-24 23:26:34 +0200
committerRALOVICH, Kristof <tade60@freemail.hu>2014-04-24 23:26:34 +0200
commit35fb3054c3395086b8407b56d5a735e6b83be2c8 (patch)
tree2d1a4f6bdf16e3498c02e9a1fb2f85d90816a3b1
parent4eb4f45466cbb91ed920addc459ce92491b02974 (diff)
it seems like "dh_installman -a" does not make override_dh_installman target
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
l---------debian/antpm-garmin-ant-downloader.11
-rw-r--r--debian/antpm.manpages6
-rwxr-xr-xdebian/rules5
3 files changed, 5 insertions, 7 deletions
diff --git a/debian/antpm-garmin-ant-downloader.1 b/debian/antpm-garmin-ant-downloader.1
new file mode 120000
index 0000000..8d893e3
--- /dev/null
+++ b/debian/antpm-garmin-ant-downloader.1
@@ -0,0 +1 @@
+../src/gant/gant.1 \ No newline at end of file
diff --git a/debian/antpm.manpages b/debian/antpm.manpages
index f1dcec0..0cd9b5a 100644
--- a/debian/antpm.manpages
+++ b/debian/antpm.manpages
@@ -1,4 +1,4 @@
-debian/antpm-downloader.1
-debian/antpm-fit2gpx.1
-debian/antpm-usbmon2ant.1
+src/antpm-downloader.1
+src/antpm-fit2gpx.1
+src/antpm-usbmon2ant.1
debian/antpm-garmin-ant-downloader.1 \ No newline at end of file
diff --git a/debian/rules b/debian/rules
index f5e7dd4..5234329 100755
--- a/debian/rules
+++ b/debian/rules
@@ -33,8 +33,5 @@ override_dh_install:
cd cmake-build && $(MAKE) install DESTDIR=$(DESTDIR)
mv debian/antpm/usr/bin/gant debian/antpm/usr/bin/antpm-garmin-ant-downloader
cp scripts/80-ant-stick.rules debian/antpm.udev
- cp src/antpm-downloader.1 debian/
- cp src/antpm-fit2gpx.1 debian/
- cp src/antpm-usbmon2ant.1 debian/
- cp src/gant/gant.1 debian/antpm-garmin-ant-downloader.1
dh_installudev
+ dh_install