Skip to content

Instantly share code, notes, and snippets.

@avargas
Created November 10, 2011 17:34
Show Gist options
  • Save avargas/1355521 to your computer and use it in GitHub Desktop.
Save avargas/1355521 to your computer and use it in GitHub Desktop.
debian package patch and re-generate deb
$ apt-get source nginx
$ cd nginx*
$ patch -p1 < /patch
$ ...
$ dpkg-buildpackage -rfakeroot -uc -b
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment