Update Debian directory after Gramps 5.0.0-rc1 release. (#634)
This commit is contained in:
parent
c33fc7b240
commit
2a8240b26d
8
debian/changelog
vendored
8
debian/changelog
vendored
@ -1,3 +1,11 @@
|
|||||||
|
gramps (5.0.0~rc1-1) unstable; urgency=medium
|
||||||
|
|
||||||
|
* First release candidate for Gramps 5.0
|
||||||
|
* Drop patch applied upstream
|
||||||
|
* Update copyrights
|
||||||
|
|
||||||
|
-- Ross Gammon <rossgammon@debian.org> Sun, 01 Jul 2018 21:57:10 +0200
|
||||||
|
|
||||||
gramps (5.0.0~beta1-1) unstable; urgency=medium
|
gramps (5.0.0~beta1-1) unstable; urgency=medium
|
||||||
|
|
||||||
* First beta release of gramps 5.0
|
* First beta release of gramps 5.0
|
||||||
|
2
debian/copyright
vendored
2
debian/copyright
vendored
@ -12,7 +12,7 @@ Copyright: 2000-2007, Alex Roitman
|
|||||||
2001-2017, Free Software Foundation, Inc.
|
2001-2017, Free Software Foundation, Inc.
|
||||||
2001, Graham J. Williams
|
2001, Graham J. Williams
|
||||||
2001, Jesper Zedlitz
|
2001, Jesper Zedlitz
|
||||||
2001-2017, The Gramps Project
|
2001-2018, The Gramps Project
|
||||||
2002, Gary Shao
|
2002, Gary Shao
|
||||||
2003-2006, Josiah Carlson
|
2003-2006, Josiah Carlson
|
||||||
2004-2006, Eero Tamminen
|
2004-2006, Eero Tamminen
|
||||||
|
@ -1,24 +0,0 @@
|
|||||||
Description: Remove hard coded build path from import
|
|
||||||
gramps/gen/filters/rules/test/person_rules_test.py contains an import
|
|
||||||
that hard codes the normal build path when working in the source tree.
|
|
||||||
This causes the test to fail when building the Debian package, which
|
|
||||||
happens out of the source tree.
|
|
||||||
This patch imports using .... instead of build/lib for the path for the
|
|
||||||
MatchIdOf function (the same as the other imports in the file).
|
|
||||||
Author: Ross Gammon <rossgammon@debian.org>
|
|
||||||
Forwarded: not-yet
|
|
||||||
Applied-Upstream: not-yet
|
|
||||||
Last-Update: 2018-02-19
|
|
||||||
---
|
|
||||||
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
|
|
||||||
--- gramps.orig/gramps/gen/filters/rules/test/person_rules_test.py
|
|
||||||
+++ gramps/gramps/gen/filters/rules/test/person_rules_test.py
|
|
||||||
@@ -17,7 +17,7 @@
|
|
||||||
# along with this program; if not, write to the Free Software
|
|
||||||
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
|
||||||
#
|
|
||||||
-from build.lib.gramps.gen.filters.rules.person._matchidof import MatchIdOf
|
|
||||||
+from ....filters.rules.person._matchidof import MatchIdOf
|
|
||||||
|
|
||||||
"""
|
|
||||||
Unittest that tests person-specific filter rules
|
|
1
debian/patches/series
vendored
1
debian/patches/series
vendored
@ -1 +0,0 @@
|
|||||||
hardcoded_path_person_rules_test.patch
|
|
Loading…
Reference in New Issue
Block a user