]> git.madduck.net Git - etc/zsh.git/commitdiff

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

pass -rfakeroot to d-buildpkg
authormartin f. krafft <madduck@madduck.net>
Mon, 23 Jun 2008 11:17:23 +0000 (12:17 +0100)
committermartin f. krafft <madduck@madduck.net>
Mon, 23 Jun 2008 11:17:23 +0000 (12:17 +0100)
.zsh/zshrc/30_aliases

index d6617fc096de79102a57f49d0f66deb6043b71c4..7170d3c5b538bf107fc5ab4dd05a11e3b532f2d7 100644 (file)
@@ -128,7 +128,7 @@ for l in ${(k)_LANGUAGES}; do
 done
 unset _LANGUAGES
 
-alias dpkg-buildpackage="dpkg-buildpackage -k$DEBKEYID"
+alias dpkg-buildpackage="dpkg-buildpackage -k$DEBKEYID -rfakeroot"
 
 uc() { unicode --max=0 --colour=off "$@" | sensible-pager }