summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorAndrew Shadura <andrewsh@debian.org>2016-12-02 14:14:53 +0300
committerAndrew Shadura <andrewsh@debian.org>2016-12-02 14:14:53 +0300
commit48225b69d3efff8ab38245ae2a16b1849d8b0c5b (patch)
tree60833307f9707cb8e35ef1ddd654291a7c069684 /debian
parent94592799c9835a593300c229a0d43a76f53b56c1 (diff)
parent5f9b6876beba1734eaffdb19afc75d8337a81239 (diff)
Merge branch 'debian/experimental' into debian/master
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog18
-rw-r--r--debian/control2
-rw-r--r--debian/gbp.conf2
3 files changed, 21 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 2473a80..2440676 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+git-phab (1.0.0+git20161114-1) experimental; urgency=medium
+
+ [ Logan Rosen ]
+ * Fix FTBFS without Internet connection (Closes: #823536).
+
+ [ Andrew Shadura ]
+ * New upstream snapshot.
+
+ -- Andrew Shadura <andrewsh@debian.org> Thu, 17 Nov 2016 17:05:09 +0100
+
git-phab (1.0.0-3) unstable; urgency=medium
* Prepare to use pybuild.
@@ -11,6 +21,14 @@ git-phab (1.0.0-2) unstable; urgency=medium
-- Andrew Shadura <andrewsh@debian.org> Thu, 27 Oct 2016 14:02:03 +0200
+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 effaf9c..41af39d 100644
--- a/debian/control
+++ b/debian/control
@@ -27,6 +27,8 @@ 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.
diff --git a/debian/gbp.conf b/debian/gbp.conf
index d6b9ab0..d1d69b1 100644
--- a/debian/gbp.conf
+++ b/debian/gbp.conf
@@ -1,3 +1,3 @@
[DEFAULT]
-debian-branch=debian/master
+debian-branch=debian/experimental
upstream-branch=upstream/latest