Created
March 29, 2015 10:16
-
-
Save iddm/91aaf2544dd42fd71aa7 to your computer and use it in GitHub Desktop.
How to package a multiarchitecture-source debian package (C++/Qt):
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
How to package a multiarchitecture-source debian package (C++/Qt): | |
1. copy sources to a directory with format: <project_name>-<version> | |
2. cd <project_name>-<version> | |
3. dh_make -s -c gpl -e <email> --createorig | |
4. dpkg-buildpackage -S |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment