diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-12-27 15:26:40 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-12-27 15:26:40 -0200 |
commit | 5a591dcb342e0853ad3db8415b32a861fe3eeecf (patch) | |
tree | 264184810b60a25ec25ec7305f19567719fb81fd /modules/debian | |
parent | 147a9d1f4eaad36cd3b05feec154b3af2c557fc2 (diff) | |
download | dotfiles-5a591dcb342e0853ad3db8415b32a861fe3eeecf.tar.gz dotfiles-5a591dcb342e0853ad3db8415b32a861fe3eeecf.tar.bz2 |
Removing debian to convert it to a submodule
Diffstat (limited to 'modules/debian')
l--------- | modules/debian/config.dot/pbuilder/hooks/B90lintian.link | 1 | ||||
-rw-r--r-- | modules/debian/gbp.conf.dot.link | 12 | ||||
-rw-r--r-- | modules/debian/pbuilderrc.dot.link | 2 | ||||
-rw-r--r-- | modules/debian/pydistutils.cfg.dot.link | 2 | ||||
-rw-r--r-- | modules/debian/quiltrc-dpkg.dot.link | 10 |
5 files changed, 0 insertions, 27 deletions
diff --git a/modules/debian/config.dot/pbuilder/hooks/B90lintian.link b/modules/debian/config.dot/pbuilder/hooks/B90lintian.link deleted file mode 120000 index 695f301..0000000 --- a/modules/debian/config.dot/pbuilder/hooks/B90lintian.link +++ /dev/null @@ -1 +0,0 @@ -/usr/share/doc/pbuilder/examples/B90lintian
\ No newline at end of file diff --git a/modules/debian/gbp.conf.dot.link b/modules/debian/gbp.conf.dot.link deleted file mode 100644 index 368cc25..0000000 --- a/modules/debian/gbp.conf.dot.link +++ /dev/null @@ -1,12 +0,0 @@ -[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/modules/debian/pbuilderrc.dot.link b/modules/debian/pbuilderrc.dot.link deleted file mode 100644 index ceaf8ef..0000000 --- a/modules/debian/pbuilderrc.dot.link +++ /dev/null @@ -1,2 +0,0 @@ -# Custom hooks -HOOKDIR="$HOME/.config/pbuilder/hooks/" diff --git a/modules/debian/pydistutils.cfg.dot.link b/modules/debian/pydistutils.cfg.dot.link deleted file mode 100644 index 9adb233..0000000 --- a/modules/debian/pydistutils.cfg.dot.link +++ /dev/null @@ -1,2 +0,0 @@ -[sdist_dsc] -force-buildsystem: False diff --git a/modules/debian/quiltrc-dpkg.dot.link b/modules/debian/quiltrc-dpkg.dot.link deleted file mode 100644 index 7f74f4c..0000000 --- a/modules/debian/quiltrc-dpkg.dot.link +++ /dev/null @@ -1,10 +0,0 @@ -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 |