summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2016-01-12 23:07:15 +0100
committerChristian Pointner <equinox@spreadspace.org>2016-01-12 23:07:15 +0100
commitce9c03a7418478d1bc636348cb7ae213838c7931 (patch)
treefc0eb1240c806c070ab1528543e0b98d41207208 /debian
parentnew upstream release (diff)
include manpage shipped from upstream
Diffstat (limited to 'debian')
-rw-r--r--debian/acmetool.docs1
-rw-r--r--debian/acmetool.lintian-overrides1
-rw-r--r--debian/acmetool.manpages1
-rw-r--r--debian/changelog6
-rwxr-xr-xdebian/rules4
5 files changed, 10 insertions, 3 deletions
diff --git a/debian/acmetool.docs b/debian/acmetool.docs
new file mode 100644
index 0000000..42061c0
--- /dev/null
+++ b/debian/acmetool.docs
@@ -0,0 +1 @@
+README.md \ No newline at end of file
diff --git a/debian/acmetool.lintian-overrides b/debian/acmetool.lintian-overrides
index 11d6828..17f7559 100644
--- a/debian/acmetool.lintian-overrides
+++ b/debian/acmetool.lintian-overrides
@@ -1,3 +1,2 @@
acmetool: embedded-library usr/bin/acmetool: libyaml
acmetool: statically-linked-binary usr/bin/acmetool
-acmetool: binary-without-manpage usr/bin/acmetool
diff --git a/debian/acmetool.manpages b/debian/acmetool.manpages
new file mode 100644
index 0000000..b42c379
--- /dev/null
+++ b/debian/acmetool.manpages
@@ -0,0 +1 @@
+doc/acmetool.8 \ No newline at end of file
diff --git a/debian/changelog b/debian/changelog
index 2754371..ad4a238 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+acmetool (0.0.34-2) unstable; urgency=medium
+
+ * upstream now ships a manpage
+
+ -- Christian Pointner <equinox@spreadspace.org> Tue, 12 Jan 2016 23:03:53 +0100
+
acmetool (0.0.34-1) unstable; urgency=medium
* New upstream release.
diff --git a/debian/rules b/debian/rules
index 7b881e1..c80d624 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,10 +5,10 @@
override_dh_auto_configure:
override_dh_auto_build:
- make acmetool.$(DEB_BUILD_ARCH)
+ make bin/acmetool.$(DEB_BUILD_ARCH)
override_dh_auto_install:
install -d $$(pwd)/debian/tmp/usr/bin/
- install -m 755 $$(pwd)/acmetool.$(DEB_BUILD_ARCH) $$(pwd)/debian/tmp/usr/bin/acmetool
+ install -m 755 $$(pwd)/bin/acmetool.$(DEB_BUILD_ARCH) $$(pwd)/debian/tmp/usr/bin/acmetool
install -d $$(pwd)/debian/tmp/etc/default/
install -m 644 $$(pwd)/acme-reload.default $$(pwd)/debian/tmp/etc/default/acme-reload