diff options
| author | Reiner Herrmann <reiner@reiner-h.de> | 2015-10-23 20:50:08 +0200 |
|---|---|---|
| committer | Reiner Herrmann <reiner@reiner-h.de> | 2015-12-18 15:45:03 +0100 |
| commit | d0c4be1d07a1c2ceea84f6f288f3af6579955535 (patch) | |
| tree | 197ba03b1f06718211281dfd7f013b27143d6005 | |
| parent | 7f5acda1a4f5009b80e4101e1ed7ee783ed38a22 (diff) | |
added Debian-related configs
| -rw-r--r-- | debian/apt.conf (renamed from apt.conf) | 0 | ||||
| -rw-r--r-- | debian/devscripts | 3 | ||||
| -rw-r--r-- | debian/gbp.conf | 5 |
3 files changed, 8 insertions, 0 deletions
diff --git a/apt.conf b/debian/apt.conf index c7619a2..c7619a2 100644 --- a/apt.conf +++ b/debian/apt.conf diff --git a/debian/devscripts b/debian/devscripts new file mode 100644 index 0000000..2b051b7 --- /dev/null +++ b/debian/devscripts @@ -0,0 +1,3 @@ +DEBSIGN_KEYID=5374AA4F +DEBUILD_LINTIAN_OPTS="-EvIL +pedantic --show-overrides --color=always" +DEBUILD_DPKG_BUILDPACKAGE_OPTS="-jauto" diff --git a/debian/gbp.conf b/debian/gbp.conf new file mode 100644 index 0000000..20993b6 --- /dev/null +++ b/debian/gbp.conf @@ -0,0 +1,5 @@ +[DEFAULT] +pristine-tar = True + +[buildpackage] +ignore-new = True |
