diff options
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/apt.conf | 3 | ||||
| -rw-r--r-- | debian/devscripts | 3 | ||||
| -rw-r--r-- | debian/gbp.conf | 5 |
3 files changed, 11 insertions, 0 deletions
diff --git a/debian/apt.conf b/debian/apt.conf new file mode 100644 index 0000000..c7619a2 --- /dev/null +++ b/debian/apt.conf @@ -0,0 +1,3 @@ +APT::Install-Recommends "false"; +APT::Install-Suggests "false"; +Acquire::PDiffs "false"; 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 |
