changed debian/source/format to native

This commit is contained in:
openKylinBot 2022-06-02 17:41:02 +08:00
parent 3a909f1454
commit 8da0079b08
3 changed files with 1 additions and 22 deletions

View File

@ -1,20 +0,0 @@
Description: do not build the md2html example.
The authot expressed it's only an example code.
It is currently not being installed as an example, so
simply avoid building it.
Author: Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>
Forwarded: not-needed
---
CMakeLists.txt | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -53,4 +53,5 @@ endif()
include(GNUInstallDirs)
add_subdirectory(md4c)
-add_subdirectory(md2html)
+# Do not build the example.
+#add_subdirectory(md2html)

View File

@ -1 +0,0 @@
disable_building_the_example.patch

View File

@ -1 +1 @@
3.0 (quilt)
3.0 (native)