Skip to content

Commit

Permalink
build: moved deb-src to debian-source
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Pospesel committed Mar 14, 2024
1 parent 02c0483 commit 6f4db2e
Show file tree
Hide file tree
Showing 11 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ The following additional dependencies are required for this configure option:
- tar
- dpkg-source

See [source/packages/deb-src/README.md](source/packages/deb-src/README.md) for additional information.
See [source/packages/debian-source/README.md](source/packages/debian-source/README.md) for additional information.

### BUILD_PAGES

Expand Down
2 changes: 1 addition & 1 deletion source/packages/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
add_subdirectory(deb-src)
add_subdirectory(debian-source)
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,6 @@ if (BUILD_DEBIAN_SOURCE_PACKAGE)
)

install(FILES ${cgosling_debian_source_package_outputs}
DESTINATION ${CMAKE_INSTALL_DATADIR}/gosling/packages/deb-src)
DESTINATION ${CMAKE_INSTALL_DATADIR}/gosling/packages/debian-source)

endif()
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# deb-src
# debian-source

This builds a debian source package from the cgosling crate which can be used to build the following packages:

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 6f4db2e

Please sign in to comment.