Use pandoc to generate manpage
authorMarius Gavrilescu <marius@ieval.ro>
Sun, 30 Aug 2015 09:00:25 +0000 (12:00 +0300)
committerMarius Gavrilescu <marius@ieval.ro>
Sun, 30 Aug 2015 09:00:25 +0000 (12:00 +0300)
debian/clean [new file with mode: 0644]
debian/control
debian/fdkaac.manpages
debian/rules

diff --git a/debian/clean b/debian/clean
new file mode 100644 (file)
index 0000000..931fff5
--- /dev/null
@@ -0,0 +1 @@
+fdkaac.1
index 10214ac9dfb660c8332e102aff9c438365ea75db..25d013871518c457c103bed7b6e223beb71d002a 100644 (file)
@@ -2,7 +2,7 @@ Source: fdkaac
 Section: contrib/sound
 Priority: optional
 Maintainer: Marius Gavrilescu <marius@ieval.ro>
 Section: contrib/sound
 Priority: optional
 Maintainer: Marius Gavrilescu <marius@ieval.ro>
-Build-Depends: debhelper (>= 9), dh-autoreconf, libfdk-aac-dev
+Build-Depends: debhelper (>= 9), dh-autoreconf, libfdk-aac-dev, pandoc
 Standards-Version: 3.9.6
 Homepage: https://github.com/nu774/fdkaac
 Vcs-Git: http://git.ieval.ro/git/fdkaac.git
 Standards-Version: 3.9.6
 Homepage: https://github.com/nu774/fdkaac
 Vcs-Git: http://git.ieval.ro/git/fdkaac.git
index 2436d0edbcd4dde21709c6ab697a4b77280ec3cd..931fff5cedadbb2e7ad2bfd996535c5d86367c02 100644 (file)
@@ -1 +1 @@
-man/fdkaac.1
+fdkaac.1
index ef6a718d80a6566faa54f087dde2be36c7a8e1d8..906cafb38a33fe4adfb12d3fdc113ffb02cfddac 100755 (executable)
@@ -4,3 +4,7 @@ include /usr/share/dpkg/default.mk
 
 %:
        dh $@ --with autoreconf
 
 %:
        dh $@ --with autoreconf
+
+override_dh_auto_build:
+       pandoc -s -f markdown -t man README >fdkaac.1
+       dh_auto_build
This page took 0.012764 seconds and 4 git commands to generate.