Created
January 31, 2015 09:15
-
-
Save wizardjedi/733b44015ab9ff3cd742 to your computer and use it in GitHub Desktop.
simple create debian package (with dpkg -b)
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
Package: tmp | |
Version: 0.2 | |
Maintainer: Huy Morzhoviy <[email protected]> | |
Architecture: all | |
Depends: | |
Description: Source simple package |
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
#!/bin/bash | |
mkdir -p package/DEBIAN | |
cp control package/DEBIAN/ | |
dpkg -b package |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment