Codebase list libcsfml / e6abb4c
Commit Debian 3.0 (quilt) metadata [dgit (8.0) quilt-fixup] James Cowgill 5 years ago
2 changed file(s) with 29 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 The Debian packaging of libcsfml is maintained in git, using the
1 merging workflow described in dgit-maint-merge(7). There isn't a
2 patch queue that can be represented as a quilt series.
3
4 A detailed breakdown of the changes is available from their canonical
5 representation - git commits in the packaging repository. For
6 example, to see the changes made by the Debian maintainer in the first
7 upload of upstream version 1.2.3, you could use:
8
9 % git clone https://git.dgit.debian.org/libcsfml
10 % cd libcsfml
11 % git log --oneline 1.2.3..debian/1.2.3-1 -- . ':!debian'
12
13 (If you have dgit, use `dgit clone libcsfml`, rather than plain
14 `git clone`.)
15
16 A single combined diff, containing all the changes, follows.
17 --- libcsfml-2.5.orig/doc/CMakeLists.txt
18 +++ libcsfml-2.5/doc/CMakeLists.txt
19 @@ -31,7 +31,7 @@ configure_file(${DOXYGEN_INPUT_DIR}/doc/
20 configure_file(${DOXYGEN_INPUT_DIR}/doc/doxygen.css ${DOXYGEN_OUTPUT_DIR}/html/doxygen.css COPYONLY)
21
22 # target setup
23 -add_custom_target(doc ALL
24 +add_custom_target(doc
25 COMMAND ${CMAKE_COMMAND} -E echo_append "Building API Documentation..."
26 COMMAND ${DOXYGEN_EXECUTABLE} ${DOXYGEN_CONFIGURED_INPUT}
27 COMMAND ${CMAKE_COMMAND} -E echo "Done."
0 debian-changes