diff -Nru bhindex-0.7~201704172008+0bab98b~ubuntu14.04.1/bhindex/tree.py bhindex-0.7~201707082036+0f4a37f~ubuntu14.04.1/bhindex/tree.py --- bhindex-0.7~201704172008+0bab98b~ubuntu14.04.1/bhindex/tree.py 2017-04-18 11:31:46.000000000 +0000 +++ bhindex-0.7~201707082036+0f4a37f~ubuntu14.04.1/bhindex/tree.py 2017-07-08 20:47:15.000000000 +0000 @@ -184,6 +184,7 @@ name = self._entry(obj.id) if name == key: return self._map((obj,), key) + raise NotFoundError("%s not found in %s" % (key, [x.id for x in self.objs])) def rm(self, name, t=None, tr=None): purge_list = set("%s/%s" % (obj.id, self._conflictname) for obj in self._dir.objs) diff -Nru bhindex-0.7~201704172008+0bab98b~ubuntu14.04.1/debian/changelog bhindex-0.7~201707082036+0f4a37f~ubuntu14.04.1/debian/changelog --- bhindex-0.7~201704172008+0bab98b~ubuntu14.04.1/debian/changelog 2017-04-18 11:31:46.000000000 +0000 +++ bhindex-0.7~201707082036+0f4a37f~ubuntu14.04.1/debian/changelog 2017-07-08 20:47:15.000000000 +0000 @@ -1,8 +1,8 @@ -bhindex (0.7~201704172008+0bab98b~ubuntu14.04.1) trusty; urgency=low +bhindex (0.7~201707082036+0f4a37f~ubuntu14.04.1) trusty; urgency=low * Auto build. - -- Ulrik Mikaelsson Tue, 18 Apr 2017 11:31:46 +0000 + -- Ulrik Mikaelsson Sat, 08 Jul 2017 20:47:15 +0000 bhindex (0.7) UNRELEASED; urgency=medium diff -Nru bhindex-0.7~201704172008+0bab98b~ubuntu14.04.1/debian/git-build-recipe.manifest bhindex-0.7~201707082036+0f4a37f~ubuntu14.04.1/debian/git-build-recipe.manifest --- bhindex-0.7~201704172008+0bab98b~ubuntu14.04.1/debian/git-build-recipe.manifest 2017-04-18 11:31:46.000000000 +0000 +++ bhindex-0.7~201707082036+0f4a37f~ubuntu14.04.1/debian/git-build-recipe.manifest 2017-07-08 20:47:15.000000000 +0000 @@ -1,2 +1,2 @@ -# git-build-recipe format 0.4 deb-version {debupstream}~201704172008+0bab98b -lp:bhindex git-commit:0bab98b77abde154f796a12861a74fb0bde0fe83 +# git-build-recipe format 0.4 deb-version {debupstream}~201707082036+0f4a37f +lp:bhindex git-commit:0f4a37f9ba5060736ccddb246215f17c36e7dfd1 diff -Nru bhindex-0.7~201704172008+0bab98b~ubuntu14.04.1/.travis.yml bhindex-0.7~201707082036+0f4a37f~ubuntu14.04.1/.travis.yml --- bhindex-0.7~201704172008+0bab98b~ubuntu14.04.1/.travis.yml 2017-04-18 11:31:46.000000000 +0000 +++ bhindex-0.7~201707082036+0f4a37f~ubuntu14.04.1/.travis.yml 2017-07-08 20:47:15.000000000 +0000 @@ -1,3 +1,5 @@ +dist: trusty +sudo: required language: python python: - '2.7'