Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 10b63aad authored by Lucas Nussbaum's avatar Lucas Nussbaum
Browse files

add documentation about cleanup

parent 87d052f1
No related branches found
No related tags found
1 merge request!1simplify Debian packaging
......@@ -601,8 +601,16 @@ task :debian do |f|
# To build a normal package, do:
dpkg-buildpackage -us -uc
# To clean after the build, do:
debclean
# To build a -dev package, do:
DEB_BUILD_OPTIONS=devpkg=dev dpkg-buildpackage -us -uc
# To clean after the build, do:
DEB_BUILD_OPTIONS=devpkg=dev debclean
EOF
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment