update Debian files
This commit is contained in:
parent
63b38a2bab
commit
cab29ca2b6
9
debian/changelog
vendored
9
debian/changelog
vendored
@ -1,9 +1,14 @@
|
|||||||
|
gramps (4.0.3) precise; urgency=low
|
||||||
|
|
||||||
|
* - 4.0.4-git.f08e40 Experimental stream gramps.git
|
||||||
|
|
||||||
|
-- Jérôme Rapinat <romjerome@yahoo.fr> Tue, 04 Feb 2014 19:49:32 +0100
|
||||||
|
|
||||||
gramps (4.0.2) precise; urgency=low
|
gramps (4.0.2) precise; urgency=low
|
||||||
|
|
||||||
* experimental .deb for gramps 4.0.2
|
* experimental .deb for gramps 4.0.2
|
||||||
* - 4.0.4-gitf08e40 Experimental stream gramps.git
|
|
||||||
|
|
||||||
-- Jérôme Rapinat <romjerome@yahoo.fr> Tue, 04 Feb 2014 19:49:32 +0100
|
-- Jérôme Rapinat <romjerome@yahoo.fr> Wed, 04 Dec 2013 10:23:36 +0100
|
||||||
|
|
||||||
gramps (4.0.1-2) precise; urgency=low
|
gramps (4.0.1-2) precise; urgency=low
|
||||||
|
|
||||||
|
4
debian/control
vendored
4
debian/control
vendored
@ -1,11 +1,11 @@
|
|||||||
Source: gramps
|
Source: gramps
|
||||||
Section: gnome
|
Section: python
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Maintainer: Ross Gammon <rossgammon@mail.dk>
|
Maintainer: Ross Gammon <rossgammon@mail.dk>
|
||||||
Build-Depends-Indep:
|
Build-Depends-Indep:
|
||||||
|
dh-linktree,
|
||||||
gettext,
|
gettext,
|
||||||
intltool,
|
intltool,
|
||||||
libjs-jquery,
|
|
||||||
libxml-parser-perl,
|
libxml-parser-perl,
|
||||||
python-all,
|
python-all,
|
||||||
python-setuptools
|
python-setuptools
|
||||||
|
@ -1,11 +1,3 @@
|
|||||||
From: Ross Gammon <rossgammon@mail.dk>
|
|
||||||
Date: Fri, 24 Jan 2014 23:20:58 +0100
|
|
||||||
Subject: Correct resource path in setup.py
|
|
||||||
|
|
||||||
---
|
|
||||||
setup.py | 2 +-
|
|
||||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
||||||
|
|
||||||
diff --git a/setup.py b/setup.py
|
diff --git a/setup.py b/setup.py
|
||||||
index 3f702ae..9622d75 100644
|
index 3f702ae..9622d75 100644
|
||||||
--- a/setup.py
|
--- a/setup.py
|
||||||
|
11
debian/patches/0002-Disable-HTML-View.patch
vendored
11
debian/patches/0002-Disable-HTML-View.patch
vendored
@ -1,14 +1,3 @@
|
|||||||
From: Ross Gammon <rossgammon@mail.dk>
|
|
||||||
Date: Sat, 25 Jan 2014 16:48:20 +0100
|
|
||||||
Subject: Disable HTML View
|
|
||||||
|
|
||||||
* gramps/plugins/view/htmlrenderer.py: Comment out import of webkit module
|
|
||||||
|
|
||||||
Origin: upstream, suggestion in INSTALL file if webkit unstable
|
|
||||||
---
|
|
||||||
gramps/plugins/view/htmlrenderer.py | 11 ++++++-----
|
|
||||||
1 file changed, 6 insertions(+), 5 deletions(-)
|
|
||||||
|
|
||||||
diff --git a/gramps/plugins/view/htmlrenderer.py b/gramps/plugins/view/htmlrenderer.py
|
diff --git a/gramps/plugins/view/htmlrenderer.py b/gramps/plugins/view/htmlrenderer.py
|
||||||
index c41942a..8f35b16 100644
|
index c41942a..8f35b16 100644
|
||||||
--- a/gramps/plugins/view/htmlrenderer.py
|
--- a/gramps/plugins/view/htmlrenderer.py
|
||||||
|
11
debian/rules
vendored
11
debian/rules
vendored
@ -16,13 +16,14 @@ override_dh_auto_build:
|
|||||||
|
|
||||||
# Override of auto_install to remove information from package
|
# Override of auto_install to remove information from package
|
||||||
override_dh_auto_install:
|
override_dh_auto_install:
|
||||||
dh_auto_install
|
#dh_auto_install
|
||||||
# Remove duplicate copyright information
|
# Remove duplicate copyright information
|
||||||
#rm $(CURDIR)/debian/python-gramps/usr/share/doc/gramps/COPYING
|
#rm $(CURDIR)/debian/python-gramps/usr/share/doc/gramps/COPYING
|
||||||
# Remove install file as it is not needed by package users
|
# Remove install file as it is not needed by package users
|
||||||
rm $(CURDIR)/debian/python-gramps/usr/share/doc/gramps/INSTALL
|
#rm $(CURDIR)/debian/python-gramps/usr/share/doc/gramps/INSTALL
|
||||||
# Remove duplicate license information
|
# Remove duplicate license information
|
||||||
rm $(CURDIR)/debian/python-gramps/usr/share/doc/gramps/LICENSE
|
#rm $(CURDIR)/debian/python-gramps/usr/share/doc/gramps/LICENSE
|
||||||
|
python setup.py install --root=debian/python-gramps --install-layout=deb
|
||||||
|
|
||||||
# Make css style sheets and png icons non-executable
|
# Make css style sheets and png icons non-executable
|
||||||
override_dh_fixperms:
|
override_dh_fixperms:
|
||||||
@ -30,3 +31,7 @@ override_dh_fixperms:
|
|||||||
chmod a-x $(CURDIR)/debian/python-gramps/usr/share/gramps/css/Web_*.css
|
chmod a-x $(CURDIR)/debian/python-gramps/usr/share/gramps/css/Web_*.css
|
||||||
chmod a-x $(CURDIR)/debian/python-gramps/usr/share/gramps/images/22x22/gramps*.png
|
chmod a-x $(CURDIR)/debian/python-gramps/usr/share/gramps/images/22x22/gramps*.png
|
||||||
chmod a-x $(CURDIR)/debian/python-gramps/usr/share/gramps/images/16x16/gramps*.png
|
chmod a-x $(CURDIR)/debian/python-gramps/usr/share/gramps/images/16x16/gramps*.png
|
||||||
|
|
||||||
|
# Avoid compressing COPYING file so that it can appear in the "About" dialog
|
||||||
|
override_dh_compress:
|
||||||
|
dh_compress -X COPYING
|
||||||
|
Loading…
Reference in New Issue
Block a user