diff options
| author | Kali Kaneko <kali@leap.se> | 2017-08-11 18:30:31 -0400 | 
|---|---|---|
| committer | Kali Kaneko <kali@leap.se> | 2017-08-11 18:30:31 -0400 | 
| commit | 02e4200b34b80544f6a627d4744218990aa86a39 (patch) | |
| tree | 4c9335ac245e1e929b940087c405832586cd7ae2 | |
| parent | 2324ab305704480308f2152840da4d556997e30c (diff) | |
[pkg] uncomment verbose mode for package
| -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 | 
