summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorAndrew Shadura <andrewsh@debian.org>2016-10-26 15:41:32 +0200
committerAndrew Shadura <andrewsh@debian.org>2016-10-26 15:41:50 +0200
commit8e83edcf6d9ba9a35189964cab78becd5b7f84b6 (patch)
treec00d6d8405b4e8b8134f910bbff2a393c0639e01 /debian
parent1a703082fe9c3c4d5cae26a36ac5648ee1e67ece (diff)
New upstream snapshot.debian/1.0.0+git20160928-1
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog8
-rw-r--r--debian/control2
2 files changed, 10 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 5fa452d..680a615 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+git-phab (1.0.0+git20160928-1) experimental; urgency=medium
+
+ * New upstream snapshot.
+ * Downgrade runtime dependency on arcanist to Suggests.
+ * Depend on python3-phabricator.
+
+ -- Andrew Shadura <andrewsh@debian.org> Wed, 26 Oct 2016 15:41:11 +0200
+
git-phab (1.0.0-1) unstable; urgency=medium
* New upstream release.
diff --git a/debian/control b/debian/control
index 5e697a2..0518739 100644
--- a/debian/control
+++ b/debian/control
@@ -22,6 +22,8 @@ Depends: ${misc:Depends},
python3-appdirs,
python3-argcomplete,
python3-git,
+ python3-phabricator,
+Suggests:
arcanist
Description: Git subcommand to integrate with Phabricator.
Tool to help out pushing Git changes into Phabricator Differential.