diff --git a/debian/changelog b/debian/changelog index 16c71ef..648377a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +ohcount (3.1.1-2) unstable; urgency=medium + + * Fix the FTBFS (README.md instead of README) (Closes: #903184) + + -- Sylvestre Ledru Tue, 17 Jul 2018 14:29:12 +0200 + ohcount (3.1.1-1) unstable; urgency=medium * New upstream release diff --git a/debian/compat b/debian/compat index 7f8f011..ec63514 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -7 +9 diff --git a/debian/control b/debian/control index e4ddc73..c2165f8 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Section: utils Priority: optional Maintainer: Sylvestre Ledru -Build-Depends: debhelper (>= 7), libpcre3-dev, gem2deb, rake, +Build-Depends: debhelper (>= 9), libpcre3-dev, gem2deb, rake, ragel (>= 6.3), ruby-diff-lcs, doxygen, gperf, file, libmagic-dev, swig Standards-Version: 4.1.3 diff --git a/debian/ohcount-doc.docs b/debian/ohcount-doc.docs deleted file mode 100644 index e845566..0000000 --- a/debian/ohcount-doc.docs +++ /dev/null @@ -1 +0,0 @@ -README diff --git a/debian/ohcount-doc.install b/debian/ohcount-doc.install new file mode 100644 index 0000000..7dc06a1 --- /dev/null +++ b/debian/ohcount-doc.install @@ -0,0 +1,3 @@ +README.md /usr/share/doc/ohcount-doc/ + + diff --git a/debian/rules b/debian/rules index 71438b1..5cb6f80 100755 --- a/debian/rules +++ b/debian/rules @@ -10,7 +10,7 @@ override_dh_install: ./build all - dh_install --buildsystem=ruby --with ruby + dh_install install -d debian/ohcount/usr/lib/ruby/vendor_ruby/ohcount install -d debian/ohcount/usr/bin install -d debian/ohcount-doc/usr/share/doc/ohcount-doc