aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-12-27 15:28:07 -0200
committerSilvio Rhatto <rhatto@riseup.net>2013-12-27 15:28:07 -0200
commit100a129385f3213925ebe307f79d3a61915d7700 (patch)
treef93c6f3cb47f604e2048201f0517a5057ec209fd
downloaddebian-100a129385f3213925ebe307f79d3a61915d7700.tar.gz
debian-100a129385f3213925ebe307f79d3a61915d7700.tar.bz2
Initial import
l---------config.dot/pbuilder/hooks/B90lintian.link1
-rw-r--r--gbp.conf.dot.link12
-rw-r--r--pbuilderrc.dot.link2
-rw-r--r--pydistutils.cfg.dot.link2
-rw-r--r--quiltrc-dpkg.dot.link10
5 files changed, 27 insertions, 0 deletions
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