changed debian/source/format to native

This commit is contained in:
rtlhq 2022-12-28 14:40:32 +08:00
parent a50456f984
commit 263338f8ea
6 changed files with 5 additions and 49 deletions

2
debian/changelog vendored
View File

@ -1,4 +1,4 @@
libaccounts-qt (1.16-ok1) yangtze; urgency=medium
libaccounts-qt (1.16-ok3) yangtze; urgency=medium
* Build for openKylin.

View File

@ -1,22 +0,0 @@
From: Maximiliano Curia <maxy@gnuservers.com.ar>
Date: Thu, 13 Jul 2017 17:39:47 +0200
Subject: Build docs if doxygen is available
---
doc/doc.pri | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/doc/doc.pri b/doc/doc.pri
index 43229ff..f617019 100644
--- a/doc/doc.pri
+++ b/doc/doc.pri
@@ -24,7 +24,8 @@ DOC_INPUT += doc/src
# target for generating documentation
doctarget.target = docs
-doctarget.commands = OUTPUT_DIRECTORY=doc \
+doctarget.commands = ! which doxygen || \
+ OUTPUT_DIRECTORY=doc \
PROJECT_NAME=\"$${PROJECT_NAME}\" \
PROJECT_NUMBER=\"$${PROJECT_VERSION}\" \
STRIP_FROM_PATH=\"$${_PRO_FILE_PWD_}\" \

View File

@ -1,21 +0,0 @@
From: Maximiliano Curia <maxy@gnuservers.com.ar>
Date: Thu, 13 Jul 2017 15:56:37 +0200
Subject: Install the doc FILES
---
doc/doc.pri | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/doc.pri b/doc/doc.pri
index 33f8bc2..43229ff 100644
--- a/doc/doc.pri
+++ b/doc/doc.pri
@@ -61,7 +61,7 @@ include( ../common-installs-config.pri )
#-----------------------------------------------------------------------------
documentation.path = $${INSTALL_PREFIX}/share/doc/$${PROJECT_NAME}
for( folder, DOC_FOLDERS ) {
- documentation.files += $${TOP_BUILD_DIR}/$${folder}
+ documentation.extra += cp -r "$${TOP_BUILD_DIR}/$${folder}" "${DESTDIR}$${INSTALL_PREFIX}/share/doc/$${PROJECT_NAME}";
}
# make sure docs are generated before trying to install anything
documentation.depends = docs

View File

@ -1,2 +0,0 @@
Install-the-doc-FILES.patch
Build-docs-if-doxygen-is-available.patch

View File

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

View File

@ -24,7 +24,8 @@ DOC_INPUT += doc/src
# target for generating documentation
doctarget.target = docs
doctarget.commands = OUTPUT_DIRECTORY=doc \
doctarget.commands = ! which doxygen || \
OUTPUT_DIRECTORY=doc \
PROJECT_NAME=\"$${PROJECT_NAME}\" \
PROJECT_NUMBER=\"$${PROJECT_VERSION}\" \
STRIP_FROM_PATH=\"$${_PRO_FILE_PWD_}\" \
@ -61,7 +62,7 @@ include( ../common-installs-config.pri )
#-----------------------------------------------------------------------------
documentation.path = $${INSTALL_PREFIX}/share/doc/$${PROJECT_NAME}
for( folder, DOC_FOLDERS ) {
documentation.files += $${TOP_BUILD_DIR}/$${folder}
documentation.extra += cp -r "$${TOP_BUILD_DIR}/$${folder}" "${DESTDIR}$${INSTALL_PREFIX}/share/doc/$${PROJECT_NAME}";
}
# make sure docs are generated before trying to install anything
documentation.depends = docs