From 100a129385f3213925ebe307f79d3a61915d7700 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 27 Dec 2013 15:28:07 -0200 Subject: Initial import --- config.dot/pbuilder/hooks/B90lintian.link | 1 + gbp.conf.dot.link | 12 ++++++++++++ pbuilderrc.dot.link | 2 ++ pydistutils.cfg.dot.link | 2 ++ quiltrc-dpkg.dot.link | 10 ++++++++++ 5 files changed, 27 insertions(+) create mode 120000 config.dot/pbuilder/hooks/B90lintian.link create mode 100644 gbp.conf.dot.link create mode 100644 pbuilderrc.dot.link create mode 100644 pydistutils.cfg.dot.link create mode 100644 quiltrc-dpkg.dot.link diff --git a/config.dot/pbuilder/hooks/B90lintian.link b/config.dot/pbuilder/hooks/B90lintian.link new file mode 120000 index 0000000..695f301 --- /dev/null +++ b/config.dot/pbuilder/hooks/B90lintian.link @@ -0,0 +1 @@ +/usr/share/doc/pbuilder/examples/B90lintian \ No newline at end of file diff --git a/gbp.conf.dot.link b/gbp.conf.dot.link new file mode 100644 index 0000000..368cc25 --- /dev/null +++ b/gbp.conf.dot.link @@ -0,0 +1,12 @@ +[DEFAULT] +builder = git-pbuilder +cleaner = fakeroot debian/rules clean +pristine-tar = True +color = auto + +[git-buildpackage] +export-dir = ../build-area/ +tarball-dir = ../tarballs/ + +[git-import-orig] +dch = False diff --git a/pbuilderrc.dot.link b/pbuilderrc.dot.link new file mode 100644 index 0000000..ceaf8ef --- /dev/null +++ b/pbuilderrc.dot.link @@ -0,0 +1,2 @@ +# Custom hooks +HOOKDIR="$HOME/.config/pbuilder/hooks/" diff --git a/pydistutils.cfg.dot.link b/pydistutils.cfg.dot.link new file mode 100644 index 0000000..9adb233 --- /dev/null +++ b/pydistutils.cfg.dot.link @@ -0,0 +1,2 @@ +[sdist_dsc] +force-buildsystem: False diff --git a/quiltrc-dpkg.dot.link b/quiltrc-dpkg.dot.link new file mode 100644 index 0000000..7f74f4c --- /dev/null +++ b/quiltrc-dpkg.dot.link @@ -0,0 +1,10 @@ +d=. ; while [ ! -d $d/debian -a `readlink -e $d` != / ]; do d=$d/..; done +if [ -d $d/debian ] && [ -z $QUILT_PATCHES ]; then + # if in Debian packaging tree with unset $QUILT_PATCHES + QUILT_PATCHES="debian/patches" + QUILT_PATCH_OPTS="--reject-format=unified" + QUILT_DIFF_ARGS="-p ab --no-timestamps --no-index --color=auto" + QUILT_REFRESH_ARGS="-p ab --no-timestamps --no-index" + QUILT_COLORS="diff_hdr=1;32:diff_add=1;34:diff_rem=1;31:diff_hunk=1;33:diff_ctx=35:diff_cctx=33" + if ! [ -d $d/debian/patches ]; then mkdir $d/debian/patches; fi +fi -- cgit v1.2.3