]> gitweb.fluxo.info Git - rhatto/dotfiles/debian.git/commitdiff
Initial import
authorSilvio Rhatto <rhatto@riseup.net>
Fri, 27 Dec 2013 17:28:07 +0000 (15:28 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Fri, 27 Dec 2013 17:28:07 +0000 (15:28 -0200)
config.dot/pbuilder/hooks/B90lintian.link [new symlink]
gbp.conf.dot.link [new file with mode: 0644]
pbuilderrc.dot.link [new file with mode: 0644]
pydistutils.cfg.dot.link [new file with mode: 0644]
quiltrc-dpkg.dot.link [new file with mode: 0644]

diff --git a/config.dot/pbuilder/hooks/B90lintian.link b/config.dot/pbuilder/hooks/B90lintian.link
new file mode 120000 (symlink)
index 0000000..695f301
--- /dev/null
@@ -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 (file)
index 0000000..368cc25
--- /dev/null
@@ -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 (file)
index 0000000..ceaf8ef
--- /dev/null
@@ -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 (file)
index 0000000..9adb233
--- /dev/null
@@ -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 (file)
index 0000000..7f74f4c
--- /dev/null
@@ -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