changed debian/source/format to native
This commit is contained in:
parent
3a909f1454
commit
8da0079b08
|
@ -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)
|
|
@ -1 +0,0 @@
|
|||
disable_building_the_example.patch
|
|
@ -1 +1 @@
|
|||
3.0 (quilt)
|
||||
3.0 (native)
|
||||
|
|
Loading…
Reference in New Issue