diff options
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | debian/changelog | 2 | ||||
-rwxr-xr-x | debian/rules | 2 |
3 files changed, 4 insertions, 2 deletions
@@ -20,8 +20,10 @@ _trial_temp .DS_Store scripts/profiling/sync/profiles tags +.pybuild debian/debhelper-build-stamp +debian/python-leap.soledad testing/htmlcov testing/.coverage testing/test-env diff --git a/debian/changelog b/debian/changelog index f94812cc..d03b213d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,7 +2,7 @@ soledad (0.10.0) unstable; urgency=medium * Update to 0.10.0 release. - -- Kali Kaneko <kali@leap.se> Thu, 20 Jul 2017 14:13:04 -0400 + -- Kali Kaneko <kali@leap.se> Thu, 20 Jul 2017 14:13:04 -0400 soledad (0.9.6) unstable; urgency=medium diff --git a/debian/rules b/debian/rules index 1ef5e6e4..36bb6748 100755 --- a/debian/rules +++ b/debian/rules @@ -6,7 +6,7 @@ export http_proxy = http://127.0.0.1:9 export PYBUILD_NAME=leap.soledad # Uncomment this to turn on verbose mode. -DH_VERBOSE=1 +#DH_VERBOSE=1 NAME=soledad-server |