diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-09-15 15:14:40 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-09-15 15:14:40 -0300 |
commit | 1bfe29da20188cd5b5d6c0e2459f2d2f1eec13b8 (patch) | |
tree | 4be25a680e2147f8436aef9b9460017d743ecb96 | |
parent | 5c0f67f23e47d752925315b2e5d1f736a733c5db (diff) | |
download | dotfiles-1bfe29da20188cd5b5d6c0e2459f2d2f1eec13b8.tar.gz dotfiles-1bfe29da20188cd5b5d6c0e2459f2d2f1eec13b8.tar.bz2 |
Upating pbuilder configuration with lintian hook
l--------- | modules/debian/config.dot/pbuildes/hooks/B90lintian.link | 1 | ||||
-rw-r--r-- | modules/debian/pbuilderrc.dot.link | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/modules/debian/config.dot/pbuildes/hooks/B90lintian.link b/modules/debian/config.dot/pbuildes/hooks/B90lintian.link new file mode 120000 index 0000000..695f301 --- /dev/null +++ b/modules/debian/config.dot/pbuildes/hooks/B90lintian.link @@ -0,0 +1 @@ +/usr/share/doc/pbuilder/examples/B90lintian
\ No newline at end of file diff --git a/modules/debian/pbuilderrc.dot.link b/modules/debian/pbuilderrc.dot.link index e5bc540..8dca645 100644 --- a/modules/debian/pbuilderrc.dot.link +++ b/modules/debian/pbuilderrc.dot.link @@ -77,3 +77,6 @@ else echo "Unknown distribution: $DIST" exit 1 fi + +# Custom hooks +HOOKDIR="$HOME/.config/pbuilder/hooks/" |