diff options
Diffstat (limited to 'tools/debian/patches/weechat_debian_jessie.patch')
-rw-r--r-- | tools/debian/patches/weechat_debian_jessie.patch | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/tools/debian/patches/weechat_debian_jessie.patch b/tools/debian/patches/weechat_debian_jessie.patch new file mode 100644 index 000000000..590da1ff4 --- /dev/null +++ b/tools/debian/patches/weechat_debian_jessie.patch @@ -0,0 +1,24 @@ +diff --git a/debian-devel/control b/debian-devel/control +index 809e059..8fbf0ed 100644 +--- a/debian-devel/control ++++ b/debian-devel/control +@@ -3,7 +3,6 @@ Section: net + Priority: optional + Maintainer: Sébastien Helleu <flashcode@flashtux.org> + Build-Depends: +- asciidoctor (>= 1.5.4), + debhelper (>= 9), + dh-exec, + cmake, pkg-config, +diff --git a/debian-stable/control b/debian-stable/control +index 74d134c..e0e9c25 100644 +--- a/debian-stable/control ++++ b/debian-stable/control +@@ -3,7 +3,6 @@ Section: net + Priority: optional + Maintainer: Emmanuel Bouthenot <kolter@debian.org> + Build-Depends: +- asciidoctor (>= 1.5.4), + debhelper (>= 9), + dh-exec, + cmake, pkg-config, |