Skip to content

Instantly share code, notes, and snippets.

@wizardjedi
Created January 31, 2015 09:15
Show Gist options
  • Save wizardjedi/733b44015ab9ff3cd742 to your computer and use it in GitHub Desktop.
Save wizardjedi/733b44015ab9ff3cd742 to your computer and use it in GitHub Desktop.
simple create debian package (with dpkg -b)
Package: tmp
Version: 0.2
Maintainer: Huy Morzhoviy <[email protected]>
Architecture: all
Depends:
Description: Source simple package
#!/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