Skip to content

Instantly share code, notes, and snippets.

@iddm
Created March 29, 2015 10:16
Show Gist options
  • Save iddm/91aaf2544dd42fd71aa7 to your computer and use it in GitHub Desktop.
Save iddm/91aaf2544dd42fd71aa7 to your computer and use it in GitHub Desktop.
How to package a multiarchitecture-source debian package (C++/Qt):
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